summaryrefslogtreecommitdiff
path: root/rewire_develop.cfg.example
diff options
context:
space:
mode:
authorLeap Admins <sysdev@leap.se>2013-05-13 11:10:05 +0000
committerLeap Admins <sysdev@leap.se>2013-05-13 11:10:05 +0000
commitded5fd25616575e12af59cef55ab71340efb605d (patch)
tree5151491a4ecf7244a5efaa4929b100f64018af61 /rewire_develop.cfg.example
parentfcf7ff26f3f9edf70590829983f86c5649bec3ed (diff)
updated provider config example
Diffstat (limited to 'rewire_develop.cfg.example')
-rw-r--r--rewire_develop.cfg.example11
1 files changed, 10 insertions, 1 deletions
diff --git a/rewire_develop.cfg.example b/rewire_develop.cfg.example
index 87430d5..20b7bcf 100644
--- a/rewire_develop.cfg.example
+++ b/rewire_develop.cfg.example
@@ -1,5 +1,14 @@
PROVIDER='rewire'
DOMAIN='rewire.org'
PLATFORM_BRANCH='develop'
-NODES='couchdb1 couchdb1 monitor1 mx1 tor1 openvpn1 webapp1'
+
+# hostnames should only have characters and numbers, and a hyphen (-)
+# according to https://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_host_names
+# vagrant will complain about a hyphen used, see
+# https://github.com/mitchellh/vagrant/issues/1722
+# so we're stuck for now with mostly unreadable node names until that vagrant issue is fixed,
+# because node names MUST be different between the different provider instances/branches,
+# otherwise vagrant will use the same VM over multiple provider instances/branches
+
+NODES='rewdevcouch1:couchdb rewdevcouch2:couchdb rewdevmonitor1:monitor rewdevtor1:tor rewdevvpn1:openvpn rewdevwebapp1:webapp'