Skip to content

how to deploy bosh dns to bosh lite

Maryam Labib edited this page Feb 22, 2018 · 1 revision

When you use any of our regular aliases (create_and_force_deploy for example) it runs the default ops files. If you want extra behavior, you can manually deploy with all the defaults you want and also append ops files for the new behavior.

Explanations for these files

bosh -n -d cf deploy ~/workspace/cf-deployment/cf-deployment.yml   
-v system_domain=$BOSH_LITE_DOMAIN   
-o ~/workspace/capi-ci/cf-deployment-operations/use-latest-stemcell.yml   
-o ~/workspace/capi-ci/cf-deployment-operations/skip-cert-verify.yml   
-o ~/workspace/cf-deployment/operations/bosh-lite.yml   
-o ~/workspace/cf-deployment/operations/use-compiled-releases.yml   
-o ~/workspace/capi-ci/cf-deployment-operations/use-latest-capi.yml   
-o ~/workspace/cf-deployment/operations/experimental/use-bosh-dns.yml
-o ~/workspace/cf-deployment/operations/experimental/use-bosh-dns-for-containers.yml
-o ~/workspace/cf-deployment/operations/experimental/skip-consul-cell-registrations.yml
-o ~/workspace/cf-deployment/operations/experimental/skip-consul-locks.yml
-o ~/workspace/cf-deployment/operations/experimental/disable-consul.yml   
--vars-store=/tmp/vars-store.yml
Clone this wiki locally