hubblestack/quasar

Pulsar and Nova Splunk returners send host info differently

Closed this issue · 2 comments

Pulsar uses the fqdn grain and nova uses the minion id. We need to decide which one to use and make sure it's consistent.

Let's standardize on the minion ID. FQDN can be wrong if the hostname is misconfigured on the box, but minion ID is almost certainly useful, and definitely unique across a given master.

Fixed by #34