rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

return node.name instead of automatic.ipaddress #137

Closed mburns closed 6 years ago

mburns commented 6 years ago

What

Dreadnot returns the default ip address for a node from its search results.

This PR is an attempt to change that to be the node.name instead.

Why

Dreadnot is returning IP addresses, but we should be looking up their address by DNS resolution (from node.name or node.fqdn, etc).

mburns commented 6 years ago

doesn't appear to work as-is. Tweaking.