diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-07-31 12:01:43 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-07-31 12:01:43 +0200 |
commit | 476247b4880da84e23704d3d5c050a2beaf0a8c8 (patch) | |
tree | aeccf1faf94c0bc0f34b7d9e7cf070ad2a1c64ba /docs/sections | |
parent | cf6cbf7cd2525af557a971b30093bfd814e52413 (diff) |
Update documentation (Config fetch for VESCollector through DCAE-SDK (CBS Client)
)
Issue-ID: DCAEGEN2-2212
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I702884475814ea48a86bd5fabb4d41ccbb6b4028
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/services/ves-http/installation.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/sections/services/ves-http/installation.rst b/docs/sections/services/ves-http/installation.rst index b21ca919..c8d57141 100644 --- a/docs/sections/services/ves-http/installation.rst +++ b/docs/sections/services/ves-http/installation.rst @@ -18,12 +18,9 @@ DMAAPHOST is required for standalone; for normal platform installed instance the - COLLECTOR_IP - DMAAPHOST - should contain an address to DMaaP, so that event publishing can work -- CBSPOLLTIMER - it should be put in here if we want to automatically fetch configuration from CBS. -- CONSUL_PROTOCOL - Consul protocol by default set to **http**, if it is need to change it then that can be set to different value -- CONSUL_HOST - used with conjunction with CBSPOLLTIMER, should be a host address (without port! e.g my-ip-or-host) where Consul service lies -- CBS_PROTOCOL - Config Binding Service protocol by default set to **http**, if it is need to change it then that can be set to different value -- CONFIG_BINDING_SERVICE - used with conjunction with CBSPOLLTIMER, should be a name of CBS as it is registered in Consul -- HOSTNAME - used with conjunction with CBSPOLLTIMER, should be a name of VESCollector application as it is registered in CBS catalog +- CONFIG_BINDING_SERVICE - should be a name of CBS +- CONFIG_BINDING_SERVICE_SERVICE_PORT - should be a http port of CBS +- HOSTNAME - should be a name of VESCollector application as it is registered in CBS catalog 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 |