Commit e3f0a13a by Carson Gee

Change boxname on fullstack, and remove ansible play from devstack

parent 0bf7a58a
......@@ -57,6 +57,6 @@ Vagrant.configure("2") do |config|
# Assume that the base box has the edx_ansible role installed
# We can then tell the Vagrant instance to update itself.
config.vm.provision "shell", inline: $script
# config.vm.provision "shell", inline: $script
end
......@@ -4,7 +4,7 @@ CPU_COUNT = 2
Vagrant.configure("2") do |config|
# Creates an edX fullstack VM from an official release
config.vm.box = "facaccia"
config.vm.box = "gugelhupf"
config.vm.box_url = "http://files.edx.org/vagrant-images/20140210-gugelhupf-fullstack.box"
config.vm.network :private_network, ip: "192.168.33.10"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment