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
3c088102
Commit
3c088102
authored
Feb 07, 2014
by
e0d
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #761 from edx/e0d/devstack-fix
conditionally creating dbs.
parents
0fc14446
212d3abb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
playbooks/roles/edxlocal/tasks/main.yml
+5
-1
No files found.
playbooks/roles/edxlocal/tasks/main.yml
View file @
3c088102
...
...
@@ -20,7 +20,8 @@
login_password={{ EDXAPP_MYSQL_PASSWORD }}
state=present
encoding=utf8
when
:
EDXAPP_MYSQL_USER
-
name
:
create a database for xqueue
mysql_db
:
>
db=xqueue
...
...
@@ -28,6 +29,7 @@
login_password={{ XQUEUE_MYSQL_PASSWORD }}
state=present
encoding=utf8
when
:
XQUEUE_MYSQL_USER
-
name
:
create a database for ora
mysql_db
:
>
...
...
@@ -36,6 +38,7 @@
login_password={{ ORA_MYSQL_PASSWORD }}
state=present
encoding=utf8
when
:
ORA_MYSQL_USER
-
name
:
create a database for discern
mysql_db
:
>
...
...
@@ -44,6 +47,7 @@
login_password={{ DISCERN_MYSQL_PASSWORD }}
state=present
encoding=utf8
when
:
DISCERN_MYSQL_USER
-
name
:
install memcached
...
...
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