Update git submodules
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Sun, 2 Feb 2020 13:01:41 +0000 (14:01 +0100)
committerGerrit Code Review <gerrit@onap.org>
Sun, 2 Feb 2020 13:01:41 +0000 (13:01 +0000)
commitbe7d0c6e8ac588eccd78c32d2dad18cf4ed53676
treef429d18bc5d5acb126f340cec5f0a74a9d48316d
parent9f02574e2216494712107e2be9e9ba539175b213
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 137d7ccd2597a6492e926818eebab2f6067fb382
  - [ONAP-wide] Replace .Release.Name with common.release

    ONAP is too big to be deployed using helm install so we need to
    use a custom helm plugin helm deploy. This script deloys onap
    component by component instead of deploying evrything at
    once. Unfortunately this script also modifies the helm release by
    appending component name to it.

    As a result of this behavior our objects are called for example:

    onap-mariadb-galera-mariadb-galera-0

    instead of just being called onap-mariadb-galera-0.

    This patch simplifies this naming convention by replacing all direct
    usages of .Release.Name with common.release macro which strips the
    component specific part from the release name.

    Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
docs/submodules/oom.git