AAI-1637 Update EdgeRules for sdwan-vpn 99/67599/2
authorKeong Lim <keong.lim@huawei.com>
Wed, 19 Sep 2018 04:55:31 +0000 (14:55 +1000)
committerKeong Lim <keong.lim@huawei.com>
Wed, 19 Sep 2018 04:59:42 +0000 (14:59 +1000)
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>
aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json

index a43c756..1b6d940 100644 (file)
                "default": "true",
                "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",