From 3cdb0ca6a6fa21e8ee2631a478eb1779265d6295 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Tue, 16 Oct 2018 13:05:27 -0700 Subject: [PATCH] Add OOF Config Back Issue-ID: SO-1127 Change-Id: I4345a50241e85a5ae386e2ca3c022eff0d367f32 Signed-off-by: Marcus G K Williams --- volumes/so/config/bpmn-infra/onapheat/override.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 11d00f5..90a15f5 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -112,6 +112,11 @@ mso: callback: http://c1.vm1.mso.simpledemo.onap.org:8086/adapters/rest/SDNCNotify endpoint: http://replaceme:28090/optimizationInstance/V1/create timeout: PT30M + oof: + auth: test:testpwd + callbackEndpoint: http://c1.vm1.mso.simpledemo.onap.org:8081/mso/WorkflowMessage + endpoint: http://oof.api.simpledemo.openecomp.org:8698/api/oof/v1/placement + timeout: PT30M workflow: CreateGenericVNFV1: aai: -- 2.16.6