From d08d36bb169cbc01f7cc4925a0731ce5e79f1ee5 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Thu, 4 Apr 2013 13:51:38 -0400 Subject: [PATCH] Increasing projects for openstackwatch to track. *modules/openstack_project/manifests/gerrit.pp Added more projects to track. Change-Id: I08aefc82ac7e18c83690f09a29fcc7926dd5ca16 Reviewed-on: https://review.openstack.org/26117 Reviewed-by: James E. Blair Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/openstack_project/manifests/gerrit.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 4a6b3f928b..ca9b4c8ba7 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -68,8 +68,18 @@ class openstack_project::gerrit ( class { 'jeepyb::openstackwatch': projects => [ + 'openstack/ceilometer', 'openstack/cinder', + 'openstack/glance', + 'openstack/heat', + 'openstack/horizon', + 'openstack/infra', 'openstack/keystone', + 'openstack/nova', + 'openstack/oslo', + 'openstack/quantum', + 'openstack/swift', + 'openstack/tempest', 'openstack-dev/devstack', ], container => 'rss',