Actions
Bug #1399
closedHostgroups not attaching to Nodes
Description
I can choose it in the UI, but it does not 'stick'.
Updated by W. Andrew Loe III about 13 years ago
This is on the 'develop' branch.
Updated by W. Andrew Loe III about 13 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.
Updated by Ohad Levy about 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7cec3f5681e7178d2258b89c43f41a5cc31927dc.
Actions