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
928d9c4f
Commit
928d9c4f
authored
Mar 24, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
var updates for xqueue
parent
4a2e819f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
playbooks/roles/xqueue/defaults/main.yml
+17
-15
No files found.
playbooks/roles/xqueue/defaults/main.yml
View file @
928d9c4f
...
...
@@ -2,21 +2,6 @@
# when the role is included
---
XQUEUE_NGINX_PORT
:
18040
xqueue_app_dir
:
"
{{
COMMON_APP_DIR
}}/xqueue"
xqueue_code_dir
:
"
{{
xqueue_app_dir
}}/xqueue"
xqueue_data_dir
:
"
{{
COMMON_DATA_DIR
}}/xqueue"
xqueue_venvs_dir
:
"
{{
xqueue_app_dir
}}/venvs"
xqueue_venv_dir
:
"
{{
xqueue_venvs_dir
}}/xqueue"
xqueue_venv_bin
:
"
{{
xqueue_venv_dir
}}/bin"
xqueue_user
:
"
xqueue"
# Default nginx listen port
# These should be overrided if you want
# to serve all content on port 80
xqueue_gunicorn_port
:
8040
xqueue_gunicorn_host
:
127.0.0.1
XQUEUE_QUEUES
:
# push queue
'
edX-Open_DemoX'
:
'
http://localhost:18050'
...
...
@@ -46,6 +31,23 @@ XQUEUE_MYSQL_PASSWORD: 'password'
XQUEUE_MYSQL_HOST
:
'
localhost'
XQUEUE_MYSQL_PORT
:
'
3306'
# Internal vars below this line
#############################################
xqueue_app_dir
:
"
{{
COMMON_APP_DIR
}}/xqueue"
xqueue_code_dir
:
"
{{
xqueue_app_dir
}}/xqueue"
xqueue_data_dir
:
"
{{
COMMON_DATA_DIR
}}/xqueue"
xqueue_venvs_dir
:
"
{{
xqueue_app_dir
}}/venvs"
xqueue_venv_dir
:
"
{{
xqueue_venvs_dir
}}/xqueue"
xqueue_venv_bin
:
"
{{
xqueue_venv_dir
}}/bin"
xqueue_user
:
"
xqueue"
# Default nginx listen port
# These should be overrided if you want
# to serve all content on port 80
xqueue_gunicorn_port
:
8040
xqueue_gunicorn_host
:
127.0.0.1
xqueue_env_config
:
XQUEUES
:
$XQUEUE_QUEUES
XQUEUE_WORKERS_PER_QUEUE
:
12
...
...
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