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
306aa372
Commit
306aa372
authored
May 23, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
propogate deploy tags to includes
parent
271de79e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
playbooks/edx-east/connect_sandbox.yml
+2
-10
playbooks/roles/edxapp/tasks/deploy.yml
+4
-1
No files found.
playbooks/edx-east/connect_sandbox.yml
View file @
306aa372
...
...
@@ -104,15 +104,7 @@
-
"
EDXAPP_MYSQL_PASSWORD:
{{
EDXAPP_MYSQL_PASSWORD
}}"
tags
:
update_edxapp_mysql_host
-
name
:
call
ansible-playbook locally to update mysql config
-
name
:
call
update on edx-platform
shell
:
>
/edx/bin/ansible-playbook -i localhost, -c local -e@/edx/app/edx_ansible/server-vars.yml edxapp.yml --tags service_variant_config
chdir=/edx/app/edx_ansible/edx_ansible/playbooks/edx-east
/edx/bin/update edx-platform master
tags
:
update_edxapp_mysql_host
-
name
:
restart edxapp services because the notifier handlers are skipped
shell
:
>
/edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart {{ item }}
with_items
:
-
"
edxapp:"
-
"
edxapp_worker:"
playbooks/roles/edxapp/tasks/deploy.yml
View file @
306aa372
...
...
@@ -273,6 +273,7 @@
when
:
download_xml_s3.changed
-
include
:
xml.yml
tags
:
deploy
when
:
EDXAPP_XML_FROM_GIT
# The next few tasks set up the python code sandbox
...
...
@@ -359,7 +360,9 @@
# service variants configured, runs
# gather_assets and db migrations
-
include
:
service_variant_config.yml
tags
:
service_variant_config
tags
:
-
service_variant_config
-
deploy
# call supervisorctl update. this reloads
# the supervisorctl config and restarts
...
...
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