Open-Network-Models-and-Interfaces-ONMI / TAPI

LF ONMI Transport API Repository (TAPI)
https://github.com/Open-Network-Models-and-Interfaces-ONMI/TAPI/wiki
Apache License 2.0
95 stars 80 forks source link

Replaced TopologyConstraint pointers from references/leafref to UUID #425

Closed karthik-sethuraman closed 5 years ago

karthik-sethuraman commented 5 years ago

It was pointed on TAPI call @ 05/21/2019 that Yang 1.0 cannot handle such (leaf)references to read-only entities (in Topology subtree) from an configurable sub-tree (ConnectivityService subtree). So now the attributes are more loosely scoped/typed to any UUID, rather than to specific sub-tree namespace

karthik-sethuraman commented 5 years ago

I do not see the tapi-connectivity.yang changes only the tree.

Yes - there aren't any as the Data-Type/Grouping is defined only in tapi-path-computation.yang and "referenced" in tapi-connectivity.yang

arthurMll commented 5 years ago

I do not see the tapi-connectivity.yang changes only the tree.

Yes - there aren't any as the Data-Type/Grouping is defined only in tapi-path-computation.yang and "referenced" in tapi-connectivity.yang

You are right! Thanks Karthik