No images found for (component) with version (version)
Ex: No images found for NSX-T Manager with version 3.1.3.7.0-1938045INFO [vcf_dm,d541######,8b##] [c.v.e.s.c.s.a.i.ImageManagementServiceAdapterImpl,http-nio-127.0.0.1-7200-exec-2]
Got ESX product version for new Workload Domain: 7.0.3-20328353
ERROR [vcf_dm,d541######,8b##] [c.v.v.h.s.v.HostVersionValidator,http-nio-127.0.0.1-7200-exec-2]
Host hostname version 7.0.3-20842708 is not a compliant ESXi version, compliant versions are [7.0.3-20328353]
ERROR [vcf_dmd541######,8b##] [c.v.v.h.s.v.HostVersionValidator,http-nio-127.0.0.1-7200-exec-2]
Host hostname version 7.0.3-20842708 is not a compliant ESXi version, compliant versions are [7.0.3-20328353]VMware Cloud Foundation 9.x
The validations fail when we try to deviate from the build specified in the BOM for the corresponding version of VCF.
For example:
Validations fail as below:
{
"id": "#######-###-###-###-##########",
"description": "Validating Domain Creation Spec",
"executionStatus": "COMPLETED",
"resultStatus": "FAILED",
"validationChecks": [
{
"severity": "ERROR",
"resultStatus": "FAILED",
"errorResponse": {
"errorCode": "INCOMPATIBLE_HOST",
"arguments": [
"hostname",
"7.0.3-20842708",
"[7.0.3-20328353]"
],
"message": "Host hostname version 7.0.3-20842708 is not a compliant ESXi version, compliant versions are [7.0.3-20328353]"
}
}Considering the impact with day N-related operations adhere to the BoM-specified versions for all BoM Components when deploying WLDs in ideal scenarios.
Workaround 1:
vi /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.propertiesFor Example:
vcenter.install.version=7.0.3.01000-20395099
nsxt.install.version=3.2.1.2.0-20541212
esx.install.version=7.0.3-20842708Note: Ensure that the versions used above are the ones to be used for the VI WLD Creation.systemctl restart lcm
systemctl status lcm
Workaround 2