VMware Telco Cloud Automation provides APIs for debugging or updating the default CNF options. Run the following API on the relevant VMware Telco Cloud Automation Control Plane (TCA-CP) instance.

API

PUT https://<TCA_CP>/admin/hybridity/api/global/settings/<namespace>/<option>

Options

Namespace Option Description Sample Request
CnfPackageManager helmTimeoutSec Helm timeout option value. The default timeout value is 1200 seconds.
{
"value": "2000"
}