Attempting to deploy Identity Broker (vIDB) via VCF Operations >> Fleet Management >> Lifecycle
The desired vCenter is missing from Select vCenter Server dropdown menu on the Infrastructure tab as per the screenshot below:
The vCenter/VMware Cloud Foundation account has been added and has a green collection status via VCF Operations >> Administration >> Integrations >> Accounts
The desired vCenter is present as a Deployment Target via VCF Operations >> Fleet Management >> Lifecycle >> VCF Management >> Settings >> Deployment Targets
VCF Operations 9.0.1
GET /lcm/lcops/api/v2/datacenters/{dataCenterVmid}/vcenters
Execute the above API call with dataCenterVmid set to DEFAULT_DC"sddcManagerHostname" is empty or set to null, then proceed with the following:PUT /lcm/lcops/api/v2/datacenters/{dataCenterVmid}/vcenters/{vCenterName}
dataCenterVmid to DEFAULT_DC
vCenterName to vCenterName from previous API call response vCenterRequestDTO (body) : fill in the values using the previous API calls response as required and set the "sddcManagerHostname" to the correct, expected value.