diff --git a/inventory/service/host_vars/eavesdrop01.opendev.org.yaml b/inventory/service/host_vars/eavesdrop01.opendev.org.yaml index 875d45aa7b..16b76bffb0 100644 --- a/inventory/service/host_vars/eavesdrop01.opendev.org.yaml +++ b/inventory/service/host_vars/eavesdrop01.opendev.org.yaml @@ -4,3 +4,4 @@ letsencrypt_certs: ptg-opendev-org-main: - ptg.opendev.org - ptg.openstack.org + - ptgbot.opendev.org diff --git a/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 b/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 index ce77286a91..ed20d2376d 100644 --- a/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 +++ b/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 @@ -1,6 +1,7 @@ ServerName ptg.opendev.org ServerAlias ptg.openstack.org + ServerAlias ptgbot.opendev.org ServerAdmin infra-root@openstack.org ErrorLog ${APACHE_LOG_DIR}/ptg-error.log @@ -16,7 +17,8 @@ ServerName ptg.opendev.org ServerAlias ptg.openstack.org - ServerAdmin webmaster@openstack.org + ServerAlias ptgbot.opendev.org + ServerAdmin infra-root@openstack.org RewriteEngine On RewriteCond %{HTTP_HOST} !^ptg\.opendev\.org [nocase]