aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json
diff options
context:
space:
mode:
authorHesam Rahimi <hesam.rahimi@huawei.com>2019-08-04 22:40:09 +0000
committerHesam Rahimi <hesam.rahimi@huawei.com>2020-08-19 19:54:20 +0000
commitf5914aabb906aeb9471eff8341f9979f5e35c21e (patch)
tree3676889576d178b40cf70c67251991c1a1c21796 /aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json
parent4c8cebb49896e56b4b4b28f6fcc33fa2282d67f6 (diff)
AAI schema changes to support TN NSSI and transport endpoint.
Issue-ID: AAI-2920 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ic1e2e1561c4add226abc9d96ac6c623d5255106f
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json
index f007e0a..475abbe 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json
@@ -445,7 +445,7 @@
"default": "true",
"description":"For CCVPN Usecase"
},
- {
+ {
"from": "p-interface",
"to": "interlayer-attachment",
"label": "tosca.relationships.network.LinksTo",
@@ -458,7 +458,7 @@
"description":"For CCVPN Usecase"
},
- {
+ {
"from": "tunnel-termination-point",
"to": "interlayer-attachment",
"label": "tosca.relationships.network.LinksTo",
@@ -483,7 +483,7 @@
"default": "true",
"description":"For CCVPN Usecase"
},
- {
+ {
"from": "logical-link",
"to": "te-link-attribute",
"label": "tosca.relationships.network.LinksTo",
@@ -496,7 +496,7 @@
"description":"For CCVPN Usecase"
},
- {
+ {
"from": "label-restriction",
"to": "te-link-attribute",
"label": "tosca.relationships.network.LinksTo",
@@ -544,6 +544,18 @@
"prevent-delete": "NONE",
"default": "true",
"description":"For MDONS usecase"
- }
+ },
+ {
+ "from": "endpoint",
+ "to": "p-interface",
+ "label": "tosca.relationships.network.LinksTo",
+ "direction": "OUT",
+ "multiplicity": "ONE2ONE",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description":"For CCVPN Transport Slicing usecase"
+ }
]
}