aboutsummaryrefslogtreecommitdiffstats
path: root/miss_htbt_service/config/config.yaml
blob: bccf03479ff55e56aefd665ef08d7877e407ea1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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