Skip to content

Instantly share code, notes, and snippets.

@jmcdice
Last active September 21, 2017 22:05
Show Gist options
  • Save jmcdice/7273008d733173141c9a43f7f662d8b7 to your computer and use it in GitHub Desktop.
Save jmcdice/7273008d733173141c9a43f7f662d8b7 to your computer and use it in GitHub Desktop.
## Training for PRE
If on AWS or GCP use BBL
Setup Standalone Bosh (Bosh Boot Loader)
- https://github.com/cloudfoundry/bosh-bootloader
If on other, use bosh create-env (init)
https://bosh.io/docs/init.html
Deploy the Vault Bosh Release (secure credential storage)
- https://github.com/pivotalservices/concourse-pipeline-samples/tree/master/concourse-pipeline-patterns/vault-integration
Deploy the Concourse Bosh Release (Clustered CI/CD Tool)
- https://docs.pivotal.io/p-concourse/index.html
- https://network.pivotal.io/products/p-concourse/
Deploy PCF via Concourse (pcf-pipelines)
- https://github.com/pivotal-cf/pcf-pipelines
Deploy the Prometheus Bosh Release
- https://github.com/pivotal-cf/prometheus-on-PCF/tree/master/pipeline
Setup Orgs and Spaces in PCF
- https://github.com/pivotalservices/cf-mgmt
Deploy a sample application to PCF, scale it, canary an upgrade.
- https://gist.github.com/jmcdice/5e21159399abc4d9f9e7bc4fa4eb3535
Deploy Bosh Backup/Restore
- https://github.com/cloudfoundry-incubator/bosh-backup-and-restore
- (pipeline tasks) https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks
Setup Maestro for tile upgrades (Opsman/ERT/*service)
- https://github.com/pivotalservices/pcf-pipelines-maestro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment