Actions
Bug #13792
closedInit check on group All classic Nodes known by Rudder (Using a CFEngine based agent) always tries to rewrite the group
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Init check on Rudder at start ensure that groupAll classic Nodes known by Rudder (Using a CFEngine based agent) is correct by wanting
Attribute(name=jsonNodeGroupQuery, values={'{"select":"nodeAndPolicyServer","composition":"And","where":[ {"objectType":"node","attribute":"agentName","comparator":"eq","value":"cfengine"} ]}'})
but on the ldap, we have
Attribute(name=jsonNodeGroupQuery, values={'{"select":"nodeAndPolicyServer","composition":"And","where":[ {"objectType":"node","attribute":"agentName","comparator":"eq","value":"cfengine"}]}'})
(note the space difference in JSON)
Updated by Nicolas CHARLES about 6 years ago
- Subject changed from Init check on group hasPolicyServer-Root empty the group to Init check on group All classic Nodes known by Rudder (Using a CFEngine based agent) always tries to rewrite the group
- Description updated (diff)
Updated by Nicolas CHARLES about 6 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/2055
Updated by Nicolas CHARLES about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|354efb3fa63d8137076d9cae2a28a301288c4e8e.
Updated by Vincent MEMBRÉ almost 6 years ago
- Status changed from Pending release to Released
Actions