aboutsummaryrefslogtreecommitdiff
path: root/test/provider/common.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/provider/common.json')
-rw-r--r--test/provider/common.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/provider/common.json b/test/provider/common.json
index e8f5519..6b1488e 100644
--- a/test/provider/common.json
+++ b/test/provider/common.json
@@ -1,11 +1,13 @@
#
# Options put here are inherited by all nodes.
-# # "fqdn": "= name + '.' + (public_dns ? domain_public : domain_internal)"
+#
{
"domain": {
"public": "rewire.co",
- "internal": "rewire"
+ "internal": "rewire",
+ "name": "= node.name + '.' + (dns.public ? domain.public : domain.internal)"
},
- "public_dns": true,
- "fqdn": "= name + '.' + (public_dns ? domain['public'] : domain['internal'])"
+ "dns": {
+ "public": "= service_type != 'internal_service'"
+ }
}