Merge "Add new backup host to puppet"

This commit is contained in:
Zuul 2017-11-01 20:19:14 +00:00 committed by Gerrit Code Review
commit 3682e5adc5
2 changed files with 13 additions and 0 deletions

View File

@ -238,6 +238,7 @@ cacti_hosts:
- afsdb02.openstack.org
- apps.openstack.org
- ask.openstack.org
- backup01.ord.rax.ci.openstack.org
- baremetal00.vanilla.ic.openstack.org
- cacti.openstack.org
- ci-backup-rs-ord.openstack.org

View File

@ -1567,6 +1567,18 @@ node /^ci-backup-.*\.openstack\.org$/ {
include openstack_project::backup_server
}
# Node-OS: xenial
# A backup machine (new). Don't run cron or puppet agent on it.
node /^backup\d+\..*\.ci\.openstack\.org$/ {
$group = "ci-backup"
class { 'openstack_project::server':
iptables_public_tcp_ports => [],
manage_exim => false,
purge_apt_sources => false,
}
include openstack_project::backup_server
}
# Node-OS: trusty
node 'proposal.slave.openstack.org' {
include openstack_project