diff options
author | Jeremy Cline <jeremy@jcline.org> | 2017-08-22 13:22:10 +0000 |
---|---|---|
committer | Jeremy Cline <jeremy@jcline.org> | 2017-08-22 13:22:10 +0000 |
commit | 21a6ea7df2f139aa9dc040ed0bffdff63ad37cea (patch) | |
tree | d0faff94d64eab0af0e88e520a89bd3622881be5 | |
parent | 7404c551e35ac41ec8201c083c115d884b6b5798 (diff) | |
download | ansible-21a6ea7df2f139aa9dc040ed0bffdff63ad37cea.tar.gz ansible-21a6ea7df2f139aa9dc040ed0bffdff63ad37cea.tar.xz ansible-21a6ea7df2f139aa9dc040ed0bffdff63ad37cea.zip |
Explicitly disable gating in prod
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
-rw-r--r-- | roles/bodhi2/base/templates/production.ini.j2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 5cc06e441..37b6d2e60 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -302,6 +302,17 @@ krb_ccache = /tmp/krb5cc_%{uid} krb_principal = bodhi/bodhi{{ env_suffix }}.fedoraproject.org@{{ ipa_realm }} krb_keytab = /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab +# Set this to True to enable gating based on policies enforced by Greenwave. If you set this to True, +# be sure to add a cron job to run the bodhi-check-policies CLI periodically. +test_gating.required = False + +# If this is set to a URL, a "More information about test gating" link will appear on update pages for users +# to click and learn more. +# test_gating.url = + +# The API url of Greenwave. +# greenwave_api_url = https://greenwave.fedoraproject.org/api/v1.0 + ## ## ACL system ## Choices are 'pkgdb', which will send a JSON query to the pkgdb_url below, |