Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.72 KB

CF Permissions BOSH Release

Deploying perm with cf-deployment

To deploy the Perm service use the following combination of opsfiles from cf-deployment

NOTE: remove bosh-lite.yml and disable-consul-bosh-lite.yml to deploy to a real IaaS.

Using cf-mysql-release

bosh -d cf deploy cf-deployment/cf-deployment.yml \
  -v system_domain=$SYSTEM_DOMAIN \
  --vars-store deployment-vars.yml \
  -o cf-deployment/operations/experimental/use-xenial-stemcell.yml \
  -o cf-deployment/operations/experimental/enable-bpm.yml \
  -o cf-deployment/operations/use-compiled-releases-xenial-stemcell.yml \
  -o cf-deployment/operations/experimental/disable-consul.yml \
  -o cf-deployment/operations/bosh-lite.yml \
  -o cf-deployment/operations/experimental/disable-consul-bosh-lite.yml \
  -o cf-deployment/operations/experimental/enable-mysql-tls.yml \
  -o cf-deployment/operations/experimental/perm-service.yml

Using pxc-release

bosh -d cf deploy cf-deployment/cf-deployment.yml \
  -v system_domain=$SYSTEM_DOMAIN \
  --vars-store deployment-vars.yml \
  -o cf-deployment/operations/experimental/use-xenial-stemcell.yml \
  -o cf-deployment/operations/experimental/enable-bpm.yml \
  -o cf-deployment/operations/use-compiled-releases-xenial-stemcell.yml \
  -o cf-deployment/operations/experimental/disable-consul.yml \
  -o cf-deployment/operations/bosh-lite.yml \
  -o cf-deployment/operations/experimental/disable-consul-bosh-lite.yml \
  -o cf-deployment/operations/experimental/perm-service.yml \
  -o cf-deployment/operations/experimental/use-pxc.yml \
  -o cf-deployment/operations/experimental/perm-service-with-pxc-release.yml