aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba
AgeCommit message (Collapse)AuthorFilesLines
2020-04-02Bump chart versionSylvain Desbureaux24-24/+24
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 Opasiak32-71/+71
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 Elliott24-24/+24
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 Pombajmac5-0/+82
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 Elliott24-24/+24
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
2019-01-24removed invalid characters from properties filejmac1-1/+1
Change-Id: I9a24a3f86159183262bf2b096994460ff6603c3c Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-920
2019-01-23Add MR Topics for Context AggregatorTait,Trevor(rt0435)1-0/+3
Issue-ID: LOG-920 Change-Id: I9ddf0d9e294a78c90b4b6a4cc29c1361174a4e48 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-17Update AaiCtxBuilder docker versionLeigh, Phillip (pl876u)6-31/+31
Change docker image version to 1.4.0-SNAPSHOT for: context-aggregator aai-context-builder sdc-context-builder pomba-validation-service Increase time-out in Data Router. Issue-ID: LOG-764 Change-Id: Icd2c8e8a77a817b5945aa07395badaa244113b08 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-01-15Network Discover Swagger fixNorm Traxler1-17/+0
Issue-ID: LOG-927 Change-Id: I44ee0ec5622798a2578f36a0d6fb55e05792be2e Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-10[LOG-404] adding data-dictonary configPierre Rioux4-3/+46
Change-Id: Ie786aa3d9d3094409c48a741064d39facd3a6f94 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-404