update bpmn oof config to have correct configuration 59/111859/1
authorRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Sat, 29 Aug 2020 17:11:37 +0000 (17:11 +0000)
committerRamesh Parthasarathy <ramesh.parthasarathy@att.com>
Sat, 29 Aug 2020 17:11:37 +0000 (17:11 +0000)
Macro Workflow fails in AssignVnfBB in step HomingBB
for missing oof client configuration. It is being
addressed here.

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

kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml
kubernetes/so/values.yaml

index e57ea34..2dd86b1 100755 (executable)
@@ -151,6 +151,11 @@ mso:
     auth: {{ .Values.mso.oof.auth }}
     callbackEndpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
     endpoint: https://oof-osdf.{{ include "common.namespace" . }}:8698
+    host: https://oof-osdf.{{ include "common.namespace" . }}:8698
+    uri: {{ .Values.mso.oof.uri}}
+    patchVersion: {{ .Values.mso.oof.patchVersion }}
+    minorVersion: {{ .Values.mso.oof.minorVersion }}
+    latestVersion: {{ .Values.mso.oof.latestVersion }}
     timeout: PT30M
   workflow:
     CreateGenericVNFV1:
index bc7ff5c..40f5b26 100755 (executable)
@@ -271,6 +271,10 @@ so-bpmn-infra:
       endpoint: http://replaceme:28090/optimizationInstance/V1/create
     oof:
       auth: test:testpwd
+      uri: /api/oof/placement/v1
+      patchVersion: 0
+      minorVersion: 0
+      latestVersion: 1.0.0
   so:
     vnfm:
       adapter: