status.o.o xenial upgrade

Convert puppet for status01.o.o which will be a xenial host.
status.o.o will be redirected.

Change-Id: Iec638a06e7578d6d8ad2bdc5daf2ef5abba6607f
This commit is contained in:
Ian Wienand 2017-12-11 14:27:36 +11:00
parent fbb89a6148
commit fbd37cf0cb
3 changed files with 6 additions and 2 deletions

View File

@ -470,7 +470,7 @@ cacti_hosts:
- review.openstack.org
- stackalytics.openstack.org
- static.openstack.org
- status.openstack.org
- status01.openstack.org
- storyboard.openstack.org
- subunit-worker02.openstack.org
- translate.openstack.org

View File

@ -841,7 +841,10 @@ node /^zk\d+\.openstack\.org$/ {
# A machine to serve various project status updates.
# Node-OS: trusty
node 'status.openstack.org' {
# Node-OS: xenial
node /^status\d*\.openstack\.org$/ {
$group = 'status'
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80, 443],
sysadmins => hiera('sysadmins', []),

View File

@ -20,3 +20,4 @@ wiki-dev ~wiki-dev\d+\.openstack\.org
zuul-merger ~z[lm](static)?\d+\.openstack\.org
zuul-executor ~ze\d+\.openstack\.org
grafana ~grafana\d*\.openstack\.org
status ~status\d*\.openstack\.org