summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-09-09 16:38:46 +0200
committerGitHub <noreply@github.com>2022-09-09 16:38:46 +0200
commite5d1a7eaa19fc5353c32129352a790cf64f057dc (patch)
tree58eb7a33c79d80d6381987eb0418c379c5452140 /config-model
parent454146ba533344208cfa6a5824579fd512ced376 (diff)
Revert "Allow setting cloud account for non-production environments"
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc11
1 files changed, 0 insertions, 11 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 9723e531bd2..251134c91e8 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -24,8 +24,6 @@ StepExceptInstance =
Endpoints? &
Test? &
Staging? &
- Dev? &
- Perf? &
Prod*
PrimitiveStep =
@@ -103,19 +101,10 @@ 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* &