summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 251134c91e8..9723e531bd2 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -24,6 +24,8 @@ StepExceptInstance =
Endpoints? &
Test? &
Staging? &
+ Dev? &
+ Perf? &
Prod*
PrimitiveStep =
@@ -101,10 +103,19 @@ Staging = element staging {
text
}
+Dev = element dev {
+ attribute cloud-account { xsd:string }?
+}
+
+Perf = element perf {
+ attribute cloud-account { xsd:string }?
+}
+
Prod = element prod {
attribute global-service-id { text }? &
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
Region* &
Delay* &
ProdTest* &