From b7e9a7286197dfbb2dedf4ea6fc7fbb69c5046b4 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Fri, 20 Oct 2017 15:04:27 -0400 Subject: 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 --- volumes/mso/chef-config/mso-docker.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'volumes/mso') 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", -- cgit 1.2.3-korg