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
1a5f663c
Commit
1a5f663c
authored
Apr 21, 2016
by
Zubair Afzal
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2960 from edx/zub/update-credentials-ansible-overrides
update credentials ansible overrides for docker
parents
390f6085
a76dbd0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
docker/build/credentials/ansible_overrides.yml
+5
-2
playbooks/roles/credentials/templates/edx/app/credentials/devstack.sh.j2
+1
-1
No files found.
docker/build/credentials/ansible_overrides.yml
View file @
1a5f663c
---
credentials_gunicorn_host
:
127.0.0.1
credentials_gunicorn_host
:
0.0.0.0
CREDENTIALS_MYSQL
:
'
db'
CREDENTIALS_DJANGO_SETTINGS_MODULE
:
'
credentials.settings.devstack'
CREDENTIALS_MYSQL_MATCHER
:
'
%'
CREDENTIALS_MYSQL_HOST
:
'
db'
CREDENTIALS_MYSQL_PASSWORD
:
'
password'
COMMON_MYSQL_MIGRATE_USER
:
'
{{
CREDENTIALS_MYSQL_USER
}}'
COMMON_MYSQL_MIGRATE_PASS
:
'
{{
CREDENTIALS_MYSQL_PASSWORD
}}'
playbooks/roles/credentials/templates/edx/app/credentials/devstack.sh.j2
View file @
1a5f663c
...
...
@@ -12,7 +12,7 @@ case $COMMAND in
cd
/edx/app/edx_ansible/edx_ansible/docker/plays
sudo
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook credentials.yml
-c
local
-i
'127.0.0.1,'
\
-t
'install:app-requirements,assets:gather,devstack,migrate'
\
-t
'install:app-requirements,assets:gather,devstack,migrate
,manage:start
'
\
--extra-vars
=
"migrate_db=yes"
\
--extra-vars
=
"@/ansible_overrides.yml"
...
...
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