Merge "status.o.o xenial upgrade"
This commit is contained in:
commit
4fec98ad2b
@ -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
|
||||
|
@ -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', []),
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user