Versions Compared

Key

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

...

As the VNF/PNF registry in AAI is not supported for Slicing use case, the mounted nodes will be directly published to the CPS-DMI Plugin by SDN-C.

A new karaf feature is needed to communicate the node-id to CPS-DMI plugin. This . This will be achieved by registering a cm-handle with DMI-Plugin.

RPC Details

RPC Name: addCMHandle

...

  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

...