Commit bc3abd2
committed
python-common/service_spec: add kmip fields to NFS spec
The KMIP block will take the form
KMIP {
HOST {
addr = kmip-host-1.example.com;
}
cert = /etc/ganesha/kmip/cert.pem;
key = /etc/ganesha/kmip/key.pem;
ca = /etc/ganesha/kmip/ca.pem;
}
this commit adds the 4 fields that will populate the block
Signed-off-by: Adam King <[email protected]>
(cherry picked from commit 5301120)
Conflicts:
src/python-common/ceph/deployment/service_spec.py
Resolves: rhbz#23737031 parent 53ba9b1 commit bc3abd2
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
1221 | 1223 | | |
1222 | 1224 | | |
1223 | 1225 | | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
1224 | 1230 | | |
1225 | 1231 | | |
1226 | 1232 | | |
| |||
1245 | 1251 | | |
1246 | 1252 | | |
1247 | 1253 | | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
1248 | 1258 | | |
1249 | 1259 | | |
1250 | 1260 | | |
| |||
1262 | 1272 | | |
1263 | 1273 | | |
1264 | 1274 | | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1265 | 1287 | | |
1266 | 1288 | | |
1267 | 1289 | | |
| |||
0 commit comments