tacker/releasenotes/notes/support-cnf-auto-heal-scale-with-tools-96ff8266ae9d31af.yaml
Koji Shimizu d1a23a3c28 Add support cnf auto heal and scale
Support container based VNF AutoHeal and AutoScale operation with
External Monitoring Tools.

Add the Fault Management interfaces and CLI to support AutoHeal.
Add the Performance Management interfaces and CLI to support
AutoScale. The Fault Management and Performance Management
interfaces are based on ETSI NFV-SOL 002 v3.3.1 and ETSI NFV-SOL
003 v3.3.1, which are Version "2.0.0" API of Tacker. Add the
Prometheus Plugin that has a interface between tacker and Prometheus
as a sample of External Monitoring Tool.

Implements: blueprint support-auto-lcm
Change-Id: Ib74305f0b1da4eb8d996ebae400e75902aaa1321
2022-09-15 18:59:28 +00:00

18 lines
836 B
YAML

---
features:
- |
Support container based VNF AutoHeal and AutoScale operation with External
Monitoring Tools.
Add the Fault Management interfaces and CLI to support AutoHeal. AutoHeal
supports two modes, Polling Mode and Notification Mode.
Add the Performance Management interfaces and CLI to support AutoScale.
The Fault Management and Performance Management interfaces are based on
ETSI NFV-SOL 002 v3.3.1 and ETSI NFV-SOL 003 v3.3.1, which are Version
"2.0.0" API of Tacker.
Add the Prometheus Plugin that has a interface between tacker and
the External Monitoring Tool. Prometheus Plugin supports data model
conversion from Prometheus format data to SOL based FM/PM schema,
and vice versa.
At the same time, a user guide is also made to help users understand the
function.