Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related story: 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDNC-1369

ODLUX Connect app provides a link to Device specific CLI Clients in the GUI. This function is in older SDN-C/SDN-R releases specific for ONF Core 1.2 devices.

In Guilin ODLUX GUI is requesting related information via RESTCONF interface. With ONF Core model 1.4 and O-RAN this function is implemented in different ways and needs to be moved into the related specific-devicemanager. 

Changes

  • ODLUX adaption to use data-provider instead of restconf to query "GUI cut through" information
  • provide get at data-provicer rpc to get request GUI cut through information for a device
  • extend specific devicemanagers accordinglydevicemanager get GUI cut through information from device
    • ONF-Core model 1.2 via network-element extensions
    • ONF Core model 1.4 via ??
    • O-RAN: Support of generic GuiCutThrough (=URL Link) by ietf-system augmentation (onap/o-ran)
  • specific-devicemanager reads this information once during startup. 

Architectural changes

  • data-provider model: Extend network-element-connection-entity with GUI link
  • specific devicemanager is reading GUI cut through information and pushing it to data-provider via network-element-connection-entity
  • data-provider rpc is reading information from database and providing it 
  • ODLUX uses ODLUX adaption to use data-provider to get GUI cut through information