mirror of https://github.com/apache/cloudstack.git
add devcloud marvin configuration file
This commit is contained in:
parent
8e1f32f9d0
commit
4429c2d95c
|
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue