Age | Commit message (Collapse) | Author | Files | Lines |
|
Pomba is obsolete and not used anymore by ONAP
Issue-ID: OOM-2642
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: If6b2cc43d1cb088f5ea2ae05970b625fc1f5d425
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I8c8f00e22a39113e5f3daf8d04204a99eab8139d
Issue-ID: OOM-2562
|
|
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
|
|
Issue-ID: LOG-425
Change-Id: I2da0461e6124eded523854f8aeef44e67e50e65a
Signed-off-by: Shane Daniel <shane.daniel@amdocs.com>
|