References
AAI-CCVPN Schema Proposal for Casablanca Release
CCVPN usecase JIRA filter:
https://jira.onap.org/issues/?filter=11218
CCVPN Use Case in Frankfurt Release
Attention to
PTL AAI
James Forsyth
CCVPN Use case
LIN MENG
gaurav.agrawal
Modeling team
Jacqueline Beaulac [Ericsson]
Xu Yang
Use case Realization
Benjamin Cheung
Schema Proposal
For "
network-resource
", add string "
network-type
" attribute.
Has enumerated values e.g. ETH topology or OTN topology.
For "
pnf
", add boolean "
is-abstract
" attribute.
Has "false" value by default.
Set to "true" value to represent abstract node, i.e. group of PNFs abstracted and presented as a single node by domain controller.
For "
logical-link
", new enumerated values for "
link-type
" attribute, e.g. intra optical domain, inter optical domain, or inter operator domain.
For "
p-interface
", add integer "
inter-layer-lock-id
", "
inter-domain-plug-id
" attributes.
Has discovered values based on IETF specifications, for correlation between related objects in ETH topology and OTN topology.
Add
EdgeRule
to represent p-interface to p-interface relationship described by "inter-layer-lock-id" attribute.
For "
p-interface
", new enumerated values for "
interface-type
" attribute, e.g. "Tunnel Termination Point".
Add new resource "
uni
".
Has termination point and cvlan attributes.
Add
EdgeRule
to represent uni to p-interface relationship.
Add new resource "
label-restriction
".
Has discovered vlaues for label restriction attributes e.g. priority, range type, label start, label end.
Add
EdgeRule
to represent te-link-attributes to label-restriction relationship.
Add new resource "
te-link-attributes
"
Has discovered values for te link attributes, e.g. isAbstract, link protection type, access type.
Add
EdgeRule
to represent logical link to te-link-attibutes relationship.
For "
pnf
", add new attribute "
supporting-node"
attribute.
Has discovered value based on ETH topology and OTN topology
Add new resource "
tunnel-termination-point
"
Has discovered values for TTP attributes, e.g. TTP-id, admin-status, oper-status, protection-type, inter-layer-lock-id.
Add
EdgeRule
to represent tunnel-termination-point to p-interface relationship.
Code Proposal
tbc
Discussion of Impacts
pnf is also involved in other use cases. What is the impact of introducing the "abstract node" concept?
link-type values for logical-link need to be modeled. What is the impact of introducing new values?
interface-type values for p-interface need to be modeled. What is the impact of introducing new values?
Interested Parties