PostInstallations

PostInstallations
PostInstallations
JSON Example
{
    "force_latest_variables": false,
    "ignore_warnings": false,
    "deploy_products": [
        "string"
    ],
    "errands": {},
    "rotate_certs": {
        "non_configurable_leaf": false
    }
}
boolean
force_latest_variables
Optional

When true, the BOSH deploy will use the --force-latest-variables CLI flag. This will force any certificates or other BOSH variables to use their latest version even when a stemcell is not being upgraded for the deployment.

boolean
ignore_warnings
Optional

When true, bypass warnings from ignorable verifiers. (Optional)

deploy_products
Optional

Apply changes only for the specified products. Will always apply changes for the BOSH Director. Can either be an array of product guids or a string with the value "all" or "none".

object
errands
Optional

Hash of products with their enabled errands. (Optional)

Post Deploy errands support the following states:

  • true
  • false
  • "default"

Pre Delete errands support the following states:

  • true
  • false
  • "default"
object
rotate_certs
Optional

Options for rotating certificates during Apply Changes.