summaryrefslogtreecommitdiffstats
path: root/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2020-12-07 15:17:04 +0100
committerSuren A. Chilingaryan <csa@suren.me>2020-12-07 15:17:04 +0100
commit1fb49d8220cad74d7221863754c919e3195a3d37 (patch)
tree16e87e9817cf9378188d327f63602546b6cd3809 /docs/samples/remote_storage/lsdf/lsdf-katrin.yml
parent0b972f0816408fc696e75fd55de5cd160d6d7ccc (diff)
downloadands-1fb49d8220cad74d7221863754c919e3195a3d37.tar.gz
ands-1fb49d8220cad74d7221863754c919e3195a3d37.tar.bz2
ands-1fb49d8220cad74d7221863754c919e3195a3d37.tar.xz
ands-1fb49d8220cad74d7221863754c919e3195a3d37.zip
A bit of troubleshooting docs and more LSDF samples
Diffstat (limited to 'docs/samples/remote_storage/lsdf/lsdf-katrin.yml')
-rw-r--r--docs/samples/remote_storage/lsdf/lsdf-katrin.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/samples/remote_storage/lsdf/lsdf-katrin.yml b/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
new file mode 100644
index 0000000..036e9a5
--- /dev/null
+++ b/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
@@ -0,0 +1,38 @@
+apiVersion: v1
+kind: Template
+metadata:
+ name: lsdf-katrin
+ annotations:
+ descriptions: "LSDF volumes"
+objects:
+ - apiVersion: v1
+ kind: Secret
+ metadata:
+ name: lsdf-katrin
+ type: openshift.io/cifs
+ stringData:
+ username: "ipe-katrinlsdf-0001"
+ password: "6?)CW5wE3/"
+ - apiVersion: v1
+ kind: PersistentVolume
+ metadata:
+ name: lsdf-katrin-kdb
+ spec:
+ persistentVolumeReclaimPolicy: Retain
+ accessModes:
+ - ReadWriteMany
+ capacity:
+ storage: 100Ti
+ claimRef:
+ name: lsdf-katrin-kdb
+ namespace: katrin
+ flexVolume:
+ driver: openshift.io/cifs
+ fsType: cifs
+ secretRef:
+ name: lsdf-katrin
+ options:
+ networkPath: "//os.lsdf.kit.edu/ipe-projects/katrin_kdb"
+ mountOptions: "vers=2.0,domain=os.lsdf.kit.edu,file_mode=0664,dir_mode=0775"
+
+ \ No newline at end of file