From eda9e75b542f2e0807c9b580fdddb76ee176bf39 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 27 Feb 2013 14:24:26 -0800 Subject: [PATCH] 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 Approved: James E. Blair Tested-by: Jenkins --- modules/openstack_project/manifests/cacti.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index 40a27143d3..b4a5bb2939 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -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: }