summaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-02-18 21:39:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-18 21:39:03 +0000
commit8203b6ed3c2f4816859faaae40d3857bebe99a9f (patch)
tree46052d2b0fd6f6b63edbb27d32390c10509dcd51 /aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json
parent60110e809c12ff2cd067a24c7a17e3fd44b70f2e (diff)
parent0ca153b6f70c0b18e88ab802b67f7a10065269e1 (diff)
Merge "Remove the aai-schema from aai-common"
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json64
1 files changed, 0 insertions, 64 deletions
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"
- }
- ]
-}