Dnsmasq failure to provide private IP to VM on fresh RDO Juno install on TwoNode Controller&&Network,Compute CentOS 7 Cluster
It is ML2&OVS&VXLAN set up per http://bderzhavets.blogspot.com/2014/...
Similar instances Conroller&Network and Compute on the same two boxes (different drives) , dual booting with affected ones,
work fine just now using the same VXLAN tunnel , same VXLAN endpoints enp5s1 on Controller and Compute Nodes, but not yum updated
for a week or so. I will try run tcldump -vv -i enp5s1
on affected Compute instance right now
Seems to be a new issue . Never before experienced this problem
/var/log/neutron/dnsmasq.log
Jan 25 10:47:08 dnsmasq[17647]: started, version 2.66 cachesize 150
Jan 25 10:47:08 dnsmasq[17647]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth
Jan 25 10:47:08 dnsmasq[17647]: warning: no upstream servers configured
Jan 25 10:47:08 dnsmasq-dhcp[17647]: DHCP, static leases only on 50.0.0.0, lease time 1d
Jan 25 10:47:08 dnsmasq[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/addn_hosts - 2 addresses
Jan 25 10:47:08 dnsmasq-dhcp[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/host
Jan 25 10:47:08 dnsmasq-dhcp[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/opts
Jan 25 10:47:08 dnsmasq[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/addn_hosts - 2 addresses
Jan 25 10:47:08 dnsmasq-dhcp[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/host
Jan 25 10:47:08 dnsmasq-dhcp[17647]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/opts
Jan 25 10:56:31 dnsmasq[19925]: started, version 2.66 cachesize 150
Jan 25 10:56:31 dnsmasq[19925]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth
Jan 25 10:56:31 dnsmasq[19925]: warning: no upstream servers configured
Jan 25 10:56:31 dnsmasq-dhcp[19925]: DHCP, static leases only on 50.0.0.0, lease time 1d
Jan 25 10:56:31 dnsmasq[19925]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/addn_hosts - 3 addresses
Jan 25 10:56:31 dnsmasq-dhcp[19925]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/host
Jan 25 10:56:31 dnsmasq-dhcp[19925]: read /var/lib/neutron/dhcp/30e668d5-eb07-423d-aeb6-d408a715e9bb/opts
Create new private subnet && new router, set up gateway && interface same result
Jan 25 13:26:54 dnsmasq[9732]: started, version 2.66 cachesize 150
Jan 25 13:26:54 dnsmasq[9732]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth
Jan 25 13:26:54 dnsmasq[9732]: warning: no upstream servers configured
Jan 25 13:26:54 dnsmasq-dhcp[9732]: DHCP, static leases only on 75.0.0.0, lease time 1d
Jan 25 13:26:54 dnsmasq[9732]: read /var/lib/neutron/dhcp/29a85223-6727-457c-bb13-2fff5719d4b8/addn_hosts - 2 addresses
Jan 25 13:26:54 dnsmasq-dhcp[9732]: read /var/lib/neutron/dhcp/29a85223-6727-457c-bb13-2fff5719d4b8/host
Jan 25 13:26:54 dnsmasq-dhcp[9732]: read /var/lib/neutron/dhcp/29a85223-6727-457c-bb13-2fff5719d4b8/opts
Jan 25 13:26:54 dnsmasq[9732]: read /var/lib/neutron/dhcp/29a85223-6727-457c-bb13-2fff5719d4b8/addn_hosts - 2 addresses
Jan 25 13:26:54 dnsmasq-dhcp[9732]: read /var/lib ...
What kind of connectivity do you have between the compute nodes and management nodes (VLAN,GRE,VXLAN)? Can you confirm you have connectivity between them? Also if you sniff the interfaces, do you see the DHCP request going out on the compute node and do you see it coming in on the mgmt node?