Versions Compared

Key

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

Overview

CPS stores the yang model of the mounted devices in CPS-Core database. It is handled by CPS-DMI Plugin which fetches the yang models of the devices registered at AAI and stores in CPS.

...

  1. This RPC makes use of the onDataTreeChanged event from DataTreeChangeListener to detect, if any node is added to network-topology https://localhost:8086/restconf/config/network-topology:network-topology
  2. If the ModificationType is 'WRITE', a new notification is published to dmaap to add the cmhandle.

  3. If the ModificationType is 'DELETE', the notification to remove the cmhandle will be published. - TBC with CPS Team

...

Gliffy
macroId50d027ee-8fab-4817-8512-062c7b7ddb2e
displayNameYang-model Discovery
nameYang-model Discovery
pagePin23
 


Interfaces:

  1. Mount Request to SDN-R
Expand
titleSample Request
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology"> 
<node-id>new-netconf-device id</node-id> 
<host xmlns="urn:opendaylight:netconf-node-topology">127.0.0.1</host> 
<port xmlns="urn:opendaylight:netconf-node-topology">17830</port> 
<username xmlns="urn:opendaylight:netconf-node-topology">admin</username> 
<password xmlns="urn:opendaylight:netconf-node-topology">admin</password> 
<tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only> 
</node> 

     2. New Feature at SDN-R to publish the cm-handle

...