aboutsummaryrefslogtreecommitdiffstats
path: root/compose/config
AgeCommit message (Collapse)AuthorFilesLines
2023-12-14Add kafka docker container for policy CSITsrameshiyer277-42/+42
Replaced dmaap with kafka in CLAMP docker tests. Issue-ID: POLICY-4201 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4d05e24d3ececf2253ebc39785882be00bf9eaf4
2023-10-03Add configurable acm parameters in docker and helm chartsrameshiyer271-0/+3
Issue-ID: POLICY-4830 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I41841cb6811973e40c27e3e434d2d2f83c71e1af
2023-09-20Java 17 Upgradeadheli.tavares4-41/+45
- change of snapshot versions - csit fixes - apk update for openjdk security updates Issue-ID: POLICY-4667 Change-Id: I0f1044b88db9573886e5c5a14ebabb098128b2f2 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-08-25Adding optional disabling of prometheus ep in acmsaul.gill1-0/+4
Issue-ID: POLICY-4802 Change-Id: I8cd1164cafc05741f7512bba04ada1ed789902f8 Signed-off-by: saul.gill <saul.gill@est.tech>
2023-07-26Fix ACM OFF_LINE issue in microk8s environmentFrancescoFioraEst1-6/+1
Issue-ID: POLICY-4770 Change-Id: I9722a2d863af9fd763aa72e339679f45a93d7850 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-07-24Fix docker config for participant offline issuerameshiyer271-4/+1
Issue-ID: POLICY-4770 Signed-off-by: rameshiyer <ramesh.murugan.iyer@est.tech> Change-Id: I18c43fd8cf613367794c3ddf27e32437e64193ed
2023-07-11Fix participant simulator port mapping in CSITrameshiyer271-1/+1
Issue-ID: POLICY-4738 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ia0153d775129582693308c4793b05540f5294148
2023-06-27Fix clamp CSIT failurewaynedunican1-2/+4
- Disable SSL and Https in participant simulator Issue-ID: POLICY-4738 Change-Id: Ic33e54020ead216410770c4f1cbe5204def02c59 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-06-27Add participant simulator to docker-compose.ymlwaynedunican1-0/+48
Issue-ID: POLICY-4738 Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-27Add postgres CSIT tests for Apex-PDPwaynedunican2-0/+176
Issue-ID: POLICY-4645 Change-Id: Ia3aa4bd9f6b6852a35a60c380a1a573390838034 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-13Add CSIT for ACM in dockerrameshiyer273-18/+12
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-04-06Fix drools-pdp and applications mismatch names on docker compose x config folderadheli.tavares1-105/+0
Issue-ID: POLICY-4125 Change-Id: Ic63e99f19f46e494895e64525b2d9413e901bef6 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-31Add SLA Validations for Apex-PDPwaynedunican1-0/+18
- Add multiple apex microservice SLA tests - Add single instance apex SLA tests - Single instance SLA tests to be ran as part of CSIT runs - Multiple microservice will not be ran as part of CSITs due to high resource consumption - Multiple microservice SLA test results can be found in the linked JIRA - Added setup scripts for multiple instance SLA tests - nginx added for load balancing purposes for multiple apex instances Issue-ID: POLICY-4530 Issue-ID: POLICY-4164 Change-Id: Ib86e96c57f4b7bf2b4f5e930fd7d4a3805b50687 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech> Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-08Add kserve participant in CSIT docker composearavind.est1-0/+62
Kserve participant added in docker-compose configuration of CSIT. Issue-ID: POLICY-4574 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: I2b25eac7cf9414fc8a4d4bff80d0a2a61ddd6890
2023-03-01New Test Developmentadheli.tavares1-40/+48
- 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-22Restructure of csit files to be used both by docker and k8s configadheli.tavares53-0/+4401
Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>