Add adaptersOpenecompDbEndpoint to chef 47/19847/1
authorRob Daugherty <rd472p@att.com>
Fri, 20 Oct 2017 02:45:21 +0000 (22:45 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 20 Oct 2017 02:46:34 +0000 (22:46 -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: I2f30d4c2cab16cba22e77bc8483f0ca2808adcf5
Signed-off-by: Rob Daugherty <rd472p@att.com>
environments/mso-docker.json

index 255fb8d..1c5d5ac 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",