Commit f5619a06 by John Jarvis

adding override for ora_venv_dir

parent 6a7a14dc
......@@ -7,10 +7,11 @@
mysql5_workaround: True
ansible_ssh_private_key_file: /var/lib/jenkins/continuous-integration.pem
# use a separate virtualenv for ora
ora_venv_dir: "/opt/wwc/virtualenvs/ora"
vars_files:
- "{{ secure_dir }}/vars/edxapp_ref_users.yml"
- "{{ secure_dir }}/vars/edxapp_sandbox.yml"
# overrides specific to the jenkins test playbook
- "{{ secure_dir }}/vars/edx_jenkins.tests.yml"
roles:
- common
- nginx
......
---
# override the default virtualenv for ora
ora_venv_dir: "/opt/wwc/virtualenvs/ora"
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