From 9cd3eb63e077ff86a55aeb90b622d5d7e9eba2d6 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Mon, 3 Feb 2020 21:04:22 +0100 Subject: [PATCH] Update git submodules * Update docs/submodules/oom.git from branch 'master' to 0f3e13456f6a311786d29e7a2a560070e3d96e81 - Update git submodules * Update kubernetes/aai from branch 'master' to 1c9c9bba658057f6147276fba4f84e7db9117e70 - [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 Change-Id: I450057f5b4a10842f09665ecccc58e4ed727cd89 --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index a4f3a79f2..0f3e13456 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit a4f3a79f2fc88ef8e50d2cc99c0fae90ec3874f1 +Subproject commit 0f3e13456f6a311786d29e7a2a560070e3d96e81 -- 2.16.6