jezhumble / cg-manifests

Release Manifest for Cloud Foundry

Home Page:https://github.com/18F/cg-manifests/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Release Manifest for Cloud Foundry

https://github.com/18F/cg-manifests/wiki

License:Other


Languages

Language:Shell 100.0%