mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
property files for simulator and basic zone setup
This commit is contained in:
parent
ccc4cd820f
commit
431b571908
33
tools/testClient/sandbox/basic/setup.properties
Normal file
33
tools/testClient/sandbox/basic/setup.properties
Normal file
@ -0,0 +1,33 @@
|
||||
[globals]
|
||||
expunge.delay=60
|
||||
expunge.interval=60
|
||||
storage.cleanup.interval=300
|
||||
account.cleanup.interval=600
|
||||
expunge.workers=3
|
||||
workers=10
|
||||
vm.allocation.algorithm=userdispersing
|
||||
vm.op.wait.interval=5
|
||||
guest.domain.suffix=sandbox.xen
|
||||
instance.name=QA
|
||||
direct.agent.load.size=1000
|
||||
default.page.size=10000
|
||||
check.pod.cidrs=true
|
||||
secstorage.allowed.internal.sites=10.147.28.0/24
|
||||
[environment]
|
||||
dns=10.147.28.6
|
||||
mshost=10.147.29.110
|
||||
database=10.147.29.110
|
||||
[cloudstack]
|
||||
#pod configuration
|
||||
private.gateway=10.147.29.1
|
||||
private.pod.startip=10.147.29.150
|
||||
private.pod.endip=10.147.29.153
|
||||
#public/guest ip range
|
||||
guest.gateway=10.147.29.1
|
||||
guest.startip=10.147.29.154
|
||||
guest.endip=10.147.29.159
|
||||
#hosts
|
||||
host=10.147.29.56
|
||||
#pools
|
||||
pool=nfs://10.147.28.6:/export/home/prasanna/taxila
|
||||
secondary=nfs://10.147.28.6:/export/home/prasanna/secondary
|
||||
35
tools/testClient/sandbox/simulator/simulator.properties
Normal file
35
tools/testClient/sandbox/simulator/simulator.properties
Normal file
@ -0,0 +1,35 @@
|
||||
[globals]
|
||||
expunge.delay=60
|
||||
expunge.interval=60
|
||||
storage.cleanup.interval=300
|
||||
account.cleanup.interval=600
|
||||
expunge.workers=3
|
||||
workers=10
|
||||
vm.allocation.algorithm=userdispersing
|
||||
vm.op.wait.interval=5
|
||||
guest.domain.suffix=sandbox.simulator
|
||||
instance.name=QA
|
||||
direct.agent.load.size=1000
|
||||
default.page.size=10000
|
||||
check.pod.cidrs=true
|
||||
[environment]
|
||||
dns=10.147.28.6
|
||||
mshost=localhost
|
||||
database=localhost
|
||||
hypervisor=simulator
|
||||
[cloudstack]
|
||||
guest.vlan=100-500
|
||||
#pod configuration
|
||||
private.gateway=172.1.2.1
|
||||
private.pod.startip=172.1.2.2
|
||||
private.pod.endip=172.1.2.252
|
||||
#public vlan range
|
||||
public.gateway=172.2.1.1
|
||||
public.vlan=30
|
||||
public.vlan.startip=172.2.1.2
|
||||
public.vlan.endip=172.2.1.252
|
||||
#hosts
|
||||
host=sim
|
||||
#pools
|
||||
pool=nfs://172.2.2.6:/export/home/primary
|
||||
secondary=nfs://172.2.2.6:/export/home/secondary
|
||||
Loading…
x
Reference in New Issue
Block a user