From 89c45c4ad25f7bef249d5eb69fa0d411e47b7ec4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 23 Oct 2012 09:55:08 -0700 Subject: [PATCH] Add more hosts to cacti. Change-Id: I5021e2983756f6e5611e967b6b274290fe03b469 Reviewed-on: https://review.openstack.org/14686 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/openstack_project/manifests/cacti.pp | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index d8fe12b669..375e6c7b66 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -48,9 +48,19 @@ class openstack_project::cacti ( require => File["/var/lib/cacti/linux_host.xml"], } - class {'cacti_device': hostname=> "etherpad.openstack.org"} - class {'cacti_device': hostname=> "jenkins.openstack.org"} - class {'cacti_device': hostname=> "review.openstack.org"} + class {'cacti_device': hostname=> 'community.openstack.org'} + class {'cacti_device': hostname=> 'eavesdrop.openstack.org'} + class {'cacti_device': hostname=> 'etherpad.openstack.org'} + class {'cacti_device': hostname=> 'jenkins-dev.openstack.org'} + class {'cacti_device': hostname=> 'jenkins.openstack.org'} + class {'cacti_device': hostname=> 'lists.openstack.org'} + class {'cacti_device': hostname=> 'paste.openstack.org'} + class {'cacti_device': hostname=> 'planet.openstack.org'} + class {'cacti_device': hostname=> 'pypi.openstack.org'} + class {'cacti_device': hostname=> 'review-dev.openstack.org'} + class {'cacti_device': hostname=> 'review.openstack.org'} + class {'cacti_device': hostname=> 'static.openstack.org'} + class {'cacti_device': hostname=> 'wiki.openstack.org'} } class cacti_device(