[POLICY] Migration of clamp to policy area
[oom.git] / kubernetes / sdnc / resources / config / conf / mountpoint-registrar.properties
1 [general]
2 dmaapEnabled={{.Values.config.sdnr.mountpointRegistrarEnabled | default "false"}}
3 {{ if .Values.global.aafEnabled }}
4 baseUrl=https://localhost:{{.Values.service.internalPort4}}
5 {{- else }}
6 baseUrl=http://localhost:{{.Values.service.internalPort}}
7 {{- end }}
8 sdnrUser=${ODL_ADMIN_USERNAME}
9 sdnrPasswd=${ODL_ADMIN_PASSWORD}
10
11 [fault]
12 faultConsumerClass=org.onap.ccsdk.features.sdnr.wt.mountpointregistrar.impl.DMaaPFaultVESMsgConsumer
13 TransportType=HTTPNOAUTH
14 host=message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort | default "3904"}}
15 topic=unauthenticated.SEC_FAULT_OUTPUT
16 contenttype=application/json
17 group=myG
18 id=C1
19 timeout=50000
20 limit=10000
21
22 [pnfRegistration]
23 pnfRegConsumerClass=org.onap.ccsdk.features.sdnr.wt.mountpointregistrar.impl.DMaaPPNFRegVESMsgConsumer
24 TransportType=HTTPNOAUTH
25 host=message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort | default "3904"}}
26 topic=unauthenticated.VES_PNFREG_OUTPUT
27 contenttype=application/json
28 group=myG
29 id=C1
30 timeout=50000
31 limit=10000