aboutsummaryrefslogtreecommitdiff
path: root/test/provider/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-11 00:43:05 -0700
committerelijah <elijah@riseup.net>2012-10-11 00:43:05 -0700
commitcde5fc17fe235405703c67184c81d85643b257a2 (patch)
tree32dfcd7bea8b780964102d026398f4cc86d36712 /test/provider/common.json
parent113d3a59eaa7547433434d155fc1e60aa7c2094c (diff)
downloadleap_cli-cde5fc17fe235405703c67184c81d85643b257a2.tar.gz
leap_cli-cde5fc17fe235405703c67184c81d85643b257a2.tar.bz2
new test/provider data
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'"
+ }
}