CNF upgrade helm times out after 60 minutes
search cancel

CNF upgrade helm times out after 60 minutes

book

Article ID: 384686

calendar_today

Updated On:

Products

VMware Telco Cloud Automation

Issue/Introduction

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

Environment

2.3

Resolution

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 Token
curl -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. PUT
curl -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 settings
curl -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

'