When attempting to transition a VMware Cloud Foundation (VCF) cluster from vSphere Lifecycle Manager (vLCM) baselines to vLCM images, the transition fails during the image seeding phase.
The vCenter Server displays the following error during the "Extract image" task: A general system error occurred:
Cannot download offline depot from 'https://<REDACTED_HOSTNAME>/cgi-bin/host-seed.cgi?path=/var/vmware/lifecycle/hostSeed/OfflineBundle-<REDACTED>.zip'. Create and import of offline depot from host <REDACTED_HOSTNAME> failed.The SDDC Manager displays the following error during the "Determine the image to be applied to the cluster" task:
SDDC Manager error code: "DRAFT_CREATION_FAILED"
VMware Cloud Foundation 5.2.2
vCenter Server 8x
/etc/sysconfig/proxy) contains invalid syntax in the NO_PROXY bypass list, specifically the use of regular expressions wildcards or CIDR blocks.Establish an SSH session to the vCenter Server Appliance (vCSA) as root.
Open the /etc/sysconfig/proxy file using a text editor.
Modify the NO_PROXY list to remove any regular expressions (e.g., .*.<REDACTED_HOSTNAME>) or CIDR network notations (e.g., <REDACTED_IP>/24).
Replace the removed entries with standard domain suffixes (e.g., .<REDACTED_HOSTNAME>) and explicit IP addresses.
Save and close the /etc/sysconfig/proxy file.
Restart the proxy network service by executing: /etc/init.d/proxy restart
Restart the vLCM Update Manager service by executing: vmon-cli -r updatemgr
Re-execute the vLCM baseline to image cluster transition workflow.