File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Vagrant . configure ( "2" ) do |config |
2- config . vm . box = "deis-controller "
2+ config . vm . box = "deis-server "
33
44 # Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
5- config . vm . box_url = "https://oss-binaries.phusionpassenger .com/vagrant/boxes /ubuntu-12.04.3-amd64-vbox.box"
5+ config . vm . box_url = "https://s3-us-west-2.amazonaws .com/opdemand /ubuntu-12.04.3-amd64-vbox.box"
66
77 # Avahi-daemon will broadcast the server's address as deis-controller.local
88 config . vm . host_name = "deis-controller"
Original file line number Diff line number Diff line change 11Vagrant . configure ( "2" ) do |config |
2- config . vm . box = "deis-node "
2+ config . vm . box = "deis-server "
33
44 # The url from where the 'config.vm.box' box will be fetched if it
55 # doesn't already exist on the user's system.
6- config . vm . box_url = "https://s3-us-west-2.amazonaws.com/opdemand/deis-node .box"
6+ config . vm . box_url = "https://s3-us-west-2.amazonaws.com/opdemand/ubuntu-12.04.3-amd64-vbox .box"
77
88 # Avahi-daemon will broadcast the node's address as $id.local
99 config . vm . host_name = "$id"
2222 sudo service avahi-daemon restart
2323 echo "*.* @@192.168.61.100:514" > /etc/rsyslog.d/51-remote.conf
2424 SCRIPT
25- end
25+ end
You can’t perform that action at this time.
0 commit comments