Ok you have find a Workaround :smileyhappy:
In a vRA management console > Services :
The vco service IS BLANK and shell-ui-app,advanced-designer-service & o11n-gateway-service were showing as UNAVAILABLE.
Workaround :
after upgrade connect to SSH on vRA appliance then browse to :
/ETC/VCO/APP-SERVER
Duplicate the file "sso.properties"
edit file "sso.properties" and check if you have parameters about the correct TENANT :
com.vmware.o11n.sso.default.tenant = YOUR_TENANT_NAME
com.vmware.o11n.sso.admin.group.name = YOUR_ADMIN_GROUP
com.vmware.o11n.sso.admin.group.domain = YOUR_ACTIVE_DIRECTORY_DOMAIN
Execute this command on vRA appliance
service vco-server restart
Go back to vRA management console and check if now all services are "REGISTRED"
Execute this command on vRA appliance
/etc/init.d/vco-configurator start
Go to vRO Control Center : Connect with ROOT password.
Click on "Authentication Provider"
If you see "Default tenant : vsphere.local" click CHANGE and assign the same parameters of "SSO.PROPERTIES" file.
After
Go back to SSH console and execute this command on vRA appliance
service vco-server restart
Go back to vRO Control Center and click on "Validate Configuration"
U win !:smileywink: