5f1e48ff46
This patch adds below functionality: - New policy action ``vdu_autoheal`` for recovering failed VDUs as reported by the respective monitoring driver configured in the monitoring policy of the VNFD template. - Add unit/functional tests. - Added oslo_versioned library to implement HealVnfRequest object. Note: The implementation of vdu_autoheal policy action will support HealVnfRequest interface as mentioned in the ETSI standard [1] [1]: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.05.01_60/gs_NFV-SOL003v020501p.pdf Implements: blueprint vdu-auto-healing Change-Id: If62acbdac41c92842de0ae3b7dedcda9fd1f86e6
12 lines
440 B
YAML
12 lines
440 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new monitoring policy action ``vdu_autoheal`` to bring back the
|
|
failed VDU. If a VNF contains one or more VDUs with monitoring policy
|
|
action set to `vdu_autoheal` and if any one of the VDU is unreachable,
|
|
it will simply delete the resources of that particular VDUs and re-create
|
|
them again.
|
|
|
|
The `vdu_autoheal` monitoring policy action is implemented only for
|
|
openstack infra driver.
|