Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 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"}} |
demskeq8 | 9d26b33 | 2021-01-14 16:45:28 +0100 | [diff] [blame^] | 15 | {{- if .Values.config.sdnr.dmaapProxy.enabled }} |
| 16 | {{- if .Values.config.sdnr.dmaapProxy.usepwd }} |
| 17 | jersey.config.client.proxy.username=${DMAAP_HTTP_PROXY_USERNAME} |
| 18 | jersey.config.client.proxy.password=${DMAAP_HTTP_PROXY_PASSWORD} |
| 19 | {{- end }} |
| 20 | jersey.config.client.proxy.uri={{ .Values.config.sdnr.dmaapProxy.url }} |
| 21 | {{- end }} |
Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 22 | topic=unauthenticated.SEC_FAULT_OUTPUT |
| 23 | contenttype=application/json |
| 24 | group=myG |
| 25 | id=C1 |
| 26 | timeout=50000 |
| 27 | limit=10000 |
| 28 | |
| 29 | [pnfRegistration] |
| 30 | pnfRegConsumerClass=org.onap.ccsdk.features.sdnr.wt.mountpointregistrar.impl.DMaaPPNFRegVESMsgConsumer |
| 31 | TransportType=HTTPNOAUTH |
| 32 | host=message-router.{{.Release.Namespace}}:{{.Values.config.dmaapPort | default "3904"}} |
demskeq8 | 9d26b33 | 2021-01-14 16:45:28 +0100 | [diff] [blame^] | 33 | {{- if .Values.config.sdnr.dmaapProxy.enabled }} |
| 34 | {{- if .Values.config.sdnr.dmaapProxy.usepwd }} |
| 35 | jersey.config.client.proxy.username=${DMAAP_HTTP_PROXY_USERNAME} |
| 36 | jersey.config.client.proxy.password=${DMAAP_HTTP_PROXY_PASSWORD} |
| 37 | {{- end }} |
| 38 | jersey.config.client.proxy.uri={{ .Values.config.sdnr.dmaapProxy.url }} |
| 39 | {{- end }} |
Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 40 | topic=unauthenticated.VES_PNFREG_OUTPUT |
| 41 | contenttype=application/json |
| 42 | group=myG |
| 43 | id=C1 |
| 44 | timeout=50000 |
| 45 | limit=10000 |