From: Rob Daugherty Date: Fri, 20 Oct 2017 19:04:27 +0000 (-0400) Subject: Add adaptersOpenecompDbEndpoint to docker-config X-Git-Tag: 2.0.0-ONAP~51 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b7e9a7286197dfbb2dedf4ea6fc7fbb69c5046b4;p=so%2Fdocker-config.git Add adaptersOpenecompDbEndpoint to docker-config The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I8fe98da2247918bef486ef5fbf04c7c483b04167 Signed-off-by: Rob Daugherty --- diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index fb9aedd..b864b6a 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -146,7 +146,8 @@ "aaiAuth": "2630606608347B7124C244AB0FE34F6F", "adaptersNamespace": "http://org.openecomp.mso", "adaptersCompletemsoprocessEndpoint": "http://mso:8080/CompleteMsoProcess", - "adaptersDbEndpoint": "http://mso:8080/dbadapters/RequestsDbAdapter", + "adaptersDbEndpoint": "http://mso:8080/dbadapters/MsoRequestsDbAdapter", + "adaptersOpenecompDbEndpoint": "http://mso:8080/dbadapters/RequestsDbAdapter", "catalogDbEndpoint": "http://mso:8080/ecomp/mso/catalog", "adaptersSdncEndpoint": "http://mso:8080/adapters/SDNCAdapter", "adaptersSdncRestEndpoint": "http://mso:8080/adapters/rest/v1/sdnc",