forked from carlgranfelt/netapp-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
backend-nas-vsp.json
40 lines (40 loc) · 936 Bytes
/
backend-nas-vsp.json
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
{
"version": 1,
"storageDriverName": "ontap-nas",
"backendName": "NAS_VSP",
"managementLIF": "192.168.0.135",
"storagePrefix": "vsp_",
"svm": "svm1",
"username": "vsadmin",
"password": "Netapp1!",
"defaults": {
"spaceReserve": "none",
"encryption": "false",
"unixPermissions": "0755",
"exportPolicy": "default",
"snapshotDir": "false"
},
"storage": [
{
"labels":{"app":"myapp1", "cost":"100"},
"defaults": {
"spaceReserve": "volume",
"unixPermissions": "0744",
"snapshotDir": "true"
}
},
{
"labels":{"app":"myapp2", "cost":"75"},
"defaults": {
"unixPermissions": "0777",
"snapshotDir": "true"
}
},
{
"labels":{"app":"myapp3", "cost":"50"},
"defaults": {
"spaceReserve": "volume"
}
}
]
}