aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-graphadmin/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-05-26[AAI] Create Authorization Policies for AAIAndrewLamb1-0/+5
- 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-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-29[AAI] Remove AAF/TLS config from chartsefiacor1-51/+6
Remove aaf and tls config from aai charts Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibb26e7ae00eb6b5a65ec2263b8f57ad6fb345892 Issue-ID: OOM-3111
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-23Merge "[AAI] Service monitor for scraping prometheus metrics"Andreas Geissler1-0/+20
2022-11-23[AAI] Service monitor for scraping prometheus metricsleila1-0/+20
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] Fix graphadmin app specific timeout formatleila1-1/+1
Fix to be able to execute dbquery without restarting aai graphadmin pod The proper format should be <APP1>,<TIMEOUT>|<APP2>,<TIMEOUT> Issue-ID: AAI-3603 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iaf3d20864901e905ab1e29c867661ff716dec339
2022-11-08[AAI] OOM AAI graphadmin logging structure enhancementleila1-1/+13
change for logback and localhost xml files structure image updated for aai graphadmin Issue-ID: AAI-3581 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: I0123e1cf889907e45f6a2889cd45f44a92fea306
2022-10-24[AAI] Release 1.11.0 images for Kohnwr148d1-1/+1
Releasing the latest docker images aai-babel aai-graphadmin aai-modelloader aai-schema-service aai-traversal Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8fdec3465b63a5e445f7e567884bbc8ee74c4e95
2022-08-19[AAI] Update OOM to include the latest version for AAI Kohnwr148d1-3/+3
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-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-28[AAI] Upgrading to the latest images that include v25/v26 XSDswr148d1-1/+1
Issues happening for SO so trying to upgrade to the latest images for e2e test to pass gating Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I666e243356e97885fa2a556ddfd524ef2458820e
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-23[AAI] Updates for AAI Jakarta to release latest versionswr148d1-3/+3
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-01[AAI] Docker image updates for package upgrades for security reasonswr148d1-1/+1
Babel, schema-service, resources, traversal, and graphadmin docker images updated to get log4j version updates and other package updates based on security violations Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iacd476bb2f70af1524878a887bfac669cc45f3fb
2021-11-12[AAI][SCHEMA] Remove Hardcoded certificatesSylvain Desbureaux1-20/+50
Use Certinitializer in order to retrieve needed certificates. It'll also do the retrieval for graphadmin as both microservices are working together. Issue-ID: OOM-2691 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iad790cc14361cf15d5a6bf4fcad6fd9f4048a1a7
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/+4
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-3/+3
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-3/+6
2021-09-13[AAI] Service Mesh compatibilityosk114611-3/+6
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-09-03[AAI] Added Rolling Update Strategy to graphAdminM.Hosnidokht1-0/+9
Addded preStop hook to let long-running tasks be finished before the SIGTERM is invoked Issue-ID: AAI-3368 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: Ie5d0c5b454bd99022e5a2307e5813a92a8713ebd
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-02-25[AAI] Use honolulu m3 released artifactsHarish Venkata Kajur1-1/+1
Update schema service, resources, traversal and graphadmin to use the latest released artifacts for the honolulu release Issue-ID: AAI-3269 Change-Id: Iba9deb226586e751cdd1631b9cb9c4f4500a0ff9 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-12-07[AAI] Uses new tpls for repos / imagesSylvain Desbureaux1-2/+92
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/+158
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>