Bug #1399
Hostgroups not attaching to Nodes
Description
I can choose it in the UI, but it does not 'stick'.
Associated revisions
History
#1
Updated by W. Andrew Loe III over 11 years ago
This is on the 'develop' branch.
#2
Updated by W. Andrew Loe III over 11 years ago
This was a validation problem with puppetclasses in the host group not belonging to the node's environment. The validation didn't trip an error dialog, but does raise inside rails.
#<OrderedHash {:puppetclasses=>["base does not belong to the master environment", "media does not belong to the master environment", "primary-services does not belong to the master environment", "services does not belong to the master environment"]}>
Should probably amend this to just ensure we bubble this up.
#3
Updated by Ohad Levy over 11 years ago
- Target version set to 1.0
#4
Updated by Ohad Levy about 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7cec3f5681e7178d2258b89c43f41a5cc31927dc.
fixes #1399 - Hostgroups not attaching to Nodes