aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-08-16 07:32:03 +0200
committerHarald Musum <musum@oath.com>2017-08-16 07:32:03 +0200
commit3b5b9ff6501655c6509ea3a181c36aec6e3cc45b (patch)
treef497575ff61ddb1814f503ac1bcdaab5d5920424 /config-model/src/main/resources
parentcde02a5457a5f5efccd346bc3c82a464158b3afc (diff)
Set default number of slobroks per container cluster to 2
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/admin.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index c74a7cb6218..3db16f74e77 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -5,7 +5,7 @@ AdminV2 =
element admin {
attribute version { "2.0" } &
element adminserver { service.attlist } &
- element minSlobroksPerCluster { xsd:positiveInteger }? &
+ element minSlobroksPerCluster { xsd:positiveInteger }? & # TODO: Remove when no applications use this
GenericConfig* &
LogServer? &
(ConfigServer | ConfigServers)? &
@@ -19,7 +19,7 @@ AdminV2 =
AdminV3 =
element admin {
attribute version { "3.0" } &
- element minSlobroksPerCluster { xsd:positiveInteger }? &
+ element minSlobroksPerCluster { xsd:positiveInteger }? & # TODO: Remove when no applications use this
GenericConfig* &
Nodes
}
@@ -27,7 +27,7 @@ AdminV3 =
AdminV4 =
element admin {
attribute version { "4.0" } &
- element minSlobroksPerCluster { xsd:positiveInteger }? &
+ element minSlobroksPerCluster { xsd:positiveInteger }? & # TODO: Remove when no applications use this
AdminV4Slobroks? &
AdminV4LogServers? &
GenericConfig* &