Mirantis Fuel KVM migration causes DNS to fail
Has anyone had experience migrating a KVM based Fuel9.0 installation?
I copied the working .qcow2 disk image to the new host, did a virsh dumpxml, and defined the domain on the new host. That part works flawlessly.
Fuel comes up and everything works fine except DNS resolution to nodes, it looks like whatever fuel is using as a DNS server is not working.
nslookup will not resolve node names, it hits 8.8.8.8 (which suggests it has failed to use itself as a lookup)
The new instance does have access to the internet, and can ping the machines on their internal IPs, but I cannot ssh into the nodes with their internal IPs.
What is the service that fuel uses for its DNS to its nodes? That looks like it has been corrupted somehow.