Update git submodules
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Wed, 18 Dec 2019 11:32:00 +0000 (11:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 18 Dec 2019 11:32:00 +0000 (11:32 +0000)
commita9cbfa13e07a28403326aa5b5395285244592181
treec7732b1761f5f32eaef71792efc277b3a082e9eb
parentd91926d2eee9d7974938047fc350c7f9b63a2bb8
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 8e28f7b7d9f32e3c472a717a8a8c7874e5724f8b
  - Merge "[SDNC] Use global storage templates for PVC"
  - [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>
docs/submodules/oom.git