Skip to content

Commit af8cd86

Browse files
committed
Merge pull request #582 from opdemand/change-vagrantfile-template-url
change box_url to be the same as controller
2 parents 636ca77 + 90dc2d8 commit af8cd86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

contrib/vagrant/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Vagrant.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"

contrib/vagrant/util/nodes_vagrantfile_template.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Vagrant.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"
@@ -22,4 +22,4 @@
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

0 commit comments

Comments
 (0)