aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2017-09-05 12:29:13 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-05 12:29:13 +0000
commit2237e74c55076692d2d849589a424f1a76b4893d (patch)
tree1a7764379926bee9eff7df0b5aabdc923528bc4b /aai-core/src
parent45dfa2e1c5a61a35c53214b3c29f8ba510c2e5e6 (diff)
parentd74484c9204cfa150d87b88ac4d6cb3e4c72a983 (diff)
Merge "Enhance the schema for VIPs and ip address"
Diffstat (limited to 'aai-core/src')
-rw-r--r--aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
index 8be2a8cc..7b973150 100644
--- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
+++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
@@ -1968,6 +1968,50 @@
"delete-other-v": "NONE",
"SVC-INFRA": "NONE",
"prevent-delete": "NONE"
+ },
+ {
+ "from": "vnfc",
+ "to": "vip-ipv4-address-list",
+ "label": "uses",
+ "direction": "OUT",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE"
+ },
+ {
+ "from": "vnfc",
+ "to": "vip-ipv6-address-list",
+ "label": "uses",
+ "direction": "OUT",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE"
+ },
+ {
+ "from": "l3-interface-ipv4-address-list",
+ "to": "vnfc",
+ "label": "belongsTo",
+ "direction": "IN",
+ "multiplicity": "Many2One",
+ "contains-other-v": "${direction}",
+ "delete-other-v": "${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE"
+ },
+ {
+ "from": "l3-interface-ipv6-address-list",
+ "to": "vnfc",
+ "label": "belongsTo",
+ "direction": "IN",
+ "multiplicity": "Many2One",
+ "contains-other-v": "${direction}",
+ "delete-other-v": "${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE"
}
]
}