diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-10 16:57:14 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-10 17:03:10 -0400 |
commit | f4009f0e29a39f4ab0821e6d335de833acf0b0c1 (patch) | |
tree | d81d68fe1edbde4f10309f8796af8a6196001976 /docs/drools/pdpdEngine.rst | |
parent | 831ecf744cba1172efcd25a5f2fe3b19e4249a18 (diff) |
Update drools-pdp documents
* Fixed few broken links
* Updated the CSIT links to point to policy/docker
* Updated the latest version to Honolulu
* Removed legacy operational policy type
* Removed frankfurt controller
Issue-ID: POLICY-3382
Change-Id: I3eb5d409abc90eb5a52d953051993a3c5f830176
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'docs/drools/pdpdEngine.rst')
-rw-r--r-- | docs/drools/pdpdEngine.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst index d19eac15..d9902904 100644 --- a/docs/drools/pdpdEngine.rst +++ b/docs/drools/pdpdEngine.rst @@ -40,11 +40,11 @@ Docker Image ~~~~~~~~~~~~ Check the *drools-pdp* `released versions <https://wiki.onap.org/display/DW/Policy+Framework+Project%3A+Component+Versions>`__ page for the latest versions. -At the time of this writing *1.6.3* is the latest version. +At the time of this writing *1.8.2* is the latest version. .. code-block:: bash - docker pull onap/policy-drools:1.6.3 + docker pull onap/policy-drools:1.8.2 A container instantiated from this image will run under the non-priviledged *policy* account. @@ -60,7 +60,7 @@ The following command can be used to explore the directory layout. .. code-block:: bash - docker run --rm -it nexus3.onap.org:10001/onap/policy-drools:1.6.3 -- bash + docker run --rm -it nexus3.onap.org:10001/onap/policy-drools:1.8.2 -- bash Communication Endpoints ======================= @@ -438,7 +438,6 @@ The PDP-D also recognizes Tosca Operational Policies, although it needs an application *controller* that understands them to execute them. These are: - *onap.policies.controlloop.operational.common.Drools* -- *onap.policies.controlloop.Operational* A minimum of one application *controller* that supports these capabilities must be installed in order to honor the *operational policy types*. |