Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
c5fa75d8
Commit
c5fa75d8
authored
Feb 11, 2016
by
Tim Krones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
When provisioning analyticstack, ensure that configuration repo is
up-to-date before running vagrant-analytics.yml playbook.
parent
7ed74e59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
vagrant/release/analyticstack/Vagrantfile
+5
-0
No files found.
vagrant/release/analyticstack/Vagrantfile
View file @
c5fa75d8
...
@@ -17,6 +17,11 @@ export PYTHONUNBUFFERED=1
...
@@ -17,6 +17,11 @@ export PYTHONUNBUFFERED=1
source /edx/app/edx_ansible/venvs/edx_ansible/bin/activate
source /edx/app/edx_ansible/venvs/edx_ansible/bin/activate
cd /edx/app/edx_ansible/edx_ansible/playbooks
cd /edx/app/edx_ansible/edx_ansible/playbooks
# Ensure that configuration repo is up-to-date.
# The vagrant-analytics.yml playbook will also do this, but only after loading playbooks into memory.
# If these are out-of-date, this can cause problems
# (e.g. permission issues, looking for templates that no longer exist).
ansible-playbook -i localhost, -c local run_role.yml -e role=edx_ansible -e configuration_version=master
ansible-playbook -i localhost, -c local vagrant-analytics.yml -e configuration_version=master -e ELASTICSEARCH_CLUSTER_MEMBERS=[]
ansible-playbook -i localhost, -c local vagrant-analytics.yml -e configuration_version=master -e ELASTICSEARCH_CLUSTER_MEMBERS=[]
SCRIPT
SCRIPT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment