From: Marcus G K Williams Date: Tue, 29 May 2018 23:23:09 +0000 (-0700) Subject: Fix OOF URL Port Number X-Git-Tag: 2.0.0-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4545ae6f217c239fc799c04a138004c765d856f8;p=so%2Fdocker-config.git Fix OOF URL Port Number Issue-ID: SO-573 Change-Id: I3408936bf489b56255aaf72c724fbbdf541c821a 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 5369412..abe0946 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -183,9 +183,9 @@ "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", + "oofEndpoint": "http://oof.api.simpledemo.openecomp.org:8698/api/oof/v1/placement", "oofTimeout": "PT30M", - "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8080", + "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8698", "serviceAgnosticOofEndpoint": "/api/oof/v1/placement", "aaiEndpoint": "https://aai.api.simpledemo.onap.org:8443", "aaiAuth": "2630606608347B7124C244AB0FE34F6F",