diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-11-20 14:48:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-20 14:48:22 +0000 |
commit | 4db798b119f1bcb608d69aabe6663f3cef7f11de (patch) | |
tree | 67eb198c7ca613a167959bfa29d172dff96d1d0c /kubernetes/dcaegen2/components/dcae-servicechange-handler/resources | |
parent | f687c4a528e3ee8330f956f9aa1f6994510b10dc (diff) | |
parent | e9cd1ee8e62624af8e3939a2e3c8d45ff644f65d (diff) |
Merge "Attempt 2 at chart restructure"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-servicechange-handler/resources')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json new file mode 100644 index 0000000000..4578d4c4ee --- /dev/null +++ b/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json @@ -0,0 +1,22 @@ +{ + "asdcDistributionClient": { + "asdcAddress": "{{ .Values.config.address.sdc }}.{{include "common.namespace" . }}:8443", + "asdcUri": "https://{{ .Values.config.address.sdc }}.{{include "common.namespace" . }}:8443", + "msgBusAddress": "{{ .Values.config.address.message_router }}.{{include "common.namespace" . }}", + "user": "{{ .Values.sdc.user }}", + "password": "{{ .Values.sdc.password }}", + "pollingInterval": 20, + "pollingTimeout": 20, + "consumerGroup": "dcae", + "consumerId": "dcae-sch", + "environmentName": "{{ .Values.sdc.environmentName }}", + "keyStorePath": null, + "keyStorePassword": null, + "activateServerTLSAuth": {{ .Values.sdc.useHttps }}, + "useHttpsWithDmaap": {{ .Values.dmaap.useHttps }}, + "isFilterInEmptyResources": false + }, + "dcaeInventoryClient": { + "uri": "https://inventory:8080" + } +} |