greenwave: configure BODHI_URL for staging

Starting from the upcoming 0.8 release, Greenwave will query Bodhi to
find builds in an update. The default configuration has production
Bodhi, in staging we want to use staging Bodhi instead.
This commit is contained in:
Dan Callaghan 2018-07-03 14:24:47 +10:00
parent 0854930115
commit 8bce201768
No known key found for this signature in database
GPG key ID: 7AA9FECF9C666408

View file

@ -15,6 +15,7 @@ data:
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/gating.yaml'
KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
SECRET_KEY = '{{stg_greenwave_secret_key}}'
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'