X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv14%2FDbEdgeRules_esr_v14.json;fp=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv14%2FDbEdgeRules_esr_v14.json;h=0000000000000000000000000000000000000000;hb=0ca153b6f70c0b18e88ab802b67f7a10065269e1;hp=e5ba23ba44661cb9af8a964877c84c044a014b65;hpb=bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a;p=aai%2Faai-common.git diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json deleted file mode 100644 index e5ba23ba..00000000 --- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "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-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" - } - ] -}