Merge "[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 6 Nov 2020 08:39:20 +0000 (08:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 6 Nov 2020 08:39:20 +0000 (08:39 +0000)
kubernetes/so/components/so-bpmn-infra/resources/config/overrides/override.yaml
kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml
kubernetes/so/components/so-vnfm-adapter/resources/config/overrides/override.yaml

index cf448cc..11128dd 100755 (executable)
@@ -382,7 +382,7 @@ spring:
 so:
   vnfm:
     adapter:
-      url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1/
+      url: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1/
       auth: {{ .Values.so.vnfm.adapter.auth }}
 org:
   onap:
index 7b85b44..20a4284 100644 (file)
@@ -49,7 +49,7 @@ mso:
 so:
   adapters:
     sol003-adapter:
-      url: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1
+      url: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092/so/vnfm-adapter/v1
       auth: {{ .Values.so.sol003.adapter.auth }}
 etsi-catalog-manager:
   base:
index 9d98803..d780a76 100755 (executable)
@@ -29,15 +29,7 @@ spring:
 server:
   port: {{ index .Values.containerPort }}
   ssl:
-    key-alias: so@so.onap.org
-    key-store-password: ${KEYSTORE_PASSWORD}
-    key-store: file:${KEYSTORE}
-    key-store-type: PKCS12
-http:
-  client:
-    ssl:
-      trust-store: file:${TRUSTSTORE}
-      trust-store-password: ${TRUSTSTORE_PASSWORD}
+    enabled: false
 mso:
   key: {{ .Values.mso.key }}
   site-name: localSite
@@ -52,7 +44,7 @@ sdc:
   key: {{ .Values.sdc.key }}
   endpoint: https://sdc-be.{{ include "common.namespace" . }}:8443
 vnfmadapter:
-  endpoint: https://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
+  endpoint: http://so-vnfm-adapter.{{ include "common.namespace" . }}:9092
 etsi-catalog-manager:
   vnfpkgm:
   {{- if .Values.global.msbEnabled }}