aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-09-10Merge "[CPS][COMMON] Sync newly added cps configurations"Andreas Geissler2-2/+76
2024-09-10Merge "[POLICY] Fix postgres support and SASL"Andreas Geissler31-320/+634
2024-09-04[CPS][COMMON] Sync newly added cps configurationsrajesh.kumar2-2/+76
Update CPS helm charts for newly added configurations. Issue-ID: OOM-3313 Change-Id: I56c34400dc73c71b936a51260efd240904bdaeae Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
2024-09-02[POLICY] Fix postgres support and SASLsaul.gill31-320/+634
Charts will allow mariadb or postgres Allow configuration of db choice globally Deleted jobs that aren't needed Altered db migrator script Allow SASL config in drools Drools chart fixed Removed readiness jobs for kafka Exposed more config for drools Issue-ID: POLICY-4943 Change-Id: I26c4a7c1adc2d615602e3e6495ecedfb017ef39e Signed-off-by: saul.gill <saul.gill@est.tech>
2024-09-01[DCAEGEN2] define emptyDir volume for /tmp dirFiete Ostkamp1-0/+5
- this improves support for making the pod filesystem read-only (of ves-collector) Issue-ID: DCAEGEN2-3415 Change-Id: Ic7413b2fd589d095b69eec0c88693b2db4e3c13c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-22Merge "[AAI] Release 14.0.1 chart with Janusgraph update to 0.6.0"Andreas Geissler24-134/+140
2024-08-21[CASSANDRA] Add option to set the resource limitsAndreas Geissler4-5/+23
add resources entry to the _cassOp template add resources setting to the cassandra instance add additional settings to improve the performance Issue-ID: OOM-3312 Change-Id: Iaa18e7c55a933f2403eff2dd93cb36f9786b3a41 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-20Merge "[COMMON] Cleanup charts"Thomas Kulik458-514/+8
2024-08-19[AAI] Release 14.0.1 chart with Janusgraph update to 0.6.0Fiete Ostkamp24-134/+140
- 1.14.5 images for resources, traversal and graphadmin with Janusgraph update (0.5.3 -> 0.6.0) - cleanup janusgraph-realtime.properties file since the 'cassandra' storage.backend option is not supported anymore - use more descriptive port names for schema-service - reduce terminationGracePeriodSeconds of pods to enable quicker deployment - declare pod revisionHistoryLimit for all components - make root log level configurable for all components (via log.level.root) Issue-ID: AAI-3950 Change-Id: I6221963139fcf4b748167940b6e59367661ba1e5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-08-16Merge "[UUI] Modify llm-adaptation port"Andreas Geissler1-1/+1
2024-08-16[UUI] Modify llm-adaptation portkaixiliu1-1/+1
Modify llm-adaptation port Issue-ID: USECASEUI-838 Change-Id: I5ee51936fe19563f7eec8fb1eae75247eea8a687 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2024-08-15Merge "[COMMON][TIMESCALEDB] TemporalDB and securityContext settings"Thomas Kulik9-34/+59
2024-08-15[COMMON][TIMESCALEDB] TemporalDB and securityContext settingsAndreas Geissler9-34/+59
- make pod/containerSecurityContext settings more configurable in _pod.tpl - fix MariaDB statefulset - Fix temporal statefulset to comply with security rules - Set timescaleDB via RepositoryGenerator Issue-ID: OOM-3310 Change-Id: I870f1e835020c2b30225741e700d1a6abfba8ad3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-14new onap logothmsdt2-1/+1
Issue-ID: DOC-826 Change-Id: Ifc4a02697760b228029363d9362cb12070efd198 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2024-08-13[authentication] Fix READMEAndreas Geissler1-6/+6
change default settings Issue-ID: OOM-3306 Change-Id: I5600dce6d4828323a0c00107a967cfdaf71c07b5 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-13[COMMON] Cleanup chartsAndreas Geissler458-514/+8
- archive charts, which are not maintained anymore - archive subcharts in SDNC, MSB, DCAEGEN2-SERVICES - Cleanup environment and override files Issue-ID: OOM-3309 Issue-ID: ONAPARC-805 Change-Id: If19a807fefa574ceb9b90ac1eb84d9642729323d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-13Merge "[COMMON] Synchronize common charts"Lukasz Rajewski24-38/+97
2024-08-10Merge "[POLICY] Fix Kyverno Policy violations"Lukasz Rajewski84-186/+1293
2024-08-10Merge "[AUTHENTICATION] Fixes for REALM generation"Lukasz Rajewski6-89/+401
2024-08-09Merge "[UUI] Add configuration file for llm adaptation"Andreas Geissler11-1/+461
2024-08-09[UUI] Add configuration file for llm adaptationkaixiliu11-1/+461
Add configuration file for llm adaptation Issue-ID: USECASEUI-838 Change-Id: Ib25a7047712d753b4be8fa39733001f02bc196aa Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2024-08-08[AUTHENTICATION] Fixes for REALM generationAndreas Geissler6-89/+401
- Some fixes for the client creation within the REALM. - Addition function for SMTP server configuration - README additions - Kyverno policy violation fixes Issue-ID: OOM-3306 Change-Id: I6df34be566257f40795e454a6a81b4743cb8edb1 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-07[COMMON] Synchronize common chartsAndreas Geissler24-38/+97
- solve actual findings during tests with kyverno policies - synchronize headers Issue-ID: OOM-3288 Issue-ID: OOM-3296 Change-Id: Ia7e7daa8864069493e09dd6511825aa939c5eeaf Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-08-02[POLICY] Fix Kyverno Policy violationsAndreas Geissler84-186/+1293
- Add "archive" folder for removed policy-gui charts - Update all deployments/jobs to fix policies - Correct KafkaUser definition to avoid deprecated attribute - update xacml-pdp deployment to work with readOnlyFilesystem setting Issue-ID: OOM-3307 Change-Id: I579062c1c49923666c1d836f7324c8bbd7b88695 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-07-26[POLICY] Deprecation of policy-guiadheli.tavares15-650/+4
- policy-gui is going into unmaintained state. Issue-ID: POLICY-5049 Change-Id: Ic83ab19a37d1c3e7007975b27ca150c4794a86e9 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-26Merge "[COMMON] Update various common charts"Micha? Jagie??o16-6/+468
2024-07-25[AAI] Fix aai-traversal jobAndreas Geissler1-1/+1
new image only supports "sh", therefor the job needs to be fixed Issue-ID: AAI-3926 Change-Id: Ifa186a927f8bad69ba0847822262c881ed972446 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-07-17[COMMON] Update various common chartsAndreas Geissler16-6/+468
- add kyverno policy fixes for cassandra Operator template - add new mongodb-init chart - new parameter in global values to support "NativeSidecar" which disables the deployment of the sidecar killer in jobs - update of "killSideCar" function to use the new option Issue-ID: OOM-3288 Issue-ID: OOM-3296 Change-Id: If7cafd10a14e9bc6b7843c0c2a62691c4e94ca71 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-07-12[AAI] Use 1.14.4 imagesFiete Ostkamp15-39/+47
- deploy 1.14.4 images - increase AAI chart version to 14.0.1 - change sidecar killer job to use wget instead of curl Issue-ID: AAI-3926 Change-Id: I405b52169006800b63fc76568482b4347c99c0b4 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-07-05[COMMON] Fix Kyverno PoliciesAndreas Geissler94-166/+693
common: - Add settings to common pod templates and fix Cassandra serviceMesh and MariaDB operator templates - Added template for mongodb - Empty lines to files added readinessCheck: - Add missing security settings mariadb-init: - add security settings in job cassandra: - Empty lines added to files mongodb: - make emptyDir volume size configurable others: - update chart dependency for mongodb in components - fix linter errors in all files Issue-ID: OOM-3295 Issue-ID: OOM-3296 Change-Id: Ieb64be337013e0477f7aaca9c75bb6a3f3264848 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-07-04Merge "[AAI] Release version 1.14.0 of AAI"Andreas Geissler37-280/+489
2024-07-04Merge "[COMMON] Bump ONAP version"Andreas Geissler1-2/+2
2024-07-03[COMMON] Bump ONAP versionAndreas Geissler1-2/+2
Set new ONAP main chart version to 15.0.0 (Oslo) Issue-ID: OOM-3303 Change-Id: I3e2e05a9a46a6e179d30412b133bbff3ec1743f3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-07-02Merge "[SDNC] Version bump for New Delhi"Lukasz Rajewski13-18/+18
2024-07-02[SDNC] Version bump for New DelhiDan Timoney13-18/+18
Update SDNC versions for New Delhi. This version includes support for Bierman as well as RFC 8040 versions of restconf, and includes fix for dgbuilder Update of chart version to 14.0.0 Issue-ID: CCSDK-4004 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib34c524d527a7756ca93a0ebb010ac2ee3335d46
2024-07-01[AAI] Release version 1.14.0 of AAIFiete Ostkamp37-280/+489
- change major version to 14.X.X - use 1.14.0 images that contain Janusgraph update from 0.2.3 to 0.3.3 - add options for enabling profiling via jmx or remote debugging - use better port names in the chart Issue-ID: AAI-3876 Change-Id: Idb3a3fdf97df76c217c285ed47405fefaa31301d Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-14[UUI] Update image of components of UUIkaixiliu3-3/+3
Update image of components of UUI Issue-ID: USECASEUI-838 Change-Id: I8e0929641424a6e77e53bf1a4a360e1b6297fb5c Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2024-06-12Merge "[DOC] Update Information for NewDelhi release"Lukasz Rajewski5-28/+191
2024-06-10[DOC] Update Information for NewDelhi releaseAndreas Geissler5-28/+191
Update the list of platform component versions and instructions for New Delhi version Kubernetes, Istio, Operators... Added release notes for NewDehli Issue-ID: OOM-3270 Change-Id: Iea65a4c8939bdc861b29d84933f2e3f67d93bed1 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-06-10[COMMON] Disable components in default deployment in NewDelhiAndreas Geissler5-76/+165
Components are disabled from the default deployment, which - do not support the native Kafka interfaces (DMaaP MR removal) - dmaap/message-router - dcaegen2-services/dcae-datafile-collector - dcaegen2-services/dcae-heartbeat - dcaegen2-services/dcae-kpi-ms - dcaegen2-services/dcae-pm-mapper - dcaegen2-services/dcae-pmsh - dcaegen2-services/dcae-restconf-collector - dcaegen2-services/dcae-slice-analysis-ms - dcaegen2-services/dcae-snmptrap-collector - dcaegen2-services/dcae-son-handler - dcaegen2-services/dcae-tcagen2 - dcaegen2-services/dcae-ves-mapper - nbi - sdnc/dmaap-listener - are not supported by multiple releases - cli - holmes - oof - msb - vfc - vnfsdk - modelling - deactivation is agreed by TSC - change the order of deployment in helm deploy plugin Issue-ID: OOM-3301 Change-Id: I692117405473a2eb666304b421bdf7e4c4be06b3 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-06-06Merge "[AUTHENTICATION] Restructured keycloak and Oauth2-proxy"Lukasz Rajewski75-883/+2214
2024-06-05[AUTHENTICATION] Restructured keycloak and Oauth2-proxyAndreas Geissler75-883/+2214
Changed keycloak-init to "authentication" and moved as root chart Moved oauth2-proxy to onap-authentication and updated to version 7.5.4 Use TCL proposal for REALM creation. Update keycloak-config-cli version to 5.12.0. Ingress AuthorizationPolicy creation for all defined accessRoles in the configured realms Issue-ID: OOM-3292 Issue-ID: OOM-3268 Change-Id: I0901cd416ca5da871931d7cf084cd35c55f804f1 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-05-29[AAI] Deploy latest AAI imagesFiete Ostkamp7-19/+19
- resources from 1.13.4 to 1.13.5 - traversal from 1.13.4 to 1.13.5 - graphadmin from 1.12.3 to 1.13.7 - model-loader from 1.13.6 to 1.14.1 - babel from 1.12.3 to 1.13.1 - schema-service from 1.12.3 to 1.12.4 Generally this includes the DmaaP removal and version upgrade to v29 Issue-ID: AAI-3862 Change-Id: Ide32cc4ddc8dcc32ca43351e4e85ac9b0d512f55 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-23Merge "[POLICY] Update docker images to latest versions"Lukasz Rajewski14-14/+14
2024-05-23[PORTALNG] Update preferences and history versionsFiete Ostkamp4-4/+4
- deploy release images of portalng Issue-ID: PORTALNG-108 Change-Id: I659373e415d959c23cd64f0d709fbd7d969c8d14 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-22Merge "[AAI] Helm changes for DMaaP deprecation"Andreas Geissler16-65/+266
2024-05-21[POLICY] Update docker images to latest versionssaul.gill14-14/+14
The image versions in policy values.yaml files have been updated *** This commit is generated by a PF release script *** Issue-ID: POLICY-4997 Change-Id: Ia874c6a050f9a0253628247519541e17d86d08cf Signed-off-by: saul.gill <saul.gill@est.tech>
2024-05-20[AAI] Helm changes for DMaaP deprecationKv16-65/+266
- Helm changes for DMaaP deprecation in A&AI Issue-ID: OOM-3297 Change-Id: I6a601c4c9958fb6817872520c259525eb650d0c9 Signed-off-by: Kv <vani.kv@accenture.com>
2024-05-18[PORTALNG] Dns resolver ip not configured in portal-ng-ui chartFiete Ostkamp1-0/+1
- define CLUSTER_NAMESERVER_IP since it is needed in the nginx config Issue-ID: PORTALNG-103 Change-Id: I60a9784dffcfd0c4a575e6c66641f69b0f6204e2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-18Merge "[AAI] Make aai log level configurable"Andreas Geissler10-9/+21