diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-31 01:41:01 +0000 |
---|---|---|
committer | Gokul Singaraju <gs244f@att.com> | 2018-03-05 19:34:35 -0500 |
commit | 7c98e7f3cf4d09a51c8989360f0b029fd2164c5a (patch) | |
tree | 1bd8d55cd59b002106253c24613a91fab859cc79 /miss_htbt_service/config/config.yaml | |
parent | fb39b6640dfff48ed14cce07f625d560e25f788d (diff) |
Missing heartbeat microservice
Issue-ID: DCAEGEN2-275
Change-Id: I2a2def9aef7664b58c6c3b74318343699fbf6c22
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'miss_htbt_service/config/config.yaml')
-rw-r--r-- | miss_htbt_service/config/config.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
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 + |