diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-04-24 21:08:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 21:08:44 +0000 |
commit | 868412ab66dac01e94b32d9d2761e214480e2473 (patch) | |
tree | 89803b507857b50a4edc54d83bd4de8ead3552cc /docs/sections/services/ves-hv/run-time-configuration.rst | |
parent | 3e474befe5763c12c8f5086b64fc559587c9743c (diff) | |
parent | 12acf3e8deaf15c6e5263b2b402c966f495057f1 (diff) |
Merge "Update HV-VES documentation"
Diffstat (limited to 'docs/sections/services/ves-hv/run-time-configuration.rst')
-rw-r--r-- | docs/sections/services/ves-hv/run-time-configuration.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/sections/services/ves-hv/run-time-configuration.rst b/docs/sections/services/ves-hv/run-time-configuration.rst index 76d622c6..5efc6e31 100644 --- a/docs/sections/services/ves-hv/run-time-configuration.rst +++ b/docs/sections/services/ves-hv/run-time-configuration.rst @@ -8,7 +8,7 @@ Run-Time configuration (see :ref:`deployment`) -HV-VES can fetch configuration directly from Consul service in the following JSON format: +HV-VES fetches configuration from Config Binding Service in the following JSON format: .. code-block:: json @@ -50,10 +50,8 @@ The configuration is created from HV-VES Cloudify blueprint by specifying **appl fromDomain: perf3gpp toTopic: HV_VES_PERF3GPP -Endpoint on which HV-VES seeks configuration can be set during deployment as described in :ref:`deployment`. +HV-VES waits 10 seconds (default, configurable during deployment with **firstRequestDelay** option, see :ref:`configuration_file`) before the first attempt to retrieve configuration from CBS. This is to prevent possible synchronization issues. During that time HV-VES declines any connection attempts from xNF (VNF/PNF). -HV-VES waits 10 seconds (default, configurable during deplyoment with **first-request-delay** option, see :ref:`deployment`) before the first attempt to retrieve configuration from Consul. This is to prevent possible synchronization issues. During that time HV-VES declines any connection attempts from xNF (VNF/PNF). +After first request, HV-VES asks for configuration in fixed intervals, configurable from file configuration (**requestInterval**). By default interval is set to 5 seconds. -After first request, HV-VES asks for configuration in fixed intervals, configurable from command line (**request-interval**). By defualt interval is set to 5 seconds. - -In case of failing to retrieve configuration, collector temporarily extends this interval and retries. After five unsuccessfull attempts, container becomes unhealthy and cannot recover. HV-VES in this state is unusable and the container should be restarted. +In case of failing to retrieve configuration, collector retries the action. After five unsuccessful attempts, container becomes unhealthy and cannot recover. HV-VES in this state is unusable and the container should be restarted. |