mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
92 lines
2.5 KiB
INI
92 lines
2.5 KiB
INI
{
|
|
"zones": [
|
|
{
|
|
"name": "DevCloud0",
|
|
"providers": [
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VirtualRouter"
|
|
}
|
|
],
|
|
"dns2": "4.4.4.4",
|
|
"dns1": "8.8.8.8",
|
|
"networktype": "Basic",
|
|
"pods": [
|
|
{
|
|
"endip": "10.0.2.220",
|
|
"name": "test00",
|
|
"startip": "10.0.2.200",
|
|
"guestIpRanges": [
|
|
{
|
|
"startip": "10.0.2.100",
|
|
"endip": "10.0.2.199",
|
|
"netmask": "255.255.255.0",
|
|
"gateway": "10.0.2.2"
|
|
}
|
|
],
|
|
"netmask": "255.255.255.0",
|
|
"clusters": [
|
|
{
|
|
"clustername": "test000",
|
|
"hypervisor": "XenServer",
|
|
"hosts": [
|
|
{
|
|
"username": "root",
|
|
"url": "http://10.0.2.15/",
|
|
"password": "password"
|
|
}
|
|
],
|
|
"clustertype": "CloudManaged"
|
|
}
|
|
],
|
|
"gateway": "10.0.2.2"
|
|
}
|
|
],
|
|
"internaldns1": "10.0.2.3",
|
|
"internaldns2": "10.0.2.3",
|
|
"secondaryStorages": [
|
|
{
|
|
"url": "nfs://10.0.2.15/opt/storage/secondary"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"dbSvr": {
|
|
"dbSvr": "localhost",
|
|
"passwd": "cloud",
|
|
"db": "cloud",
|
|
"port": 3306,
|
|
"user": "cloud"
|
|
},
|
|
"logger": [
|
|
{
|
|
"name": "TestClient",
|
|
"file": "/tmp/testclient.log"
|
|
},
|
|
{
|
|
"name": "TestCase",
|
|
"file": "/tmp/testcase.log"
|
|
}
|
|
],
|
|
"globalConfig": [
|
|
{
|
|
"name": "expunge.workers",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"name": "expunge.delay",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"name": "expunge.interval",
|
|
"value": "60"
|
|
}
|
|
],
|
|
"mgtSvr": [
|
|
{
|
|
"mgtSvrIp": "127.0.0.1",
|
|
"port": 8096
|
|
}
|
|
]
|
|
}
|