Skip to content

Instantly share code, notes, and snippets.

@s-rohith
Created June 27, 2020 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-rohith/012aa22ae408ff430a278ace658e373c to your computer and use it in GitHub Desktop.
Save s-rohith/012aa22ae408ff430a278ace658e373c to your computer and use it in GitHub Desktop.
# Update runtime config on the Director, bosh update-runtime-config
Example:
bosh update-runtime-config runtime.yml
bosh runtime-config
# To remove all addons, specify empty arrays as follows:
releases: []
addons: []
# Addons Block
https://bosh.io/docs/runtime-config/#addons
# Placement Rules for include and exclude Directives
https://bosh.io/docs/runtime-config/#placement-rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment