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 }