[SDNC] Use global storage templates for PVC 22/99322/9
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 9 Dec 2019 10:06:39 +0000 (11:06 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 16 Dec 2019 09:54:45 +0000 (10:54 +0100)
commit25e01d5ab10a68ec4689e4860edcf3c9640d1586
tree4fc841a64dc0e036121e3be85649a706e251e845
parent72c71c0b832a169c03bcdbaa5997956e30f62c7c
[SDNC] Use global storage templates for PVC

OOM has now templates in order to create the needed PVC, using:

* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
  On this case, we use (in order of priority):
  - persistence.storageClassOverride if set on the chart
  - global.persistence.storageClass if set globally
  - persistence.storageClass if set on the chart

I've also used "range" for PV creation of the statefulset

I've created one file per PV (one for mdsal, one for certs).

sdnc-prom was using hostpath directly on deployment, move to a PV/PVC.

Change-Id: Id9eed3b13ac85595c386e380f41cfbc38b52c69f
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
kubernetes/sdnc/sdnc-prom/templates/deployment.yaml
kubernetes/sdnc/sdnc-prom/templates/pv.yaml [new file with mode: 0644]
kubernetes/sdnc/sdnc-prom/templates/pvc.yaml [new file with mode: 0644]
kubernetes/sdnc/templates/pv-certs.yaml [new file with mode: 0644]
kubernetes/sdnc/templates/pv-data.yaml [new file with mode: 0644]
kubernetes/sdnc/templates/pv.yaml [deleted file]
kubernetes/sdnc/templates/pvc.yaml
kubernetes/sdnc/templates/statefulset.yaml