When attempting to roll back an upgraded Cloud Native Network Function (CNF) via the VMware Telco Cloud Automation (TCA) UI, the operation fails. The UI may display a continuous spinner on the "Next" button, and the task fails to initiate.
Symptoms
Unable to fetch the helm history.ERROR c.v.h.nfvm.api.cnf.CnfLcmController- Unable to fetch the helm history for cnfInstanceId and operationId.TCP versions : 5.0, 5.0.1, 5.1
TCA versions: 3.2, 3.3, and 3.4.
This issue is caused by a failure in the TCA UI to generate the rollback payload. The UI attempts to reconcile the Helm parameters from the current VNFD against the original instantiation history. When there is a mismatch in the number of charts between these versions, a JavaScript exception occurs, preventing the payload from being sent to the backend API.
cnf-rollback-v2.sh script from the case attachments.additionalParams object, which bypasses the UI's mapping logic:{ "additionalParams": {}, "operationId": "####-####-####-####"}