From 3158b556147e30fc53fe4e524e2dffb0aeb1052d Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Sat, 16 Mar 2019 09:43:37 +0100 Subject: Authentication enhancement doc consul Add dynami config description in README Change-Id: I1b5c56bd07ce64993bc23ecb4bf26ccd03ca3405 Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2193d3e9..a87fda49 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,17 @@ VESCollector in DCAE will be deployed as mS via DCAEGEN2 controller. A blueprint For testing purpose, the docker image includes preset configuration which can be ran without DCAEGEN2 platform. + +### Consul - Dynamic configuration + + +Application properties like /etc/collector.properties and Dmaap configuration /etc/DmaapConfig.json are updated frequently by configuration stored in Consul(CBS) http://:30270/ui/#/dc1/kv/ +Configuration stored in Consul have bigger priority and always will override local configuration so all configuration modification should be done using Consul update on corresponding kv store. +Frequently how often configuration will be fetch from Consul server is manageable in /etc/collector.properties property "collector.dynamic.config.update.frequency={time in minutes}". + +Sample configuration of VESCollector K-V store can be found under /dpo/data-formats/ConsulConfig.json + + ### Testing For R1 as only measurement and faults are expected in ONAP, configuration are preset currently sto support these two topics only. -- cgit 1.2.3-korg