diff --git a/modules/openstack_project/manifests/cacti.pp b/modules/openstack_project/manifests/cacti.pp index 2cb76b3529..521d1af6b4 100644 --- a/modules/openstack_project/manifests/cacti.pp +++ b/modules/openstack_project/manifests/cacti.pp @@ -91,6 +91,7 @@ class openstack_project::cacti ( 'git02.openstack.org', 'git03.openstack.org', 'git04.openstack.org', + 'git05.openstack.org', 'graphite.openstack.org', 'jenkins.openstack.org', 'jenkins01.openstack.org', diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index f38a968639..78c2f27234 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -178,6 +178,13 @@ class openstack_project::review ( threads => '4', mirror => true, }, + { + name => 'git05', + url => 'cgit@git05.openstack.org:/var/lib/git/', + replicationDelay => '0', + threads => '4', + mirror => true, + }, ], }