aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-07-06 15:06:50 -0400
committerRob Daugherty <rd472p@att.com>2017-07-06 15:24:37 -0400
commitbf0e57fbfa66a86b9a5f32bc549153e09068d151 (patch)
treea9a3b8797f1160e206081eb80920f4c6d7d2637c
parent254a87ee8fb109d559dcc5d32c97a27062ba7360 (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>
-rw-r--r--.gitreview2
-rw-r--r--environments/mso-docker.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
index a6f1df7..39fb70c 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,5 +1,5 @@
[gerrit]
host=gerrit.onap.org
port=29418
-project=mso/chef-repo.git
+project=so/chef-repo.git
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
+}