From 6d6441a3afcda1e2fc066f341574fb6848dfb430 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 22 Aug 2013 10:02:28 -0700 Subject: [PATCH] Replicate to git01-git04 The workers in a new pool of load balanced servers for git.o.o. Change-Id: I770656776752cc3ca91f6097bba1afffbb1b66ad --- modules/openstack_project/manifests/review.pp | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 5665c2a5ce..c854ff9333 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -126,6 +126,34 @@ class openstack_project::review ( threads => '4', mirror => true, }, + { + name => 'git01', + url => 'cgit@git01.openstack.org:/var/lib/git/', + replicationDelay => '0', + threads => '4', + mirror => true, + }, + { + name => 'git02', + url => 'cgit@git02.openstack.org:/var/lib/git/', + replicationDelay => '0', + threads => '4', + mirror => true, + }, + { + name => 'git03', + url => 'cgit@git03.openstack.org:/var/lib/git/', + replicationDelay => '0', + threads => '4', + mirror => true, + }, + { + name => 'git04', + url => 'cgit@git04.openstack.org:/var/lib/git/', + replicationDelay => '0', + threads => '4', + mirror => true, + }, ], }