rax-maas / dreadnot

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

Update knife tool to return FQDNs instead of IPs #138

Closed mburns closed 6 years ago

mburns commented 6 years ago

Currently, Dreadnot wraps the knife command to query Chef-Server to get values like the array of IPs to use for a given step.

We should tweak Dreadnot to return hostname / FQDNs instead of IP address. This way, when we ssh $(ip) $(cmd), we'll be doing a DNS lookup.

I tried applying #137 manually, but it didn't appear to make a difference. CC @racker/rackspacemonitoringbombardiers

rphillips commented 6 years ago

@mburns check out https://github.com/racker/chef/pull/4693