Fuel master should maintain dns records not only for IPs in pxe network, but in other networks as well

Bug #1427940 reported by Alexander Bozhenko
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Confirmed
Low
Fuel Library (Deprecated)

Bug Description

It is originally comes from this bug, where novnc proxy failed to work without reverse dns lookups working:
https://bugs.launchpad.net/mos/+bug/1409661

Currently /var/lib/cobbler/cobbler_hosts on fuel master node contains only records for pxe network:
10.20.7.7 node-2.domain.tld

And dnsmasq knows only about pxe network:
# host node-2
node-2.domain.tld has address 10.20.7.7

QUESTION:
Shouldn't /var/lib/cobbler/cobbler_hosts on fuel master node contain all other networks, stoarage, management, etc... as well?
192.168.1.3 node-2.domain.tld
172.16.16.4 node-2.domain.tld
10.20.7.7 node-2.domain.tld

(Also, /etc/hosts on the nodes probably should be updated too)

With this change reverse lookups will work for all networks:
# host node-2
node-2.domain.tld has address 172.16.16.4
node-2.domain.tld has address 10.20.7.7
node-2.domain.tld has address 192.168.1.3

# host 10.20.7.7
7.7.20.10.in-addr.arpa domain name pointer node-2.domain.tld.

# host 192.168.1.3
3.1.168.192.in-addr.arpa domain name pointer node-2.domain.tld.

host 172.16.16.4
4.16.16.172.in-addr.arpa domain name pointer node-2.domain.tld.

Aslo, related bug(fuel send requests to public server):
https://bugs.launchpad.net/fuel/+bug/1393605

And also it is related to:
https://bugs.launchpad.net/fuel/+bug/1368514
because dns server going to be removed from fuel, right?

summary: - Fuel master should maintain dns records not only for ips in pxe network,
+ Fuel master should maintain dns records not only for IPs in pxe network,
but in other networks as well
Revision history for this message
Dmitry Borodaenko (angdraug) wrote :

Related to bug #1393605.

Changed in fuel:
importance: Undecided → Low
status: New → Confirmed
assignee: nobody → Fuel Library Team (fuel-library)
milestone: none → 6.1
Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

I suggest to fix this bug in a scope of https://bugs.launchpad.net/fuel/+bug/1393605

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.