eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

Calyptos should validate network-config json InstanceDnsServers against host(s) providing DNS service #97

Open nephomaniac opened 8 years ago

nephomaniac commented 8 years ago

Suggesting a 'validator' to check the DNS entries in the network json against the hosts providing the DNS service. For example: Should we check the entries in "InstanceDnsServers" against the registered hosts providing the DNS service? Not sure yet if this should check for 'any' ip that resides on the DNS hosts, or only the IP used to register the host with the service?

shaon commented 8 years ago

If we are to only match InstanceDnsServers with User Facing Services since it's the one providing DNS servers, then I think, InstanceDnsServers in this case is redundant in this case.