From 7e637080109e7ccd596020e8b02fe0446058901f Mon Sep 17 00:00:00 2001 From: ALPERT Date: Fri, 15 Jan 2021 12:49:09 -0500 Subject: Add v23 schema to onap Add v23 schema files, adding v23 to configuration files Issue-ID: AAI-3249 Change-Id: Id7e72b20971d6d8a88c34209870e402a6240187e Signed-off-by: Alpert, Matthew (ma1944) --- .../onap/dbedgerules/v23/DbEdgeRules_esr_v23.json | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json b/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json new file mode 100644 index 0000000..88d5560 --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json @@ -0,0 +1,102 @@ +{ + "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-thirdparty-sdnc", + "to": "network-resource", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "${direction}", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For MDONS Usecase" + }, + { + "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