tacker/releasenotes/notes/support-cnf-heal-with-etsi-sol-34b404bd2709ad51.yaml
Ayumu Ueha b05a83db76 Support CNF heal operations based on ETSI NFV
Implements Container based VNF heal operation support with ETSI
NFV-SOL002 and SOL003 v2.6.1 VNF Lifecycle Management. For "Heal VNFC
with SOL002", users can heal Pod (mapped as VNFC) that is singleton or
created using controller resources such as Kubernetes Deployment,
DaemonSet, StatefulSet and ReplicaSet. For "Heal VNF instance with
SOL003", users can heal entire VNF instance by termination and
instantiation of the VNF.

Other changes:
* Store Pod information to vnfcResourceInfo after instantiation.
* Update vnfcResourceInfo after scale operation.

Implements: blueprint support-cnf-heal
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-cnf-heal.html
Change-Id: I62bf8d67eb9b3889f2ae69be9bb45363d083f48e
2021-03-23 01:45:13 +00:00

11 lines
561 B
YAML

---
features:
- |
Add Container based VNF heal operation support with ETSI NFV-SOL002 and
SOL003 v2.6.1 VNF Lifecycle Management. For "Heal VNFC with SOL002", users
can heal Pod (mapped as VNFC) that is singleton or created using controller
resources such as Kubernetes Deployment, DaemonSet, StatefulSet, and
ReplicaSet. For "Heal VNF instance with SOL003", users can heal entire VNF
instance by termination and instantiation of the VNF. And the VNFC resource
information are stored and updated for the heal operation of the Pod.