setup.properties for basic zone environments
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9443734f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9443734f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9443734f Branch: refs/heads/master Commit: 9443734f1ddc4aa0cc38e4dad0e44325ffedcf84 Parents: aa4ff87 Author: Prasanna Santhanam <[email protected]> Authored: Fri Jul 6 17:40:12 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Mon Jul 30 15:27:55 2012 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/sandbox/basic/setup.properties | 32 +++++++-------- 1 files changed, 15 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9443734f/tools/marvin/marvin/sandbox/basic/setup.properties ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/sandbox/basic/setup.properties b/tools/marvin/marvin/sandbox/basic/setup.properties index 08cdb79..2cde465 100644 --- a/tools/marvin/marvin/sandbox/basic/setup.properties +++ b/tools/marvin/marvin/sandbox/basic/setup.properties @@ -9,7 +9,7 @@ workers=10 use.user.concentrated.pod.allocation=false vm.allocation.algorithm=random vm.op.wait.interval=5 -guest.domain.suffix=sandbox.kvm +guest.domain.suffix=sandbox.xen instance.name=QA direct.agent.load.size=1000 default.page.size=10000 @@ -17,27 +17,25 @@ check.pod.cidrs=true secstorage.allowed.internal.sites=10.147.28.0/24 [environment] dns=10.147.28.6 -mshost=localhost -mysql.host=localhost +mshost=10.147.39.69 +mysql.host=10.147.39.69 mysql.cloud.user=cloud mysql.cloud.passwd=cloud [cloudstack] -#guest VLAN -zone.vlan=675-679 #management network -private.gateway=10.147.29.1 -private.pod.startip=10.147.29.150 -private.pod.endip=10.147.29.159 -private.netmask=255.255.255.0 +private.gateway=10.147.40.1 +private.pod.startip=10.147.41.121 +private.pod.endip=10.147.41.160 +private.netmask=255.255.254.0 #public network -public.gateway=10.147.31.1 -public.vlan.startip=10.147.31.150 -public.vlan.endip=10.147.31.159 -public.netmask=255.255.255.0 +public.gateway=10.147.40.1 +public.vlan.startip=10.147.41.162 +public.vlan.endip=10.147.41.200 +public.netmask=255.255.254.0 #hypervisor host information -hypervisor=Simulator -host=sim +hypervisor=XenServer +host=10.147.40.10 host.password=password #storage pools -primary.pool=nfs://10.147.28.6:/export/home/sandbox/kamakura -secondary.pool=nfs://10.147.28.6:/export/home/sandbox/sstor +primary.pool=nfs://10.147.28.7:/export/home/automation/sadhu/primary +secondary.pool=nfs://10.147.28.6:/export/home/automation/sadhu/secondary
