[SO-21] MSO returning error to VID... 03/5703/2
authorRob Daugherty <rd472p@att.com>
Thu, 6 Jul 2017 19:06:50 +0000 (15:06 -0400)
committerRob Daugherty <rd472p@att.com>
Thu, 6 Jul 2017 19:24:37 +0000 (15:24 -0400)
...during create service instance

1) Change CreateServiceInstance to CreateGenericALaCarteServiceInstance in the mso_catalog database
2) Add a URN property: mso.workflow.global.default.aai.namespace=http://org.openecomp.aai.inventory/
3) Add a URN property: aai.auth=2630606608347B7124C244AB0FE34F6F

Change-Id: Ia8bb6267e318e2e1cd63612aaf17114f57d1222b
Signed-off-by: Rob Daugherty <rd472p@att.com>
.gitreview
environments/mso-docker.json

index a6f1df7..39fb70c 100644 (file)
@@ -1,5 +1,5 @@
 [gerrit]
 host=gerrit.onap.org
 port=29418
-project=mso/chef-repo.git
+project=so/chef-repo.git
 
index 22ed18f..f816362 100644 (file)
       "mso.sniro.callback": "/adapters/rest/SDNCNotify/SNIROResponse",
       "mso.infra.customer.id": "21014aa2-526b-11e6-beb8-9e71128cae77",
       "aaiEndpoint": "https://c1.vm1.aai.simpledemo.openecomp.org:8443",
+      "aaiAuth": "2630606608347B7124C244AB0FE34F6F",
       "adaptersCompletemsoprocessEndpoint": "http://mso:8080/CompleteMsoProcess",
       "adaptersDbEndpoint": "http://mso:8080/dbadapters/RequestsDbAdapter",
       "catalogDbEndpoint": "http://mso:8080/ecomp/mso/catalog",
   {
     "mso-config": "~> 1.0.0"
   }
-}
\ No newline at end of file
+}