diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2020-02-27 17:00:14 +0530 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-03-03 13:41:04 -0500 |
commit | 8ae8a3d3543cb5b67bba762e2d2b93a6cf360d9d (patch) | |
tree | f468039faea611279c057cc0163c8137aff1eaa6 /aai-schema/src/main/resources/onap/dbedgerules | |
parent | d911dea6146b1410d6b47b8357a905f451b85194 (diff) |
Added interlayerAttachment resource SOTN NNI usecase
Added interlayerAttachment resource to associate
overlay TP(p-interface) to underlay TTP and
edge rule.
Change-Id: Ibb5b109bc930edaa2da554a33901f812d45954f4
Issue-ID: AAI-2593
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json index 6d2509f..9306ba6 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json @@ -420,6 +420,30 @@ "default": "true", "description":"" }, + { + "from": "p-interface", + "to": "interlayer-attachment", + "label": "tosca.relationships.network.BindsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "${direction}", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, + { + "from": "tunnel-termination-point", + "to": "interlayer-attachment", + "label": "tosca.relationships.network.BindsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "${direction}", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, { "from": "p-interface", "to": "uni", |