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
0b429ec0
Commit
0b429ec0
authored
Feb 06, 2018
by
Uman Shahzad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config for the certificate agent queue polling frequency.
parent
146207c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
CHANGELOG.md
+4
-1
playbooks/roles/certs/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
0b429ec0
-
Role: certs
-
Added
`QUEUE_POLL_FREQUENCY`
to make configurable the certificate agent's queue polling frequency.
-
Role: edxapp
-
Added
`ENTERPRISE_REPORTING_SECRET`
to CMS auth settings to allow edx-enterprise migrations to run.
-
Role: edxapp
-
Added
`EDXAPP_FERNET_KEYS`
to allow for use of django-fernet-keys in LMS.
-
Role: edxapp
-
Added
`EDX_PLATFORM_REVISION`
(set from
`edx_platform_version`
). This is for
edx-platform debugging purposes, and replaces calling dealer.git at startup.
...
...
playbooks/roles/certs/defaults/main.yml
View file @
0b429ec0
...
...
@@ -53,6 +53,9 @@ CERTS_TEMPLATE_DATA_DIR: 'template_data'
# gpg --export-ownertrust
CERTS_OWNER_TRUST
:
"
A9F9EAD11A0A6E7E5A037BDC044089B6FEF8D954:6:
\n
"
# This is how long in seconds the cert agent will sleep before polling the queue again.
CERTS_QUEUE_POLL_FREQUENCY
:
5
########## Internal role vars below
certs_user
:
certs
...
...
@@ -72,6 +75,7 @@ certs_env_config:
CERT_DATA
:
{}
QUEUE_NAME
:
"
certificates"
QUEUE_URL
:
"
{{
CERTS_QUEUE_URL
}}"
QUEUE_POLL_FREQUENCY
:
"
{{
CERTS_QUEUE_POLL_FREQUENCY
}}"
CERT_BUCKET
:
"
{{
CERTS_BUCKET
}}"
# gnupg signing key
CERT_KEY_ID
:
"
{{
CERTS_KEY_ID
}}"
...
...
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