Add a zuul01.openstack.org

In preparation for replacing the zuulv3.openstack.org host with a
larger instance, set up the necessary support in
Puppet/Hiera/Ansible. While we're here, remove or replace old
references to the since-deleted zuul.openstack.org instance, and
where possible update documentation and configuration to refer to
the new zuul.openstack.org CNAME instead of the zuulv3.openstack.org
FQDN so as to smooth the future transition.

Change-Id: Ie51e133afb238dcfdbeff09747cbd2e53093ef84
This commit is contained in:
Jeremy Stanley
2018-01-15 20:32:54 +00:00
parent d98cda63d8
commit 2d57c7cfd9
8 changed files with 182 additions and 33 deletions

View File

@@ -76,7 +76,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
</IfVersion>
</Directory>
RedirectMatch temp ^/zuul(.*) http://zuulv3.openstack.org/
RedirectMatch temp ^/zuul(.*) http://zuul.openstack.org/
ErrorLog /var/log/apache2/<%= @name %>_error.log
LogLevel warn