theforeman / foreman_default_hostgroup

A plugin to set the default hostgroup when hosts are created.
GNU General Public License v3.0
11 stars 29 forks source link

RFE: set host group when a host is created from reports #2

Open domcleal opened 10 years ago

domcleal commented 10 years ago

Only the gemspec claims this is already possible :)

"Adds the option to specify a default hostgroup for new hosts created from facts/reports"

millerjl1701 commented 9 years ago

I was going to report this as a bug, but it looks like this covers it...

If facts from the first puppet run arrive to foreman before the first report arrives, the correct default host group is assigned to the host. If the report arrives before the facts are uploaded, the host gets created but no default host group is assigned.

phpfs commented 3 years ago

If facts from the first puppet run arrive to foreman before the first report arrives, the correct default host group is assigned to the host. If the report arrives before the facts are uploaded, the host gets created but no default host group is assigned.

We are seeing the exact same issue - is a fix possible? :)