diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-09-25 10:57:17 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-10-01 09:42:08 +0200 |
commit | 4bb79b722985784e650243248e7450e279485fa9 (patch) | |
tree | 6fc5980f98c66d6a2467d872df402b5435536e78 /docs/sections/services/ves-hv/configuration.rst | |
parent | 19736a929017aaa9801b268ca8387745cd1a90ca (diff) |
HV-VES main documentation draft
Change-Id: I2416a73b703494bdbc8ef35c3608711ea2807018
Issue-ID: DCAEGEN2-831
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'docs/sections/services/ves-hv/configuration.rst')
-rw-r--r-- | docs/sections/services/ves-hv/configuration.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/configuration.rst b/docs/sections/services/ves-hv/configuration.rst new file mode 100644 index 00000000..f2b726f4 --- /dev/null +++ b/docs/sections/services/ves-hv/configuration.rst @@ -0,0 +1,31 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Configuration +============= + +HV-VES expects to be able to fetch configuration directly from consul service in following JSON format: + +.. code-block:: json + + { + "dmaap.kafkaBootstrapServers": "kafka-host:9093", + "collector.routing": [ + { + "fromDomain": "PERF3GPP", + "toTopic": "topic-1" + }, + { + "fromDomain": "HEARTBEAT", + "toTopic": "topic-2" + }, + ... + ] + } + + +During ONAP OOM/Kubernetes deployment this configuration is created from HV-VES cloudify blueprint. + +Endpoint on which HV-VES seeks configuration can be configured during deployment as described in installation_. + +.. _installation: ./installation.html
\ No newline at end of file |