PostInstallations
{
"force_latest_variables": false,
"recreate": false,
"ignore_warnings": false,
"deploy_products": [
"string"
],
"errands": {},
"rotate_certs": {
"non_configurable_leaf": false
}
}
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.
When true, the BOSH deploy will use the --recreate CLI flag, causing all director managed VMs to be recreated. When omitted, the recreate behavior is determined by the Director tile's "Recreate VMs" configuration setting.
When true, bypass warnings from ignorable verifiers. (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".
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"
Options for rotating certificates during Apply Changes.