aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-1/+1
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>
2024-03-27[COMMON][READINESS] Update readiness image and use service featureAndreas Geissler1-1/+1
Update the ReadinessCheck (13.1.0) to support the "services" feature of readiness image version 6.0.2 and use the feature in the charts under common (dgbuilder, etcd-init, mariadb-galera, mariadb-init, postgres-init) Additional exclude K8S API port (443) from Istio Sidecar communication to allow CNI Plugin Issue-ID: OOM-3280 Change-Id: Ibe030aa9debfc82e88f2ce5e309dd6fa2250f211 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-14[COMMON] Harmonize resource settings, Part 2Andreas Geissler1-1/+1
Some settings are still wrongly interpreted (e.g. 0.02Gi) Therefor they are changed to non-floating numbers (e.g. 20Mi) Issue-ID: OOM-3273 Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-28[COMMON] Harmonize resource settingsAndreas Geissler1-10/+10
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>
2023-11-16[AAI] Update OOM to include the latest version v28 for AAI schemanandkishorpatke1-2/+2
- Updates included to bump to the latest version of the schema v28 - Update latest maven version to 1.12.3 for aai-schema - Maven version to 1.12.3 for resources, graphadmin, traversal, babel Issue-ID: AAI-3663 Change-Id: Ib8f28cb95e9834851941e8676ee242f856c87f83 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok1-2/+2
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>
2023-09-29[MARIADB][COMMON] Add support for mariadb-operatorAndreas Geissler1-3/+9
Add template functions for the mariadb-operator resources and update the mariadb-galera chart to support them Change the flag to "useOperator" in cassandra to the global setup and additional labels for cassandra resources Changed Policy DB users to support the new mariadb User and fixed db.sh script to wait for the DB user creation Use the new readiness image 5.0.1 with the "app-name" option Change the MariaDB-Galera Service to the "primary" to avoid Deadlocks Fix previous SDNC patch (https://gerrit.onap.org/r/c/oom/+/135308) and temporary disable MariaDB for SDNR, as it is not compatible to MariaDB 11 Issue-ID: OOM-3236 Change-Id: Ie63fcc9c6d5fa802d38c592b449e7ff8553c2ab9 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-18Merge "[AAI] Fix Istio compatibility and add Job ServiceAccount"Andreas Geissler1-1/+1
2023-07-18[AAI] Fix Istio compatibility and add Job ServiceAccountAndreas Geissler1-1/+1
Add labels for "version" and "name", add port name in deployment Add missing Service account in Job definitions Issue-ID: OOM-3229 Issue-ID: OOM-3228 Change-Id: I65c188f4c029b94cc0dc77ebe9e00bfc9a0cb27a Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler1-4/+4
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
2023-07-11[CASSANDRA] Enable new cassandra version using operatorAndreas Geissler1-2/+2
Deployment of shared cassandra (4.0.1) using k8ssandra-operator AAI config update to use new cassandra SDC config update to use new cassandra correct link in the oom_infra_optional_addons.rst Issue-ID: OOM-3226 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ieeec9ad5c22a0674a477741d0515ae4515c6f3b8
2023-05-30Merge "[AAI] Create Authorization Policies for AAI"Andreas Geissler1-0/+28
2023-05-26[AAI] Create Authorization Policies for AAIAndrewLamb1-0/+28
- Create Authorization Policies for AAI - Add initial authorized serviceAccounts for each sub-component service Issue-ID: OOM-3126 Change-Id: Ic7fdaf595ae3534805a39859fe8e02b81999bef3 Signed-off-by: amatthews <adrian.matthews@est.tech> Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2023-05-26[COMMON] Adding Common Template for cassa-operatordasarathi5280241-0/+10
- K8ssandraCluster resources template file added - Modification of the cassandra chart to add the option to install cassandra using the k8ssandra-operator - AAI and SDC values changed to support the new cassandra settings - Fix for SDC cql version in jobs - for London make k8ssandra-operator optional (default: false) Issue-ID: OOM-3168 Signed-off-by: Dasarathi, Swain (ds00528024) <ds00528024@techmahindra.com> Change-Id: Idfe232460c9c1f584536e60ea042345d7dca3164
2023-04-20[AAI] Kiali Validation - KIA0601 - Port name must follow [-suffix] formFiete Ostkamp1-1/+1
- change portNames to have a protocol prefix Issue-ID: OOM-3166 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I3013ba629c951c12dfb7594aadc34dd0c47afab9
2023-03-31[AAI] Update Service definitions to support Ingress caseAndreas Geissler1-9/+3
Fix the service definitions to automatically change NodePorts to ClusterIPs in case of Ingress enabled Issue-ID: OOM-3111 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I27fbcc917190f1df3d39f1bfc789664bb55809a2
2023-03-29[AAI] Remove AAF/TLS config from chartsefiacor1-44/+5
Remove aaf and tls config from aai charts Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibb26e7ae00eb6b5a65ec2263b8f57ad6fb345892 Issue-ID: OOM-3111
2023-01-04[AAI-ML] Move aai-modelloader to use strimzi kafka user templateefiacor1-4/+0
Use common kafka template for the user Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Id4f58800856c4d8caa45bb1bd4f8df30263fb91b Issue-ID: DMAAP-1852
2022-12-02[AAI] AAI images updateleila1-1/+1
Image update for aai haproxy, aai-graphadmin, aai-traversal Issue-ID: AAI-3609 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: I4915eae96ffa4bc41239a4322a98dd3231a942d4
2022-11-30[AAI-SDC-DIST] Updgrade AAI to use kafka nativedavid.mcweeney1-0/+4
Update AAI to use new sdc-dist client Add AAI KafkaUser for SDC topic auth Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I842b9dc33c9bff94a81fef3990e1b66c5984e0d1 Issue-ID: DMAAP-1815
2022-11-23Merge "[AAI] Service monitor for scraping prometheus metrics"Andreas Geissler1-0/+2
2022-11-23Merge "[AAI] OOM AAI Rolling Update fixes"Andreas Geissler1-0/+5
2022-11-23[AAI] Service monitor for scraping prometheus metricsleila1-0/+2
Changes are done for aai resources graphadmin and traversal Session affinity for aai resources traversal and aai haproxy Issue-ID: AAI-3599 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Ib3853c45051ca8e9c025bd0d6e700a08a54cb1a9
2022-11-23[AAI] OOM AAI Rolling Update fixesRommel Pawar1-0/+5
Rolling update fixes for aai submodules below aai babel modelloader schema service traversal sparkybe Issue-ID: AAI-3605 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: Ia3949ce9e60542a7b0a4f69fb41ba86fe8399739
2022-11-22[AAI] AAI HAProxy image updateleila1-1/+32
Update AAI haproxy name and version to 1.9.5 Make AAI init container resources configurable Implementing stick tables to avoid concurrency issues raised by using janugraph against eventually consistent storage backend(cassandra) Issue-ID: AAI-3602 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: I6b1c7bf3a378c410df0a9bb01d304e56e979c3b5
2022-10-21[COMMON] Harmonize all component ingress configAndreas Geissler1-1/+2
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
2022-08-19[AAI] Update OOM to include the latest version for AAI Kohnwr148d1-2/+2
Updates included to bump to the latest version of the schema v27 Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8d9fb8ed90a67b09556898d11ca45b4c6b8a06ad
2022-06-03[AAI] Service mesh compatibility improvementAndreas Geissler1-3/+0
Add waiting times for the jobs for the Sidecar to start up Cleanup old ClusterIP, which is not used anymore and corrected failing configuration for the modelloader. Added annotation for Sparky-be probe settings. Issue-ID: OOM-2820 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I996c9bad4fcfea5aaba7f8eeb4b12b1282be0375
2022-04-14[AAI] Upgrading to the latest v26 default schema version configwr148d1-1/+1
CCVPN use case introduced some new model updates in Jakarta which require the default schema being moved to v26. New schema-service version too. Issue-ID: AAI-3466 Change-Id: I3ee06a2ee4ea21cd99a9e8e059a94d93441fee0c Signed-off-by: wr148d <wr148d@att.com>
2022-03-18[AAI] Testing a revert of v26 to v24wr148d1-1/+1
Issues happening for SO so trying to revert just the mS to see if that is the issue for gating Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ib9b57ff979bb29d5557890208ade5aa7b250cc05
2022-02-25Merge "[AAI] Request blocking enhancement for AAI"Sylvain Desbureaux1-0/+6
2022-02-23[AAI] Updates for AAI Jakarta to release latest versionswr148d1-2/+2
Updates include security package updates and releasing v26 support for CCVPN requirements Upgrade Babel version to 1.9.3 Upgrade Model-loader version to 1.9.2 Upgrade GraphAdmin version to 1.9.3 Upgrade Resources version to 1.9.4 Upgrade Traversal version to 1.9.4 Upgrade Schema-service version to 1.9.4 Issue-ID: AAI-3435 Change-Id: I9a0685907c098d35f25f448cb0963977b33cbd65 Signed-off-by: wr148d <wr148d@att.com>
2022-02-23[AAI] Request blocking enhancement for AAISuresh Charan1-0/+6
Enable configuration of HAProxy ACL to block incoming requests Issue-ID: OOM-2920 Signed-off-by: Suresh Charan <suresh.charan@amdocs.com> Change-Id: Icacaa7642f018b76b6c738b325c3d2a12702495e
2022-01-07[AAI] Add serviceAccount override to local cassandra configAndreas Geissler1-0/+2
If localCluster is enabled, the serviceAccount name must match with the DB name Issue-ID: OOM-2905 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ia6860d995dc7f19890855bcf3a8e3e768966a43a
2021-11-10[AAI][BABEL] Remove Hardcoded certificatesSylvain Desbureaux1-2/+2
Use Certinitializer in order to retrieve needed certificates. Change ModelLoader also as it needs valid certificate to communicate with Babel. Issue-ID: OOM-2693 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I64b8ede24643f942dc99956030c202c50d41ad1e
2021-11-02[AAI] Use log templateMaciej Wereski1-0/+16
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I730b5463fea750594a23ce391c352959d166195e
2021-09-20[AAI] Releasing the Istanbul AAI Docker Imageswr148d1-2/+2
Included changes are global requirement, schema, and security updates Issue-ID: AAI-3375 Change-Id: I3e064fef882dc2593e85f1cef75320404338a626 Signed-off-by: wr148d <wr148d@att.com>
2021-09-14Merge "[AAI] Service Mesh compatibility"Sylvain Desbureaux1-4/+9
2021-09-13[AAI] Service Mesh compatibilityosk114611-4/+9
This patch makes AAI to work on service mesh by removing https calls from everywhere. It allows also to use AAI on an environment without need of TLS. Issue-ID: OOM-2670 Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com> Change-Id: I19adabc7b33c1ada243ec16f77dbf8fde19b1386
2021-07-20[AAI] Update chart with service accountfarida azmy1-0/+6
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2704 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id03799f7a7ed1a031c7d819999496b18bac80881
2021-03-29[AAI] Simplify cert retrieval scriptSylvain Desbureaux1-4/+0
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to be faster. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I98dc2add27f39f615f34b319ea88edeeac987334
2021-02-20[AAI] Move schema service to use v23Harish Venkata Kajur1-2/+2
Update schema service to add v23 api Also use java 11 for schema service Issue-ID: AAI-3009 Change-Id: I44834fcbd900705dc3fb7707f8e3d5ddd8182284 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-02-11Merge "[AAI] Remove unused AAF proxies"Krzysztof Opasiak1-23/+2
2021-02-02[AAI] Use CertInitializer for AAI ProxySylvain Desbureaux1-1/+38
Instead of using an harcoded certificate for AAI Haproxy, let's use certInitializer in order to have a fresh one. Issue-ID: OOM-2654 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id07af4084ae714bc7ba7132b218434229a0ba866
2021-01-22[AAI] Remove unused AAF proxiesSylvain Desbureaux1-24/+2
Some AAI components have the ability of using AAF proxies for authentication. As AAF is deprecated and these proxies seems not to be used by anybody, let's remove them. Issue-ID: OOM-2663 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie78740eb452f1b28f031a97fe272f86acce1f8be
2020-12-07[AAI] Uses new tpls for repos / imagesSylvain Desbureaux1-1/+1
This commit makes AAI chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I601be377556d16580f2eda6d00d144fb4a21b445
2020-12-02[AAI] Reintegrate AAI OOM charts in main repoSylvain Desbureaux1-0/+382
AAI chart is currently in its own directory. As a lot will be done in the charts with tight coordination between "common" part and components parts, it's a lot easier to have everything in a same place for now. Issue-ID: OOM-2513 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5e27f7de286bf74e6d3a443e1cb31f63b3d83265 [Update aai to commit 18d4bd165e12cb4d03baa318e506f0dda381cd89] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-04-26AAI HELM code transferJessica Wagantall1-376/+0
- Remove kubernetes/aai code from OOM. - Add oom/aai as submodule of OOM in kubernetes/aai location. Change-Id: I7741a0cd4b0ecef174569c9450b09f2f7c211f44 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-18Merge "Update haproxy to use 1.4.0 docker"Mike Elliott1-1/+1
2019-04-17AAI Rolling upgrade using helm hooksMahendra Raghuwanshi1-1/+86
Change-Id: I81b8c7069e374e2ee789f6dd99e6cb55d98e5d28 Issue-ID: OOM-1676 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>