Age | Commit message (Collapse) | Author | Files | Lines |
|
- cps-and-ncmp image updated to use tag 3.4.9 version
- ncmp-dmi-plugin image updated to use tag 1.5.0 version
- fixed the labels in application-helm file as it was introduced as part
of java17 upgrade in the app.
Issue-ID: CPS-2222 , CPS-2225
Change-Id: I9bdda445f8e4a0a97cddb15edb9cdafd15c86e45
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Use the new "service" feature of the readiness image to
resolve startup dependencies.
Issue-ID: OOM-3280
Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
|
|
Currently in ONAP the imagePullSecrets is hardcoded to
'onap-docker-registry-key' which is created by the
repository-wrapper component.
With this change the secrets can be configured via setting
global.imagePullSecrets and optionally per image if it is
configured as map (image.pullSecrets)
Issue-ID: OOM-3284
Change-Id: I8644f9b46043b6014219c42928e057b149df43a4
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
|
|
Update all resource settings to the kubernetes recommended
normalized form. Fix ReadinessCheck resource limits.
Issue-ID: OOM-3273
Change-Id: Ie10903b801e4dc1689bcec092162d711a431a7a6
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
|
|
Adding Swagger UI URI, api-docs, and v3 api-docs to be excluded from
authentication verification.
Issue-ID: CPS-2045
Change-Id: I5638b8ac98b73bad1002c72f8145a494c7b3c44f
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
- Actuator health check endpoints and ports updated from /manage to
/actuator and port to service port
- Config changes relating to spring boot upgrade
- Updating the latest cps image for montreal that has
security.permit-uri under root
- Added hazelcast capability to run on kubernetes mode
Issue-ID: CPS-1945
Issue-ID: CPS-1977
Change-Id: I28cc1c576d036cda1d61893a7f897698a056f0a8
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Adding specific cpu limits for all oom components
Issue-ID: OOM-3241
Change-Id: I0bbd973d91d11dbb0ffa5848f7c1ed5ebb5f54ba
Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
|
|
Do not use static templates but "common.kafkatopic" template
Issue-ID: OOM-3240
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I67b2cfe839022795f8d7f6f42d2d8dc7e71653d6
|
|
Add the "version" label (Chart.Version or Chart.AppVesrion
if exists)
Correct the metadata of CPS deployment.
Issue-ID: OOM-3230
Change-Id: I0a6907ed95c6b0dfcf7f89fec9c3dafbc2fb1d9b
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
|
|
This fix is adjusting OOM helm charts components resources limits and requests
Issue-ID: OOM-3199
Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com>
Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
|
|
Update chart versions to 13.0.0 for Montreal
Issue-ID: OOM-3173
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
|
|
- parameterize the topics for both cps-ncmp and ncmp-dmi-plugin code
- Also copy the globally defined topics to the more specific place.
- In the next patch will remove the global topics and users info.
Issue-ID: CPS-1612
Change-Id: Ibf38dd96857ed50a101279a11ded915f86be3d65
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
- updating cps-and-ncmp docker image to 3.2.6
- updating ncmp-dmi-plugin docker image to 1.3.0 and adding JAAS config
- temporarily removing the faulty link
Issue-ID: CPS-1589
Change-Id: Ia57af84137b02a090191cb29c66bd6cdf85f7aeb
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Add few topic for cps-and-ncmp and ncmp-dmi-plugin.
Followed the approach to globally provide the topics and user access
ALL for all the topics at the moment.
Issue-ID: CPS-1534
Change-Id: Ic184df5ab74d269fe9aeeadac3d89da16a3f84f1
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
- Explicitly providing kafka parameters in the application-helm file to
be overridden later from the charts
- https://jira.onap.org/browse/CPS-1088 - adding missed OOM chart update
coz of this task
- temporarily enabling the DEBUG level logs
Issue-ID: CPS-1510
Change-Id: I5a82771042f9a2f700172549ac561bc73ff35906
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Update chart versions 12.0.0 for London
Issue-ID: OOM-3046
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
|
|
- cps-core updated to 3.1.5
- cps-ncmp-dmi-plugin updated to 1.2.2
- cps-temporal updated to 1.2.1
Issue-ID: CPS-1316
Change-Id: Ie7b8cb8037c8b16bf59c1571f3a0c440a49cab21
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Harmonize all ingress definitions using schema:
<component>-<application>-<api|ui>
and adding plain_port attributes to support SM
Issue-ID: OOM-3000
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I8212774ba194758d7cf23bc2085edcc4eacd2539
|
|
- CPS-Core : Added NCMP tag in properties and updated container image
from 3.0.1 to 3.1.4
- Fixed env variable missing in cps-core
- Added missing kafka topics(ncmp-events and ncmp-async-m2m)
- NCMP-DMI-PLUGIN: update container image from 1.1.0 to 1.2.1
- CPS-TEMPORAL: update container image from 1.1.0 to 1.2.0
Issue-ID: CPS-1290
Issue-ID: CPS-1343
Change-Id: Id5b4b6cfac9ddabe2421300e37f10185cee71ed3
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
|
|
Use version 11.0.0 for Kohn
Issue-ID: OOM-2971
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
|
|
* onap/cps-and-ncmp:3.0.0
* onap/ncmp-dmi-plugin:1.1.0
* onap/cps-temporal:1.1.0
Issue-ID: CPS-933
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ib06db850f34ee224ced4b9c4fef244a55911c03d
|
|
Move all Chart.yaml to use apiVersion: 2
Move dependencies from requirements.yaml to Chart.yaml
Changes to all makeFiles
Changes to helm deploy plugin
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0
Issue-ID: OOM-2845
|
|
This change is made to be able to deploy CPS with default values in
environments where Prometheus ServiceMonitor is not available.
Unused metrics.serviceMonitor.enabled property is also removed.
Issue-ID: CPS-778
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ica4f3b6d9d10eceb37251090bfc501155f031b81
|
|
Update docker images to 1.0.1 for
- ncmp-dmi-plugin
Update DMI Plugin Url (bad variable name)
Issue-ID: CPS-728
Issue-ID: CPS-683
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Change-Id: Ic998eca16dc7171d3c8ab0e567ab38183becc542
|
|
|
|
Use version 9.0.0 for Istanbul
Also update the doc.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
|
|
Adding the basic requirements for Service Mesh Compliance within CPS
CPS currently using http, so changing service port names to incl http in name
Issue-ID: OOM-2832
Change-Id: Iee4287b3ac1b6d841547a7700fddb96fba0dd6cf
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
- 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
|
|
|
|
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
|
|
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
|
|
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>
|