diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-09-19 14:55:31 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-09-19 14:59:42 +1000 |
commit | cd1cb5c7b928a6d0c68a180f9966eaffb66e643f (patch) | |
tree | 30931c1fa1ffc38fccb2265ff1ad53eeaf607677 /aai-schema/src/main/resources/onap | |
parent | 378cf91e1653a7f9be693f8bf0fc10998b6b1eeb (diff) |
AAI-1637 Update EdgeRules for sdwan-vpn
Issue-ID: AAI-1637
Update EdgeRules for sdwan-vpn to tenant and to vpn-binding
Change-Id: Ifab3416bf98f716ee69f2355c65a11ef1642d1e3
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json index a43c7566..1b6d9405 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json @@ -145,6 +145,30 @@ "description":"For CCVPN Usecase" }, { + "from": "sdwan-vpn", + "to": "tenant", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "sdwan-vpn", + "to": "vpn-binding", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { "from": "device", "to": "service-instance", "label": "org.onap.relationships.inventory.PartOf", |