From 308c23ee478b4923681fda53e91bc853d09b8267 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Tue, 15 Sep 2015 09:36:45 -0700 Subject: [PATCH] Add translate servers to cacti Add both the production translate.openstack.org server and translate-dev.openstack.org to cacti. Change-Id: Ice20f91dcc081fb348e1eacec1196267d03c2630 --- modules/openstack_project/manifests/cacti.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index a3a149b917..bd5e3ec837 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -151,6 +151,8 @@ class openstack_project::cacti ( 'review.openstack.org', 'static.openstack.org', 'subunit-worker01.openstack.org', + 'translate.openstack.org', + 'translate-dev.openstack.org', 'wiki.openstack.org', 'zm01.openstack.org', 'zm02.openstack.org',