aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30Extract Prometheus Client libraries into parent POMRashmi Pujar1-1/+19
Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I1e7c911dfbb8a9e15b6090ccc08c6be7a22e811e
2021-11-30Add scripts to generate release Yaml filesliamfallon2-0/+256
These two scripts create the releases/x.y.z.yaml and releases/x.y.z-container.yaml files. These scripts were developed by Jim Hahn and were stored on the ONAP wilik. THey are being placed in this directory so that they are under source control. Further scripts will be added here to cover more of the ONAP release proecess. Issue-ID: POLICY-3835 Change-Id: I48167b2970bd041a58fe3d0b6e037cd2dbe38f7c Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-23Update snapshot of policy/parent to 3.5.1-SNAPSHOTliamfallon4-4/+4
*** This commit is generated by a PF release script *** This commit updates the snapshot of the repo to the next patch version. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I02cac4f46aa69771b26de4f944d931c37e6a586a
2021-11-20Release policy/parent: 3.5.0liamfallon1-0/+4
*** Release Phase 2: This commit is generated by a PF release script *** This is the second phase in releasing images, it releases policy/parent. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I9232c4802585885aed202f4d98755200f2d7cdd5
2021-11-19Update parent resources version: 3.4.3-->3.5.0liamfallon1-1/+1
*** Release Phase 1: This commit is generated by a PF release script *** This is the first step in releasing images, it updates the release version for resources for policy parent. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I40e0c53dc235c4689133e63eaea79ac48ff78bfe
2021-11-15Add document for apex-pdp smoke testRam Krishna Verma2-2/+108
Adding document for apex-pdp smoke testing. Issue-ID: POLICY-3719 Change-Id: Iedbd4624bb7251968f6432c166554b221bc1a217 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-12Add document for policy-pap smoke testRam Krishna Verma2-2/+69
Adding document for policy-pap smoke testing. Issue-ID: POLICY-3718 Change-Id: If60a1c3698c12b2f4d039068366678d7a263a852 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-12Merge "Add document for policy-api smoke test"Ram Krishna Verma2-2/+47
2021-11-12Merge "Add document for policy-cds testing"Ram Krishna Verma2-0/+137
2021-11-11Add document for policy-api smoke testRam Krishna Verma2-2/+47
Adding document for policy-api smoke testing. Issue-ID: POLICY-3717 Change-Id: Icc87a4927cfa84068c354cfaa2115486f4b0caab Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-11Add document for policy-cds testingRam Krishna Verma2-0/+137
Adding document for policy-cds testing that includes * creating entities in AAI. * publishing relevant blueprints to CDS. * running tests for apex-pdp * running tests for drools-pdp * deleting blueprints from CDS * deleting entities from AAI Issue-ID: POLICY-3735 Change-Id: Ieddaec9efc0f4241a2bbbbbd02ba1dfc40633da7 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-11Fix image suffix to resolve errorsRam Krishna Verma8-6/+6
Issue-ID: POLICY-3710 Change-Id: Ic70e9ed0f14623a233854b9a6c7d68406df2b206 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-11Merge "Update cds postman collection"Ram Krishna Verma1-50/+50
2021-11-11Update cds postman collectionRam Krishna Verma1-50/+50
Issue-ID: POLICY-3735 Change-Id: I5458ee2b617a1bc47b013709a94a36de27cfc5a9 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-11Fix doc errors on case sensitive OSliamfallon13-7/+0
Renaming .PNG to .png to fix documentation build errors on case sensitive OSs Issue-ID: POLICY-3791 Change-Id: I89cc443a7e41bdaa35cf6255d5303295c97fbd9b Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-08Fix error in image pathliamfallon1-1/+1
This commit removes an extra "/onap" in the path of the DB migrator image from the master release notes. This error does not exist in the Istanbul release notes. Issue-ID: POLICY-3770 Change-Id: I1f73a95def85424859875a2f7c64d52a378b528c Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-03Merge "Rename username for PAP operations."Liam Fallon1-1/+1
2021-11-03Rename username for PAP operations.adheli.tavares1-1/+1
Use an account other than healthcheck in PAP for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: Icadf60eaaf8ecae639ceb3787b0a27bf6f45f467 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-11-03Add db-migrator image to release notesliamfallon1-0/+1
I forgot to add the DB Migrator image to the release notes. Issue-ID: POLICY-3790 Change-Id: I922e578a2ab29a18bd7fd192ff199336312d014a Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-03Merge "Add cba's for smoke/pairwise testing"Liam Fallon2-0/+0
2021-11-03Rename username for API operations.adheli.tavares1-10/+10
Use an account other than healthcheck in API for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: Ia8c943aa20dc4080f7e8f9c121f0d1384471a3aa Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-11-02Add cba's for smoke/pairwise testingRam Krishna Verma2-0/+0
Adding cba's that will be published to cds for vnf & pnf testing of drools-pdp & apex-pdp. Issue-ID: POLICY-3735 Change-Id: I628018d0e3a8c6ea02191231aa8bb0f0eac14066 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-11-02Change release notes Istanbul Dateliamfallon1-1/+1
Issue-ID: POLICY-3790 Change-Id: I751b7e0a7c396a15486c4703d736a703fd6476f5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-11-01Merge "Fix documentation warnings"Liam Fallon6-35/+97
2021-10-29Merge "Add postman collections for smoke/pairwise testing"Liam Fallon4-0/+3884
2021-10-29Fix documentation warningsliamfallon6-35/+97
Some remaining warnings in the documentaiton build ar fixed. Issue-ID: POLICY-3710 Change-Id: I4d41c3db48d4384cd03f4e9205cf0dcad6f684d4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-29Distribution S3P testing results for Istanbul.adheli.tavares15-30/+28
Issue-ID: POLICY-3654 Change-Id: I171e71d62edbce9f326737cc8f7ad27fb1bab300 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-10-28Add postman collections for smoke/pairwise testingRam Krishna Verma4-0/+3884
Adding postman collections for complete smoke/pairwise testing of drools-pdp & apex-pdp. Along with collections for populating required entries in AAI & CDS. The collections also include most of the rest api's from policy-api & policy-pap components. Giving a consolidated testing experience. Issue-ID: POLICY-3735 Change-Id: Ib5f442ad10663e4471f2b667bec1be742129f2c4 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-10-28Fix format in smoke testing documentationwaynedunican1-8/+68
- Fix code blokcs not rendering correctly - Add break lines for clearer display of content Issue-ID: POLICY-3730 Change-Id: Icafbf34c957dd317408ba0d91dd198703dbbb7f3 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2021-10-27Merge "Create documentation for policy participant smoke tests"Liam Fallon11-0/+4170
2021-10-26Merge "Fix urls in drools-pdp docs"Jorge Hernandez2-10/+11
2021-10-26Create documentation for policy participant smoke testswaynedunican11-0/+4170
Issue-ID: POLICY-3730 Change-Id: I30b06d38aef5f0b4081878cea23f33411d2ff6f3 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2021-10-25Fix urls in drools-pdp docsRam Krishna Verma2-10/+11
Issue-ID: POLICY-3710 Change-Id: Ic8b8de3a7997e26fcd566386560f303ddcab5326 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-10-25Refactor s3p documentsRam Krishna Verma28-184538/+14
* Removed unused files * Created component specific folders for s3p Issue-ID: POLICY-3710 Change-Id: I87c872cc1132bf718cfd74fabb3a786685b26f4b Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-10-25Fix s3p document & imagesRam Krishna Verma11-4/+4
Issue-ID: POLICY-3710 Change-Id: I8036f819fa7657206ef95f6015011c730124e511 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-10-24Fix build, rename clashing PNG/png filesliamfallon8-4/+4
Issue-ID: POLICY-3770 Change-Id: Ibf8294c38d691804a382a6ce0c44757a9ce10bbe Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-22Merge "Evaluate property-configuration mechanisms"Liam Fallon2-0/+221
2021-10-22Merge "Fix missing image in pairwise testing document"Liam Fallon2-2/+2
2021-10-22Merge "Add documentation for CL participants smoke testing"Liam Fallon4-0/+566
2021-10-22Evaluate property-configuration mechanismsFrancescoFioraEst2-0/+221
Issue-ID: POLICY-1107 Change-Id: I549b6cb67eb4d0c22698560d7db64c119e640ef4 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-21Fix missing image in pairwise testing documentrameshiyer272-2/+2
Issue-ID: POLICY-3738 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ia9755d8e115d81b477e0d9281f620e6d5decc6eb
2021-10-21Updated xacml s3p testsktimoney1-21/+24
Issue-ID: POLICY-3657 Change-Id: I2c6ffd73296a1c71a9b306e1d4dfed64f3b1285d Signed-off-by: ktimoney <kevin.timoney@est.tech>
2021-10-21Add documentation for CL participants smoke testingrameshiyer274-0/+566
kubernetes, http participants. Issue-ID: POLICY-3729 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I7e51950ee37adc1f890f400f066e136bc27816d6
2021-10-21Merge "Create documentation for CLAMP Policy Participant"Liam Fallon1-3/+64
2021-10-21Merge "Create the documentation for CLAMP control loop runtime Smoke Tests"Liam Fallon1-0/+357
2021-10-21Merge "Added documentation for Control Loop GUI"Liam Fallon7-3/+136
2021-10-21Merge "Add documentation for CLAMP CL pairwise testing"Liam Fallon14-3/+1239
2021-10-21Merge "Added doc for smoke testing db-migrator"Liam Fallon2-0/+414
2021-10-21Merge "Add documentation for CL participants"Liam Fallon7-12/+1314
2021-10-21Merge "Docs for Clamp controlloop-runtime"Liam Fallon1-1/+247