how to deploy bosh dns to bosh lite - cloudfoundry/cloud_controller_ng GitHub Wiki
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.
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