When attempting to download binaries for VMware Cloud Foundation (VCF) 9.1.0.0 using the VCF Download Tool, the following symptoms occur:
This issue is caused by an architectural shift in VCF 9.1 and the use of an outdated version of the download tool:
To resolve this issue and retrieve the necessary binaries for VCF 9.1, perform the following steps:
Cloud Foundation > Click VMware Cloud Foundation > VMware Cloud Foundation 9 > 9.1.0.0 > Drivers & ToolsYou must download the specific containerized management components required to bootstrap the VMSP cluster. These include:
When using the VCF Download Tool CLI, utilize the --component filter to target the new microservices.
Example Syntax: Review this command before running it.
./vcf-download-tool binaries download --sku VCF --vcf-version 9.1.0.0 \ --component VCF_FLEET_LCM,VCF_SDDC_LCM,VSP,DEPOT_SERVICE \ --depot-download-activation-code-file [PATH_TO_ACTIVATION_CODE] \ --type INSTALL --depot-store [PATH_TO_DOWNLOAD_LOCATION]
In VCF 9.1, the newly introduced Fleet lifecycle and SDDC lifecycle components perform the functionality previously held by the VCF Operations fleet management appliance. The legacy appliance is decommissioned during the upgrade process.
After upgrading VCF Operations to 9.1, you cannot manage certificates and passwords for VCF Automation, VCF Identity Broker, VCF Operations for Logs, and VCF Operations for Networks until these specific components are also upgraded to version 9.1. This is because these components were previously managed by the now-decommissioned VCF Operations fleet management appliance.
The VSP component acts as the foundational Kubernetes hosting architecture required to run the new Fleet and SDDC lifecycle microservices.
References: