aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20[GENERIC] move from registry.hub.docker.com to docker.ioSylvain Desbureaux3-3/+3
`registry.hub.docker.com` needs authentication now, in contrary to previous behavior. As OOM deployments is unauthenticated when using docker hib repository, all OOM deployments is broken. `docker.io` seems to be still OK with unauthenticated requests so let's move to this endpoint. Issue-ID: OOM-2636 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d
2020-10-21[POMBA] change comment styleJakub Latusek55-1/+111
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I8c8f00e22a39113e5f3daf8d04204a99eab8139d Issue-ID: OOM-2562
2020-09-07Merge "[POMBA] Add logs to STDOUT"Sylvain Desbureaux1-0/+1
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux11-21/+38
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-09-03[POMBA] Add logs to STDOUTDominik Mizyn1-0/+1
This commit add STDOUT appender to root level logging. Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com> Change-Id: I5b99d029713927c50f969aa69c3fe3d431c07256
2020-04-02Bump chart versionSylvain Desbureaux22-22/+22
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 Opasiak31-70/+70
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
2020-01-10Merge "[POMBA] Use global storage templates for PVC"Mike Elliott8-37/+158
2019-12-18Update Validation topic passwords for obfuscationLeonard, Mark (ml401d)3-3/+3
Change the dummy password values to OBF: so that the properties files will load correctly at application start-up. Change-Id: I1903026ca57db460c41163e1f7dc42a02fd3c2e2 Issue-ID: AAI-2110 Signed-off-by: Leonard, Mark (ml401d) <ml401d@att.com>
2019-12-12[POMBA] Use global storage templates for PVCSylvain Desbureaux8-37/+158
OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also created a PV/PVC couple for logs of ES as it was hardcoded in the deployment. Change-Id: Ic2da694da008803f5afc1a0e0de38a1428c5b40e Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-28Add ingress controler support to POMBALucjan Bryndza6-1/+23
Issue-ID: OOM-2184 Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-11-06Merge "[POMBA] Move Elasticsearch PVC to RWO"Borislav Glozman1-1/+1
2019-11-05[POMBA] Move Data Router logs PVC to RWOSylvain Desbureaux1-2/+2
Data Router pods writes logs directly in the PVC within generic name files: debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log -rw-r--r-- 1 root root 125 Nov 5 09:56 /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/ total 4 drwxr-xr-x 2 root root 76 Nov 5 09:56 AAI-DR -rw-r--r-- 1 root root 125 Nov 5 09:56 application.log drwxr-xr-x 3 root root 18 Nov 5 09:54 data-router debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/ total 0 drwxrwxrwx 2 root root 6 Nov 5 09:54 logs debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/logs/ total 0 debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/AAI-DR/ total 12 -rw-r--r-- 1 root root 0 Nov 5 09:56 audit.log -rw-r--r-- 1 root root 0 Nov 5 09:56 debug.log -rw-r--r-- 1 root root 7519 Nov 5 09:56 error.log -rw-r--r-- 1 root root 666 Nov 5 09:56 metrics.log Thus if two pods were writing, there would be issue as each one would want to write. Then this PVC must be used by one POD only and RWO is sufficent Change-Id: I0087487fba715b4b0804de51544238f08fed1d3c Issue-ID: LOG-1114 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-05[POMBA] Move Elasticsearch PVC to RWOSylvain Desbureaux1-1/+1
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't support several writes per different instances on the same folder, RWO PVC is sufficient. Change-Id: I6b7c91174f4f485dc6e3b6e34111fe4fc2bb0469 Issue-ID: LOG-1114 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-13Update POMBA images to 1.5.1Prudence Au5-5/+5
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 Elliott22-22/+22
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-05-27Make POMBA able to detect dummy notificationsburdziak1-0/+18
Issue-ID: LOG-1056 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com> Change-Id: I8bb81cdad651261063fd9d92b3c3a6b8f9346bf6
2019-05-15update to released imagesPrudence Au2-2/+2
Change-Id: I59f7defc6fa594157cea940052521a4e5bdb96c5 Issue-ID: LOG-1050 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2019-05-13revert pomba image changes from int csv overrideMichael O'Brien2-4/+4
Change-Id: I88bc5a11f4201343fc4ef2b41a1d33765a9ae9a0 Issue-ID: INT-1074 Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
2019-04-24Remove DCAE image from updateYang Xu2-2/+2
Change-Id: Ifa98f8610b0a96a28f3a3ded7cb65663e9455158 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-10Change Pomba charts to released versionsNorm Traxler5-5/+5
Issue-ID: LOG-1038 Change-Id: I7f7ab550dc67236b5fd089760c55dd625bfd4179 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-29update CtxAggr calling SdcCtxBuilder w verisionLeigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-1036 Change-Id: Ic59ac988afcd20190315201903291616f85cd972 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-28Merge "Upgrade to 6.6.2 kibana and elasticsearch"James MacNider2-2/+2
2019-03-27Upgrade to 6.6.2 kibana and elasticsearchNorm Traxler2-2/+2
Issue-ID: LOG-1006 Issue-ID: LOG-1009 Change-Id: I74a81be18ebcdd99c499ea9edbcb37af4b8cbc6d Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-26Add Context Aggregator to Pomba Health CheckLeigh, Phillip (pl876u)3-3/+44
Issue-ID: LOG-1018 Issue-ID: LOG-1021 Issue-ID: LOG-1024 Change-Id: Ifbe5637edeb22a72019032616044a12bc47b44e9 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-26Merge "Add Pomba components to Pomba Health check"James MacNider1-1/+1
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-25Fix eleastisearch field limitNorm Traxler4-288/+7
Issue-ID: LOG-1030 Change-Id: I5cad4758907ad1df55761c883693ba0571ab7de0 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-19Remove pre-start curl scriptNorm Traxler3-43/+1
Issue-ID: LOG-849 Change-Id: Iabe3c4abdf23e48104e284c7e333e51b27779b86 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-13Add missing filebeat sidecars for Pombajmac4-0/+76
Change-Id: I5f2cf1d74d55df0002af75367042eaf795ea2e8c Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-852
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-03-06Merge "POMBA: X-ONAP-RequestID and X-PartnerName support"James MacNider1-30/+31
2019-03-05AaiCtxBuilder:Use direct GET instead of search qryLeigh, Phillip (pl876u)1-1/+1
Issue-ID: LOG-998 Change-Id: Ie1906df6be02d2b05d0c2e2f21808c2190fa2b8d Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-02-28POMBA: X-ONAP-RequestID and X-PartnerName supportTait,Trevor(rt0435)1-30/+31
Issue-ID: LOG-551 Change-Id: Id01b571e7cca7a1e90476bce07323a432410fc43 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-27[LOG-959] adding p-interface comparison rulePierre Rioux1-0/+6
Change-Id: I7f52cb8be1f34a7738cd47c0fd4cf7093975d001 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-959
2019-02-25Merge "LOG-958: PNF comparison rule"James MacNider1-2/+56
2019-02-22LOG-958: PNF comparison ruleNorm Traxler1-2/+56
Issue-ID: LOG-958 Change-Id: Ib537cfa7b1bc75f12564bcb14165cb70632c1b63 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-22Merge "align pomba dr with aai dr 1.3.3 for CMR"James MacNider1-1/+1
2019-02-21Merge "[LOG-957] new generic compare rule; add netwrkList"James MacNider1-280/+198
2019-02-21align pomba dr with aai dr 1.3.3 for CMRMichael O'Brien1-1/+1
Change-Id: Idfc93d5900fbda6373576d47d20e5a37fa3f4f36 Issue-ID: LOG-982 Signed-off-by: Michael O'Brien <michael@obrienlabs.org> (cherry picked from commit 4b31147244a5ca652b76336c182a193423f79a06)
2019-02-19ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-1/+2
Issue-ID: LOG-977 Change-Id: I680c59d9cbfddaf24950530dde22720ed61227db Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-15[LOG-957] new generic compare rule; add netwrkListPierre Rioux1-280/+198
Change-Id: I7ec73a5e0060452e18a4eb391db94a573cc780cd Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-957
2019-02-15Merge "relaxed timing for liveness and readiness probes"Alexis de Talhouët8-16/+16
2019-02-13Network Disc chart update for SDNC-637Norm Traxler3-3/+5
Issue-ID: SDNC-637 Change-Id: I8d2d6378327cfad6a5d3a224e9fbffae2f471642 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott22-22/+22
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-05relaxed timing for liveness and readiness probesjmac8-16/+16
Change-Id: I45e087a888925802c3c658c7eeae73f84d256a94 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-950
2019-02-04Merge "Chg AAI version to V13 in AaiCtxBuilder"Alexis de Talhouët3-238/+40
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>
2019-02-01Chg AAI version to V13 in AaiCtxBuilderLeigh, Phillip (pl876u)3-238/+40
Also enable logger in AaiCtxBuilder Issue-ID: LOG-763 Change-Id: Ic4b8d68414708df77a51d89fe08a8494539731d0 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-28Merge "removed invalid characters from properties file"Alexis de Talhouët1-1/+1