Clean-up existing docker-compose solutions
[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 [fault]
8 TransportType=HTTPNOAUTH
9 host=messages:3904
10 topic=unauthenticated.SEC_FAULT_OUTPUT
11 contenttype=application/json
12 group=myG
13 id=C1
14 timeout=2000
15 limit=1000
16 fetchPause=5000
17
18 [pnfRegistration]
19 TransportType=HTTPNOAUTH
20 host=messages:3904
21 topic=unauthenticated.VES_PNFREG_OUTPUT
22 contenttype=application/json
23 group=myG
24 id=C1
25 timeout=2000
26 limit=1000
27 fetchPause=5000
28
29 [provisioning]
30 TransportType=HTTPNOAUTH
31 host=messages:3904
32 topic=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT
33 contenttype=application/json
34 group=myG
35 id=C1
36 timeout=20000
37 limit=10000
38 fetchPause=5000