aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/resources/config
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29[AAI] Remove AAF/TLS config from chartsefiacor2-55/+2
Remove aaf and tls config from aai charts Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibb26e7ae00eb6b5a65ec2263b8f57ad6fb345892 Issue-ID: OOM-3111
2022-11-25[AAI] Haproxy user updated in configNiharika Sharma2-4/+4
Haproxy user and group are changed to haproxy in haproxy.cfg Issue-ID: AAI-3608 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I6578726f59c7dfa2e5c63d9074740ccc0bce27a7
2022-11-22[AAI] AAI HAProxy image updateleila2-16/+48
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-02-23[AAI] Request blocking enhancement for AAISuresh Charan2-0/+18
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
2021-11-09[AAI] Update the aai keystore with the newly generated certHarish Venkata Kajur1-0/+0
aai keystore is expiring in 70 days so updating the keystore manually with the new certificate that will expire in November 2022 Issue-ID: AAI-3406 Change-Id: Idb63a4b52cdd7171af4fad83d2d4c700d6e76691 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-09-13[AAI] Service Mesh compatibilityosk114612-5/+44
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-03-18[AAI] Update certs to be valid until Jan 2022Sylvain Desbureaux1-0/+0
Currently updating the sparky and generic certificates to be valid until jan 2022 Issue-ID: AAI-2841 Change-Id: I2591c8c7c629e5642c9e6c28070c2666542ad4f3 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2021-02-02[AAI] Use CertInitializer for AAI ProxySylvain Desbureaux3-90/+2
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
2020-12-11[AAI] Make AAI helm3 compatibleSylvain Desbureaux3-5/+15
Helm3 doesn't like empty components with only license headers so we remove them as much as possible. Issue-ID: OOM-2562 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I26b790965d2926792f801b87294d15a074de7be6
2020-12-02[AAI] Reintegrate AAI OOM charts in main repoSylvain Desbureaux13-0/+434
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 Wagantall13-440/+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-19Add Pluggable Security to Search MSJennie Jia1-0/+0
Issue-ID: AAI-2272 Change-Id: I1dfaa21a7e7de1e044812d6dd8098715d4eaa22a Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
2019-03-28Update aai_keystore and ext pemJimmy Forsyth2-0/+82
Issue-ID: AAI-2286 Change-Id: Ib2d265065ba2418ae1da98feeee8d35f7163d10f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-02-12Update fProxy keystoreLee, Tian (tl5884)1-0/+0
To cater for primary services that communicate with DMAAP using SSL, the fproxy server cert needs a SAN entry for "message-router.onap", so that it passes hostname verification on the primary service side. Change-Id: I52c33d1d324219b62b4a92236f637d79c5899638 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-02-10Merge "Update Gizmo and Champ security config"Borislav Glozman7-0/+27
2019-01-31Update Gizmo and Champ security configLee, Tian (tl5884)7-0/+27
- Update rProxy to use AAF geo-locate endpoint rather than hard coded IP address - Update fProxy to use separate truststore - Restructure charts to reduce certificate duplication Change-Id: I1e63ceb0ebabd8bb3dfacc71dac841858279b6f1 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-01-09Moving the trustore to parent folderArul.Nambi1-0/+0
Issue-ID: OOM-1556 Change-Id: I0e6bf66ec871d4de53ebaad23426119c5f425ac9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-12-04Add Pluggable Security to aai-resourcesRavi Geda1-0/+138
Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf Issue-ID: AAF-616 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-08-30Apache2 License additiontoshrajbhardwaj2-0/+28
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-08-27Remove the hbase charts from aaiKajur, Harish (vk250x)4-264/+0
Issue-ID: AAI-1186 Change-Id: Ie4af7ac0032afea4f92ce63eef8a7117ce000bc7 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-06-08Reconfigure haproxy to use dns resolutionJimmy Forsyth1-2/+6
Issue-ID: AAI-1217 Change-Id: If3bf828a69d9fbb46e776082541b21ab2bbb861d Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-06-04Update the haproxy for certificateVenkata Harish K Kajur1-0/+0
Issue-ID: AAI-1204 Change-Id: I2b589ac8a16c3dd5bb3d1bebf6e217257d43e450 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-05-09Replace aai server cert with new SAN certJimmy Forsyth1-0/+0
Issue-ID: AAI-1132 Change-Id: Iddb589977f5069de5b3a21bad7e84711cdd6e5d8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-07Update the keystore for resources and traversalKajur, Harish (vk250x)1-0/+0
to use the aaf generated keystore for our apps Issue-ID: AAI-1101 Change-Id: I5a5642f86e8bb924f2c01fa685a0493abf500623 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-24Make all services independent of helm Release.NameBorislavG1-2/+2
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-27Add standardized helm chart for aaikj37-27248/+16
Issue-ID: OOM-734 Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be Signed-off-by: kj <keren.joseph@amdocs.com>
2018-03-27Add standardized helm chart for logBorislavG1-1/+1
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79 Issue-ID: OOM-740 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG10-29/+29
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-09Merge "aai search data config alignment"Alexis de Talhouët1-0/+188
2018-02-09Merge "aai model loader config alignment"Alexis de Talhouët1-0/+161
2018-02-09Merge "aai resources and traversal config alignment"Alexis de Talhouët2-0/+690
2018-02-08aai search data config alignmentmayankg27031-0/+188
Change-Id: I690bf6863c38265c2ef10f315f0638be65211585 Issue-ID: OOM-671 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai model loader config alignmentmayankg27031-0/+161
Change-Id: Ifc5db843fb45c458c2d2a9294c52201fc27f425e Issue-ID: OOM-669 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai resources and traversal config alignmentmayankg27032-0/+690
Change-Id: Ib0b7a59a07e96eb79fd6ca59a5459e4e81de29e2 Issue-ID: OOM-668 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai sparky be config alignmentmayankg27031-0/+200
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5 Issue-ID: OOM-666 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06Merge "config seg aai elasticsearch"Alexis de Talhouët1-0/+400
2018-02-06Merge "config seg aai data router"Alexis de Talhouët10-0/+20438
2018-02-06Merge "config seg aai search data service"Alexis de Talhouët5-0/+62
2018-02-06Merge "config seg aai model loader"Alexis de Talhouët2-0/+23
2018-02-06Merge "config seg aai sparky be"Alexis de Talhouët12-0/+5069
2018-02-06Merge "config seg aai resources and traversal"Alexis de Talhouët5-0/+305
2018-02-06config seg aai sparky bemayankg270312-0/+5069
Change-Id: Ic322d59fe4d79e35595a72daf7842ee03954023b Issue-ID: OOM-664 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06config seg aai model loadermayankg27032-0/+23
Change-Id: I868acb11ba195a9415d54d2a9352c120a8b76e08 Issue-ID: OOM-662 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06config seg aai search data servicemayankg27035-0/+62
Change-Id: Ie0229756fabb37a88f46c3d6eb864531660885a8 Issue-ID: OOM-663 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-05config seg aai elasticsearchmayankg27031-0/+400
Change-Id: I1d734fee3e487ba7d2e346576e38aba84928928f Issue-ID: OOM-660 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-05config seg aai deployment servicemayankg27031-0/+121
Change-Id: Ic7572ff99d04af94e9cbab695f0597ae211fb583 Issue-ID: OOM-521 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-05config seg aai data routermayankg270310-0/+20438
Change-Id: Ib49c01c7f602458a41c66eb354fa08a024bdea15 Issue-ID: OOM-659 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-05config seg aai resources and traversalmayankg27035-0/+305
Issue-ID: OOM-658 Change-Id: I8878f202147edc419341fdc3bdafeb1ebc2eec1c Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>