diff --git a/data/common/common.yaml b/data/common/common.yaml --- a/data/common/common.yaml +++ b/data/common/common.yaml @@ -743,7 +743,6 @@ - archive.softwareheritage.org - base.softwareheritage.org - archive.internal.softwareheritage.org - - webapp0.softwareheritage.org archive_staging: domains: # Should match with keycloak::resources::realms.SoftwareHeritageStaging.clients.swh-web.redirect_uris @@ -3029,7 +3028,6 @@ - https://archive.softwareheritage.org/* - https://base.softwareheritage.org/* - https://archive.internal.softwareheritage.org/* - - https://webapp0.softwareheritage.org/* roles: "%{alias('keycloak::resources::clients::swh_web:::roles')}" direct_grant_flow: direct_grant_no_otp-SoftwareHeritage protocol_mappers: diff --git a/data/hostname/webapp0.softwareheritage.org.yaml b/data/hostname/webapp0.softwareheritage.org.yaml deleted file mode 100644 --- a/data/hostname/webapp0.softwareheritage.org.yaml +++ /dev/null @@ -1,14 +0,0 @@ -hitch::frontend: "[*]:443" -hitch::proxy_support: true - -varnish::http_port: 80 -apache::http_port: 9080 - -# Disable default vhost on port 80 -apache::default_vhost: false - -swh::remote_service::search::config: "%{alias('swh::remote_service::search::config::storage0')}" -swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" - -swh::deploy::reverse_proxy::services: - - webapp diff --git a/manifests/site.pp b/manifests/site.pp --- a/manifests/site.pp +++ b/manifests/site.pp @@ -20,10 +20,6 @@ include role::swh_rp_webapps } -node 'webapp0.softwareheritage.org' { - include role::swh_rp_webapp -} - node 'webapp1.internal.softwareheritage.org' { include role::swh_rp_webapp_with_swh_search }