tacker/releasenotes/notes/support-cnf-heal-scale-rollback-in-v2-lcm-api-25051324608e2dd3.yaml
Itsuro Oda 736b457dfe CNF v2 API enhance and refactor
This patch enables the following CNF v2 APIs.

 * scale VNF task
 * heal VNF task
 * Rollback operation task for the following APIs.
   - instantiate VNF task
   - scale (SCALE_OUT) VNF task

This patch also refactors k8s infra_driver to make this enhance,
future enhance and maintanace easy.

There are changes about the specification of additionalParams in
ChangeCurrentVnfPkgRequest, although function of change_vnfpkg
API is not changed basically.

Documentation about this enhance will be provided by anther patch.
It will include about specification change of change_vnfpkg too.

Implement: blueprint support-nfv-solv3-scale-vnf
Implement: blueprint support-nfv-solv3-heal-vnf
Implement: blueprint support-nfv-solv3-error-handling
Change-Id: Ifb0fc16c3fb67299763bceb4cc69e36e163531c0
2022-09-06 03:51:54 +00:00

12 lines
371 B
YAML

---
features:
- |
Support CNF Heal/Scale/Rollback operation in v2 LCM API.
This feature provides the following CNF operations in
v2 LCM API based on ETSI NFV specifications and
instantiatiationLevel parameter to determine
the initial number of Pods.
* Scale VNF task
* Heal VNF task
* Rollback operation task (instantiate and scale-out)