Add puppet hosts to cacti.

Also, the new wiki is live so add it back to cacti.

Change-Id: I237ff1eff10f114b216c14f6a8f5abd80fe1aa80
Reviewed-on: https://review.openstack.org/23126
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-02-27 14:24:26 -08:00 committed by Jenkins
parent c05f8a18b7
commit eda9e75b54

@ -57,6 +57,7 @@ class openstack_project::cacti (
$cacti_hosts = [
# community is currently not running puppet.
#'community.openstack.org',
'ci-puppetmaster.openstack.org',
'eavesdrop.openstack.org',
'etherpad.openstack.org',
'jenkins.openstack.org',
@ -64,12 +65,12 @@ class openstack_project::cacti (
'lists.openstack.org',
'paste.openstack.org',
'planet.openstack.org',
'puppet-dashboard.openstack.org',
'pypi.openstack.org',
'review.openstack.org',
'review-dev.openstack.org',
'static.openstack.org',
# wiki.o.o DNS still points at the Moin wiki.
#'wiki.openstack.org',
'wiki.openstack.org',
]
openstack_project::cacti_device { $cacti_hosts: }