From ded5fd25616575e12af59cef55ab71340efb605d Mon Sep 17 00:00:00 2001 From: Leap Admins Date: Mon, 13 May 2013 11:10:05 +0000 Subject: updated provider config example --- rewire_develop.cfg.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'rewire_develop.cfg.example') 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' -- cgit v1.2.3