Update git submodules
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Wed, 11 Dec 2019 14:08:34 +0000 (14:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Dec 2019 14:08:34 +0000 (14:08 +0000)
commitaab00bfdb81fb028ba2f6733b51676a6d0d263c3
treea6af503b57c89fa9db839bcd6cc45d1f7e739c79
parent8c03422b0a247c03b5c0d002d4961cb13e990a13
Update git submodules

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

    Change-Id: I337e760ea71ec57c4f593e068c3cf6ea548a3cfc
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
docs/submodules/oom.git