summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Krizek <mkrizek@redhat.com>2017-01-17 19:21:11 +0000
committerMartin Krizek <mkrizek@redhat.com>2017-01-17 19:21:49 +0000
commitd836eacecf11469186825a8567634b147803630c (patch)
treef8edcea3d9001cccb7c510bc0c2fb7c076027842
parent81c0a4b6e3d4313aee0b628c04111fabca006f30 (diff)
downloadansible-d836eacecf11469186825a8567634b147803630c.tar.gz
ansible-d836eacecf11469186825a8567634b147803630c.tar.xz
ansible-d836eacecf11469186825a8567634b147803630c.zip
Use https when accessing koji for dev and stg too
-rw-r--r--inventory/group_vars/taskotron-dev-client-hosts3
-rw-r--r--inventory/group_vars/taskotron-stg-client-hosts3
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