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
|
|
Issue-ID: OJSI-139
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I643c4c7a51b05b462d280c903363d2372d3664db
|
|
Issue-ID: OOM-1303
Change-Id: I7c3407e01619aa4463f7f8285cfad57ce17ee294
Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
|
|
Protocol prefix needs to be added to prot name in order to leverage the Istio features.
Issue-ID: MSB-226
Change-Id: I670d6abbb2321b25aa30166b7d5415acaaf3e971
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
|
|
Change-Id: If55878be4535df3f9578b0af8300ab055769474e
Issue-ID: OOM-742
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Change-Id: I63fbb58167a3e352f05e7e9af4d28f3531546dff
Issue-ID: OOM-742
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|