Skip to content

Commit 4429c2d

Browse files
committed
add devcloud marvin configuration file
1 parent 8e1f32f commit 4429c2d

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

tools/devcloud/devcloud.cfg

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"zones": [
3+
{
4+
"name": "DevCloud0",
5+
"providers": [
6+
{
7+
"broadcastdomainrange": "ZONE",
8+
"name": "VirtualRouter"
9+
}
10+
],
11+
"dns2": "4.4.4.4",
12+
"dns1": "8.8.8.8",
13+
"networktype": "Basic",
14+
"pods": [
15+
{
16+
"endip": "10.0.2.220",
17+
"name": "test00",
18+
"startip": "10.0.2.200",
19+
"guestIpRanges": [
20+
{
21+
"startip": "10.0.2.100",
22+
"endip": "10.0.2.199",
23+
"netmask": "255.255.255.0",
24+
"gateway": "10.0.2.2"
25+
}
26+
],
27+
"netmask": "255.255.255.0",
28+
"clusters": [
29+
{
30+
"clustername": "test000",
31+
"hypervisor": "XenServer",
32+
"hosts": [
33+
{
34+
"username": "root",
35+
"url": "http://10.0.2.15/",
36+
"password": "password"
37+
}
38+
],
39+
"clustertype": "CloudManaged"
40+
}
41+
],
42+
"gateway": "10.0.2.2"
43+
}
44+
],
45+
"internaldns1": "10.0.2.3",
46+
"internaldns2": "10.0.2.3",
47+
"secondaryStorages": [
48+
{
49+
"url": "nfs://10.0.2.15/opt/storage/secondary"
50+
}
51+
]
52+
}
53+
],
54+
"dbSvr": {
55+
"dbSvr": "localhost",
56+
"passwd": "cloud",
57+
"db": "cloud",
58+
"port": 3306,
59+
"user": "cloud"
60+
},
61+
"logger": [
62+
{
63+
"name": "TestClient",
64+
"file": "/tmp/testclient.log"
65+
},
66+
{
67+
"name": "TestCase",
68+
"file": "/tmp/testcase.log"
69+
}
70+
],
71+
"globalConfig": [
72+
{
73+
"name": "expunge.workers",
74+
"value": "3"
75+
},
76+
{
77+
"name": "expunge.delay",
78+
"value": "60"
79+
},
80+
{
81+
"name": "expunge.interval",
82+
"value": "60"
83+
}
84+
],
85+
"mgtSvr": [
86+
{
87+
"mgtSvrIp": "127.0.0.1",
88+
"port": 8096
89+
}
90+
]
91+
}

0 commit comments

Comments
 (0)