diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2023-03-30 15:49:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-30 15:49:08 +0000 |
commit | 2103b2987fec55e348ac1baeb3f5f78c96ca3370 (patch) | |
tree | 3b68ddc77625f42fd7d01627f47ffc41f5e1cd47 /kubernetes/sdnc/resources/config/conf | |
parent | 33324f79e764d7588d850c18f0b76f7b98db809e (diff) | |
parent | 2af5079ba7cc09fda2c19a3f627299b3ef655227 (diff) |
Merge "[SDNC] Chart cleanup from TLS/AAF options"
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf')
-rwxr-xr-x | kubernetes/sdnc/resources/config/conf/aaiclient.properties | 4 | ||||
-rw-r--r-- | kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/aaiclient.properties b/kubernetes/sdnc/resources/config/conf/aaiclient.properties index 5108a9d005..971a446d64 100755 --- a/kubernetes/sdnc/resources/config/conf/aaiclient.properties +++ b/kubernetes/sdnc/resources/config/conf/aaiclient.properties @@ -38,11 +38,7 @@ org.onap.ccsdk.sli.adaptors.aai.application=openECOMP # # Configuration file for A&AI Client # -{{- if (include "common.needTLS" .) }} -org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.{{.Release.Namespace}}:8443 -{{- else }} org.onap.ccsdk.sli.adaptors.aai.uri=http://aai.{{.Release.Namespace}}:80 -{{- end }} connection.timeout=60000 read.timeout=60000 diff --git a/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties b/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties index 303e504aa9..51cb9be56f 100644 --- a/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties +++ b/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties @@ -1,10 +1,6 @@ [general] dmaapEnabled={{.Values.config.sdnr.mountpointRegistrarEnabled | default "false"}} -{{ if .Values.global.aafEnabled }} -baseUrl=https://localhost:{{.Values.service.internalPort4}} -{{- else }} baseUrl=http://localhost:{{.Values.service.internalPort}} -{{- end }} sdnrUser=${ODL_ADMIN_USERNAME} sdnrPasswd=${ODL_ADMIN_PASSWORD} |