aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12[CPS] Use common postgres for CPSAbdelmuhaimen Seaudi3-1/+34
Add option for CPS to use common postgres Issue-ID: OOM-2839 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ida133999f26cf50d59103aa30a90c97fba3e66a0
2021-09-23[CPS] Fix issues in the ncmp-dmi-plugin chartsRenu Kumari7-110/+79
- added serviceMonitor and removed annotation for prometheus scraping - changed readiness dependency from core-db to core app - removed unused environment variables - make cps-core and sdnc url configurable - Added rolling restart in ncmp-dmi-plugin Issue-ID: CPS-669 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ia4c3ccdac32a97d75b98ce4cbadaf74c5493f06c
2021-09-23Merge "[CPS] Improve cps temporal charts"Krzysztof Opasiak3-39/+13
2021-09-23Merge "[CPS] Rolling update and prometheus changes"Sylvain Desbureaux6-64/+125
2021-09-22[CPS] Rolling update and prometheus changesputhuparambil.aditya6-64/+125
1. Rolling update for cps-core 2. Prometheus configuration 3. Image version update to I release 4. Only configurable parameters kept in application.yml Issue-ID: CPS-536, CPS-365, CPS-664 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I33f47750bd3899f9a420256a1d9cef4cb63dff9e
2021-09-21[CPS] Improve cps temporal chartsBruno Sakoto3-39/+13
* To be consistent, kafka configuration can now be provided using config.eventConsumption properties, for all protocols. * Default topic name is set to 'cps.data-updated-events' to reflect the type of events it receives. * CPS readme file is removed. Issue-ID: CPS-672 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Iaaf1f330389c5b37277e5c8dce66dff69f5a49a9
2021-09-14[CPS] Upgrade cps-temporal & ncmp-dmi-plugin to 1.0.0Renu Kumari2-2/+2
Update docker image version to 1.0.0 for - cps-temporal - ncmp-dmi-plugin Issue-ID: CPS-613 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I3a543eb1aee1c1cae8d9f392027c27454c76ce25
2021-09-13[CPS] Charts added for repo cps-cps-temporalputhuparambil.aditya14-1/+585
cps-temporal component added for cps-temporal-db and cps-temporal(application) Issue-ID: CPS-482 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I91998e0d2e9f953f8579ee40d1670199155d3396
2021-09-08[CPS] Charts added for repo cps-ncmp-dmi-pluginshivasubedi15-2/+615
ncmp-dmi-plugin component added for ncmp dmi plugin application Issue-ID: CPS-497 Change-Id: I4100140b5421a6ee638a2e0a7dab1eaf3031a698 Signed-off-by: shivasubedi <shiva.subedi@est.tech> [Improve secrets management] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-08-09[CPS] Refactor CPS charts to include sub charts for other cps componentsputhuparambil.aditya20-195/+408
Cps-core sub chart added in CPS. Issue-ID: CPS-513 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ifb049f33864b0608ce8d938158f33bd3c01f87f4
2021-04-29[CPS] Remove duplicate configurationRenu Kumari3-3/+20
1. Introduced spring profiles to override default properties value 2. Added config.additional to provide an ability to add properties without changing chart Issue-ID: CPS-320 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: If621ad7c5f69f3398a8eae54d5fa6c563cfcba22
2021-04-15[CPS] Bump CPS versions for RC1 bug fixesputhuparambil.aditya3-6/+12
Bump CPS images to version 1.0.1 to install bug fixes discovered between M3 and RC1. Overview of these can be see in https://jira.onap.org/browse/CPS-319 Issue-ID: CPS-304 Issue-ID: CPS-249 Issue-ID: CPS-276 Issue-ID: CPS-288 Issue-ID: CPS-290 Issue-ID: CPS-292 Issue-ID: CPS-300 Issue-ID: CPS-308 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I732a0be8b557dd125ae61f538eb77ed96f5dc2db Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
2021-03-25Merge "[DOC][COMMON] Prepare Honolulu release"Krzysztof Opasiak2-7/+7
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux2-7/+7
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-03-24[CPS] Add credentials for service basic authBruno Sakoto2-6/+24
Set environment variables for basic authentication to cps service. Username and password are provided from values file. If the password is not provided, it is generated from master password at deployment time. Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icc2744b851cfd4288a3951f791f2bd284f4ad3ca
2021-03-23[CPS] Update with latest CPS image for HonululuRishi.Chail3-2/+15
Added config for liquibase. Updated image for CPS. Issue-ID: CPS-256 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I6c1dd27fc29e21efced95de874b7ce723536c438
2021-03-03[CPS] Configuration Persistence Service Chartsputhuparambil.aditya13-0/+539
CPS Helm charts added Issue-ID: CPS-7 Co-authored-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Co-authored-by: Bruno Sakoto <bruno.sakoto@bell.ca> Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I027e5e4b3eec78ce889168f8796d55e6f9fd9be6 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>