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
e9ebcc2f
Commit
e9ebcc2f
authored
Jul 29, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolving merge conflicts
parent
fc7c932b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
playbooks/edx-east/edx_sandbox.yml
+5
-5
playbooks/roles/edxlocal/tasks/main.yml
+2
-2
playbooks/roles/forum/vars/main.yml
+2
-2
No files found.
playbooks/edx-east/edx_sandbox.yml
View file @
e9ebcc2f
...
...
@@ -17,11 +17,11 @@
-
common
-
nginx
-
edxlocal
-
edxapp
-
rabbitmq
-
oraclejdk
-
elasticsearch
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
#
- edxapp
#
- rabbitmq
#
- oraclejdk
#
- elasticsearch
#
- { role: 'edxapp', celery_worker: True }
-
role
:
rbenv
rbenv_user
:
"
{{
forum_user
}}"
rbenv_user_home
:
"
{{
forum_home
}}"
...
...
playbooks/roles/edxlocal/tasks/main.yml
View file @
e9ebcc2f
...
...
@@ -56,7 +56,7 @@
-
name
:
wait for mongo server to start
wait_for
:
port=27017 delay=2
-
name
:
create a mongodb user for
studio
-
name
:
create a mongodb user for
edxapp
mongodb_user
:
>
database=edxapp
name=edxapp
...
...
@@ -65,7 +65,7 @@
-
name
:
create a mongodb user for forums
mongodb_user
:
>
database=
forum
database=
cs_comments_service
name=cs_comments_service
password=password
state=present
...
...
playbooks/roles/forum/vars/main.yml
View file @
e9ebcc2f
...
...
@@ -10,8 +10,8 @@ forum_mongo_user: "cs_comments_service"
forum_mongo_password
:
"
password"
forum_mongo_host
:
"
localhost"
forum_mongo_port
:
"
27010"
forum_mongo_database
:
"
forum
"
forum_mongo_url
:
"
mongodb://{{
forum_mongo_user
}}:{{
forum_mongo_password
}}@{{
forum_mongo_host
}}:{{
forum_mongo_port
}}/{{
forum_mongo_database
}}"
forum_mongo_database
:
"
cs_comments_service
"
forum_mongo_url
:
"
mongodb://{{
forum_mongo_user
}}:{{
forum_mongo_password
}}@{{
for
m
um_mongo_host
}}:{{
forum_mongo_port
}}/{{
forum_mongo_database
}}"
forum_rack_env
:
"
development"
forum_sinatra_env
:
"
development"
forum_api_key
:
"
password"
...
...
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