oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

Add dhcp per network infos like dns domainname and dns servers to Networks table. #631

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by olahaye74 on 20 Feb 2014 15:05 UTC For a given Network, when configuring the dhcpd, it would be usefull to have the dnsdomainname and the dnsservers that serves that network.

Maybe ather fields are required per network. We could think about pxe server and such if relevant.

Set it to enhancement (database wize), but it's a bug and right now, the dhcp is wrongly setup. the gateway is not taken from the Networks table and the dns and domainname are take from the oscar_wizard host which may be wrong in case of multiple clusters.

This needs to be checked.

Question: can we have one dns domain per sub clusters for host isolation like licence servers? Does it makes sens to have nodes that are not in the same dnsdomain as the head?