The embedded vRO registration in vRA 8.4 will fail to update the embedded vRO endpoint if new vRA LB is configured.
The vRO registration code in vRA 8.4 (
/opt/scripts/register_vro_endpoint.sh) is modified to search for the previous embedded vRO endpoint, using the following criteria:
single node: host = LB or host = node1
cluster: host = LB or host = node1 or host = node2 or host = node3
Introducing new LB value will cause the above search to fail and vRA 8.4 deployment will create a new embedded vRO endpoint registration with the name “embedded-VRO”.
After the vRA deployment there will be two embedded vRO registrations - the existing one, which won’t be updated and the URL will point to the old load balancer URL (
https://{old LB host}:443) and a new one with the name “embedded-VRO” created from the
deploy.sh script.