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
c257b463
Unverified
Commit
c257b463
authored
Apr 27, 2018
by
Ned Batchelder
Committed by
GitHub
Apr 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4312 from open-craft/uman/configurable-poll
Add config for the certificate agent queue polling frequency.
parents
a56ce79d
ef952e2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
+3
-0
playbooks/roles/certs/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
c257b463
-
Role: certs
-
Added
`CERTS_QUEUE_POLL_FREQUENCY`
to make configurable the certificate agent's queue polling frequency.
-
Role: edxapp
-
Role: edxapp
-
Added
`RETIREMENT_STATES`
to generic_env_config to support making the retirement workflow configurable.
-
Added
`RETIREMENT_STATES`
to generic_env_config to support making the retirement workflow configurable.
...
...
playbooks/roles/certs/defaults/main.yml
View file @
c257b463
...
@@ -53,6 +53,9 @@ CERTS_TEMPLATE_DATA_DIR: 'template_data'
...
@@ -53,6 +53,9 @@ CERTS_TEMPLATE_DATA_DIR: 'template_data'
# gpg --export-ownertrust
# gpg --export-ownertrust
CERTS_OWNER_TRUST
:
"
A9F9EAD11A0A6E7E5A037BDC044089B6FEF8D954:6:
\n
"
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
########## Internal role vars below
certs_user
:
certs
certs_user
:
certs
...
@@ -72,6 +75,7 @@ certs_env_config:
...
@@ -72,6 +75,7 @@ certs_env_config:
CERT_DATA
:
{}
CERT_DATA
:
{}
QUEUE_NAME
:
"
certificates"
QUEUE_NAME
:
"
certificates"
QUEUE_URL
:
"
{{
CERTS_QUEUE_URL
}}"
QUEUE_URL
:
"
{{
CERTS_QUEUE_URL
}}"
QUEUE_POLL_FREQUENCY
:
"
{{
CERTS_QUEUE_POLL_FREQUENCY
}}"
CERT_BUCKET
:
"
{{
CERTS_BUCKET
}}"
CERT_BUCKET
:
"
{{
CERTS_BUCKET
}}"
# gnupg signing key
# gnupg signing key
CERT_KEY_ID
:
"
{{
CERTS_KEY_ID
}}"
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