mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
setup.properties for basic zone environments
This commit is contained in:
parent
aa4ff87812
commit
9443734f1d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user