summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-11 07:31:15 +0200
committerjonmv <venstad@gmail.com>2022-04-11 13:42:27 +0200
commitc3cc2c85fe25785688d56bd8a71650ac4668f7c9 (patch)
tree677ffa077b5e1e428530f3caa2e7023f37a88a67 /config-model/src/main/resources
parentfd24d5533ebd7ee81817a2e88079a44f8ee3ebb7 (diff)
Update deployment.rnc, and configserver veratime JSON test files
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 1aaf002b703..08b23f77bc9 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -54,6 +54,9 @@ Upgrade = element upgrade {
attribute policy { xsd:string }? &
attribute revision-target { xsd:string }? &
attribute revision-change { xsd:string }? &
+ attribute min-risk { xsd:long }? &
+ attribute max-risk { xsd:long }? &
+ attribute max-idle-hours { xsd:long }? &
attribute rollout { xsd:string }?
}