Versions Compared

Key

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

...

Goal for this version is disaggregation of SDN-R into tree three major parts.

  1. UXWeb - Web service
  2. Devicemanager - Device controlling
  3. WTDB - Database Database

Improvements by Disaggregation

  • Better split regarding performance from the three originations: 1. devices southbound 2. Web users northbound 3. database processing.
  • Have one entrypoint for Web User access to different web services of SDN-R: UX Web Service, REST, RESTCONF, Netconf device related
  • Use ONAP database components
  • SDNC/CCSDK/SDNR Devicemanager cluster/Netconf
    • Provide function to support NETCONF/devicehandling by devicemanagers for one OpenDaylight mountpoint in a cluster.
    • Provider to consuming microservices to publish mountpoint state changes and capabilites of NETCONF/device. 

Further changes

  • WEB Client data table access via extended odlux db api. See ODLUX DB API

...