From 4ffe31eeea74c618ccc8950ee63071f28bafbfc4 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 19 Sep 2017 01:43:31 -0400 Subject: Add owning entity, platform, line of business to the schema and generate xsd yaml and html Issue-ID: AAI-325 Change-Id: Ibf065b5aecbaf37effc41ea478d98314d6210603 Signed-off-by: Venkata Harish K Kajur --- .../resources/dbedgerules/DbEdgeRules_v11.json | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'aai-core/src/main') diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json index a2943e3c..8653420f 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json @@ -715,6 +715,17 @@ "SVC-INFRA": "${direction}", "prevent-delete": "NONE" }, + { + "from": "line-of-business", + "to": "generic-vnf", + "label": "realizedBy", + "direction": "OUT", + "multiplicity": "Many2Many", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE" + }, { "from": "logical-link", "to": "lag-link", @@ -968,6 +979,17 @@ "SVC-INFRA": "NONE", "prevent-delete": "!${direction}" }, + { + "from": "owning-entity", + "to": "service-instance", + "label": "owns", + "direction": "OUT", + "multiplicity": "One2Many", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE" + }, { "from": "p-interface", "to": "l-interface", @@ -1001,6 +1023,17 @@ "SVC-INFRA": "${direction}", "prevent-delete": "NONE" }, + { + "from": "platform", + "to": "generic-vnf", + "label": "Uses", + "direction": "OUT", + "multiplicity": "Many2Many", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE" + }, { "from": "port-group", "to": "cvlan-tag", @@ -1143,6 +1176,17 @@ "delete-other-v": "NONE", "SVC-INFRA": "${direction}", "prevent-delete": "NONE" + }, + { + "from": "project", + "to": "service-instance", + "label": "created", + "direction": "OUT", + "multiplicity": "One2Many", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE" }, { "from": "service-instance", -- cgit 1.2.3-korg