diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-05 12:01:01 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-05 15:16:18 -0400 |
commit | 6b2c5d411ec86ad264502a00810726a1e5e219e4 (patch) | |
tree | 392421aaf36a65dda509fcc266b609aaaea5404d /aai-schema/src/main/resources/onap/dbedgerules/v14 | |
parent | dfef19e542581df2f69c263721fd6ead3752549d (diff) |
Sync up the changes between ecomp and onap
Change-Id: I7321a738db10eea9e7bc27c5b2a03f5dd0b0a70b
Issue-ID: AAI-1336
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v14')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json | 60 |
1 files changed, 48 insertions, 12 deletions
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 2e65669b..5a4eddb2 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 @@ -2835,11 +2835,11 @@ { "from": "l3-interface-ipv4-address-list", "to": "cp", - "label": "org.onap.relationships.inventory.network.MemberOf", + "label": "org.onap.relationships.inventory.network.BelongsTo", "direction": "OUT", "multiplicity": "MANY2ONE", "contains-other-v": "!${direction}", - "delete-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", "description":"" @@ -2847,11 +2847,11 @@ { "from": "l3-interface-ipv6-address-list", "to": "cp", - "label": "org.onap.relationships.inventory.network.MemberOf", + "label": "org.onap.relationships.inventory.network.BelongsTo", "direction": "OUT", "multiplicity": "MANY2ONE", "contains-other-v": "!${direction}", - "delete-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", "description":"" @@ -2859,10 +2859,10 @@ { "from": "vip-ipv4-address-list", "to": "cp", - "label": "org.onap.relationships.inventory.network.MemberOf", + "label": "org.onap.relationships.inventory.network.Uses", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", @@ -2871,10 +2871,10 @@ { "from": "vip-ipv6-address-list", "to": "cp", - "label": "org.onap.relationships.inventory.network.MemberOf", + "label": "org.onap.relationships.inventory.network.Uses", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", @@ -2909,7 +2909,7 @@ "to": "cp", "label": "org.onap.relationships.inventory.Uses", "direction": "OUT", - "multiplicity": "MANY2ONE", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", @@ -2978,7 +2978,43 @@ "prevent-delete": "NONE", "default": "true", "description":"" + }, + { + "from": "generic-vnf", + "to": "instance-group", + "label": "org.onap.relationships.inventory.Uses", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "false", + "description":"" + }, + { + "from": "instance-group", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", + "prevent-delete": "NONE", + "default": "false", + "description":"" + }, + { + "from": "cloud-region", + "to": "network-technology", + "label": "org.onap.relationships.inventory.Uses", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" } - + ] } |