Mirantis Openstack Fuel 9.2 Network Check Failed for Hyper-V Nodes
I'm trying to deploy mirantis openstack with fuel (9.2). The environment includes
- fuel 9.2 on a physical hardware
- 3 x Ceph Storage Nodes on 3 physical hardware
- 3 x Computes on 3 physical hardware
- 1 x Control node on 1 physical hardware
- 2 x Control node on 2 Virtual machines running on Hyper-V Server 2012 R2
While doing a network check, the 2 control nodes running on Hyper-V Server 2012 R2 fails.
Verification failed.
Repo availability verification using public network failed on following nodes Uno-Node (de:cf), Duo-Node (34:36).
Following repos are not available - http://archive.ubuntu.com/ubuntu/, http://mirror.fuel-infra.org/mos-repos/ubuntu/9.2, http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0/.
Check your public network settings and availability of the repositories from public network. Please examine nailgun and astute logs for additional details.
Method verify_networks. 5099b3e1-130d-4fd0-8c69-ee274dcf3d49: MCollective agents 'net_probe' '41' didn't respond within the allotted time.
Inspect Astute logs for the details
if I remove the 2 nodes and run the network check only with physical nodes the network check is successful.
For the nodes on Hyper-V each roles are assiged to one NIC
- PXE -> NIC20 -> VLAN20
- PUBLIC -> NIC25 -> VLAN25
- Management -> NIC201 -> VLAN201
- Storage -> NIC202 -> VLAN202
- Private -> NIC203 -> VLAN203
Is this a compatibility issue with Hyper-V Server? or i'm missing something?