User story #4027
closedUser story #4023: Implement Relay Server within Rudder
Have proper variables for having within the promises to which nodes the promises should be shared
Description
So far, the list of nodes a server should share the promise to are defined by a "magic" variable in the system directive "common-policy-server-uuid"
However, with the relay, this system doesn't work well: the variables are correct, but not on the right nodes :(
Root has the directive common-root
Relay has the directive common-root
Node under relay has the directive common-relay
So relay don't have the proper directive, hence not the right value
We can easily replace this magical mechanism by standard system variable :
- MANAGED_NODES
- MANAGED_NODES_id
there will be 3 subtickets, one for the techniques, one for cf-clerk, and on for rudder
Updated by Nicolas CHARLES about 11 years ago
- Status changed from New to 10
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Updated by Nicolas CHARLES about 11 years ago
Actually, the variable names are
- MANAGED_NODES_NAME
- MANAGED_NODES_ID
Updated by Nicolas CHARLES about 11 years ago
- Status changed from 10 to Pending technical review
- Assignee changed from Jonathan CLARKE to François ARMAND
Updated by François ARMAND about 11 years ago
- Status changed from Pending technical review to 12
Updated by Nicolas CHARLES about 11 years ago
- Status changed from 12 to Pending release
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.8.0~beta1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000056.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story