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.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/provider/common.json b/test/provider/common.json
new file mode 100644
index 0000000..ead9d68
--- /dev/null
+++ b/test/provider/common.json
@@ -0,0 +1,11 @@
+#
+# Options put here are inherited by all nodes.
+#
+{
+ "domain": {
+ "public": "rewire.co",
+ "internal": "rewire"
+ },
+ "public_dns": true,
+ "fqdn": "= name + '.' + (public_dns ? domain_public : domain_internal)"
+}