forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathontap.cfg
More file actions
117 lines (117 loc) · 2.81 KB
/
ontap.cfg
File metadata and controls
117 lines (117 loc) · 2.81 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
117
{
"zones": [
{
"name": "Zone-ONTAP",
"localstorageenabled": true,
"dns1": "8.8.8.8",
"internal_dns1": "10.192.0.250",
"guestcidraddress": "10.1.1.0/24",
"physical_networks": [
{
"broadcastdomainrange": "Zone",
"name": "physical_network",
"vlan": "100-300",
"traffictypes": [
{"typ": "Guest"},
{"typ": "Management"},
{"typ": "Public"}
],
"providers": [
{
"broadcastdomainrange": "ZONE",
"name": "VirtualRouter"
}
]
}
],
"secondaryStorages": [
{
"url": "nfs://10.193.56.61/exports/secondary",
"provider": "NFS",
"tags": "secondary-nfs"
}
],
"ipranges": [
{
"gateway": "10.193.56.1",
"startip": "10.193.56.70",
"endip": "10.193.56.79",
"netmask": "255.255.252.0",
"vlan": "untagged"
}
],
"pods": [
{
"name": "Pod-ONTAP",
"gateway": "10.193.56.1",
"startip": "10.193.56.80",
"endip": "10.193.56.89",
"netmask": "255.255.252.0",
"clusters": [
{
"clustername": "KVM-Cluster-ONTAP",
"hypervisor": "KVM",
"clustertype": "CloudManaged",
"hosts": [
{
"url": "http://10.193.56.61",
"username": "root",
"password": "netapp1!",
"hosttags": "kvmHostONTAP"
}
],
"primaryStorages": [
{
"name": "primary-nfs-ontap",
"url": "nfs://10.193.56.61/exports/primary",
"scope": "CLUSTER",
"provider": "DefaultPrimary",
"tags": "primary-nfs"
}
]
}
]
}
]
}
],
"dbSvr": {
"dbSvr": "10.193.56.61",
"passwd": "cloud",
"db": "cloud",
"port": 3306,
"user": "cloud"
},
"logger": {
"LogFolderPath": "/tmp/"
},
"TestData": {
"Path": "test/integration/plugins/ontap/ontap.cfg"
},
"mgtSvr": [
{
"mgtSvrIp": "10.193.56.61",
"port": 8096,
"user": "admin",
"passwd": "password",
"hypervisor": "kvm",
"timeout": 600
}
],
"ontap": {
"storageIP": "10.196.35.107",
"svmName": "vs0",
"username": "admin",
"password": "netapp1!",
"protocol": "NFS3",
"storagePoolScope": "CLUSTER",
"storagePoolProvider": "NetApp ONTAP",
"storagePoolTags": "ontap-nfs3",
"capacitybytes": 3355443200
},
"cloudstack": {
"zoneName": "Zone1",
"clusterName": "Cluster1",
"domainName": "ROOT"
}
}