diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-20 15:04:27 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-20 15:04:55 -0400 |
commit | b7e9a7286197dfbb2dedf4ea6fc7fbb69c5046b4 (patch) | |
tree | d305f732287b38e011f44c81afacf13f1000a751 /volumes/mso | |
parent | 315516d8f6bb85f90807d3cfb3c34a4065fad735 (diff) |
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 <rd472p@att.com>
Diffstat (limited to 'volumes/mso')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |