From dc2b8124459f6a4f7c91c47456561ff249ec312d Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Mon, 25 Oct 2021 17:49:21 -0400 Subject: [PATCH] Fix urls in drools-pdp docs Issue-ID: POLICY-3710 Change-Id: Ic8b8de3a7997e26fcd566386560f303ddcab5326 Signed-off-by: Ram Krishna Verma --- docs/drools/pdpdApps.rst | 5 +++-- docs/drools/pdpdEngine.rst | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/drools/pdpdApps.rst b/docs/drools/pdpdApps.rst index 2e5a93de..0fcc9f46 100644 --- a/docs/drools/pdpdApps.rst +++ b/docs/drools/pdpdApps.rst @@ -877,8 +877,9 @@ Running PDP-D Control Loop Application with other components The reader can also look at the `policy/docker repository `__. More specifically, these directories have examples of other PDP-D Control Loop configurations: -* `plans `__: startup scripts. -* `tests `__: test plan. +* `plans `__: startup & teardown scripts. +* `scripts `__: docker-compose file. +* `tests `__: test plan. Additional information ====================== diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst index d9902904..58120a5d 100644 --- a/docs/drools/pdpdEngine.rst +++ b/docs/drools/pdpdEngine.rst @@ -1377,22 +1377,22 @@ To take it down: Other examples ~~~~~~~~~~~~~~ -The reader can also look at the `integration/csit repository `__. +The reader can also look at the `policy/docker repository `__. More specifically, these directories have examples of other PDP-D configurations: -* `plans `__: startup scripts. -* `scripts `__: docker-compose related files. -* `plans `__: test plan. +* `plans `__: startup & teardown scripts. +* `scripts `__: docker-compose file. +* `tests `__: test plan. Configuring the PDP-D in an OOM Kubernetes installation ======================================================= -The `PDP-D OOM chart `__ can be +The `PDP-D OOM chart `__ can be customized at the following locations: -* `values.yaml `__: custom values for your installation. -* `configmaps `__: place in this directory any configuration extensions or overrides to customize the PDP-D that does not contain sensitive information. -* `secrets `__: place in this directory any configuration extensions or overrides to customize the PDP-D that does contain sensitive information. +* `values.yaml `__: custom values for your installation. +* `configmaps `__: place in this directory any configuration extensions or overrides to customize the PDP-D that does not contain sensitive information. +* `secrets `__: place in this directory any configuration extensions or overrides to customize the PDP-D that does contain sensitive information. The same customization techniques described in the docker sections for PDP-D, fully apply here, by placing the corresponding files or scripts in these two directories. -- 2.16.6