diff options
Diffstat (limited to 'docs/drools')
-rw-r--r-- | docs/drools/pdpdApps.rst | 6 | ||||
-rw-r--r-- | docs/drools/pdpdEngine.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/drools/pdpdApps.rst b/docs/drools/pdpdApps.rst index 58bbb068..5ef0a3fc 100644 --- a/docs/drools/pdpdApps.rst +++ b/docs/drools/pdpdApps.rst @@ -877,9 +877,9 @@ Running PDP-D Control Loop Application with other components The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__. More specifically, these directories have examples of other PDP-D Control Loop configurations: -* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/plans>`__: startup & teardown scripts. -* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file. -* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-applications/tests>`__: test plan. +* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts. +* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file. +* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-applications-test.robot>`__: test plan. Additional information ====================== diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst index 6992a8ed..22e5cbeb 100644 --- a/docs/drools/pdpdEngine.rst +++ b/docs/drools/pdpdEngine.rst @@ -1380,9 +1380,9 @@ Other examples The reader can also look at the `policy/docker repository <https://github.com/onap/policy-docker/tree/master/csit>`__. More specifically, these directories have examples of other PDP-D configurations: -* `plans <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/plans>`__: startup & teardown scripts. -* `scripts <https://github.com/onap/policy-docker/blob/master/csit/docker-compose-all.yml>`__: docker-compose file. -* `tests <https://github.com/onap/policy-docker/tree/master/csit/drools-pdp/tests>`__: test plan. +* `plans <https://github.com/onap/policy-docker/tree/master/compose>`__: startup & teardown scripts. +* `scripts <https://github.com/onap/policy-docker/blob/master/compose/docker-compose.yml>`__: docker-compose file. +* `tests <https://github.com/onap/policy-docker/blob/master/csit/resources/tests/drools-pdp-test.robot>`__: test plan. Configuring the PDP-D in an OOM Kubernetes installation ======================================================= |