From 216e1c72e6850cd3a86030f0458328dcf951b9ef Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 1 Sep 2020 15:03:46 -0400 Subject: Add v21 support and add physical inventory objects Issue-ID: AAI-3128 Change-Id: Ia7aa731cdd794d22ab983e14a965fb9d5560e565 Signed-off-by: Kajur, Harish (vk250x) --- .../onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json new file mode 100644 index 0000000..d9e3a3a --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json @@ -0,0 +1,40 @@ +{ + "rules": [ + { + "from": "metadatum", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"AAI-2154 For BBS Usecase" + }, + { + "from": "metadatum", + "to": "pnf", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"AAI-2154 For BBS Usecase" + }, + { + "from": "metadatum", + "to": "cp", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"AAI-2154 For BBS Usecase" + } + ] +} -- cgit 1.2.3-korg