diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-25 16:40:40 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-10-11 15:26:11 +0530 |
commit | e11b9e03707c9d327e3d86c134592b484be60197 (patch) | |
tree | 47dbe65abe9f997b6f674fb8e9fc20e5cb7646b1 /aai-core | |
parent | ad02e6d2029203e53f26af2477e221c124d40e10 (diff) |
Update shema for VFC
Update AAI schema for VFC changes.
Change-Id: I3adc80861ffe4690f493b770d3f902652b55bfd4
Issue-ID: VFC-181
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json | 11 |
1 files changed, 11 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 7bcb1ac6..96af835d 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json @@ -441,6 +441,17 @@ "prevent-delete": "NONE" }, { + "from": "generic-vnf", + "to": "esr-vnfm", + "label": "uses", + "direction": "OUT", + "multiplicity": "Many2One", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "!${direction}" + }, + { "from": "group-assignment", "to": "tenant", "label": "has", |