From 8ec058d0a2e6f1083188a12d4342d863b3b66ce2 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 20 Sep 2011 11:08:44 +0530 Subject: [PATCH] reducing the size of the setup --- agent-simulator/scripts/kumquat/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-simulator/scripts/kumquat/setup.py b/agent-simulator/scripts/kumquat/setup.py index 035c70865a6..163d1eec4fd 100644 --- a/agent-simulator/scripts/kumquat/setup.py +++ b/agent-simulator/scripts/kumquat/setup.py @@ -78,7 +78,7 @@ def vlanIpRangeGenerator(): def describeKumquatResources(dbnode='localhost', mshost='localhost'): zs = cloudstackConfiguration() - numberofpods = 15 + numberofpods = 5 clustersPerPod = 2 hostsPerCluster = 8