PostInstallations
PostInstallations
JSON Example
{
"force_latest_variables": false,
"ignore_warnings": false,
"deploy_products": "string",
"errands": {}
}
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)
string
deploy_products
Optional
Apply changes only for the specified products. Will always apply changes for the BOSH Director.
Possible values are : all, none, <collection of product guids>,
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"