Actions
User story #3374
closedUser story #3273: Have a group containing all nodes
Change system groups name/description in the LDAP
Status:
Released
Priority:
2
Assignee:
Jonathan CLARKE
Category:
Web - Nodes & inventories
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Following #3372, system groups are now displayed in the Rudder UI, but the names and description are not easy to understand.
There is four groups concerned(with DN and description) are :
- Root policy server
- DN = ruleTarget=policyServer:root,groupCategoryId=SystemGroups,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration
- A special target which only matches the policy server with the ID given after the semicolon
- All servers
- DN = ruleTarget=special:all,groupCategoryId=SystemGroups,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration
- A special target which matches absolutly all known nodes, including policy servers
- All user servers
- DN = ruleTarget=special:all_exceptPolicyServers,groupCategoryId=SystemGroups,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration
- A special target which matches all user nodes (no policy server s)
- Root server group
- DN = nodeGroupId=hasPolicyServer-root,groupCategoryId=SystemGroups,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration
- Root server goup
Their name and description should be renamed to :
- Root policy server
- ??
- All nodes
- ??
- All managed nodes
- ??
- All nodes managed by policy server root
- ??
Those change should be done in the LDAP using a migration script
The system group category should be renamed from "System group category" to "System groups" which is more user friendly
Assigned to Jon to complete what should be changed
Pull Request URL: https://github.com/Normation/rudder-packages/pull/25
Actions