summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-02-03 15:52:32 +0100
committerGitHub <noreply@github.com>2020-02-03 15:52:32 +0100
commit4c6b9c1a1c5ab499a48c2ae1b6e6e0f6b12c7c10 (patch)
tree3183fd070554961324c7c672fe100b1dede7186c
parent6bf6ba447fa72321b6711fabcd7ac1f536969ae5 (diff)
parent6b6117aec8749018dcc76c060b33139aaf9f6a22 (diff)
Merge pull request #12050 from vespa-engine/bratseth/allow-resources
Allow resources in dedicated nodes
-rw-r--r--config-model/src/main/resources/schema/common.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index e3ad942e7b3..c47983adc12 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -37,7 +37,8 @@ OptionalDedicatedNodes = element nodes {
attribute required { xsd:boolean }? &
attribute docker-image { xsd:string }? &
attribute dedicated { xsd:boolean }? &
- attribute exclusive { xsd:boolean }?
+ attribute exclusive { xsd:boolean }? &
+ Resources?
}
GenericConfig = element config {