From 2271be56beecccc48ad26ea4b95c1f08d70e7b5a Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 31 Oct 2019 13:55:04 +0000 Subject: Add the v17 to v19 schema Issue-ID: AAI-2607 Change-Id: I409705a81b190e5565f2f7aa1c1e30962eac2161 Signed-off-by: Kajur, Harish (vk250x) --- .../onap/dbedgerules/v18/DbEdgeRules_esr_v18.json | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json new file mode 100644 index 0000000..baa6ab8 --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json @@ -0,0 +1,88 @@ +{ + "rules": [ + { + "from": "esr-system-info", + "to": "esr-ems", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "!${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "esr-system-info", + "to": "esr-vnfm", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "!${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "esr-system-info", + "to": "esr-nfvo", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "!${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "esr-system-info", + "to": "esr-thirdparty-sdnc", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "!${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "esr-thirdparty-sdnc", + "to": "pnf", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "esr-system-info", + "to": "cloud-region", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "!${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { + "from": "generic-vnf", + "to": "esr-vnfm", + "label": "tosca.relationships.DependsOn", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + } + ] +} -- cgit 1.2.3-korg