diff options
author | uj426b <uj426b@att.com> | 2020-05-14 14:23:56 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-05-15 14:37:04 -0400 |
commit | 4d7388b182bc076cc8cf88fae27938d0724271c2 (patch) | |
tree | d079a205d282cb47be327507b646af7c8dc5d24b /docs/installation | |
parent | 7a00e85e21533d2a11300a61439b4ab3a420c1d5 (diff) |
Removing label reference for section not available.
Change-Id: I42345fd32a380d3d1a81be9bb7a2ce9fa7aa5f1d
Issue-ID: POLICY-2511
Signed-off-by: uj426b <uj426b@att.com>
Diffstat (limited to 'docs/installation')
-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>`_ |