Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
For a common fault management across technologies, CPS could store alarm-inventory, active alarms and alarm-histories based on ietf-alarms.yang.
As ietf-alarms is designed for NetConf servers representing a network function an aggregation yang model could add the 1:n association from ONAP to network functions.
In addition it the aggregation model could add a timestamp to be used by ML models.
Attachments
Attachments | ||
---|---|---|
|
Yang tree
Code Block |
---|
module: onap-sdnr-cps-agg-fault-management
+--rw aggregated-network-functions
+--ro network-function-ids* [network-function-id]
| +--ro network-function-id network-function-ref
+--rw aggregation* [network-function-instance]
+--rw network-function-instance -> /aggregated-network-functions/network-function-ids/network-function-id
+--rw alarms |