diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index f7e479591f..200fe45c04 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -39,14 +39,14 @@ config = { {% if env == 'staging' %} 'pdcupdater.koji_url': 'http://koji.stg.fedoraproject.org/kojihub', {% else %} - 'pdcupdater.koji_url': 'http://koji.fedoraproject.org/kojihub', + 'pdcupdater.koji_url': 'http://koji01.phx2.fedoraproject.org/kojihub', {% endif %} # Where to find composes {% if env == 'staging' %} 'pdcupdater.old_composes_url': 'https://kojipkgs.stg.fedoraproject.org/compose/', {% else %} - 'pdcupdater.old_composes_url': 'https://kojipkgs.fedoraproject.org/compose/', + 'pdcupdater.old_composes_url': 'http://kojipkgs01.phx2.fedoraproject.org/compose/', {% endif %} # We have an explicit list of these in the config so we can turn them on