mirror of https://github.com/apache/cloudstack.git
183 lines
5.4 KiB
INI
183 lines
5.4 KiB
INI
{
|
|
"zones": [
|
|
{
|
|
"localstorageenabled": "true",
|
|
"name": "Devcloud-KVM",
|
|
"guestcidraddress": "10.1.1.0/24",
|
|
"dns1": "8.8.8.8",
|
|
"physical_networks": [
|
|
{
|
|
"name": "eth0",
|
|
"providers": [
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VirtualRouter"
|
|
},
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VpcVirtualRouter"
|
|
}
|
|
],
|
|
"broadcastdomainrange": "Zone",
|
|
"vlan": "3900-3919",
|
|
"traffictypes": [
|
|
{
|
|
"kvm": "kvm-guest",
|
|
"typ": "Guest"
|
|
},
|
|
{
|
|
"typ": "Management"
|
|
}
|
|
],
|
|
"tags": [
|
|
"devcloud-guest"
|
|
]
|
|
},
|
|
{
|
|
"name": "eth1",
|
|
"providers": [
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VirtualRouter"
|
|
},
|
|
{
|
|
"broadcastdomainrange": "ZONE",
|
|
"name": "VpcVirtualRouter"
|
|
}
|
|
],
|
|
"broadcastdomainrange": "Zone",
|
|
"vlan": "3920-3939",
|
|
"traffictypes": [
|
|
{
|
|
"kvm": "kvm-public",
|
|
"typ": "Public"
|
|
}
|
|
],
|
|
"tags": [
|
|
"devcloud-public"
|
|
]
|
|
}
|
|
],
|
|
"ipranges": [
|
|
{
|
|
"startip": "10.0.3.100",
|
|
"endip": "10.0.3.199",
|
|
"netmask": "255.255.255.0",
|
|
"vlan": "31",
|
|
"gateway": "10.0.3.2"
|
|
}
|
|
],
|
|
"networktype": "Advanced",
|
|
"pods": [
|
|
{
|
|
"endip": "192.168.56.249",
|
|
"name": "POD0",
|
|
"startip": "192.168.56.200",
|
|
"netmask": "255.255.255.0",
|
|
"clusters": [
|
|
{
|
|
"clustername": "C0",
|
|
"hypervisor": "KVM",
|
|
"hosts": [
|
|
{
|
|
"username": "root",
|
|
"url": "http://192.168.56.10",
|
|
"password": "password"
|
|
}
|
|
],
|
|
"clustertype": "CloudManaged",
|
|
"primaryStorages": [
|
|
{
|
|
"url": "nfs://192.168.56.10/opt/storage/primary",
|
|
"name": "PS0"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"gateway": "192.168.56.1"
|
|
}
|
|
],
|
|
"internaldns1": "8.8.8.8",
|
|
"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": "testclient.log"
|
|
},
|
|
{
|
|
"name": "TestCase",
|
|
"file": "testcase.log"
|
|
}
|
|
],
|
|
"globalConfig": [
|
|
{
|
|
"name": "storage.cleanup.interval",
|
|
"value": "300"
|
|
},
|
|
{
|
|
"name": "instance.name",
|
|
"value": "vm"
|
|
},
|
|
{
|
|
"name": "workers",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"name": "vm.op.wait.interval",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"name": "account.cleanup.interval",
|
|
"value": "600"
|
|
},
|
|
{
|
|
"name": "guest.domain.suffix",
|
|
"value": "devcloud.kvm"
|
|
},
|
|
{
|
|
"name": "expunge.delay",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"name": "vm.allocation.algorithm",
|
|
"value": "random"
|
|
},
|
|
{
|
|
"name": "expunge.interval",
|
|
"value": "60"
|
|
},
|
|
{
|
|
"name": "expunge.workers",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"name": "secstorage.allowed.internal.sites",
|
|
"value": "10.147.28.0/24"
|
|
},
|
|
{
|
|
"name": "check.pod.cidrs",
|
|
"value": "true"
|
|
}
|
|
],
|
|
"mgtSvr": [
|
|
{
|
|
"mgtSvrIp": "127.0.0.1",
|
|
"passwd": "password",
|
|
"user": "root",
|
|
"port": 8096
|
|
}
|
|
]
|
|
} |