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
edx
configuration
Commits
d98389b7
Unverified
Commit
d98389b7
authored
Feb 27, 2018
by
Kevin Falcone
Committed by
GitHub
Feb 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4360 from edx/jibsheet/xqueue-manage_users
Have update_users only happen when services are running
parents
0bda1c59
a60f286b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
CHANGELOG.md
+2
-0
playbooks/roles/xqueue/tasks/deploy.yml
+1
-0
No files found.
CHANGELOG.md
View file @
d98389b7
...
...
@@ -7,6 +7,8 @@
-
Role: xqueue
-
Remove S3_BUCKET and S3_PATH_PREFIX - they were deprecated prior to ginkgo
-
Remove SERVICE_VARIANT - it was copied from edxapp but never truly used (except to complicate things)
-
The manage_users management command is only run when disable_edx_services is false (previously this play would try
to update databases while building images, where services are generally disabled).
-
Role: edxapp
-
Added
`ENTERPRISE_REPORTING_SECRET`
to CMS auth settings to allow edx-enterprise migrations to run.
...
...
playbooks/roles/xqueue/tasks/deploy.yml
View file @
d98389b7
...
...
@@ -102,6 +102,7 @@
-
name
:
Create users
shell
:
"
SERVICE_VARIANT=xqueue
{{
xqueue_venv_bin
}}/django-admin.py
update_users
--settings=xqueue.{{
XQUEUE_SETTINGS
}}
--pythonpath={{
xqueue_code_dir
}}"
become_user
:
"
{{
xqueue_user
}}"
when
:
not disable_edx_services
tags
:
-
manage
-
manage:app-users
...
...
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