b05a83db76
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
11 lines
561 B
YAML
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.
|