Bug #27352
closedVMware Image based Provisioning fails with error- : Could not find virtual machine network interface matching <IP>
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1731516
Description of problem:
Satellite 6.4
VSphere Version 6.7
Image based build fails with errors :
-----------------
019-06-19T09:35:35 [D|app|e0041] Processing task 'Query instance details for host.example.com' from 'Host::Managed Main'
2019-06-19T09:35:35 [D|app|e0041] Orchestration::Compute: Trying to match network interfaces from fog <Fog::Compute::Vsphere::Interfaces
server_id="500e25d1-8178-d44b-0974-ba04d811330b"
[
<Fog::Compute::Vsphere::Interface
mac="00:XX:XX:XX:XX:XX",
network=nil,
name="Network adapter 1",
status="untried",
connected=false,
summary="DVSwitch: 17 6e 0e 50 22 4d 5d 07-f8 71 78 86 53 9c 7b f3",
type=RbVmomi::VIM::VirtualVmxnet3,
key=4000,
virtualswitch=nil,
server_id="500e25d1-8178-d44b-0974-ba04d811330b"
>
]
>
2019-06-19T09:35:35 [W|app|e0041] Orchestration::Compute: Could not match network interface #<Nic::Managed id: nil, mac: nil, ip: "10.0.0.1", type: "Nic::Managed", name: "host.example.com", host_id: nil, subnet_id: 1, domain_id: 1, attrs: {}, created_at: nil, updated_at: nil, provider: nil, username: nil, password: nil, virtual: false, link: true, identifier: "", tag: "", attached_to: "", managed: true, mode: "balance-rr", attached_devices: "", bond_options: "", primary: true, provision: true, compute_attributes: {"type"=>"VirtualVmxnet3", "network"=>"network-5366"}, execution: true, ip6: "", subnet6_id: nil>
2019-06-19T09:35:35 [W|app|e0041] Could not find virtual machine network interface matching 10.0.0.1
2019-06-19T09:35:35 [W|app|e0041] Rolling back due to a problem:
-----------------
Reproducing environment:
Standard Switches, no Distributed Switches
ESXi servers in cluster have network each on them with same names
Version-Release number of selected component (if applicable):
Satellite 6.4
How reproducible:
Specific to VMware environment as explained above
Actual results:
Fails with error Could not find virtual machine network interface matching <IP>
Expected results:
Build system without issues
Updated by Ondřej Ezr over 5 years ago
- Is duplicate of Bug #27353: VMware Image based Provisioning fails with error- : Could not find virtual machine network interface matching <IP> added