diff options
author | SrikanthNaidu <sn8492@att.com> | 2018-12-10 21:46:40 +0530 |
---|---|---|
committer | SrikanthNaidu <sn8492@att.com> | 2018-12-12 18:45:52 +0530 |
commit | 20110ffeb5071193e7b437e797636d9d6318dcd4 (patch) | |
tree | ebd4e64715f4cafc7261b2eff9990e4faa53d050 /miss_htbt_service/config | |
parent | 5712f01385eaa05178279aa7e730b3bdde3d1b80 (diff) |
Heartbeat Microservice Support
Heartbeat service monitors missing HB notification
Issue-ID: DCAEGEN2-267
Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9
Signed-off-by: SrikanthNaidu <sn8492@att.com>
Diffstat (limited to 'miss_htbt_service/config')
-rw-r--r-- | miss_htbt_service/config/config.yaml | 16 | ||||
-rw-r--r-- | miss_htbt_service/config/hbproperties.yaml | 11 |
2 files changed, 11 insertions, 16 deletions
diff --git a/miss_htbt_service/config/config.yaml b/miss_htbt_service/config/config.yaml deleted file mode 100644 index 0dcc8bf..0000000 --- a/miss_htbt_service/config/config.yaml +++ /dev/null @@ -1,16 +0,0 @@ -global: - host: localhost - message_router_url: http://msgrouter.att.com:3904 -# Missing heartbeats -# Heartbeat interval -# Input topic -# Output topic -# ClosedLoopControlName -vnfs: - vnfa: - - 3 - - 60 - - VESCOLL-VNFNJ-SECHEARTBEAT-OUTPUT - - DCAE-POLICY-HILOTCA-EVENT-OUTPUT - - ControlLoopEvent1 - diff --git a/miss_htbt_service/config/hbproperties.yaml b/miss_htbt_service/config/hbproperties.yaml new file mode 100644 index 0000000..b0806e4 --- /dev/null +++ b/miss_htbt_service/config/hbproperties.yaml @@ -0,0 +1,11 @@ +#Postgres database input +#pg_ipAddress: 127.0.0.1 +pg_ipAddress: 10.0.4.1 +pg_portNum: 5432 +pg_userName: postgres +pg_passwd: postgres +pg_dbName: hb_vnf + +#Periodic polling of CBS config download +CBS_polling_allowed: True +CBS_polling_interval: 300 |