diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-11-27 15:43:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-27 15:43:03 +0000 |
commit | 0d77da83514f0b5e06c63cb1e271b2790a174013 (patch) | |
tree | 6849b632eaf015bd8784444c595cbe414b4b2539 /docs/submodules/oom.git | |
parent | e704c3547d9208b168b91f7d9f6d3991c8712b84 (diff) |
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to 9b0adea0769b026875ee312d223960c559c700bb
- Merge "Create templates for global storage use"
- Create templates for global storage use
Two helper functions are defined:
- common.storageClass: will print the right storage class according to
properties set or not:
* if no storage class set --> use previous behavior (storage class
named `common.fullname-data`.
* if a "persistence.storageClassOverride" is set for this specific chart,
we use it (if it's "-", we set to default one)
* if a "global.persistence.storageClass" has been set (and no
storageClassOverride for this chart), we use it (same specificity than
storageClassOverride)
* if a "persistence.storageClass) has been set (and no
storageClassOverride nor global one), we use it (same specificity
than storageClassOverride)
- common.needPV: will print "True" if we need a PV (no storageClass and
storageClassOverride being set).
an implementation example with mariadb-galera is provided.
Issue-ID: OOM-1500
Change-Id: I20a667e17b00c255c4b828e3c66f9c0df7c8755c
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'docs/submodules/oom.git')
m--------- | docs/submodules/oom.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject a362d9ba0fd2ece5cd39d4b43ae92ea88486db3 +Subproject 9b0adea0769b026875ee312d223960c559c700b |