For the most current base (opsmanager and ERT) pipelines please reference the pcf-pipelines repo maintined by the team from Pivotal.
This is a collection of Concourse pipelines for installing and upgrading Pivotal Cloud Foundry backing service tiles.
Specifically
- MySQL
- RabbitMQ
- Redis
- PCF Metrics
- JMX Bridge
You'll need to install a Concourse server and get the Fly CLI to interact with that server.
Depending on where you've installed Concourse, you may need to set up additional firewall rules to allow Concourse to reach third-party sources of pipeline dependencies.
Each pipeline has an associated params.yml
file next to it that you'll need to fill out with the appropriate values for that pipeline.
After filling out your params.yml, set the pipeline:
fly -t yourtarget login --concourse-url https://yourtarget.example.com
fly -t yourtarget set-pipeline \
--pipeline upgrade-opsman \
--config upgrade-ops-manager/aws/pipeline.yml \
--load-vars-from upgrade-ops-manager/aws/params.yml
Under the pipelines folder you will find a pipeline.yml for each backing service and the params.yml needed to make each one work correctly today.
This is a new repo and does not currently have allot of smarts in the tasks IE if / that statements etc. As a result it is opinionated on what settings need to be provided and which are ignored for right now.