Add planet01.openstack.org

This is a Xenial host to replace the existing precise version

Change-Id: Iafd37e8fe20429b880ac97b5255db19b8c51b85e
This commit is contained in:
Ian Wienand 2017-03-28 13:57:31 +11:00
parent 2a20fbb52b
commit 00ed00175f
2 changed files with 3 additions and 1 deletions
hiera
manifests

@ -459,6 +459,7 @@ cacti_hosts:
- pbx.openstack.org
- pholio01.openstack.org
- planet.openstack.org
- planet01.openstack.org
- proposal.slave.openstack.org
- puppetdb.openstack.org
- puppetmaster.openstack.org

@ -316,7 +316,8 @@ node /^paste\d+\.openstack\.org$/ {
# Node-OS: precise
# Node-OS: trusty
node 'planet.openstack.org' {
# Node-OS: xenial
node /planet\d+\.openstack\.org$/ {
class { 'openstack_project::planet':
sysadmins => hiera('sysadmins', []),
}