Topo: Add supported-tps to logical TPs
[oam.git] / solution / smo / oam / controller / mountpoint-registrar.properties
1 [general]
2 dmaapEnabled=true
3 baseUrl=http://localhost:8181
4 sdnrUser=admin
5 sdnrPasswd=${ODL_ADMIN_PASSWORD}
6
7 [strimzi-kafka]
8 strimziEnabled=true
9 bootstrapServers=kafka:9092
10 securityProtocol=PLAINTEXT
11 saslMechanism=PLAIN
12 saslJaasConfig=PLAIN
13
14
15 [fault]
16 topic=unauthenticated.SEC_FAULT_OUTPUT
17 consumerGroup=myG
18 consumerID=C1
19 timeout=20000
20 limit=10000
21 fetchPause=5000
22
23 [provisioning]
24 topic=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT
25 consumerGroup=myG
26 consumerID=C1
27 timeout=20000
28 limit=10000
29 fetchPause=5000
30
31 [pnfRegistration]
32 topic=unauthenticated.VES_PNFREG_OUTPUT
33 consumerGroup=myG
34 consumerID=C1
35 timeout=20000
36 limit=10000
37 fetchPause=5000
38
39 [stndDefinedFault]
40 topic=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT
41 consumerGroup=myG
42 consumerID=C1
43 timeout=20000
44 limit=10000
45 fetchPause=5000
46