Commit 0bd18c13 by Carson Gee

Merge pull request #794 from edx/cg/fix-release-vagrants

Change boxname on fullstack, and remove ansible play from devstack
parents 94bde0ec 6248ef66
......@@ -16,7 +16,7 @@ cd /edx/app/edx_ansible/edx_ansible/playbooks
# this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration master
ansible-playbook -i localhost, -c local vagrant-devstack.yml
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy
SCRIPT
edx_platform_mount_dir = "edx-platform"
......
......@@ -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