Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Align the charts on the 4.1.3 clamp containers + fix the dcae parameters
to https4 + remove old db files
Issue-ID: CLAMP-513
Change-Id: I0429d1888f78d1a0f5ed7543cf0f9bb9cd77e652
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Bump up the version of clamp to 4.1.2 to take the latest changes
Issue-ID: CLAMP-506
Change-Id: If77b23f5263affd34cce121ab6b6d905195321f0
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Add the frontend container as the main chart, and add clamp-backend as
the a sub chart
Issue-ID: CLAMP-486
Change-Id: Ib02562d608011047157b77b302902de86c0d954d
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|