OpenStack and dnsmasq config
Posted by Marius Voila on November 23, 2014 in London, U.K . — 0 comments This post contains 230 wordsSo today I was fighting with an OpenStack environment where for some reason it would not read the dnsmasq config and apply the rules I specified in there. After few hors of fight and glancing at the logs and googling I could not find the issue..everything looked ok just that the DNS server would not be applied to the VMs.
The config was pretty straight forward so nothing fancy in dnsmasq-nova.conf
:
So you would expect that now in when a VM renew its DHCP will have in resolv.conf
this entry nameserver 10.12.0.45
but for some reason it didn’t had that but the IP of the compute node (default behaviour as dnsmasq will use --listen-address
for its DNS ) but no.
And after few frustrating hours spent glazing at the logs and google I decided to kill dnsmasq and restart nova-compute & nova-network
and for my surprise this did the trick as it seems like when you just restart nova-compute
& nova-network
is not killing dnsmasq so the confing will never be read.
Solution:
And you are good to go ♪┏(・o・)┛♪┗ ( ・o・) ┓♪
##Conclusion:
When nothing works use a bigger hammer :-)