From: Marcus G K Williams Date: Mon, 16 Apr 2018 18:49:45 +0000 (-0700) Subject: Fix OOF Homing Docker Config X-Git-Tag: 2.0.0-ONAP~16^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1a4c3473ad91439c1c04999bfe4b4be1e775bbae;p=so%2Fdocker-config.git Fix OOF Homing Docker Config Issue-ID: SO-572 Change-Id: I5a2a48d13d452568f8c0ac90720f0aa780d07a0b Signed-off-by: Marcus G K Williams --- diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 4898e17..5d3b56a 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -177,6 +177,11 @@ "sniroTimeout": "PT30M", "serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080", "serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement", + "oofAuth": "test:testpwd", + "oofEndpoint": "http://oof.api.simpledemo.openecomp.org:8080/api/oof/v1/placement", + "oofTimeout": "PT30M", + "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8080", + "serviceAgnosticOofEndpoint": "/api/oof/v1/placement", "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", "aaiAuth": "2630606608347B7124C244AB0FE34F6F", "adaptersNamespace": "http://org.openecomp.mso",