From 1e19c1881574ada75d9c27463204ea1b9271007e Mon Sep 17 00:00:00 2001 From: PrakashH Date: Tue, 22 Jan 2019 11:24:06 +0000 Subject: Heartbeat Microservice User Documentation User Documentation for heartbeat Microservice Issue-ID: DCAEGEN2-280 Change-Id: I1fd627b5026fa850c866a364440ff316db409b5a Signed-off-by: PrakashH --- docs/sections/services/heartbeat-ms/architecture.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/sections/services/heartbeat-ms/architecture.rst') diff --git a/docs/sections/services/heartbeat-ms/architecture.rst b/docs/sections/services/heartbeat-ms/architecture.rst index f97fa24c..af96af32 100644 --- a/docs/sections/services/heartbeat-ms/architecture.rst +++ b/docs/sections/services/heartbeat-ms/architecture.rst @@ -1,12 +1,10 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. _architecture: - High-level architecture of Heartbeat Microservice ================================================= -**Heartbeat Microservice**’s startup script (misshtbtd.py) gets the +**Heartbeat Microservice** startup script (misshtbtd.py) gets the configuration from CBS and parses these entries and saves them in the postgres database having table name **vnf_table_1**. Each entry in the configuration is for a particular eventName. Each entry has missed @@ -40,7 +38,7 @@ function/method to download the CBS configuration. The heartbeat microservice has 2 states -**Reconfiguration state**– Download configuration from CBS and update +**Reconfiguration state** – Download configuration from CBS and update the vnf_table_1 is in progress. **Running state** – Normal working that comprises of receiving of HB -- cgit