aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28Fix missing version bump for db-migrator imagejava-17adheli.tavares1-1/+1
Issue-ID: POLICY-4665 Change-Id: If000ccfbb91bfd3c2192524540414e0987ee4ab7 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-08-25Policy API/PAP Upgrade for Spring Actuatoradheli.tavares5-15/+71
- fix the metrics response from upgrading actuator in policy api/pap Issue-ID: POLICY-4670 Change-Id: I29f15a4ee8279743dcdd02006d7c21864feb85a9 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-08-23Bump snapshoths for Java 17liamfallon7-8/+8
Bump snapshots for Java 17 *** This commit is generated by a PF release script *** Issue-ID: POLICY-4665 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I036d36da7867b96516dfc608abf3b34f80bed93d Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-08-10Merge "Fix participant simulator port mapping in CSIT" into java-17Ramesh Murugan Iyer1-1/+1
2023-08-09Remove statistics from csit testsRam Krishna Verma8-86/+2
Removing the db based statistics tests from csit first, so that later when we remove the actual code from repos the builds are not affected. Issue-ID: POLICY-4109 Change-Id: If21ffe93f000e605e4f7690cfc4e7986346fe67f Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit 0fbd752b37e66a06fe419ba7d607d786f5bf8582)
2023-08-09Fix participant simulator port mapping in CSITrameshiyer271-1/+1
Issue-ID: POLICY-4738 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ia0153d775129582693308c4793b05540f5294148 (cherry picked from commit a3b2a48c3d3810d46aad53b28bc3bafdf226e055)
2023-08-09Update 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> (cherry picked from commit b860fd6d80ae11ff6dbf17f077b78303a6f4f969)
2023-08-09Fix ACM OFF_LINE issue in microk8s environmentFrancescoFioraEst2-10/+2
Issue-ID: POLICY-4770 Change-Id: I9722a2d863af9fd763aa72e339679f45a93d7850 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech> (cherry picked from commit 4e2f85fc36d6ae3d88f867990b03d12e09bfb5ef)
2023-08-09Fix docker config for participant offline issuerameshiyer271-4/+1
Issue-ID: POLICY-4770 Signed-off-by: rameshiyer <ramesh.murugan.iyer@est.tech> Change-Id: I18c43fd8cf613367794c3ddf27e32437e64193ed (cherry picked from commit f966d179d4ba10550ad053de07aca394117e0151)
2023-07-24Create Java 17 base images.adheli.tavares4-9/+9
Issue-ID: POLICY-4667 Change-Id: I4133b1f445a4c8ec64173310cf236befa34f6be5 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-06-29Make update to allow local image to be used in Nordixrameshiyer272-1/+125
Change-Id: I6be9de1afa529c0d6f20ecfd594a1b48a45b543a Issue-ID: POLICY-4647 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2023-06-27Fix clamp CSIT failurewaynedunican2-3/+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.ymlwaynedunican3-0/+68
Issue-ID: POLICY-4738 Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-06-22Fix CSIT failure in clamp.rameshiyer271-1/+13
ACM uninstantiate Api response was changed to 202 from 200. Test case updated. Issue-ID: POLICY-4729 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4b88a5bb19a1889d899ddf9c39d1712c0a0b5e46
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-25Set all cross references of policy/dockerliamfallon1-1/+1
policy/docker updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I621170185d595d5f7f245917606b48e048a7093c
2023-05-25Set snapshot and/or references of policy/docker for new releaseliamfallon7-9/+9
policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I35fcba9154ad884a1980e1c6c921f5384b2f259b
2023-05-16Fixed versions for all python libs used for CSIT testing.adheli.tavares2-19/+19
- some libs from pylibs.txt are incompatible with the latest pip and setuptools, so now it's fixed at version 23 or lower and 66 or lower, respectively. Issue-ID: POLICY-4680 Change-Id: I3214f91e9e0eeec2991fb505b5da81f1d6a427ca Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-05-10Keep policy installation after running test.adheli.tavares3-3/+0
As k8s tests are not running in jenkins, the uninstall of a policy component is not necessary, so the environment can be use without having to start the whole deployment. Issue-ID: POLICY-4626 Change-Id: Id36505cbed99a80d24c30827222945b4ca12cf12 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-05-09Fix Apex-PDP postgres CSIT failureswaynedunican2-4/+3
- Fix APEX_EVENTS_PORT variable - Bring up promethues Issue-ID: POLICY-4645 Change-Id: Ief2627d910f86796b42e9a8a289e12564b8c83a0 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-05-02Enable ACM tests in K8s CSITrameshiyer2741-837/+641
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-05-02Add Adheli Tavares as a committerliamfallon1-0/+8
Add Adheli Tavares as a committer *** This commit is generated by a PF release script *** Issue-ID: POLICY-4653 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I23e73a730a7149a2a611608f3b848cff5853e33e
2023-05-02Merge "Add postgres CSIT tests for Apex-PDP"Liam Fallon5-0/+414
2023-04-27Add postgres CSIT tests for Apex-PDPwaynedunican5-0/+414
Issue-ID: POLICY-4645 Change-Id: Ia3aa4bd9f6b6852a35a60c380a1a573390838034 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-24Update snapshot and/or references of policy/docker to latest snapshotsrameshiyer278-9/+9
policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Iea14df61ba745fa3121b7b51fa4f8d419695fdce
2023-04-24Release docker images for policy/docker: 2.6.2rameshiyer271-0/+12
This commit releases docker images for repo policy/docker. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I588e67620ebb24eac4e7c597ab7af0fcd8395d63
2023-04-24update parent references in policy/docker pom2.6.2rameshiyer272-2/+2
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: If877a16fa939c09cca335e2f3c3343cc44f335c6
2023-04-20Fix postgres sql syntax errorswaynedunican7-7/+11
Issue-ID: POLICY-4649 Change-Id: I96bb55ddadae9449f5cb115dd294bf7630b93fcc Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-13Add CSIT for ACM in dockerrameshiyer2720-3674/+1400
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.tavares4-109/+4
Issue-ID: POLICY-4125 Change-Id: Ic63e99f19f46e494895e64525b2d9413e901bef6 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-31Improvements to scripts and test configurationadheli.tavares7-128/+278
- 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-31Add SLA Validations for Apex-PDPwaynedunican16-111/+579
- 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-30Disable K8s CSIT temporarily to fix timeout issue in Jenkinsrameshiyer276-248/+674
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-16Fix microk8s permission issue in jenkinsrameshiyer271-12/+14
Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ifb33b5f292fbf50291d52e432b80719d9097ec96
2023-03-15Merge "Update PF for SNI checking support"Liam Fallon1-1/+4
2023-03-14Update PF for SNI checking supportliamfallon1-1/+4
Fix the script to allow CSITs to run on MacOS Issue-ID: POLICY-4474 Change-Id: If11ad6ba4f4b4bc52543d46d12ce5b40d3cc26be Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-03-14Add prometheus server to k8s chartsadheli.tavares12-102/+350
- 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-14Merge "Fix consolidated health check failure in PAP CSIT"Ram Krishna Verma1-1/+2
2023-03-14Merge "Add SLA Validations for API"Liam Fallon2-7/+11
2023-03-14Fix consolidated health check failure in PAP CSITrameshiyer271-1/+2
Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4e11f3b485b886878d12dc0079d245bf7d75cc0e
2023-03-13Add SLA Validations for APIwaynedunican2-7/+11
- Add tests for querying policies/policyTypes by version/id - Add tests for deletion of policies/policyTypes - Update expected response time Issue-ID: POLICY-4528 Change-Id: I393383ef8771274501509ee9b3073b3a0ef01b38 Signed-off-by: Wayne Dunican <wayne.dunican@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-09Merge "Add kserve participant in CSIT helm"Jorge Hernandez12-0/+671
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-08Add kserve participant in CSIT docker composearavind.est2-0/+79
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-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 CSITrameshiyer2725-4/+1410
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.tavares2-6/+7
Issue-ID: POLICY-4125 Change-Id: I50ad9e44081faf52744dbb6fd491980225a3a754 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>