From c48073012137d6bd57d8d3787595621bc092bdc7 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 21 2020 20:50:25 +0000 Subject: host www.o.o on narwal* (except /openid/) /openid/ needs to be handled by another server - that's something we'll have to configure in haproxy --- diff --git a/pillar/role/static_master.sls b/pillar/role/static_master.sls index b59600e..96e0b67 100644 --- a/pillar/role/static_master.sls +++ b/pillar/role/static_master.sls @@ -40,6 +40,9 @@ profile: repo: https://github.com/openSUSE/studioexpress-landing.git lizards.opensuse.org: repo: https://github.com/openSUSE/lizards.git + www.opensuse.org: + repo: https://github.com/openSUSE/landing-page.git + # www.o.o/openid/ is not handled by narwal*, haproxy forwards /openid/ to a different server server_list: - narwal5.infra.opensuse.org - narwal6.infra.opensuse.org diff --git a/pillar/role/web_static.sls b/pillar/role/web_static.sls index dc643d2..f51f64b 100644 --- a/pillar/role/web_static.sls +++ b/pillar/role/web_static.sls @@ -1,4 +1,4 @@ -{% set websites = ['html5test', 'people', 'shop', 'static', 'studioexpress', 'lizards'] %} +{% set websites = ['html5test', 'people', 'shop', 'static', 'studioexpress', 'lizards', 'www'] %} include: - role.common.nginx