cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
684 stars 229 forks source link

No ping after instance spin up #168

Closed sephiroth4 closed 6 years ago

sephiroth4 commented 7 years ago

Hi Team,

After I build the new images with the Examples/create-windows-cloud-image.ps1, Windows 10 does not ping in OpenStack. I'm only using the virtio drivers that are in the script and a vanilla Windows 10 iso from MS. My OpenStack team says they modified mkfs.fat in hypervisors to make old images work after an upgrade, but the new upgrade still doesn't make win 10 images pingable. Openstack creates their disk image and related disk.config and libvirt.xml files and marks VMs as active but they are not pingable. Any pointers?

ader1990 commented 7 years ago

Hello,

this is an issue usually with the OpenStack Neutron configuration. Please check if the dhcp server works and if the instance has an IP and if not, if the network adapters drivers are okay (from Device Manager).

Thank you, Adrian Vladu

ader1990 commented 6 years ago

closing issue, as it is not related to the image generation, but to an OpenStack configuration problem.