diff options
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 + |