Project

General

Profile

User story #3274

Updated by Vincent MEMBRÉ about 11 years ago

We need to add the "all nodes" group in the bootstrap.ldif, so that group will included on a new installation 

 here is the extract corresponding to the group : 
 <pre> 
 dn: nodeGroupId=All-Nodes,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration nodeGroupId=allNodes,groupCategoryId=GroupRoot,ou=Rudder,cn=rudder-configuration 
 objectClass: nodeGroup 
 objectClass: top 
 cn: All Nodes nodes 
 isDynamic: TRUE 
 nodeGroupId: All-Nodes allNodes 
 jsonNodeGroupQuery: { "select":"nodeAndPolicyServer", "select":"node", "composition":"And", "where":[ {"objectType":"node","attribute":"nodeId","comparator":"exists","value":""}]} 
 isEnabled: TRUE 
 isSystem: FALSE TRUE 
 </pre> 

 A migration has to be done to add that group, if missing on an upgrade.

Back