VMware Cloud foundation 5.x
VMware Cloud Foundation 4.x
AVI deployment failed because a service account user from a previous deployment, “[email protected],” is still present in the SDDC Password Management.
vcf
user, and switch to root account type SU
psql -h localhost -U postgres -d platform
or
/usr/pgsql/13/bin/psql -h localhost -U postgres -d platform;
select * from credential;
delete from credential WHERE username='<username identified from step # 3>';
/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh