VMware Cloud Foundation (VCF) Operations 9.0 to 9.1
VCF Automation 9.0
To resolve this issue, manually deploy the pending components using the Fleet lifecycle API, and then import the remaining components via the VCF Operations UI.
Navigate to Build > Lifecycle > VCF Management > Components in the VCF Operations UI.
Compare the deployed components with those present in version 9.0.x. If they are listed, no further action is needed. If they are missing, proceed to Step 2.
Use the Fleet lifecycle API to deploy the missing components (Salt RaaS, Salt Master, Telemetry, and License Server).
Download and install an API client (such as Bruno or Postman).
Gather the necessary Fully Qualified Domain Names (FQDNs) and credentials:
VCF Services runtime FQDN
Fleet components FQDN
Username ([email protected])
Password (typically your vmware-system-user password)
Configure the following variables in your API client environment:
vcf_services_runtime_fqdn
fleet_component_fqdn
vcf_sr_username
vcf_sr_password
sddc_lcm_id
Fetch the Authentication Token by executing a POST request:
API Endpoint: https://{{vcf_services_runtime_fqdn}}/api/v1/identity/token
Headers: Content-type: application/x-www-form-urlencoded
Body:
grant_type: password
username: {{vcf_sr_username}}
password: {{vcf_sr_password}}
Fetch the SDDC LCM ID using the API and save it to your environment variables (the Fleet lifecycle calls the SDDC lifecycle to execute the installation task).
Execute the respective API calls to install Salt RaaS, Salt Master, and Telemetry.
Once the components are installed, clear the legacy VMware Aria Automation 9.0 environment from vSphere.
In VCF Operations, navigate to Build > Lifecycle > VCF Management > Components.
Click Add Component.
Select VCF Automation.
Select your VCF Instance.
Enter the VCF Automation Primary VIP.
Enter the vmware-system-user password to import VMware Aria Automation into the Fleet lifecycle inventory so it is available for the 9.1 upgrade.
In VCF Operations, navigate to Build > Lifecycle > VCF Management > Components.
Click Add Component.
Select VCF Operations for Networks.
Enter the Platform Node's IP address.
Enter the admin password (admin@local).