trevormarshall / pcf-concourse-pipelines

Concourse pipelines to deploy Pivotal Products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCF and product tiles Concourse Pipelines:

CAUTION: Pivotal does not provide support for these pipelines. If you find anything broken, then please submit PR's.

PCF Installation on vSphere Only

  • This pipeline is based on the vSphere reference architecture
  • Pre-requisites for using this pipeline are:
    • 4 Networks (One for each of the Infrastructure, Deployment, Services and Dynamic Services)
    • 3 AZ's (vSphere Clusters and/or Resource Pools)
    • Shared storage (Ephemeral and Persistent)
    • DNS with wildcard domains

IMPORTANT: If the above vSphere settings do not match your setup, please fork this repository and modify the tasks/config-opsdir/task.sh and update the networks and AZ's JSON accordingly


Following in an example on how to fly a pipeline:

>	fly -t concourse-[ENV] login -c https://<CONCOURSE-URL> -k
>	fly -t concourse-[ENV] set-pipeline -p install-pcf -c ./pipelines/install/pipeline.yml -l ./pipelines/install/params.yml
>	fly -t concourse-[ENV] unpause-pipeline -p install-pcf

List of pipelines available in this repository are:

About

Concourse pipelines to deploy Pivotal Products


Languages

Language:Shell 100.0%