Actions
Architecture #9729
closedUser story #9707: Add a Relay API: share files between nodes, launch run on remote run behind relay
New system variables
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Fix check:
Regression:
Description
We need 4 new system variables: SUB_NODES_NAME, SUB_NODES_ID, SUB_NODES_KEYHASH, SUB_NODES_SERVER
They will be defined for every root_server or relay_server and contain all host that are below those server recursively.
So they wil include relays and nodes below relays that are below them.
- SUB_NODES_NAME : hostname
- SUB_NODES_ID : node UUID
- SUB_NODES_KEYHASH : node's public key hash in the form 'type:value', example: sha1:da39a3ee5e6b4b0d3255bfef95601890afd80709
- SUB_NODES_SERVER : the node's policy server
Actions