diff options
author | Keong Lim <keong.lim@huawei.com> | 2019-04-29 13:13:43 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2019-04-29 13:29:42 +1000 |
commit | 72ac07a01e58a07870eac21a22361be2a4729894 (patch) | |
tree | c8d9119c4478701207cd31e46a3e6571a9361b06 /aai-schema | |
parent | f99e9004df3fd1e51021ca30e8a78baa2c064d38 (diff) |
AAI-2396 Update EdgeRules to support SDNC changes
EdgeRules for
- sdwan-vpn to generic-vnf
- site-resource to generic-vnf
- wan-port-config to generic-vnf
- lan-port-config to generic-vnf
to support SDNC-565
Change-Id: Ie0a7f3ccb5a8c368abeb7c82f457871aad324f14
Issue-ID: AAI-2396
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json index 68f2986..485bd66 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json @@ -205,6 +205,54 @@ "description":"For CCVPN Usecase" }, { + "from": "sdwan-vpn", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "site-resource", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "wan-port-config", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "lan-port-config", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { "from": "wan-port-config", "to": "service-instance", "label": "org.onap.relationships.inventory.PartOf", |