Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Fixes #4028: add system variables definition MANAGED_NODES and MANAGED_N... #25

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -89,8 +89,14 @@ class SystemVariableSpecServiceImpl extends SystemVariableSpecService {
, isUniqueVariable = true
, constraint = Constraint(typeName = IntegerVType())
)
, SystemVariableSpec("MANAGED_NODES_NAME", "Hostname of nodes managed by the policy server"
, constraint = Constraint(mayBeEmpty=true)
)
, SystemVariableSpec("MANAGED_NODES_ID", "UUID of nodes managed by the policy server"
, constraint = Constraint(mayBeEmpty=true)
)
// this variable may be empty, has it is not filled by rudder, but by cf-clerk
, SystemVariableSpec("GENERATIONTIMESTAMP"
, SystemVariableSpec("GENERATIONTIMESTAMP"
, "Timestamp of the promises generation"
, multivalued = false
, isUniqueVariable = true
Expand Down