diff options
-rw-r--r-- | inventory/group_vars/taskotron-dev-client-hosts | 3 | ||||
-rw-r--r-- | inventory/group_vars/taskotron-stg-client-hosts | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/inventory/group_vars/taskotron-dev-client-hosts b/inventory/group_vars/taskotron-dev-client-hosts index befaac5dd..6eefd4327 100644 --- a/inventory/group_vars/taskotron-dev-client-hosts +++ b/inventory/group_vars/taskotron-dev-client-hosts @@ -40,7 +40,8 @@ taskotron_fas_password: '' execdb_external_url: https://taskotron-dev.fedoraproject.org/execdb resultsdb_server: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.0 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-dev.fedoraproject.org/taskmaster resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb artifacts_base_url: https://taskotron-dev.fedoraproject.org/artifacts diff --git a/inventory/group_vars/taskotron-stg-client-hosts b/inventory/group_vars/taskotron-stg-client-hosts index 5b4468ccc..cb5ae84dd 100644 --- a/inventory/group_vars/taskotron-stg-client-hosts +++ b/inventory/group_vars/taskotron-stg-client-hosts @@ -41,7 +41,8 @@ execdb_external_url: https://taskotron.stg.fedoraproject.org/execdb/ resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/ # this should be proxy01.stg through /etc/hosts bodhi_server: http://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.stg.fedoraproject.org/taskmaster/ resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb artifacts_base_url: https://taskotron.stg.fedoraproject.org/artifacts |