Remove community.openstack.org from the list of server

This host seems not to be in use by anyone.

Change-Id: I420a964d34dc90bc64a5fdb817b3013535df5114
This commit is contained in:
Stefano Maffulli 2014-12-17 11:13:13 -08:00
parent 8bb8274841
commit deee2ecd21
3 changed files with 0 additions and 23 deletions

View File

@ -170,13 +170,6 @@ node 'cacti.openstack.org' {
}
}
# Node-OS: precise
node 'community.openstack.org' {
class { 'openstack_project::community':
sysadmins => hiera('sysadmins', []),
}
}
# Node-OS: precise
node 'puppetmaster.openstack.org' {
class { 'openstack_project::puppetmaster':

View File

@ -71,8 +71,6 @@ class openstack_project::cacti (
}
$cacti_hosts = [
# community is currently not running puppet.
#'community.openstack.org',
'afs01.dfw.openstack.org',
'afs01.ord.openstack.org',
'afsdb01.openstack.org',

View File

@ -1,14 +0,0 @@
class openstack_project::community (
$sysadmins = []
) {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443, 8099, 8080],
sysadmins => $sysadmins
}
realize (
User::Virtual::Localuser['smaffulli'],
)
}
# vim:sw=2:ts=2:expandtab:textwidth=79