aboutsummaryrefslogtreecommitdiffstats
path: root/attributes/default.rb
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-07-06 16:06:26 -0400
committerRob Daugherty <rd472p@att.com>2017-07-06 16:08:28 -0400
commitae10920690c86cbf75b259fcb800d4ba267cb109 (patch)
tree0c1d6207bcda8a9f44f86ce2e6284540f972ebb9 /attributes/default.rb
parentb120ff1c6da46900f71db94150f7573a68781a6f (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: If3a4b1eb748b7232a096d8dfc3d0f9e80bb0c6b3 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'attributes/default.rb')
-rw-r--r--attributes/default.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb
index 2f42e69..1d99254 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -126,6 +126,7 @@ node.default["mso-po-adapter-config"]["tenant"]["org.openecomp.mso.adapters.tena
# Lookup order (precedence): flow+resource specific (1st) -> flow-specific version -> resource-specific version -> default version (last)
########################################################################################################################################################################################################
node.default["mso-bpmn-urn-config"]["workflowGlobalDefaultAAIVersion"] = "8"
+node.default["mso-bpmn-urn-config"]["workflowGlobalDefaultAAINamespace"] = "http://org.openecomp.aai.inventory/"
node.default["mso-bpmn-urn-config"]["workflowDefaultAAIV8GenericVnfUri"] = "/aai/v8/network/generic-vnfs/generic-vnf"
node.default["mso-bpmn-urn-config"]["workflowDefaultAAIV8VpnBindingUri"] = "/aai/v8/network/vpn-bindings/vpn-binding"
node.default["mso-bpmn-urn-config"]["workflowDefaultAAIV8VceUri"] = "/aai/v8/network/vces/vce"