Disable cacti for community and wiki.o.o

Community is not running Puppet and needs an upgrade, this is preventing
Puppet from updating iptables to allow cacti.o.o to poll community.o.o.
Wiki.openstack.org in DNS still points at the old Moin wiki. As a result
cacti is trying to poll the old host which is not allowed.

Until community is updated and wiki.o.o DNS points at the new server
remove these two nodes from the cacti host list to prevent errors from
showing up in puppet logs.

Change-Id: I0805f7f36507a92af61f73859f2bd8a1f597110a
Reviewed-on: https://review.openstack.org/17416
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-12-03 13:07:34 -08:00 committed by Jenkins
parent ded8a5ce88
commit 51e2f36324

View File

@ -55,7 +55,8 @@ class openstack_project::cacti (
}
$cacti_hosts = [
'community.openstack.org',
# community is currently not running puppet.
#'community.openstack.org',
'eavesdrop.openstack.org',
'etherpad.openstack.org',
'jenkins.openstack.org',
@ -67,7 +68,8 @@ class openstack_project::cacti (
'review.openstack.org',
'review-dev.openstack.org',
'static.openstack.org',
'wiki.openstack.org',
# wiki.o.o DNS still points at the Moin wiki.
#'wiki.openstack.org',
]
openstack_project::cacti_device { $cacti_hosts: }