TCA 2.3 CNF upgrade times out after 60 minutes despite the timeout being increased in the GUI per this document
https://docs.vmware.com/en/VMware-Telco-Cloud-Automation/2.3/com.vmware.tca.userguide/GUID-6DC4E65F-DCE7-46EF-8276-50BACFE5B151.html
2.3
Manually update the helm timeout global settings
1. Generate token
2. PUSH new settings
3. GET new settings
All commands posted are single-line
1. Generate Authorization Tokencurl -v -k -X POST https:// TCACP IP /hybridity/api/sessions -H "accept: application/json" -H "Content-Type: application/json" -d '{ "username": "[email protected]", "password": "password" }'
Look for - x-hm-authorization xxxxxxxxxx
Example: b7630667:c78e:4b22:9b0c:de2a6762c23c
2. PUTcurl -v -k -X PUT -H "Accept:application/json" -H "Content-Type:application/json" -H "x-hm-authorization: b7630667:c78e:4b22:9b0c:de2a6762c23c" https:// TCACP IP /admin/hybridity/api/global/settings/CnfPackageManager/helmTimeout -d '{"value":"9999"}
3. GET current settingscurl -v -k -X GET -H "Accept:application/json" -H "x-hm-authorization: b7630667:c78e:4b22:9b0c:de2a6762c23c" https:// TCACP IP /admin/hybridity/api/global/settings/CnfPackageManager/helmTimeout
'