aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-07-26 16:02:45 +0200
committerMartin Polden <mpolden@mpolden.no>2023-07-26 16:24:11 +0200
commite3ba83a0fdd1e31036929c172836e9996f79f16d (patch)
treec03df2abc06f0f0567c4d5503eef6039cd2773e7 /config-model/src/test/schema-test-files
parent886a16481d5023822629fd4f8f128157af9edce8 (diff)
Remove global-service-id
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/deployment-with-instances.xml18
-rw-r--r--config-model/src/test/schema-test-files/deployment.xml16
2 files changed, 17 insertions, 17 deletions
diff --git a/config-model/src/test/schema-test-files/deployment-with-instances.xml b/config-model/src/test/schema-test-files/deployment-with-instances.xml
index 3b872f4c1cf..c9f3af49ac2 100644
--- a/config-model/src/test/schema-test-files/deployment-with-instances.xml
+++ b/config-model/src/test/schema-test-files/deployment-with-instances.xml
@@ -9,19 +9,19 @@
<instance id="one,two">
<block-change days="mon,tue" hours="14,15" time-zone="CET"/>
- <prod global-service-id='qrs' athenz-service='other-service'>
- <region active='true'>us-west-1</region>
+ <prod athenz-service='other-service'>
+ <region>us-west-1</region>
<delay hours='3'/>
- <region active='true'>us-central-1</region>
+ <region>us-central-1</region>
<delay hours='3' minutes='7' seconds='13'/>
- <region active='true'>us-east-3</region>
+ <region>us-east-3</region>
<parallel>
- <region active='true'>us-north-1</region>
- <region active='true'>us-south-1</region>
+ <region>us-north-1</region>
+ <region>us-south-1</region>
</parallel>
<parallel>
- <region active='true'>us-north-2</region>
- <region active='true'>us-south-2</region>
+ <region>us-north-2</region>
+ <region>us-south-2</region>
</parallel>
</prod>
<endpoints>
@@ -55,7 +55,7 @@
<upgrade policy='conservative'/>
<block-change days="mon,tue,wed" hours="14,15"/>
<prod>
- <region active='true'>us-central-1</region>
+ <region>us-central-1</region>
</prod>
<endpoints>
<endpoint container-id="barz" />
diff --git a/config-model/src/test/schema-test-files/deployment.xml b/config-model/src/test/schema-test-files/deployment.xml
index bc0f070d88c..8317bf4b80c 100644
--- a/config-model/src/test/schema-test-files/deployment.xml
+++ b/config-model/src/test/schema-test-files/deployment.xml
@@ -5,19 +5,19 @@
<staging/>
<block-change revision='true' version='false' days="mon,tue" hours="14,15"/>
<block-change days="mon,tue" hours="14,15" time-zone="CET"/>
- <prod global-service-id='qrs' athenz-service='other-service'>
- <region active='true'>us-west-1</region>
+ <prod athenz-service='other-service'>
+ <region>us-west-1</region>
<delay hours='3'/>
- <region active='true'>us-central-1</region>
+ <region>us-central-1</region>
<delay hours='3' minutes='7' seconds='13'/>
- <region active='true'>us-east-3</region>
+ <region>us-east-3</region>
<parallel>
- <region active='true'>us-north-1</region>
- <region active='true'>us-south-1</region>
+ <region>us-north-1</region>
+ <region>us-south-1</region>
</parallel>
<parallel>
- <region active='true'>us-north-2</region>
- <region active='true'>us-south-2</region>
+ <region>us-north-2</region>
+ <region>us-south-2</region>
</parallel>
</prod>
<endpoints>