summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/installation.rst
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-11-20 15:25:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-20 15:25:22 +0000
commit4392680e1da068818787cef962585aa5e031da21 (patch)
tree8e635243359efd4f0007b2d56872b1bd3e1e5bab /docs/sections/services/ves-hv/installation.rst
parent290488ddc4acc0e216e5325ea3f445be8301d5d9 (diff)
parente284409662fd311bd78fa88b92a5ca8945481ac1 (diff)
Merge "Restore proto schemas in docs"
Diffstat (limited to 'docs/sections/services/ves-hv/installation.rst')
-rw-r--r--docs/sections/services/ves-hv/installation.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/sections/services/ves-hv/installation.rst b/docs/sections/services/ves-hv/installation.rst
deleted file mode 100644
index 7dafeaed..00000000
--- a/docs/sections/services/ves-hv/installation.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Installation
-============
-
-To run HV-VES Collector container you need to specify required parameters:
-
-- listen-port - the port on which HV-VES will listen internally
-- config-url - URL of HV-VES configuration on consul
-
-There are also optional configuration parameters:
-
-- health-check-api-port - Health check rest api listen port
-- first-request-delay - Delay of first request to consul in seconds
-- request-interval - Interval of consul configuration requests in seconds
-- ssl-disable - Disable SSL encryption
-- key-store - Key store in PKCS12 format path
-- key-store-password - Key store password
-- trust-store - File with trusted certificate bundle in PKCS12 format path
-- trust-store-password - Trust store password
-- idle-timeout-sec - Idle timeout for remote hosts. After given time without any data exchange the connection might be closed
-
-
-These parameters can be configured either by passing command line option during `docker run` call or
-by specifying environment variables named after command line option name
-rewritten using `UPPER_SNAKE_CASE` and prepended with `VESHV_` prefix e.g. `VESHV_LISTEN_PORT`. \ No newline at end of file