summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Páral <kparal@redhat.com>2017-03-16 12:51:07 +0000
committerKamil Páral <kparal@redhat.com>2017-03-16 12:51:07 +0000
commitc68fdc1a025b7812a2fd9629d2703f2d8d4e121c (patch)
treef34d5728057291a431788365d43737cbb9904579
parent49a11bb0274be89a074507b211bda90b297f10bb (diff)
downloadansible-c68fdc1a025b7812a2fd9629d2703f2d8d4e121c.tar.gz
ansible-c68fdc1a025b7812a2fd9629d2703f2d8d4e121c.tar.xz
ansible-c68fdc1a025b7812a2fd9629d2703f2d8d4e121c.zip
taskotron: fix URLs for landing page drop-down
-rw-r--r--inventory/group_vars/taskotron-dev6
-rw-r--r--inventory/group_vars/taskotron-prod6
-rw-r--r--inventory/group_vars/taskotron-stg6
3 files changed, 9 insertions, 9 deletions
diff --git a/inventory/group_vars/taskotron-dev b/inventory/group_vars/taskotron-dev
index f8e0734e8..81efa4d9b 100644
--- a/inventory/group_vars/taskotron-dev
+++ b/inventory/group_vars/taskotron-dev
@@ -54,9 +54,9 @@ resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/
instances:
- - { name: "Production", url: "taskotron.fedoraproject.org"}
- - { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
- - { name: "Development", url: "taskotron-dev.fedoraproject.org"}
+ - { name: "Production", url: "https://taskotron.fedoraproject.org"}
+ - { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
+ - { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
############################################################
diff --git a/inventory/group_vars/taskotron-prod b/inventory/group_vars/taskotron-prod
index 4fb81e249..dda078790 100644
--- a/inventory/group_vars/taskotron-prod
+++ b/inventory/group_vars/taskotron-prod
@@ -41,9 +41,9 @@ resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/git
instances:
- - { name: "Production", url: "taskotron.fedoraproject.org"}
- - { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
- - { name: "Development", url: "taskotron-dev.fedoraproject.org"}
+ - { name: "Production", url: "https://taskotron.fedoraproject.org"}
+ - { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
+ - { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
############################################################
# taskotron details
diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg
index db084d109..1d1171b14 100644
--- a/inventory/group_vars/taskotron-stg
+++ b/inventory/group_vars/taskotron-stg
@@ -52,9 +52,9 @@ trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
instances:
- - { name: "Production", url: "taskotron.fedoraproject.org"}
- - { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
- - { name: "Development", url: "taskotron-dev.fedoraproject.org"}
+ - { name: "Production", url: "https://taskotron.fedoraproject.org"}
+ - { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
+ - { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
############################################################
# taskotron details