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: OOM-2184
Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
update NDCB image and correct ND external port
Enable Context Aggregator Network Discovery.
Update docker image to 1.4.1-latest (master branch build)
Issue-ID: SDNC-375
Change-Id: I3546e39d5a9c8dd727b934433b579ee684640489
Signed-off-by: Norm Traxler <normant@amdocs.com>
|
|
Enable loggers in network-discovery-micro-service and
network-discovery-context-builder
Issue-ID: LOG-879
Issue-ID: SDNC-541
Change-Id: I54fd751d9af1e83c73e7e2d294fd3ea7ea950c27
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
|
|
Issue-ID: SDNC-375
Change-Id: Ib1c045f08654e39d613a57f37cd336c129875604
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
|
|
Issue-ID: SDNC-533
Change Pomba OOM install to use latest Network Discovery code.
Change-Id: I8f2b07f1ab8180ca74d935e55f11e9705f283148
Signed-off-by: Norm Traxler <normant@amdocs.com>
|
|
Issue-ID: OOM-1145
Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: LOG-397
Change-Id: I9b830fbf399492f317990790cddb44699bec329b
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
|