aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2020-09-01 15:03:46 -0400
committerHarish Venkata Kajur <vk250x@att.com>2020-09-02 10:07:48 -0400
commit216e1c72e6850cd3a86030f0458328dcf951b9ef (patch)
tree86a5f6b0b6a231cbabd8a11c5dd1366457dc9b0f /aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json
parentfe316db0fbba47d67cccd0337ac33830eea7eb81 (diff)
Add v21 support and add physical inventory objects
Issue-ID: AAI-3128 Change-Id: Ia7aa731cdd794d22ab983e14a965fb9d5560e565 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json40
1 files changed, 40 insertions, 0 deletions
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"
+ }
+ ]
+}