From dc944cd4dd7c0f1150de8d891ca30bf46a4ec722 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 14 Dec 2011 18:22:37 +0530 Subject: [PATCH] skip config files from repo --- .../sandbox/advanced/sandbox.kvm.cfg | 140 ----------------- .../sandbox/advanced/sandbox.xen.cfg | 141 ------------------ 2 files changed, 281 deletions(-) delete mode 100644 tools/testClient/sandbox/advanced/sandbox.kvm.cfg delete mode 100644 tools/testClient/sandbox/advanced/sandbox.xen.cfg diff --git a/tools/testClient/sandbox/advanced/sandbox.kvm.cfg b/tools/testClient/sandbox/advanced/sandbox.kvm.cfg deleted file mode 100644 index 7515dd82e58..00000000000 --- a/tools/testClient/sandbox/advanced/sandbox.kvm.cfg +++ /dev/null @@ -1,140 +0,0 @@ -{ - "zones": [ - { - "name": "Sandbox-kvm", - "guestcidraddress": "10.1.1.0/24", - "dns1": "10.147.28.6", - "vlan": "675-679", - "ipranges": [ - { - "startip": "10.147.31.150", - "endip": "10.147.31.159", - "netmask": "255.255.255.0", - "vlan": "31", - "gateway": "10.147.31.1" - } - ], - "networktype": "Advanced", - "pods": [ - { - "endip": "10.147.29.159", - "name": "POD1", - "startip": "10.147.29.150", - "netmask": "255.255.255.0", - "clusters": [ - { - "clustername": "C0", - "hypervisor": "kvm", - "hosts": [ - { - "username": "root", - "url": "http://10.147.29.58", - "password": "password" - } - ], - "clustertype": "CloudManaged", - "primaryStorages": [ - { - "url": "nfs://10.147.28.6:/export/home/prasanna/kamakura", - "name": "PS0" - } - ] - } - ], - "gateway": "10.147.29.1" - } - ], - "internaldns1": "10.147.28.6", - "secondaryStorages": [ - { - "url": "nfs://10.147.28.6:/export/home/prasanna/sstor" - } - ] - } - ], - "dbSvr": { - "dbSvr": "10.147.29.111", - "passwd": "cloud", - "db": "cloud", - "port": 3306, - "user": "cloud" - }, - "logger": [ - { - "name": "TestClient", - "file": "/var/log/testclient.log" - }, - { - "name": "TestCase", - "file": "/var/log/testcase.log" - } - ], - "globalConfig": [ - { - "name": "storage.cleanup.interval", - "value": "300" - }, - { - "name": "use.user.concentrated.pod.allocation", - "value": "false" - }, - { - "name": "vm.op.wait.interval", - "value": "5" - }, - { - "name": "default.page.size", - "value": "10000" - }, - { - "name": "instance.name", - "value": "QA" - }, - { - "name": "workers", - "value": "10" - }, - { - "name": "direct.agent.load.size", - "value": "1000" - }, - { - "name": "account.cleanup.interval", - "value": "600" - }, - { - "name": "guest.domain.suffix", - "value": "sandbox.kvm" - }, - { - "name": "expunge.delay", - "value": "60" - }, - { - "name": "vm.allocation.algorithm", - "value": "random" - }, - { - "name": "expunge.interval", - "value": "60" - }, - { - "name": "expunge.workers", - "value": "3" - }, - { - "name": "secstorage.allowed.internal.sites", - "value": "10.147.28.0/24" - }, - { - "name": "check.pod.cidrs", - "value": "true" - } - ], - "mgtSvr": [ - { - "mgtSvrIp": "10.147.29.111", - "port": 8096 - } - ] -} \ No newline at end of file diff --git a/tools/testClient/sandbox/advanced/sandbox.xen.cfg b/tools/testClient/sandbox/advanced/sandbox.xen.cfg deleted file mode 100644 index c6a49cd7bad..00000000000 --- a/tools/testClient/sandbox/advanced/sandbox.xen.cfg +++ /dev/null @@ -1,141 +0,0 @@ -{ - "zones": [ - { - "name": "Sandbox-XenServer", - "guestcidraddress": "10.1.1.0/24", - "providers": [ - { - "broadcastdomainrange": "ZONE", - "vlan": "675-679" - } - ], - "dns1": "10.147.28.6", - "ipranges": [ - { - "startip": "10.147.31.150", - "endip": "10.147.31.159", - "netmask": "255.255.255.0", - "vlan": "31", - "gateway": "10.147.31.1" - } - ], - "networktype": "Advanced", - "pods": [ - { - "endip": "10.147.29.159", - "name": "POD0", - "startip": "10.147.29.150", - "netmask": "255.255.255.0", - "clusters": [ - { - "clustername": "C0", - "hypervisor": "XenServer", - "hosts": [ - { - "username": "root", - "url": "http://10.147.29.57", - "password": "password" - } - ], - "clustertype": "CloudManaged", - "primaryStorages": [ - { - "url": "nfs://10.147.28.6:/export/home/prasanna/budhgaya", - "name": "PS0" - } - ] - } - ], - "gateway": "10.147.29.1" - } - ], - "internaldns1": "10.147.28.6", - "secondaryStorages": [ - { - "url": "nfs://10.147.28.6:/export/home/prasanna/sstor" - } - ] - } - ], - "dbSvr": { - "dbSvr": "localhost", - "passwd": "cloud", - "db": "cloud", - "port": 3306, - "user": "cloud" - }, - "logger": [ - { - "name": "TestClient", - "file": "/var/log/testclient.log" - }, - { - "name": "TestCase", - "file": "/var/log/testcase.log" - } - ], - "globalConfig": [ - { - "name": "storage.cleanup.interval", - "value": "300" - }, - { - "name": "vm.op.wait.interval", - "value": "5" - }, - { - "name": "default.page.size", - "value": "10000" - }, - { - "name": "instance.name", - "value": "QA" - }, - { - "name": "workers", - "value": "10" - }, - { - "name": "direct.agent.load.size", - "value": "1000" - }, - { - "name": "account.cleanup.interval", - "value": "600" - }, - { - "name": "guest.domain.suffix", - "value": "sandbox.xen" - }, - { - "name": "expunge.delay", - "value": "60" - }, - { - "name": "vm.allocation.algorithm", - "value": "userdispersing" - }, - { - "name": "expunge.interval", - "value": "60" - }, - { - "name": "expunge.workers", - "value": "3" - }, - { - "name": "secstorage.allowed.internal.sites", - "value": "10.147.28.0/24" - }, - { - "name": "check.pod.cidrs", - "value": "true" - } - ], - "mgtSvr": [ - { - "mgtSvrIp": "localhost", - "port": 8096 - } - ] -} \ No newline at end of file