This is a known issue affecting VMware vRealize Automation 8.1.x.
Currently, there is no resolution.
Workaround:
To work around this issue, disable the provisioning-service telemetry.
- Log in through SSH in the vRealize Automation appliance.
- Backup the deployment.yaml file located in /opt/charts/provisioning-service/templates/ by copying it to the /root folder by running this command:
vracli cluster exec -- bash -c "cp /opt/charts/provisioning-service/templates/deployment.yaml /root"
- Disable provisioning-service telemetry by running this command:
vracli cluster exec -- bash -c "sed -i '/name: ENABLE_TELEMETRY/,/value/s/value: .*/value: \"false\"/' /opt/charts/provisioning-service/templates/deployment.yaml"
Note: The part around ENABLE_TELEMETRY setting in /opt/charts/provisioning-service/templates/deployment.yaml should look like:
name: ENABLE_TELEMETRY
value: "false"
- Run this command:
/opt/scripts/deploy.sh
- Wait until the system is re-initialized (About 20 minutes).