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
93608c4d
Commit
93608c4d
authored
Oct 16, 2013
by
e0d
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #331 from pchiu33/bugfix/pchiu33/missing_XQUEUE_RABBIT_HOSTNAME
Bugfix/pchiu33/missing xqueue rabbit hostname
parents
357507f4
74037529
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
AUTHORS
+1
-0
playbooks/roles/xqueue/defaults/main.yml
+3
-2
No files found.
AUTHORS
View file @
93608c4d
...
...
@@ -8,3 +8,4 @@ John Kern <kern3020@gmail.com>
Will Daly <will@edx.org>
Bethany LaPenta <lapentab@mit.edu>
Jay Zoldak <jzoldak@edx.org>
Philippe Chiu <philippe.chiu@gmail.com>
playbooks/roles/xqueue/defaults/main.yml
View file @
93608c4d
...
...
@@ -28,7 +28,7 @@ XQUEUE_LOGGING_ENV: sandbox
XQUEUE_SYSLOG_SERVER
:
'
syslog.a.m.i4x.org'
XQUEUE_S3_BUCKET
:
'
sandbox-bucket'
XQUEUE_S3_PATH_PREFIX
:
'
sandbox-xqueue'
XQUEUE_LOCAL_LOGLEVEL
:
'
DEBUG
'
XQUEUE_LOCAL_LOGLEVEL
:
'
INFO
'
XQUEUE_AWS_ACCESS_KEY_ID
:
'
'
XQUEUE_AWS_SECRET_ACCESS_KEY
:
'
'
XQUEUE_BASIC_AUTH
:
[
'
edx'
,
'
edx'
]
...
...
@@ -36,6 +36,7 @@ XQUEUE_DJANGO_USER: 'lms'
XQUEUE_DJANGO_PASSWORD
:
'
password'
XQUEUE_RABBITMQ_USER
:
'
edx'
XQUEUE_RABBITMQ_PASS
:
'
edx'
XQUEUE_RABBITMQ_HOSTNAME
:
'
localhost'
XQUEUE_MYSQL_DB_NAME
:
'
xqueue'
XQUEUE_MYSQL_USER
:
'
root'
...
...
@@ -49,7 +50,7 @@ xqueue_env_config:
LOGGING_ENV
:
$XQUEUE_LOGGING_ENV
SYSLOG_SERVER
:
$XQUEUE_SYSLOG_SERVER
LOG_DIR
:
"
{{
storage_base_dir
}}/logs/xqueue"
RABBIT_HOST
:
$XQUEUE_RABBIT_HOSTNAME
RABBIT_HOST
:
$XQUEUE_RABBIT
MQ
_HOSTNAME
S3_BUCKET
:
$XQUEUE_S3_BUCKET
S3_PATH_PREFIX
:
$XQUEUE_S3_PATH_PREFIX
LOCAL_LOGLEVEL
:
$XQUEUE_LOCAL_LOGLEVEL
...
...
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