diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-06 15:06:50 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-06 15:24:37 -0400 |
commit | bf0e57fbfa66a86b9a5f32bc549153e09068d151 (patch) | |
tree | a9a3b8797f1160e206081eb80920f4c6d7d2637c /environments/mso-docker.json | |
parent | 254a87ee8fb109d559dcc5d32c97a27062ba7360 (diff) |
[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 <rd472p@att.com>
Diffstat (limited to 'environments/mso-docker.json')
-rw-r--r-- | environments/mso-docker.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} |