Description of problem:
prov.set_host starting failing for us in 4.5.1 (see attached automation.log), we believe it may be related to eligible_hosts returning an empty array in 4.5.1 (see below)
I have attached a logs.tar.gz which has the automation and evm logs from todays attempts. You should be able to see a working 4.5.0 provision of "cf45test28", the upgrade to 4.5.1, and the failing 4.5.1 provision of "cf45test29".
# 4.5.0 (5.8.0.17.20170525183055_6317a22)
> prov = $evm.vmdb(:miq_provision).find(100000000000057)
> prov.eligible_hosts
=> [#<MiqAeServiceManageIQ_Providers_Vmware_InfraManager_HostEsx:0x9d9d7b8 @object=#<ManageIQ::Providers::Vmware::InfraManager::HostEsx id: 100000000000002, name: "dc-esx02.ied.cbnms.com", hostname: "dc-esx02.ied.cbnms.com", ipaddress: "172.20.214.50", vmm_vendor: "vmware", vmm_version: "6.0.0", vmm...]
Version-Release number of selected component (if applicable):
5.8.1.5.20170725160636_e433fc0
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Description of problem: prov.set_host starting failing for us in 4.5.1 (see attached automation.log), we believe it may be related to eligible_hosts returning an empty array in 4.5.1 (see below) I have attached a logs.tar.gz which has the automation and evm logs from todays attempts. You should be able to see a working 4.5.0 provision of "cf45test28", the upgrade to 4.5.1, and the failing 4.5.1 provision of "cf45test29". # 4.5.0 (5.8.0.17.20170525183055_6317a22) > prov = $evm.vmdb(:miq_provision).find(100000000000057) > prov.eligible_hosts => [#<MiqAeServiceManageIQ_Providers_Vmware_InfraManager_HostEsx:0x9d9d7b8 @object=#<ManageIQ::Providers::Vmware::InfraManager::HostEsx id: 100000000000002, name: "dc-esx02.ied.cbnms.com", hostname: "dc-esx02.ied.cbnms.com", ipaddress: "172.20.214.50", vmm_vendor: "vmware", vmm_version: "6.0.0", vmm...] Version-Release number of selected component (if applicable): 5.8.1.5.20170725160636_e433fc0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: