The purpose of this patch is to fix the memory leak identified and introduce a timeout for operations that are in a stuck state and limit the number of helm-service threads that are active on the Telco Cloud Automation Control Plane (TCA-CP)) at any given moment.
Symptoms:
Network Functions get stuck when instantiating a CNF instead of timing out.
2.0.x
Resolved in Telco Cloud Automation 2.1.
Workaround:
1. Download the attached helm-service binary for your version of TCA.
2. SSH into the TCA-CP virtual machine.
3. Stop the helm-service
systemctl stop helm-service
4. Rename the binary to helm-service and copy the new binary to the following folder:
/opt/vmware/bin/
5. Add executable permissions to the binary
chmod 775 /opt/vmware/bin/helm-service
6. Start the helm-service
systemctl start helm-service
New environment variables:
To apply new environment variables:
Add the environment variables by modifying the systemd environment file located in the following folder of the TCA-CP
/etc/hybridity/helm-service.conf