summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-08-09 09:11:40 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-08-09 09:11:40 +0200
commit7ab8fbed3c33d32f76946562b4e2a833db988d96 (patch)
tree256501e6630208d0b1356f700354f842e96cad26 /config-model/src/main/resources
parent811cb1a5f7763820d1c92ce728d46e67cc31e3f6 (diff)
Cluster node references
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/container.rnc2
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc2
2 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/container.rnc b/config-model/src/main/resources/schema/container.rnc
index 7168e05ba0b..b5ee1d0b834 100644
--- a/config-model/src/main/resources/schema/container.rnc
+++ b/config-model/src/main/resources/schema/container.rnc
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#Schema for common container options
+# Schema for common container options
include "processing.rnc"
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index c9dd2c0239d..287fd9f459e 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -186,6 +186,8 @@ NodesOfContainerCluster = element nodes {
attribute preload { text }? &
attribute cpu-socket-affinity { xsd:boolean }? &
(
+ attribute of { xsd:string }
+ |
(
attribute count { xsd:positiveInteger } &
attribute flavor { xsd:string }? &