Merge "Remove community.openstack.org from the list of server"

This commit is contained in:
Jenkins 2015-01-14 23:51:55 +00:00 committed by Gerrit Code Review
commit 583791c6bf
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