diff --git a/inventory/group_vars/taskotron-prod-client-hosts b/inventory/group_vars/taskotron-prod-client-hosts index 972b302648..90f2c70e58 100644 --- a/inventory/group_vars/taskotron-prod-client-hosts +++ b/inventory/group_vars/taskotron-prod-client-hosts @@ -38,7 +38,8 @@ execdb_external_url: https://taskotron.fedoraproject.org/execdb/ resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/ # this should be proxy01.phx2 through /etc/hosts bodhi_server: https://bodhi.fedoraproject.org/ -kojihub_url: http://koji.fedoraproject.org/kojihub +kojihub_url: https://koji.fedoraproject.org/kojihub +kojipkg_url: https://kojipkgs.fedoraproject.org/packages taskotron_master: https://taskotron.fedoraproject.org/taskmaster/ resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb artifacts_base_url: https://taskotron.fedoraproject.org/artifacts diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 299278ce8d..bde789d5ac 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -68,7 +68,7 @@ report_to_resultsdb: True koji_url: {{ kojihub_url }} ## URL of repository of all the RPM packages built in Koji -#pkg_url: http://kojipkgs.fedoraproject.org/packages +pkg_url: {{ kojipkg_url }} ## Whether to use staging Bodhi instance instead of production (the ## default one).