df0f8fc6bd
This patch implements the following APIs defined in ETSI NFV-SOL003 v3.3.1 5.5.2.11a with 'Kubernetes' vim. 1. Create VNF 2. Instantiate VNF 3. Change Current VNF Package 4. Terminate VNF 5. Delete VNF Retry and rollback operation of change current vnf package API with 'Kubernetes' vim are also supported. There are the following points to note. 1. Currently only 'RollingUpdate' is supported for CNF deployment update. 2. 'Instantiate' VNF cannot rollback and retry with 'Kubernetes' vim. It will be supported in future. Implements: blueprint upgrade-vnf-package Change-Id: Iae477cb4347ae01718d8dbf6ab8b2289e1758039
12 lines
614 B
YAML
12 lines
614 B
YAML
---
|
|
features:
|
|
- |
|
|
Support Container based VNF operation with the following new version of
|
|
RESTful APIs based on ETSI NFV specifications.
|
|
Version "2.0.0" API of Instantiate VNF, Terminate VNF, and Change Current
|
|
VNF Package support Kubernetes vim. Other APIs besides Scale
|
|
VNF and Heal VNF, such as Create VNF, Delete VNF, List VNF, Show VNF,
|
|
and so on have already supported Kubernetes vim because they use
|
|
common processing that does not depend on vim type: OpenStack, Kubernetes.
|
|
Version "2.0.0" API of Scale VNF and Heal VNF with Kubernetes vim will
|
|
be supported in future. |