summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-09-06 14:53:07 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-06 14:53:07 +0000
commit865f2afae1223fd75daec75389ad849fd2af8cf0 (patch)
tree1b8805e7bfa07535109b41f2a4d0430fe5633742
parent2a65f882a7f5ca191e59d6a043e97be129f06538 (diff)
parent1a37dadeac46d19f5f273bc353acc2020f7007ee (diff)
Merge "Made Changes on the edge labels and direction"
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json8
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json
index bd4271fa..df28f23d 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json
@@ -2629,9 +2629,9 @@
"description": ""
},
{
- "from": "collection",
- "to": "instance-group",
- "label": "org.onap.relationships.inventory.MemberOf",
+ "from": "instance-group",
+ "to": "collection",
+ "label": "org.onap.inventory.BelongsTo",
"direction": "OUT",
"multiplicity": "ONE2ONE",
"contains-other-v": "NONE",
@@ -2643,7 +2643,7 @@
{
"from": "service-instance",
"to": "collection",
- "label": "org.onap.relationships.inventory.MemberOf",
+ "label": "org.onap.relationships.inventory.ComposedOf",
"direction": "OUT",
"multiplicity": "ONE2ONE",
"contains-other-v": "NONE",
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json
index 5a4eddb2..e6904a73 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json
@@ -2629,9 +2629,9 @@
"description": ""
},
{
- "from": "collection",
- "to": "instance-group",
- "label": "org.onap.relationships.inventory.MemberOf",
+ "from": "instance-group",
+ "to": "collection",
+ "label": "org.onap.inventory.BelongsTo",
"direction": "OUT",
"multiplicity": "ONE2ONE",
"contains-other-v": "NONE",
@@ -2643,7 +2643,7 @@
{
"from": "service-instance",
"to": "collection",
- "label": "org.onap.relationships.inventory.MemberOf",
+ "label": "org.onap.relationships.inventory.ComposedOf",
"direction": "OUT",
"multiplicity": "ONE2ONE",
"contains-other-v": "NONE",