summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-networkdiscovery/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24[POMBA] Uses new tpls for repos / imagesSylvain Desbureaux5-231/+0
This commit makes Pomba chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib94d70d7eb0af5835774719851046ada0af96202
2020-10-21[POMBA] change comment styleJakub Latusek4-0/+8
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I8c8f00e22a39113e5f3daf8d04204a99eab8139d Issue-ID: OOM-2562
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak3-6/+6
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
2019-11-28Add ingress controler support to POMBALucjan Bryndza1-0/+1
Issue-ID: OOM-2184 Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2018-12-18Fix OOM for Network DiscoveryNorm Traxler1-2/+1
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>
2018-12-12BugFix:Unable to log in ND & NDCBLeigh,Phillip (pl876u)2-152/+156
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>
2018-12-10Update OOM to for HTTPS for Network DiscoveryTait,Trevor(rt0435)1-0/+4
Issue-ID: SDNC-375 Change-Id: Ib1c045f08654e39d613a57f37cd336c129875604 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-11-29Network Discovery OOM changesNorm Traxler1-2/+2
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>
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-08-28Add Network Discovery Charts to OOMMohammadreza Pasandideh4-0/+215
Issue-ID: LOG-397 Change-Id: I9b830fbf399492f317990790cddb44699bec329b Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>