diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-18 11:24:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-18 11:24:37 +0000 |
commit | b217c6908fe5e9604a59627a786385852e7e8ae4 (patch) | |
tree | 743ef88c522793fca4618545d4b7c8122ee9cc16 | |
parent | 2defadb832998063be6bc330204d16f2fc173b47 (diff) | |
parent | 4d7388b182bc076cc8cf88fae27938d0724271c2 (diff) |
Merge "Removing label reference for section not available."
-rw-r--r-- | docs/installation/oom.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/oom.rst b/docs/installation/oom.rst index 44588df9..cccc716e 100644 --- a/docs/installation/oom.rst +++ b/docs/installation/oom.rst @@ -154,7 +154,7 @@ information is secured appropriately before using in production. Additional customization can be applied to the PDP-D. Custom configuration goes under the "resources" directory of the drools subchart (oom/kubernetes/policy/charts/drools/resources). This requires rebuilding the policy subchart -(see section :ref:`Rebuilding and/or modifying the Policy Charts`). +(see section :ref:`Installing or Upgrading Policy`). Configuration is done by adding or modifying configmaps and/or secrets. Configmaps are placed under "drools/resources/configmaps", and @@ -180,7 +180,7 @@ To *disable AAF*, simply override the "aaf.enabled" value when deploying the hel To *override the PDP-D keystore or trustore*, add a suitable replacement(s) under "drools/resources/secrets". Modify the drools chart values.yaml with new credentials, and follow the procedures described at -:ref:`Rebuilding and/or modifying the Policy Charts` to redeploy the chart. +:ref:`Installing or Upgrading Policy` to redeploy the chart. To *disable https* for the DMaaP configuration topic, add a copy of `engine.properties <https://git.onap.org/policy/drools-pdp/tree/policy-management/src/main/server/config/engine.properties>`_ |