tacker/releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml
Yoshito Ito b4fd1ab437 Add releasenote for CNF support
* Add releasenote file for bp/cnf-support-with-etsi-nfv-specs

Change-Id: Ib64deef79fb7197d234f47ae836df082d3170053
Implements: blueprint cnf-support-with-etsi-nfv-specs
2020-10-08 19:05:58 +09:00

24 lines
864 B
YAML

---
prelude: >
This release contains the new features based on ETSI NFV specifications.
The REST API and data models in ETSI NFV-SOL documents are added:
ETSI NFV-SOL003 v2.6.1 VNF Lifecycle Management
* Scale VNF
* Update VNF
* Rollback VNF
ETSI NFV-SOL005 v2.6.1
* Fetch VNF Package Artifacts
Also, the support for 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.