Add adaptersOpenecompDbEndpoint to docker-config 23/19923/1
authorRob Daugherty <rd472p@att.com>
Fri, 20 Oct 2017 19:04:27 +0000 (15:04 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 20 Oct 2017 19:04:55 +0000 (15:04 -0400)
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 <rd472p@att.com>
volumes/mso/chef-config/mso-docker.json

index fb9aedd..b864b6a 100644 (file)
       "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",