[MULTICLOUD] provision multicloud-pike with msb https endpoint 51/116651/1
authorBin Yang <bin.yang@windriver.com>
Tue, 8 Sep 2020 03:20:43 +0000 (11:20 +0800)
committerBin Yang <bin.yang@windriver.com>
Mon, 11 Jan 2021 16:15:47 +0000 (16:15 +0000)
ONAP MSB component disabled http endpoint during Frankfurt release
multicloud-pike component has to utilize MSB https endpoint instead

Issue-ID: MULTICLOUD-1195
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ieea57dce0cebe85771d6d19932cd48085da54da0
(cherry picked from commit 7c309a53e5b4c0b65d53b233a34d806b9228d08c)

kubernetes/multicloud/charts/multicloud-pike/templates/deployment.yaml
kubernetes/multicloud/charts/multicloud-pike/values.yaml

index 4f6b038..3635b0d 100644 (file)
@@ -40,6 +40,8 @@ spec:
     spec:
      containers:
      - env:
+       - name: MSB_PROTO
+         value: {{ .Values.config.msbprotocol }}
        - name: MSB_ADDR
          value: "{{ .Values.config.msbgateway }}.{{ include "common.namespace" . }}"
        - name: MSB_PORT
@@ -54,6 +56,8 @@ spec:
          value: "{{ .Values.config.aai.username }}"
        - name: AAI_PASSWORD
          value: "{{ .Values.config.aai.password }}"
+       - name: SSL_ENABLED
+         value: "{{ .Values.config.ssl_enabled }}"
        name: {{ include "common.name" . }}
        volumeMounts:
        - mountPath: /var/log/onap
index ec79a1a..50ced50 100644 (file)
@@ -31,8 +31,10 @@ istioSidecar: true
 
 # application configuration
 config:
+  ssl_enabled: false
+  msbprotocol: https
   msbgateway: msb-iag
-  msbPort: 80
+  msbPort: 443
   aai:
     port: 8443
     schemaVersion: v13