Addressed openstack override file missing requestDB endpoint 40/105740/1
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Fri, 10 Apr 2020 00:20:50 +0000 (00:20 +0000)
committerRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Fri, 10 Apr 2020 00:20:50 +0000 (00:20 +0000)
integration team reported that openstack is missing request db
adapter endpoint from override file. This has been addressed here.

Issue-ID: SO-2801
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: I1f67575fbea813587ec83c7ff88bc294c09eef71

kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml

index 117d270..3ecf3f5 100755 (executable)
@@ -96,6 +96,10 @@ ecomp:
         pollTimeout: 7500
         pollInterval: 15
 mso:
+  adapters:
+    requestDb:
+      endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
+      auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.encrypted "value2" .Values.mso.db.auth )}}
   auth: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.aaf.auth.encrypted "value2" .Values.mso.auth )}}
   logPath: ./logs/openstack
   msb-ip: msb-iag.{{ include "common.namespace" . }}