From 7c98e7f3cf4d09a51c8989360f0b029fd2164c5a Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 31 Jan 2018 01:41:01 +0000 Subject: Missing heartbeat microservice Issue-ID: DCAEGEN2-275 Change-Id: I2a2def9aef7664b58c6c3b74318343699fbf6c22 Signed-Off-by: Gokul Singaraju --- miss_htbt_service/config/config.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 miss_htbt_service/config/config.yaml (limited to 'miss_htbt_service/config/config.yaml') diff --git a/miss_htbt_service/config/config.yaml b/miss_htbt_service/config/config.yaml new file mode 100644 index 0000000..bccf034 --- /dev/null +++ b/miss_htbt_service/config/config.yaml @@ -0,0 +1,28 @@ +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 + vnfb: + - 3 + - 30 + - intopic1 + - outtopic1 + - ControlLoopEvent2 + vnfc: + - 3 + - 30 + - intopic2 + - outtopic2 + - ControlLoopEvent3 + -- cgit 1.2.3-korg