From 0c99792d581e9bd829b0ce61698dd20cd310f544 Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Thu, 9 May 2019 13:17:34 +0200 Subject: Enhance HV-VES documentation Change-Id: Iba32c9a19ea3d11c4e541f90ee1afa57176fe7f7 Signed-off-by: Jakub Dudycz Issue-ID: DCAEGEN2-1493 --- docs/sections/services/ves-hv/deployment.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/sections/services/ves-hv/deployment.rst') diff --git a/docs/sections/services/ves-hv/deployment.rst b/docs/sections/services/ves-hv/deployment.rst index 3a14eb18..caad3978 100644 --- a/docs/sections/services/ves-hv/deployment.rst +++ b/docs/sections/services/ves-hv/deployment.rst @@ -22,7 +22,7 @@ Currently HV-VES requires single command line parameter which points to base con configuration-file ; c ; yes ; VESHV_CONFIGURATION_FILE ; Path to JSON file containing HV-VES configuration -Environment variables that are required by HV-VES are used by collector for provisioning of run-time configuration and are usually provided by DCAE platform. +Environment variables that are required by HV-VES are used by collector for provisioning of run-time configuration and are provided by DCAE platform. .. csv-table:: :widths: auto @@ -68,7 +68,7 @@ Tables show restrictions on fields in file configuration and short description. Server Key ; Value type ; Description server.listenPort ; number ; Port on which HV-VES listens internally - server.idleTimeoutSec ; number ; Idle timeout for remote hosts. After given time without any data exchange, the connection might be closed + server.idleTimeoutSec ; number ; Idle timeout for remote hosts. After given time without any data exchange, the connection is closed .. csv-table:: :widths: auto @@ -93,7 +93,7 @@ Tables show restrictions on fields in file configuration and short description. security.keys.trustStoreFile ; String ; Path to file with trusted certificates bundle used in HV-VES incoming connections security.keys.trustStorePasswordFile ; String ; Trust store password file used in HV-VES incoming connections -All security entries are mandatory with `security.sslDisable` set to `false`. Otherwise only `security.sslDisable` needs to be specified. If `security.sslDisable` flag is missing, then it is interpreted same as it would be set to `false`. +All security entries are mandatory with `security.sslDisable` set to `false`. Otherwise only `security.sslDisable` needs to be specified. If `security.sslDisable` flag is missing, then it is interpreted as it was set to `false`. .. csv-table:: :widths: auto @@ -127,7 +127,7 @@ You can also see current replicas amount under a corresponding column. ONAP_NAMESPACE=onap kubectl get --namespace ${ONAP_NAMESPACE} deployment -3. To scale deployment execute: +3. To scale deployment, execute the following commands: .. code-block:: bash -- cgit 1.2.3-korg