summaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2019-02-13 00:54:42 -0500
committerHarish Venkata Kajur <vk250x@att.com>2019-02-13 00:55:03 -0500
commit0ca153b6f70c0b18e88ab802b67f7a10065269e1 (patch)
treed5b159bcffbefdce6c500bd9674921fee474f9f0 /aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json
parentbdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a (diff)
Remove the aai-schema from aai-common
Issue-ID: AAI-1871 Change-Id: I0d836c8105083f511877f74f08044cc86905e7be Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json b/aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json
deleted file mode 100644
index e5ba23ba..00000000
--- a/aai-schema/src/main/resources/onap/dbedgerules/v11/DbEdgeRules_esr_v11.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"
- }
- ]
-}