Merge "[SO] Config Changes for SO to listen to a new DMaap Topic"
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 13 Feb 2023 13:39:36 +0000 (13:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Feb 2023 13:39:36 +0000 (13:39 +0000)
kubernetes/cps/components/cps-core/values.yaml
kubernetes/so/components/so-etsi-nfvo-ns-lcm/resources/config/overrides/override.yaml
kubernetes/so/components/so-etsi-sol003-adapter/resources/config/overrides/override.yaml

index 8e5e314..5f420d1 100644 (file)
@@ -75,7 +75,7 @@ global:
     container:
       name: postgres
 
-image: onap/cps-and-ncmp:3.1.5
+image: onap/cps-and-ncmp:3.2.1
 containerPort: &svc_port 8080
 managementPort: &mgt_port 8081
 
index df47c0a..cc668fb 100644 (file)
@@ -63,14 +63,14 @@ etsi-catalog-manager:
   {{- if .Values.global.msbEnabled }}
     {{ if (include "common.needTLS" .) }}
     endpoint: https://msb-iag:443/api
-    {{ else }}
-    endpoint: http://msb-iag:443/api
-    {{ end }}
   http:
     client:
       ssl:
         trust-store: file:${TRUSTSTORE}
         trust-store-password: ${TRUSTSTORE_PASSWORD}
+    {{ else }}
+    endpoint: http://msb-iag:80/api
+    {{ end }}
   {{- else }}
     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api
   {{- end }}
index fed38f7..e6a3d7c 100755 (executable)
@@ -59,12 +59,16 @@ vnfmadapter:
 etsi-catalog-manager:
   vnfpkgm:
   {{- if .Values.global.msbEnabled }}
+    {{ if (include "common.needTLS" .) }}
     endpoint: https://msb-iag:443/api/vnfpkgm/v1
   http:
     client:
       ssl:
         trust-store: file:${TRUSTSTORE}
         trust-store-password: ${TRUSTSTORE_PASSWORD}
+    {{ else }}
+    endpoint: http://msb-iag:80/api
+    {{ end }}
   {{- else }}
     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
   {{- end }}