aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-17 12:43:36 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-17 12:43:36 +0100
commitb3caf09ca61e347e166bfddb68ec15c0a4d0038d (patch)
treee93d010b73ea0dfc0ae5bf21d807a8318705fc92 /config-model/src/main/resources
parent0c55782dcd8acd3116b9f1e5673d4ded132416c4 (diff)
Add control of extra environment variables.
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 5dbcffce736..34bfba6faaf 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -214,6 +214,7 @@ NodesOfContainerCluster = element nodes {
attribute jvm-options { text }? &
attribute jvm-gc-options { text }? &
attribute preload { text }? &
+ attribute environment-vars { text }? &
attribute allocated-memory { text }? &
attribute cpu-socket-affinity { xsd:boolean }? &
(