First time here? Check out the FAQ!
2013-05-22 11:47:03 -0600 | received badge | ● Taxonomist |
2013-05-21 08:59:53 -0600 | received badge | ● Good Question (source) |
2013-05-15 02:59:49 -0600 | received badge | ● Nice Question (source) |
2013-05-15 00:34:40 -0600 | received badge | ● Famous Question (source) |
2013-04-16 23:25:55 -0600 | received badge | ● Notable Question (source) |
2013-04-09 18:17:38 -0600 | received badge | ● Popular Question (source) |
2013-04-04 02:38:21 -0600 | received badge | ● Student (source) |
2013-04-03 13:23:09 -0600 | asked a question | How are dnsmasq DNS entries generated and FQDN then sent to instances ? Hi all, We are facing an issue in our folsom (currently with nova-network) deployment : As we are using Puppet to manage the configuration of our instances, we need to set up the FQDNs accordingly to pull the right configurations (eg. server1.prod.example.com and server1.dev.example.com will get different configurations based on the environment type prod or dev). We wanted to proceed in the following way : In /etc/nova/nova.conf And then name our instances So we have a part of the hostname that is stripped. Is this a normal behavior, a misconfiguration ? Is it openstack that strips the hostname before sending it to dnsmasq or rather dnsmasq that creates a dns entry with only what's before the first dot ? Or something else ?? Adrien |