This topic describes how you can use Advanced Mode to override some manifest properties that you cannot change through the VMware Tanzu Operations Manager UI or API.
Tanzu Operations Manager is an interface to the BOSH Director manifest and the runtime configs that underlie VMware Tanzu. Tanzu Operations Manager does not allow you to edit the manifest and configs directly.
When you configure Tanzu Operations Manager through the UI or API, you set many of the properties contained in the manifest and configs. Tanzu Operations Manager sets some other properties for you, and other properties use the default values provided by VMware Tanzu or BOSH.
Use the manifest property override feature described in this topic to modify properties that cannot be modified in other ways.
To override manifest properties:
If the property that you want to change can be modified through the Tanzu Operations Manager UI or the Tanzu Operations Manager API, use the UI or API to change the property.
If the property cannot be modified through the Tanzu Operations Manager UI or the Tanzu Operations Manager API:
You can also use the Tanzu Operations Manager API to view the BOSH Director manifest, view the list of overrides for the BOSH Director and runtime configs, and delete the overrides.
You can edit properties in the BOSH Director manifest, another tile manifest, or two of the runtime configs.
In the BOSH Director manifest, you can override properties in the following sections:
network
instance_group
jobs
You cannot:
For an example, see Change the Network type to dynamic.
In the tile manifest, you can override properties in the following sections:
features
update
For example, see Change number of Canary instances or Enable returning DNS addresses in links.
You can edit properties in two add-ons in each of two of the runtime configs files. The table below lists these properties:
Runtime Config | Add-on |
---|---|
ops_manager_dns_runtime |
|
ops_manager_system_metrics_runtime |
|
To override properties in the BOSH Director manifest:
Set Tanzu Operations Manager to Advanced Mode.
VMware recommends that only skilled operators use Advanced Mode in Tanzu Operations Manager. If you use Advanced Mode incorrectly, you can deactivate or destroy your deployment. Tanzu Operations Manager does not validate the properties that you change using Advanced Mode. For example, if you enter a string where an integer is required, you do not receive an error.
Use the /api/v0/staged/director/overrides
endpoint.
After you complete your changes, deactivate Advanced Mode by following the procedure in VMware Tanzu Support documentation.
To override properties in the tile manifest:
Set to Advanced Mode by following the procedure in VMware Tanzu Support documentation. For more information about Advanced Mode, see Advanced Mode in the Tanzu Operations Manager API documentation.
VMware recommends that only skilled operators use Advanced Mode in . If you use Advanced Mode incorrectly, you can deactivate or destroy your deployment. and it does not validate the properties that you change using Advanced Mode. For example, if you enter a string where an integer is required, you do not receive an error.
Use the /api/v0/staged/products
endpoint to get and record the product GUID from the output of the command. For more information, see All staged products in the Tanzu Operations Manager API documentation.
Use the /api/v0/staged/products/PRODUCT-GUID/overrides
endpoint. Where PRODUCT-GUID
is the GUID you recorded earlier in this procedure.
After you complete your changes, deactivate Advanced Mode by following the procedure in Custom VM Extensions.
To override properties in the runtime configs:
Set to Advanced Mode by following the procedure in How to Enable Advanced Mode in Tanzu Operations Manager.
VMware recommends that only skilled operators use Advanced Mode in . If you use Advanced Mode incorrectly, you can deactivate or destroy your deployment. It does not validate the properties that you change using Advanced Mode. For example, if you enter a string where an integer is required, you do not receive an error.
Use the /api/v0/staged/director/runtime_configs/overrides
endpoint. For more information, see:
bosh_dns
add-on in the ops_manager_dns_runtime
.After you complete your changes, deactivate Advanced Mode.
This section contains examples of properties that customers have asked to override.
By default, the network type is set to manual
. You cannot change this property through the UI or API.
You can override this default by changing the value of the type
property in the networks
section of the BOSH Director manifest.
By default, the number of canary instances is set to 1. You cannot change this property through the UI or API.
You can override this default by changing the number of canary instances in the update
section of the tile manifest.
For a list of all the properties you can change in the update
section, see Update Block in the BOSH documentation.
By default, use_dns_addresses
is set to false
. You cannot change this property through the UI or API.
You can override this default by changing the value to true
in the features
section of the tile manifest.
For a list of all the properties you can change in the features
section, see Features block in the BOSH documentation.
By default, the network timeout for synchronous health checks is 1 second. You cannot change this property through the UI or API.
You can override this default by changing the value of the health.health.synchronous_check_timeout
property in the bosh-dns
add-on of the ops_mananger_dns_runtime
runtime config.