aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-10-31 13:55:04 +0000
committerKajur, Harish (vk250x) <vk250x@att.com>2019-10-31 13:55:10 +0000
commit2271be56beecccc48ad26ea4b95c1f08d70e7b5a (patch)
treef2dc5ee5964d03bcb1780c45f147c682a90d2871 /aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json
parent8c9c7b61a0f984a92dfcc3b12d66c97bb5800f86 (diff)
Add the v17 to v19 schema
Issue-ID: AAI-2607 Change-Id: I409705a81b190e5565f2f7aa1c1e30962eac2161 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json88
1 files changed, 88 insertions, 0 deletions
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":""
+ }
+ ]
+}