aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-08-19 11:49:10 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-08-19 11:49:10 +0200
commitd360cfdd5dc6dc5c6475c17dc6b961786e6b7c34 (patch)
treecfb60d5f7608c78a2bebc6ea42a8075637a5cac8 /config-model/src/main/resources
parent5b61adcd248e9bd9f191c21c6d0a6dc39cf78d60 (diff)
Allow configuring upgrade rollout in deployment.xml
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 171112f6bd7..77e3ce8f573 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -51,7 +51,8 @@ ParallelInstances = element parallel {
}
Upgrade = element upgrade {
- attribute policy { xsd:string }
+ attribute policy { xsd:string }? &
+ attribute rollout { xsd:string }?
}
BlockChange = element block-change {