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
2c4c541a
Commit
2c4c541a
authored
Apr 04, 2018
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't need any rabbitmq configuration for XQueue anymore
parent
a34aa3fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
CHANGELOG.md
+6
-0
playbooks/roles/xqueue/defaults/main.yml
+0
-12
No files found.
CHANGELOG.md
View file @
2c4c541a
-
Role xqueue
-
Removed RabbitMQ in earlier changes in XQueue itself, we don't need any of the configuration
XQUEUE_RABBITMQ_USER XQUEUE_RABBITMQ_PASS XQUEUE_RABBITMQ_VHOST XQUEUE_RABBITMQ_HOSTNAME
XQUEUE_RABBITMQ_PORT XQUEUE_RABBITMQ_TLS
-
Role edx_django_service
-
Added maintenance page under the flag EDX_DJANGO_SERVICE_ENABLE_S3_MAINTENANCE.
-
Added the s3_maintenance.j2 file to point to the s3 maintenance page.
...
...
playbooks/roles/xqueue/defaults/main.yml
View file @
2c4c541a
...
...
@@ -39,12 +39,6 @@ XQUEUE_BASIC_AUTH_USER: "{{ COMMON_HTPASSWD_USER }}"
XQUEUE_BASIC_AUTH_PASSWORD
:
"
{{
COMMON_HTPASSWD_PASS
}}"
XQUEUE_DJANGO_USERS
:
lms
:
'
password'
XQUEUE_RABBITMQ_USER
:
'
edx'
XQUEUE_RABBITMQ_PASS
:
'
edx'
XQUEUE_RABBITMQ_VHOST
:
'
/'
XQUEUE_RABBITMQ_HOSTNAME
:
'
localhost'
XQUEUE_RABBITMQ_PORT
:
5672
XQUEUE_RABBITMQ_TLS
:
false
XQUEUE_LANG
:
'
en_US.UTF-8'
XQUEUE_MYSQL_DB_NAME
:
'
xqueue'
...
...
@@ -92,10 +86,6 @@ xqueue_env_config:
LOGGING_ENV
:
"
{{
XQUEUE_LOGGING_ENV
}}"
SYSLOG_SERVER
:
"
{{
XQUEUE_SYSLOG_SERVER
}}"
LOG_DIR
:
"
{{
COMMON_DATA_DIR
}}/logs/xqueue"
RABBIT_HOST
:
"
{{
XQUEUE_RABBITMQ_HOSTNAME
}}"
RABBIT_PORT
:
"
{{
XQUEUE_RABBITMQ_PORT
}}"
RABBIT_VHOST
:
"
{{
XQUEUE_RABBITMQ_VHOST
}}"
RABBIT_TLS
:
"
{{
XQUEUE_RABBITMQ_TLS
}}"
SESSION_ENGINE
:
"
{{
XQUEUE_SESSION_ENGINE
}}"
CACHES
:
"
{{
XQUEUE_CACHES
}}"
LOCAL_LOGLEVEL
:
"
{{
XQUEUE_LOCAL_LOGLEVEL
}}"
...
...
@@ -125,8 +115,6 @@ xqueue_auth_config:
ATOMIC_REQUESTS
:
True
CONN_MAX_AGE
:
"
{{
XQUEUE_MYSQL_CONN_MAX_AGE
}}"
OPTIONS
:
"
{{
XQUEUE_MYSQL_OPTIONS
}}"
RABBITMQ_USER
:
"
{{
XQUEUE_RABBITMQ_USER
}}"
RABBITMQ_PASS
:
"
{{
XQUEUE_RABBITMQ_PASS
}}"
xqueue_source_repo
:
"
https://github.com/edx/xqueue.git"
xqueue_version
:
'
master'
...
...
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