From 12671ef55967ed4815416605b7d1731e6a767e6d Mon Sep 17 00:00:00 2001 From: "LaMont, William(wl2432)" Date: Tue, 10 Mar 2020 17:11:42 -0400 Subject: support for v17 through v19 Issue-ID: AAI-2751 Change-Id: I3533998cbb524c2d2aa610d3a9718e47362cc0d2 Signed-off-by: LaMont, William(wl2432) --- .../onap/dbedgerules/v18/DbEdgeRules_v18.json | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v18') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json index 2d448aa..61c6887 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json @@ -2430,7 +2430,7 @@ "to": "l-interface", "label": "org.onap.relationships.inventory.AppliesTo", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", @@ -3166,7 +3166,28 @@ "prevent-delete": "NONE", "default": "true", "description":"" + },{ + "from": "configuration", + "to": "lag-interface", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + },{ + "from": "configuration", + "to": "instance-group", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" } - ] } -- cgit 1.2.3-korg