mirror of https://github.com/apache/cloudstack.git
116 lines
3.7 KiB
INI
116 lines
3.7 KiB
INI
{
|
|
"zones": [
|
|
{
|
|
"localstorageenabled": "true",
|
|
"name": "testzone",
|
|
"guestcidraddress": "10.1.1.0/24",
|
|
"dns1": "8.8.8.8",
|
|
"physical_networks": [
|
|
{
|
|
"broadcastdomainrange": "Zone",
|
|
"vlan": "3900-4000",
|
|
"name": "eth0",
|
|
"traffictypes": [
|
|
{
|
|
"xen": "Pool-wide network associated with eth0",
|
|
"typ": "Management"
|
|
},
|
|
{
|
|
"xen": "Pool-wide network associated with eth0",
|
|
"typ": "Guest"
|
|
}
|
|
],
|
|
"providers": [
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VirtualRouter"
|
|
},
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VpcVirtualRouter"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"broadcastdomainrange": "Zone",
|
|
"name": "eth1",
|
|
"traffictypes": [
|
|
{
|
|
"xen": "Pool-wide network associated with eth1",
|
|
"typ": "Public"
|
|
}
|
|
],
|
|
"providers": [
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VirtualRouter"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ipranges": [
|
|
{
|
|
"startip": "10.0.3.100",
|
|
"endip": "10.0.3.199",
|
|
"netmask": "255.255.255.0",
|
|
"vlan": "untagged",
|
|
"gateway": "10.0.3.2"
|
|
}
|
|
],
|
|
"networktype": "Advanced",
|
|
"pods": [
|
|
{
|
|
"endip": "192.168.56.249",
|
|
"name": "testpod",
|
|
"startip": "192.168.56.200",
|
|
"netmask": "255.255.255.0",
|
|
"clusters": [
|
|
{
|
|
"clustername": "testcluster",
|
|
"hypervisor": "XenServer",
|
|
"hosts": [
|
|
{
|
|
"username": "root",
|
|
"url": "http://192.168.56.10/",
|
|
"password": "password"
|
|
}
|
|
],
|
|
"clustertype": "CloudManaged"
|
|
}
|
|
],
|
|
"gateway": "192.168.56.1"
|
|
}
|
|
],
|
|
"internaldns1": "8.8.4.4",
|
|
"secondaryStorages": [
|
|
{
|
|
"url": "nfs://192.168.56.10:/opt/storage/secondary"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"dbSvr": {
|
|
"dbSvr": "127.0.0.1",
|
|
"passwd": "cloud",
|
|
"db": "cloud",
|
|
"port": 3306,
|
|
"user": "cloud"
|
|
},
|
|
"logger": [
|
|
{
|
|
"name": "TestClient",
|
|
"file": "/var/log/testclient.log"
|
|
},
|
|
{
|
|
"name": "TestCase",
|
|
"file": "/var/log/testcase.log"
|
|
}
|
|
],
|
|
"mgtSvr": [
|
|
{
|
|
"mgtSvrIp": "192.168.56.10",
|
|
"port": 8096
|
|
}
|
|
]
|
|
}
|