cloud-gov / cg-manifests

DEPRECATED: Release Manifest for Cloud Foundry
https://github.com/18F/cg-provision
Other
11 stars 8 forks source link

18F Cloud Foundry Bosh Deployment Manifest

This repo contains the source for the Bosh deployment manifest for the 18f Cloud Foundry deployment.

How to generate the final manifest:

  1. Install spiff
  2. Copy the secrets example to secrets file: cp manifests/cf-secrets-example.yml manifests/cf-secrets.yml
  3. Change all the variables in CAPS from manifests/cf-secrets.yml to proper values
  4. Run ./generate_deployment_manifest > manifest.yml

How to deploy the manifest:

Wherever you have your bosh installation run:

  1. CREATE EXTENSION "uuid-ossp" on the Postgres RDS instance for ccdb
  2. bosh deployment manifest.yml
  3. bosh deploy