Use MBS instead of PDC to get modules in ODCS.

This commit is contained in:
Jan Kaluža 2018-10-01 05:27:53 +00:00
parent 7d31b6b772
commit f9ef6259b3

View file

@ -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