Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#1011 from edx/han/devstack
Browse files Browse the repository at this point in the history
Han/devstack
  • Loading branch information
hkim823 committed Apr 17, 2014
2 parents e0dabf5 + 6d7c308 commit f80aceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions playbooks/vagrant-devstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
mongo_enable_journal: False
EDXAPP_NO_PREREQ_INSTALL: 0
COMMON_MOTD_TEMPLATE: "devstack_motd.tail.j2"
COMMON_SSH_PASSWORD_AUTH: "yes"
vars_files:
- "group_vars/all"
roles:
Expand Down
2 changes: 1 addition & 1 deletion vagrant/release/devstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 release
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy -e configuration_version=release
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=release
SCRIPT

edx_platform_mount_dir = "edx-platform"
Expand Down

0 comments on commit f80aceb

Please sign in to comment.