summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc10
1 files changed, 8 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index ede05ad65ef..0f2eed3f72b 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -8,6 +8,7 @@ start = element deployment {
attribute athenz-domain { xsd:string }? &
attribute athenz-service { xsd:string }? &
attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
Step
}
@@ -39,6 +40,7 @@ Instance = element instance {
attribute tags { xsd:string }? &
attribute athenz-service { xsd:string }? &
attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
StepExceptInstance
}
@@ -106,11 +108,13 @@ Staging = element staging {
}
Dev = element dev {
- attribute cloud-account { xsd:string }?
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }?
}
Perf = element perf {
- attribute cloud-account { xsd:string }?
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }?
}
Prod = element prod {
@@ -118,6 +122,7 @@ Prod = element prod {
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
Region* &
Delay* &
ProdTest* &
@@ -132,6 +137,7 @@ Region = element region {
attribute active { xsd:boolean }? &
attribute athenz-service { xsd:string }? &
attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
text
}