aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-10-13Document "desiredInstanceCount" in PAP APIJim Hahn1-0/+6
Issue-ID: POLICY-2728 Change-Id: I0d22431e20fc21569a1e47f7f4dfb96d4293cf48 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-10-06Update APEX documentation with the usage of eventNamea.sreekumar1-3/+46
Update APEX documentation on the usage of eventName to avoid duplicate requests. Change-Id: I15e7b95d5d38deff231bf8ebb2b4d867a15ef6bc Issue-ID: POLICY-2856 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-09-17Documentation changes for APEX standalone support for ToscaPolicya.sreekumar1-33/+29
Change-Id: Ie8936a8f2dcbced6fab804df390e5caa91218c55 Issue-ID: POLICY-2826 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-09-14Documentation changes for APEX standalone support for ToscaPolicya.sreekumar1-20/+62
Change-Id: I91c1168f7e924904959e9a90d7e8e988a3ceab38 Issue-ID: POLICY-2821 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-08-25Add Match documentationPamela Dragosh5-0/+91
Adding documentation for new Match Policy Type. Issue-ID: POLICY-2596 Change-Id: I97b033b345ae40e4684d5572d47132c304c735b9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-08-24Merge "Add guard filter documentation"Ram Krishna Verma7-0/+185
2020-08-21Merge "Correct documentation for apex installation test"Jim Hahn1-196/+193
2020-08-21Add guard filter documentationPamela Dragosh7-0/+185
Added guard filter to documentation and expanded doc on the other filters. Issue-ID: POLICY-2590 Change-Id: I5683b1f8d6a1999f411c9eab5b538b8f2fb82664 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-08-21Merge "Change doc to new dcaegen2 policy type"Ajith Sreekumar8-18/+21
2020-08-21Correct documentation for apex installation testliamfallon1-196/+193
The documentation for the installation test of apex specified that is changed to use the apexApps.sh script rather than the apexEngine.sh script, the apexApps.sh script runs apex with the correct userid of "apexuser". The installation test documentation is corrected to use the -m parameter to point out the model, otherwise the user has to be in $APEX_HOME for the example to run the test. Issue-ID: POLICY-2791 Change-Id: I4d18b5e2c86645183ae65619adf664e7adfefebc Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-08-20Change doc to new dcaegen2 policy typePamela Dragosh8-18/+21
Deprecated old cdpa.tca policy type. Fixed one example that had the policy type wrong. Issue-ID: POLICY-2772 Change-Id: I9d79b319240cf8654de833f183c84eafb4a8ffa1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-08-20Correct release dates for maintenance releasesJim Hahn1-2/+2
Issue-ID: POLICY-2747 Change-Id: I92138ed2d1ba8b10faeb4f19d715218474b57760 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit eabf25ad0ecf00626cc9afc987a41d1b67cd87f6)
2020-08-19Update notes for Frankfurt maintenance release 1Jim Hahn1-181/+249
Added version for Frankfurt and El Alto maintenance releases. Once this is merged, the El Alto portion will be submitted in a review within the El Alto branch. Issue-ID: POLICY-2747 Change-Id: I7f4dbd499f096371febc9174ddd6a0d38afd5388 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit 75a804f974df833e586bac501ab6f5a79155dfb1)
2020-08-18Correct documentation issues for Policy projectEric Debeau4-1/+64
Add _static repo with css file, onap logo and favicon Correct bad link Issue-ID: DOC-622 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Change-Id: I8963dc35059fbe0c746cfe1bfd3463153b1e2279
2020-08-12Update XACML TutorialPamela Dragosh18-125/+1064
More code fixes and pointing to src/test/resources artifacts vs separate yaml/json files. Added instructions on how to incorporate as Docker image. Can download the example and import into Eclipse or other tool. Made sure links point to Master branch. Added POSTMAN Collection Issue-ID: POLICY-2565 Change-Id: I65c596b8c89cd87a72660a3d4dfa1085a60a41d2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit 82c1a1040666d1ba33b37ae520076eb8b3bbaa41) Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-08-07Removing legacy operational policy from documentsRam Krishna Verma8-477/+18
Removing legacy operational policy from design, api & pap documents. Removing HpaDecoder from distribution document. Issue-ID: POLICY-2430 Change-Id: Iba769d5e336218a00a77371ee8a3b480e0bb3eb5 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-07-30Merge "Update XACML tutorial code"Pamela Dragosh7-34/+127
2020-07-28Update XACML tutorial codePamela Dragosh7-34/+127
Just updating the code to ensure it compiles. I will cherry-pick this to frankfurt branch. Later I will upload the code as a tar and add some extra documentation on how to test in a runtime environment. Issue-ID: POLICY-2565 Change-Id: I3f93aca71c88072c5f35de72e63736ebe49856f8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-07-27Documentation for 'Fetch and Delete policy API with PolicyName and ↵puthuparambil.aditya3-1/+303
PolicyVersion' Issue-ID: POLICY-2585 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I76c41dd139b3d41e1cadc61108682ff4bdc6f6a0
2020-07-21Refer postman collection in api documentRam Krishna Verma1-6/+4
Adding reference for postman collection of api, pap & xacml api's. Issue-ID: POLICY-2727 Change-Id: If6c6bf33ede387fec7b09883d26ef57026989bbc Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-07-13Remove redundant apex-pdp documentationliamfallon4-2893/+2
The developer guide and installation guide are amalgamated into the apex policy guide. The informaiton in those documents is redundant. Issue-ID: POLICY-2686 Change-Id: Ib6426aa508bad3206808ff2fb2f3d8b1d3c2bd5f Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-07-13apex policy guide: Frankfurt changesliamfallon1-1790/+1475
Changes introduced in Frankfurt are reflected in the document, especially how to convert Javascript scripts from Nashorn format to Rhino format. Issue-ID: POLICY-2686 Change-Id: I3661fbdd66c4f360c9013a3c7aab81df32133829 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-07-10Merge "Fix broken references in documents"Ram Krishna Verma3-4/+3
2020-07-10Fix broken references in documentsliamfallon3-4/+3
This patch fixes some broken references and some unreferenced files. Issue-ID: POLICY-2686 Change-Id: Iad0bfea705d39fe70e0017e7b4b9a503e5649530 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-07-09Add links to swaggerPamela Dragosh2-1/+26
API already has a table of links to the swagger JSON, the pap and decision api did not. Issue-ID: POLICY-2710 Change-Id: I7ef86864735ae1b1e47f7cf9d28ff0e14aa1355d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-07-06REST Plugin and client documentationliamfallon1-334/+132
The documentation for the apex REST Consumer and REST requestor plugins was incomplete. This patch updates the user manual to complete their documentation. The apex-pdp client documentation is also amended to reflect how the client is launched in Frankfurt. Issue-ID: POLICY-2686 Change-Id: I0808f5815cdb3151b2bd290ba73afb2cdc066403 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-07-02Apex user manual: Frankfurt changesliamfallon2-89/+59
A number of changes in Frankfurt impacted the isntallation and configuration process for apex, especially in standalone mode. Issue-ID: POLICY-2686 Change-Id: Id114416cc73ba3669bcd3a98979e7595e9e1e2ca Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-22Remove duplicate apex stability resultsliamfallon2-0/+0
results.zip: El Alto results results.tar: Duplicate of results in the frankfurt subdirectiry Issue-ID: POLICY-2657 Change-Id: Ida86fb6bc6e41eb92eeef8c6f2f6c11831948d68 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-21Remove license issues from policy/parentliamfallon2-0/+0
The original tar file contained Javascript code to render the results. the javascript is replaced with PDF printouts of the rendered results. Issue-ID: POLICY-2657 Change-Id: I1d4aab577ca70bc8349114524f5740dc17c78030 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-19Fix guard application docPamela Dragosh3-1/+7
recipe -> operation added response example Will cherry pick to frankfurt. Issue-ID: POLICY-2656 Change-Id: Ia0e5c75d29edcecce54709f3659d3cd8f5bcfd15 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-06-15Merge "drools documentation redo"Jorge Hernandez108-2650/+2410
2020-06-15drools documentation redojhh108-2650/+2410
Issue-ID: POLICY-2622 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I568c041f972c76b595964ee3de731c1cde304d8f Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-06-10Merge "add release notes for database upgrade limitation"Jorge Hernandez2-35/+36
2020-06-09add release notes for database upgrade limitationjhh2-35/+36
Issue-ID: POLICY-2624 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I37c70b53d6e8ddeff4646cf94c8f2d21773c6083 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-06-09Adding workaround for JSON Stringify issueRossC1-1/+1
Issue-ID: POLICY-2463 Change-Id: I2a3a75b3ec4aca6ded8b141c647eb68e2e58b971 Signed-off-by: RossC <ross.carter@est.tech>
2020-06-03Merge "Stability test documentation for Apex-pdp"Ram Krishna Verma6-0/+80
2020-06-02Stability test documentation for Apex-pdpaditya.puthuparambil6-0/+80
Issue-ID: POLICY-2457 Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech> Change-Id: Ic1c7a2a5e716ab89eb50a211e2e9ca0f941edfd2
2020-06-01Merge "Update css file name in conf.py"Jorge Hernandez1-1/+1
2020-05-29Stability test documentation changes as PAP version is added as Env Variableaditya.puthuparambil1-6/+23
Issue-ID: POLICY-2544 Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech> Change-Id: Id590a23a5142f5589f3f3ac92a4ef57f08a5688d
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1f1e7b8a53ab068659732527930383794e627c8f
2020-05-26Merge "user guide demo for monitoring gui"Pamela Dragosh14-0/+675
2020-05-25user guide demo for monitoring guiHenry.Sun14-0/+675
Issue-ID: POLICY-2515 Change-Id: Ifca7e44cb9ba54cd3b867d1795108546b36d9d45 Signed-off-by: Henry.Sun <henry.a.sun@est.tech>
2020-05-21Fix last documentation warningsPamela Dragosh13-43/+68
Had to add toctree to remove warnings. Do not seem to like the fact that an .rst is referenced via a label. Removed amsterdam controller and added frankfurt controller. Issue-ID: POLICY-2511 Change-Id: I5fb887b3a1d26a543c844d6baa34b3fa0e506f0a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-20Update release notesPamela Dragosh1-8/+8
Update to latest released (soon to be released) artifacts. And also need to fix the link for the label on frankfurt branch. Will cherry-pick to master when this is done. Issue-ID: POLICY-2515 Change-Id: Iaa563fa17fe0c9776519f12aef70926e52948a0b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit 07cf6a1caae16865403a6bd69da6d0758856d80c)
2020-05-20Update apex-pdp stability/performance testing documenthuaxing6-117/+129450
Issue-ID: POLICY-2457 Signed-off-by: huaxing <huaxing.jin@est.tech> Change-Id: I24d20fe0ae5d49821dc854d8f734ba960b25ec21
2020-05-19Merge "stability pdp-d review comments"Jorge Hernandez6-42/+38
2020-05-19Merge "additional cert store documentation"Pamela Dragosh1-15/+43
2020-05-19additional cert store documentationjhh1-15/+43
Issue-ID: POLICY-2506 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I82aa867f18cd227600dd949639ab253fa51d4a3f Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-05-19stability pdp-d review commentsjhh6-42/+38
Issue-ID: POLICY-2456 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Id42f04e412631e16d0ffdfbf5fe1b212724d4141 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-05-19Updated docs and results for S3P / API FrankfurtChris Ramstad2-154/+153
Issue-ID: POLICY-2453 Signed-off-by: Chris Ramstad <cramstad@ciena.com> Change-Id: I21506a89eff6409d1905218f962161c3b077865a