aboutsummaryrefslogtreecommitdiffstats
path: root/helm
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14Restructure of CSIT scriptsadheli.tavares2-2/+2
- CSIT robot test suits are now compiled into a docker image - dependencies are now installed as part of Dockerfile build Issue-ID: POLICY-4987 Change-Id: I5ae4e9f58471a6038c25548d9392ece78b20e67a Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-05-09Adding readiness condition for k8s csitssaul.gill2-1/+2
Issue-ID: POLICY-4985 Change-Id: I17371e72866c11774ffd14a762120f2fedcc7406 Signed-off-by: saul.gill <saul.gill@est.tech>
2024-04-29Add migration in integration testsFrancescoFioraEst1-2/+2
Issue-ID: POLICY-4972 Change-Id: I40c554fcb062b4928663bbfd5a03ddd2dd1f6805 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-04-24Merge "Add ACM db upgrade/downgrade to db-migrator"Adheli Tavares3-9/+95
2024-04-23Add ACM db upgrade/downgrade to db-migratorwaynedunican3-9/+95
Issue-ID: POLICY-4934 Change-Id: Ic515eb1b2d549fdd91cff22ed6f589b673748657 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-04-23Add Participant Simulator chartFrancescoFioraEst12-1/+580
Issue-ID: POLICY-4966 Change-Id: Id35a270be449c35cd8b2281c74457d36e1f65385 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-04-10Improvements to CSITadheli.tavares1-4/+4
Issue-ID: POLICY-4868 Change-Id: If2fe23e18f500fc777091b26016180521e4fa852 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-03-22Update db-migrator version in policy helmrameshiyer271-1/+1
Issue-ID: POLICY-4946 Change-Id: I6d1a041a74b966e133d1172d173e41b6fca4f62f Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-03-11Add Prometheus config for http and k8s participants in csitFrancescoFioraEst3-3/+23
Issue-ID: POLICY-4944 Change-Id: I1e0e5795c166f532960a0e6c104b35eec32f685e Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-01-24Improve CSIT helm chartsaravind.est7-15/+15
Kafka adverstised listener URL changed to FQDN. It does have an impact when kafka is accessed outside the namespace. Added quotes around kafka bootstrap to pass yaml linter. Issue-ID: POLICY-4402 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: I898d5be3affed3a0f81589f03695ed8dbfd3d577
2024-01-22Add kafka support in K8s CSITrameshiyer2745-749/+224
Issue-ID: POLICY-4402 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I29ef966ed5eb70997574269ff6180f68d754383b
2023-11-29Add policy participant in prometheus configurationFrancescoFioraEst4-4/+13
Issue-ID: POLICY-4891 Change-Id: I9dc733ed8680302f19d6a029592911f987e83e92 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-11-03Fix ACM properties file in helm for csitFrancescoFioraEst1-2/+4
Issue-ID: POLICY-4863 Change-Id: Ic0bd1aa3a76e94c399b53d2b550fefedd3cc6e7d Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-10-12Fix k8s csit test failuresrameshiyer271-1/+1
Issue-ID: POLICY-4853 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: If99cb19a60e65b720a60105d222ce321da7b01d3
2023-10-03Add configurable acm parameters in docker and helm chartsrameshiyer272-0/+7
Issue-ID: POLICY-4830 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I41841cb6811973e40c27e3e434d2d2f83c71e1af
2023-07-26Fix ACM OFF_LINE issue in microk8s environmentFrancescoFioraEst1-4/+1
Issue-ID: POLICY-4770 Change-Id: I9722a2d863af9fd763aa72e339679f45a93d7850 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-07-14Update the liveness/readiness timeout in Docker helm chartsFrancescoFioraEst6-18/+28
Issue-ID: POLICY-4763 Change-Id: Idefc3f4f282d98fd17de4d2def739f5115b90802 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-05-29Support using local images for k8s CSITrameshiyer2711-11/+11
Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Id2b329d1da1528bb87bcb0cce977f7f553617593
2023-05-02Enable ACM tests in K8s CSITrameshiyer2731-97/+57
Moved all the image references to the parent chart. Updating the latest image tags during installation. Disabling charts by default and enabling only the project specific ones. Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ie22584ff38e777379ac1ee2d61743868a8b93b5c
2023-04-13Add CSIT for ACM in dockerrameshiyer273-5/+8
Included policy particiant tests in docker. Http and Kubernetes will be tested in kubernetes env. Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I2dcc294d9127307ef74a0f47791aed9d641b37f2
2023-03-31Improvements to scripts and test configurationadheli.tavares1-13/+13
- reduced csit image for k8s test from 1gb to 230mb - fixed some small hindrances with start-compose.sh - added README for how to use and configure compose script - cleaning of Chart.lock as it fails helm install if outdated even after running helm dependencies update Issue-ID: POLICY-4125 Change-Id: If1711523bb836c212f27a032a46cc18d68766478 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-30Disable K8s CSIT temporarily to fix timeout issue in Jenkinsrameshiyer271-1/+1
The pods take longer time than usual in Jenkins vm which prevents robot test cases getting executed. This will be fixed in the upcoming patch. Fixing supporting docker images to be pulled from nexus Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: If01b98bee51e36cb6104fa6eff006ad8194dc1b2
2023-03-14Add prometheus server to k8s chartsadheli.tavares10-95/+335
- add pap-slas.test to list of robot tests for k8s - fix an export var on docker compose Issue-ID: POLICY-4545 Change-Id: Id1dd55693ab6d016fd0dd38230972ffe96b28b14 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-10Add A1pms participant in CSIT helmaravind.est12-0/+628
This adds the helm chart for the a1pms participant in CSIT helm folder. Issue-ID: POLICY-4525 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: I2045770de5dc2b9507cd40fd3a488ee352a0acd0
2023-03-09Merge "Upgrade helm charts ACM release to 6.4.1 in CSIT"Jorge Hernandez7-23/+20
2023-03-09Add kserve participant in CSIT helmaravind.est12-0/+671
This adds the helm chart for the kserve participant in CSIT helm folder. Issue-ID: POLICY-4574 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: Id4ee4655e115cf48f3266cb06d2cbfd548114a89
2023-03-08Upgrade helm charts ACM release to 6.4.1 in CSITFrancescoFioraEst7-23/+20
Issue-ID: POLICY-4565 Change-Id: I3118cb3c3d259b731d0c7b59994d0d933fdf9363 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-03-08Fix groups.json to have xacml supported policies for CSIT.adheli.tavares3-129/+89
Issue-ID: POLICY-4125 Change-Id: Id0900117f051e560515e1def40e86e144a4f7740 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-07Add helm charts for distribution and http-ppnt in CSITrameshiyer2723-2/+1382
Issue-ID: POLICY-4542 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I18453af111dff7943c65c8b1113df0ded23b6f99
2023-03-02Fix drools-pdp helm charts to run csit testadheli.tavares1-5/+5
Issue-ID: POLICY-4125 Change-Id: I50ad9e44081faf52744dbb6fd491980225a3a754 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-01New Test Developmentadheli.tavares41-18768/+195
- api, pap (except consolidated HC), apex and acm runtime passing on both docker and helm environment - other simulators exposed on simulator service - topics are checked on test with robot http support - apex temp engine port exposed - xacml readiness added Issue-ID: POLICY-4125 Change-Id: I39ee8c38e70dd3a4ad26ba69d7c62e61a211469e Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-02-27Add helm charts for drools,xacml pdpsrameshiyer2732-153/+2062
Robot test files will be included in a common directory as part of the CSIT refactoring work. Issue-ID: POLICY-4542 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I0915bb9801d483a9ce382a8c6978de6138c86d72
2023-02-14Add volume mount for storing k8s robot logs to the hostrameshiyer273-3/+10
Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I498aa9db39d6b04e685a893c9bca41c6bb108265
2023-02-10Fix test failures in K8s CSITrameshiyer2715-28/+241
Apex-pdp - Add json response files, update sim hostnames Api,Pap - Update context paths for prometheus metrics Print console logs of test execution Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I1bed6e4077c7e52b986bcb927204819ec0d95d99
2023-02-07Fix robot failures in kubernetes CSITsrameshiyer2718-86/+193
Api, Pap, Clamp configurations are fixed Update Readiness containers as a list entity to wait for more than one component. Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I8598ddc01905b072edd9eb3030a83d3d806a14eb
2023-01-25Add robot framework helm chart for CSITrameshiyer2743-5/+18856
Steps to run policy csit in kubernetes is updated in the README.md Issue-ID: POLICY-4532 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I116658dfafd4e70bd256173f046da72af6803eaa
2023-01-11Add CSIT helm charts for policyrameshiyer2742-34/+2897
Added helm charts for api, pap, apex-pdp and policy-participant. Issue-ID: POLICY-4457 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I10d721d17d773b3226dbd0473c3d55dae3be42a4
2022-12-21Add helm charts for policy CSITrameshiyer2758-67/+3380
Added script run-k8s-csit.sh to spin and delete kubernetes cluster in Microk8s. Added helm charts for mariadb, k8s-participant, runtime-acm and dmaap-simulator. Issue-ID: POLICY-4457 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I456cb7f291d116dbd5b68a067171214a0e08fb37
2021-10-08Fixing policy-models-simulators helm charta.sreekumar1-5/+4
Change-Id: I137be6241f934729d3452e308e24c454500ec86a Issue-ID: POLICY-3655 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-10-07Fixing policy-models-simulator helm issuesa.sreekumar1-23/+26
This review updates the config file for the simulator in order to fix below 2 issues: 1) Too much logs due to SSL related errors causing POD to be evicted every 30minutes. 2) Invalid Parameters causing the container to crash (RestServerParameters validation in dmaapProvider making it mandatory to add host and port) Change-Id: I5cd1b44b0a142627071dccd93b6d3e40400db711 Issue-ID: POLICY-2828 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-10-05Helm chart for policy-models-simulatorputhuparambil.aditya17-0/+619
Issue-ID: POLICY-2828 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ic5e94edb2bc76067d5cde03dae2670dc6cf99a0e