Merge "status.o.o xenial upgrade"

This commit is contained in:
Zuul 2017-12-12 00:18:17 +00:00 committed by Gerrit Code Review
commit 4fec98ad2b
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

@ -842,7 +842,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