This KB is meant to fix below specified issues by applying the TCA 3.0 Hot Patch.
Symptoms:
VMware Telco Cloud Automation 3.0
Prerequisites:
Ensure that the current TCA's base build number is 22803361 (tca-mgmtplatform) and tca-cnva is: 22803370, otherwise this patch would fail.
To find what is the current tca-mgmtplatofrom follow the below steps.
kubectl get tcxproduct tca-mgr -o jsonpath="{.status.globalSpec}"
Output: {"defaultAppCrNamespace":"tca-mgr","defaultImgpkgTag":"3.0.0-ob-22803361","pauseApps":false,"registryRootUrl":"<IP Address>:5000/tca-project"}
To find what is the current tca-cnva follow the below steps.
Resolution:
Issue: UI fix to wrap long user group names and retain configured privileges of a tenant in edit tenant wizard– It is fixed in TCA SW Release 3.1
Issue: Cell Site Group domain creation and host addition with a single uplink are not supported in TCA 3.0–Will be addressed in TCA 3.2
Steps to apply the patch (ONLY on TCA Manager):
ssh <TCA_Manager>
su-
4. Copy the patch-changes.tar patch bundle to the /tmp directory of the TCA Manager appliance VM.
5. Extract the patch-changes.tar file:
tar -xvf patch-changes.tar
6. Change to the patch-changes folder:
cd patch-changes
7. Execute the patch-tca.sh patch file:
./patch-tca.sh
8. Monitor the patch status to completion. Installation can also be monitored from the contents of the “tca-patch.log”, in the same directory from which the script was executed.
How to validate if patch installation is successful:
Run the below command and the apps should be in READY state as per below.
admin@10 [ ~ ]$ kubectl get tcxproduct
NAME STATUS READY MESSAGE AGE
tca-common updateCompleted True All App CRs reconciled successfully 4h7m
tca-mgr updateCompleted True All App CRs reconciled successfully 4h2m