78dbba65c7
This patch implements change current vnf package task defined in ETSI NFV-SOL003 v3.3.1 5.5.2.11a. Retry and rollback operation of change current vnf package API are also supported. Note that currently only 'RollingUpdate' is supported for VNF image's update. This patch refactors the userdata_utils file and writes the common methods into the new common/common_script_utils.py file, so some changes are made to the existing instantiate code. Implements: blueprint upgrade-vnf-package Change-Id: Ic810a3e9063e660e43e094d65111340d92917cf0
9 lines
238 B
YAML
9 lines
238 B
YAML
---
|
|
features:
|
|
- |
|
|
Add Change Current VNF Package API based on ETSI NFV specifications.
|
|
Tacker supports a VNF upgrade using this API.
|
|
Currently, it only supports "RollingUpdate" out of several methods for
|
|
a VNF upgrade.
|
|
|