summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-sdncctxbuilder
AgeCommit message (Collapse)AuthorFilesLines
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-04-02Bump chart versionSylvain Desbureaux2-2/+2
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak2-5/+5
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-09-13Update POMBA images to 1.5.1Prudence Au1-1/+1
Issue-ID: LOG-1120 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ie4621751739a3bab67f6ad928aa124d8328a4455
2019-07-11Moving Helm Chart version for El AltoMike Elliott2-2/+2
Updating all helm chart versions to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate aai/oom patch. Please do not merge until this coordination has completed. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
2019-04-10Change Pomba charts to released versionsNorm Traxler1-1/+1
Issue-ID: LOG-1038 Change-Id: I7f7ab550dc67236b5fd089760c55dd625bfd4179 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-26Add Pomba components to Pomba Health checkLeigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-1021 Issue-ID: LOG-1024 Issue-ID: LOG-1018 Change-Id: Ic59ac988afcd20190315145201903261127cd972 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-08Use direct GET to get service instanceNorm Traxler1-3/+1
Issue-ID: LOG-999 Change-Id: I2b294041591b1f97cae5f9448816390240512cb3 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott2-2/+2
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-02-04SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)1-3/+4
Includes new URI to GET port-mirror-configurations and upgrades AAI URI to V13. Issue-ID: LOG-778 Change-Id: Icccfaabdb37f5a46edb24ed91a8beae4c4b10935 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-12-21BugFix:Enable loggers in POMBA context buildersLeigh, Phillip (pl876u)2-228/+28
Enable loggers for Ctx Aggregator, SDNC, SDC Issue-ID: SDNC-553 Change-Id: Ia94251282b5869b9eb9dfcee03ec931c45eaeaf5 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2018-12-20Bug fix: Pomba SDNC CtxBuilder chartsNorm Traxler1-11/+11
Use correct ONAP SDNC settings Adjust timeouts - they were too aggressive Issue-ID: LOG-904 Change-Id: I7e7ed06f93713095a8b5169fbeb07d37e1fdbb84 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-12-06Add optional support for SSL client into cxt bldrsGeora Barsky1-0/+5
Issue-ID: LOG-807 Change-Id: I27f5afd20208d71d47853aaaa6ff089c2f550f39 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-12-04POMBA - Fix logging output pathjmac1-1/+1
Change-Id: I420608d77b2576d6ea58e489b98a4bc9113a2333 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-894
2018-12-03Add SDNC Context Builder to POMBA OOMShane Daniel9-0/+660
Issue-ID: LOG-470 Change-Id: Ib4d9f780159e468641e3152d6bb1246d5cb6965b Signed-off-by: Shane Daniel <shane.daniel@amdocs.com>