forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcloud.cfg
More file actions
116 lines (116 loc) · 3.36 KB
/
Copy pathdevcloud.cfg
File metadata and controls
116 lines (116 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"zones": [
{
"name": "DevCloud0",
"physical_networks": [
{
"broadcastdomainrange": "Zone",
"name": "test-network",
"traffictypes": [
{
"typ": "Guest"
},
{
"typ": "Management"
}
],
"providers": [
{
"broadcastdomainrange": "ZONE",
"name": "VirtualRouter"
},
{
"broadcastdomainrange": "Pod",
"name": "SecurityGroupProvider"
}
]
}
],
"dns2": "4.4.4.4",
"dns1": "8.8.8.8",
"securitygroupenabled": "true",
"localstorageenabled": "true",
"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"
}
]
}
],
"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"
},
{
"name":"enable.ec2.api",
"value":"true"
},
{
"name":"system.vm.use.local.storage",
"value":"true"
},
{
"name":"enable.s3.api",
"value":"true"
}
],
"mgtSvr": [
{
"mgtSvrIp": "127.0.0.1",
"port": 8096
}
]
}