Age | Commit message (Collapse) | Author | Files | Lines |
|
Helm 3.4 requires the dependencies in the charts dir to be included
in the requirements. Dependencies need to be moved to the components
folder
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660
Issue-ID: OOM-2562
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I8c6f7dd3f68f482d12b527ba526a12adec2fbe30
Issue-ID: OOM-2562
|
|
Issue-ID: USECASEUI-356
Change-Id: Ibdaae24155992c0132254669c6173488d65227d6
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
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
|
|
Change-Id: Ib56a22795a17b72dd8bcc5726802a6b56b4a8060
Issue-ID: USECASEUI-260
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
|
|
Change-Id: I1c6fb244e015c055d45e5497b14b8f43ef172a14
Issue-ID: USECASEUI-112
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
|
|
Issue-ID: OOM-906
Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: OOM-749
Change-Id: Ie71686869da88a8bb7f6d09d38a5fa4a92b02aeb
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|