Skip to content

Instantly share code, notes, and snippets.

@DennisDenuto
Last active December 27, 2017 22:14
Show Gist options
  • Save DennisDenuto/6964a2f4c2f70715e203b34d2c23d255 to your computer and use it in GitHub Desktop.
Save DennisDenuto/6964a2f4c2f70715e203b34d2c23d255 to your computer and use it in GitHub Desktop.
bosh-lite cf w/dns
bosh -d cf -e vbox deploy --no-redact -n ~/workspace/cf-deployment/cf-deployment.yml \
-o ~/workspace/cf-deployment/operations/use-compiled-releases.yml \
-o ~/workspace/cf-deployment/operations/bosh-lite.yml \
-o ~/workspace/cf-deployment/operations/experimental/use-bosh-dns-for-containers.yml \
-o ~/workspace/cf-deployment/operations/experimental/use-bosh-dns.yml \
--vars-store ~/workspace/vbox/deployment-vars.yml \
-v system_domain=bosh-lite.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment