aboutsummaryrefslogtreecommitdiffstats
path: root/compose/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-07-29Use spring profiles for legacy configurations in regressionrameshiyer271-5/+10
Issue-ID: POLICY-5077 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I76a33d684db3d4cb02c23d34d4b132ebf1f9853c
2024-07-18Add version support in regression test suiterameshiyer271-6/+7
Issue-ID: POLICY-5077 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I92c0306fa8ef03fc90a2453ec15f14dd0ecb0806
2024-07-04Fixes for CSITadheli.tavares1-1/+1
- fix API tests from changes in code coverage / sonar fixes - fix some env variables in docker compose - stick jaeger version for compatibility Issue-ID: POLICY-5067 Change-Id: I48d05f54bfba0ca2e259428c4f8e83047ef42a18 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-06-26Add CSITs for Tracingsaul.gill1-0/+64
Added custom start scripts for acm and participants Added config for tracing to acm and participants Added CSITs for Jaeger tracing of acm and participants Issue-ID: POLICY-5062 Change-Id: I58c4dcc85d119d5dc3a74c39b786491f080bafdc Signed-off-by: saul.gill <saul.gill@est.tech>
2024-06-13Add group id for operation topicrameshiyer271-1/+1
Group id added for operation topic config Fix K8s test cases that were not invoked in clamp due to a missing env variable. Issue-ID: POLICY-5031 Change-Id: I1b48509091717317a2e501cc1d19e4b9da69c5c8 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-05-14Restructure of CSIT scriptsadheli.tavares1-416/+426
- 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-04-24Merge "Add ACM db upgrade/downgrade to db-migrator"Adheli Tavares1-2/+23
2024-04-23Add ACM db upgrade/downgrade to db-migratorwaynedunican1-2/+23
Issue-ID: POLICY-4934 Change-Id: Ic515eb1b2d549fdd91cff22ed6f589b673748657 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2024-04-10Improvements to CSITadheli.tavares1-4/+5
Issue-ID: POLICY-4868 Change-Id: If2fe23e18f500fc777091b26016180521e4fa852 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-02-28Add ACM regression test suiterameshiyer271-5/+5
Issue-ID: POLICY-4920 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7
2024-01-16Remove Dmaap configurations from CSITsrameshiyer271-2/+2
Issue-ID: POLICY-4880 Change-Id: I4f973ef1f7a173eaf5f196d9991d67d584e235fe Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2024-01-14Add kafka support in Policy CSITrameshiyer271-12/+12
Issue-ID: POLICY-4402 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I802c19a3c9817d304164eba634adb8c119aa4ced
2023-12-14Add kafka docker container for policy CSITsrameshiyer271-14/+38
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-09-20Java 17 Upgradeadheli.tavares1-9/+9
- 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-06-27Fix clamp CSIT failurewaynedunican1-1/+0
- 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/+19
Issue-ID: POLICY-4738 Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-13Add CSIT for ACM in dockerrameshiyer271-1/+10
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-2/+2
Issue-ID: POLICY-4125 Change-Id: Ic63e99f19f46e494895e64525b2d9413e901bef6 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-30Disable K8s CSIT temporarily to fix timeout issue in Jenkinsrameshiyer271-18/+2
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-08Add kserve participant in CSIT docker composearavind.est1-0/+17
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-02-22Restructure of csit files to be used both by docker and k8s configadheli.tavares1-0/+363
Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>