From 35b3b01521cef7c4f89931e8e89841196f82e1ad Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Tue, 23 May 2023 21:27:17 +0000 Subject: clean up some sphinx warnings Change-Id: I8c2d925e8b27b4740227af0be3ab5d6f7153ec38 Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-3399 Signed-off-by: Hansen, Tony (th1395) Signed-off-by: Vijay Venkatesh Kumar Signed-off-by: Hansen, Tony (th1395) (cherry picked from commit 663df2c1b8d9176094a62b00b7e80de096180621) Signed-off-by: Vijay Venkatesh Kumar --- docs/sections/services/ves-hv/installation-helm.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/sections/services/ves-hv/installation-helm.rst') diff --git a/docs/sections/services/ves-hv/installation-helm.rst b/docs/sections/services/ves-hv/installation-helm.rst index b9bf6da9..87aca24b 100644 --- a/docs/sections/services/ves-hv/installation-helm.rst +++ b/docs/sections/services/ves-hv/installation-helm.rst @@ -4,7 +4,7 @@ HV-VES Helm Installation ======================== -Starting from ONAP/Honolulu release, HV-VES is installed with a DCAEGEN2-Services Helm charts. +Starting from ONAP/Honolulu release, HV-VES is installed with a DCAEGEN2-Services Helm charts. HV-VES application is configured by default to use TLS/SSL encryption on TCP connection. Disable TLS security - Helm based deployment @@ -22,7 +22,7 @@ For example: helm -n onap upgrade dev-dcaegen2-services --reuse-values --values new-config.yaml oom/kubernetes/dcaegen2-services Where the contents of ``new-config.yaml`` file is: - .. code-block:: bash + .. code-block:: yaml dcae-hv-ves-collector: applicationConfig: @@ -35,17 +35,20 @@ For small changes like this, it is also possible to inline the new value: After the upgrade, the security.sslDisable property should be changed and visible inside dev-dcae-ves-collector-application-config-configmap Config-Map. It can be verified by running: + .. code-block:: bash kubectl -n onap get cm -o yaml For HV-VES Collector: + .. code-block:: bash kubectl -n onap get cm dev-dcae-hv-ves-collector-application-config-configmap -o yaml For apply new configuration by HV-VES Collector the application restart might be necessary. It could be done by HV-VES helm reinstallation: + .. code-block:: bash helm -n onap upgrade dev-dcaegen2-services --reuse-values --set dcae-hv-ves-collector.enabled="false" oom/kubernetes/dcaegen2-services @@ -57,10 +60,11 @@ Using external TLS certificates obtained using CMP v2 protocol In order to use the X.509 certificates obtained from the CMP v2 server (so called "operator`s certificates"), refer to the following description: -:ref:`Enabling TLS with external x.509 certificates ` +:ref:`Enabling TLS with external x.509 certificates ` Example values for HV-VES Collector: - .. code-block:: bash + + .. code-block:: yaml global: cmpv2Enabled: true @@ -80,4 +84,3 @@ Example values for HV-VES Collector: name: hv-ves-cmpv2-keystore-password key: password create: true - -- cgit 1.2.3-korg