summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/deployment.rst
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2019-05-09 13:17:34 +0200
committerJakub Dudycz <jakub.dudycz@nokia.com>2019-05-10 13:54:43 +0200
commit0c99792d581e9bd829b0ce61698dd20cd310f544 (patch)
treed102ab63978aa67fd436619e7ee485dc10caedd5 /docs/sections/services/ves-hv/deployment.rst
parent776b61f244ed17723672b99b3610eefd6d8fb3c0 (diff)
Enhance HV-VES documentation
Change-Id: Iba32c9a19ea3d11c4e541f90ee1afa57176fe7f7 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1493
Diffstat (limited to 'docs/sections/services/ves-hv/deployment.rst')
-rw-r--r--docs/sections/services/ves-hv/deployment.rst8
1 files changed, 4 insertions, 4 deletions
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