/
Devicemanager

Devicemanager

A microservice for netconf device managment and control including:

  • connection supervision (NETCONF) by DeviceMonitor

  • event handling (NETCONF) and forwarding

  • performance monitoring data handling (ONF-TR-532, NETCONF)  by PerformanceMonitor

  • DCAE Connector

  • AAI Connector

  • Provide inventory information to database

https://jira.onap.org/secure/RapidBoard.jspa?rapidView=169&projectKey=SDNC&view=detail&selectedIssue=SDNC-575

Class structure



Provide Inventory

Netconf devices have a individual model representation for equipment information. Specific Devicemanger does a mapping of device representation into dataprovider model.

The dataprovider offers the related interface:



    void writeInventory(String nodeId, List<Inventory> list);

Example implementation is specific devicemanger for ONF14 Core Model  in Onf14DomEquipmentManager class in setEquipmentData(NormalizedNode controlConstruct). 



Related content

SDN-R
Read with this
SDN-R Developing a specific devicemanager
SDN-R Developing a specific devicemanager
More like this
Specific devicemanager start condition and features
Specific devicemanager start condition and features
More like this
Device specific Devicemanager
Device specific Devicemanager
More like this
SDNC: Enhancement to support Device-Config, versioning, backup and restoration feature
SDNC: Enhancement to support Device-Config, versioning, backup and restoration feature
More like this
ARC Controller Component Description – Oslo-R15
ARC Controller Component Description – Oslo-R15
More like this