848ea16fe3
This update is to fix styles and revise some descriptions to be concise in the second paragraph in draft verion of releasenote for wallaby[1]. [1] https://docs.openstack.org/releasenotes/tacker/ Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> Change-Id: Iba1069db766770434dc9d126de33d646fc228485
19 lines
758 B
YAML
19 lines
758 B
YAML
---
|
|
prelude: |
|
|
Features based on ETSI NFV specifications, REST API and data models:
|
|
|
|
- ETSI NFV-SOL003 v2.6.1: VNF Lifecycle Management(Scale VNF, Update VNF
|
|
and Rollback VNF)
|
|
- ETSI NFV-SOL005 v2.6.1: Fetch VNF Package Artifacts
|
|
|
|
Kubernetes VIM is extended to use ETSI NFV-SOL based operations.
|
|
The major version of resources such as Deployment, DaemonSet, StatefulSet,
|
|
and ReplicaSet can be deployed as VNF with Instantiate VNF operation.
|
|
|
|
features:
|
|
- |
|
|
Adds Container based VNF support with ESTI NFV-SOL003 v2.6.1 VNF Lifecycle
|
|
Management. Users can create, instantiate, terminate, and delete VNF on
|
|
Kubernetes VIM. The Kubernetes resource files are available as VNFD and
|
|
uploaded as a part of VNF Package.
|