diff --git a/inventory/group_vars/koschei b/inventory/group_vars/koschei index 5c554e4a1f..ecdb848391 100644 --- a/inventory/group_vars/koschei +++ b/inventory/group_vars/koschei @@ -11,6 +11,7 @@ koschei_pgsql_hostname: FIXME koschei_koji_hub: koji02.phx2.fedoraproject.org koschei_kojipkgs: kojipkgs.fedoraproject.org koschei_koji_tag: f23 +koschei_openid_provider: id.fedoraproject.org tcp_ports: [ 80, 443 ] diff --git a/inventory/group_vars/koschei-stg b/inventory/group_vars/koschei-stg index ed51283cf7..d176c1e3aa 100644 --- a/inventory/group_vars/koschei-stg +++ b/inventory/group_vars/koschei-stg @@ -11,6 +11,7 @@ koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org koschei_koji_hub: koji01.stg.phx2.fedoraproject.org koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org koschei_koji_tag: f22 +koschei_openid_provider: id.stg.fedoraproject.org tcp_ports: [ 80, 443 ] diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 23ed9584ff..44c6c5db85 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -80,6 +80,9 @@ config = { "fedmenu_data_url": "https://apps.fedoraproject.org/js/data.js", {% endif %} }, + "openid": { + "openid_provider": "{{ koschei_openid_provider }}", + }, } # Local Variables: