Use MBS instead of PDC to get modules in ODCS.
This commit is contained in:
parent
7d31b6b772
commit
f9ef6259b3
1 changed files with 2 additions and 4 deletions
|
@ -74,7 +74,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
|
||||
KOJI_PROFILE = 'odcs_stg'
|
||||
|
||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||
MBS_URL ='http://mbs.stg.fedoraproject.org/module-build-service'
|
||||
|
||||
KOJI_KRB_PRINCIPAL = 'odcs/odcs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG'
|
||||
|
||||
|
@ -86,12 +86,10 @@ class ProdConfiguration(BaseConfiguration):
|
|||
|
||||
KOJI_PROFILE = 'odcs_production'
|
||||
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
MBS_URL = 'http://mbs.fedoraproject.org/module-build-service'
|
||||
|
||||
KOJI_KRB_PRINCIPAL = 'odcs/odcs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG'
|
||||
{% endif %}
|
||||
PDC_INSECURE = {{ odcs_pdc_insecure }}
|
||||
PDC_DEVELOP = {{ odcs_pdc_develop }}
|
||||
|
||||
KOJI_KRB_KEYTAB = '/etc/krb5.odcs_odcs{{env_suffix}}.fedoraproject.org.keytab'
|
||||
KOJI_KRB_CCACHE = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue