From bf0e57fbfa66a86b9a5f32bc549153e09068d151 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 6 Jul 2017 15:06:50 -0400 Subject: [SO-21] MSO returning error to VID... ...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 --- environments/mso-docker.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'environments') diff --git a/environments/mso-docker.json b/environments/mso-docker.json index 22ed18f..f816362 100644 --- a/environments/mso-docker.json +++ b/environments/mso-docker.json @@ -162,6 +162,7 @@ "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", @@ -201,4 +202,4 @@ { "mso-config": "~> 1.0.0" } -} \ No newline at end of file +} -- cgit