summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Izdebski <mizdebsk@redhat.com>2016-04-15 12:59:16 +0000
committerMikolaj Izdebski <mizdebsk@redhat.com>2016-04-15 12:59:20 +0000
commit774d6b916f09ddd9dfd27ec06d10f712b6f517d0 (patch)
tree358bbc04d270db1dd7d6a1814a2bd3bcf8d42d30
parenta665ebfa31feff017f61058aae73157f07740841 (diff)
downloadansible-774d6b916f09ddd9dfd27ec06d10f712b6f517d0.tar.gz
ansible-774d6b916f09ddd9dfd27ec06d10f712b6f517d0.tar.xz
ansible-774d6b916f09ddd9dfd27ec06d10f712b6f517d0.zip
Fix koschei-web-stg Koji config
-rw-r--r--inventory/group_vars/koschei-web-stg3
-rw-r--r--roles/koschei/frontend/templates/config-frontend.cfg.j21
2 files changed, 1 insertions, 3 deletions
diff --git a/inventory/group_vars/koschei-web-stg b/inventory/group_vars/koschei-web-stg
index 2ff26a7e6..3dd8a5f55 100644
--- a/inventory/group_vars/koschei-web-stg
+++ b/inventory/group_vars/koschei-web-stg
@@ -9,8 +9,7 @@ num_cpus: 1
koschei_topurl: https://apps.stg.fedoraproject.org/koschei
koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org
-koschei_koji_hub: koji01.stg.phx2.fedoraproject.org
-koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
+koschei_kojipkgs: koji.stg.fedoraproject.org
koschei_koji_web: koji.stg.fedoraproject.org
koschei_openid_provider: id.stg.fedoraproject.org
koschei_bugzilla: partner-bugzilla.redhat.com
diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2
index 0326b7df2..08ecaf3b5 100644
--- a/roles/koschei/frontend/templates/config-frontend.cfg.j2
+++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2
@@ -10,7 +10,6 @@ config = {
"database": "koschei"
},
"koji_config": {
- "server": "http://{{ koschei_koji_hub }}/kojihub",
"topurl": "http://{{ koschei_kojipkgs }}",
"weburl": "http://{{ koschei_koji_web }}/koji",
},