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