-
Notifications
You must be signed in to change notification settings - Fork 361
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.
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
-
Pipelines
-
Contributing
- Tips and Tricks
- Cloud Controller API v3 Style Guide
- Playbooks
- Development configuration
- Testing
-
Architectural Details
-
CC Resources
- Apps
- Audit Events
- Deployments
- Labels
- Services
- Sidecars
-
Dependencies
-
Troubleshooting
- Ruby Console Script to Find Fields that Cannot Be Decrypted
- Logging database queries in unit tests
- Inspecting blobstore cc resources and cc packages(webdav)
- How to Use USR1 Trap for Diagnostics
- How to Perf: Finding and Fixing Bottlenecks
- How to get access to mysql database
- How To Get a Ruby Heap Dumps & GC Stats from CC
- How to curl v4 internal endpoints with mtls
- How to access Bosh Director console and restore an outdated Cloud Config
- Analyzing Cloud Controller's NGINX logs using the toplogs script
-
k8s
-
Archive