summaryrefslogtreecommitdiff
path: root/rewire_develop.cfg.example
blob: 20b7bcf75b02f784c79241760fce55e85cb06df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROVIDER='rewire'
DOMAIN='rewire.org'
PLATFORM_BRANCH='develop'

# 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'