commit 8b694d92359049951dc2a998ccd6369eaa824708 Author: Keiko Kuriu Date: Fri Oct 9 05:14:51 2020 +0000 Add releasenote for ETSI NFV specs Add releasenote file for bp/support-etsi-nfv-specs and bp/support-vnfm-operations Change-Id: I6f9fde4662883c9692d64cbdd038fa8964b55b46 Implements: blueprint support-etsi-nfv-specs Implements: blueprint support-vnfm-operations diff --git a/releasenotes/notes/bp-support-etsi-nfv-specs-1f603efcf6d1599e.yaml b/releasenotes/notes/bp-support-etsi-nfv-specs-1f603efcf6d1599e.yaml new file mode 100644 index 0000000..d0a55c0 --- /dev/null +++ b/releasenotes/notes/bp-support-etsi-nfv-specs-1f603efcf6d1599e.yaml @@ -0,0 +1,25 @@ +--- +features: + - | + Add new RESTful APIs for `Scale VNF`, `Update VNF`, and `Rollback VNF` + operation based on ETSI NFV specifications. + + - | + Add new RESTful APIs for subscriptions and notifications based on ETSI + NFV specifications. The client can use these resource to subscribe to + notifications related to VNF lifecycle management, and to query its + subscriptions. + + - | + Set `vnfPkgId` to related APIs in order to expand a wide range of NFV + related equipments. See the `spec`_ for more details. + + .. _spec : https://opendev.org/openstack/tacker-specs/src/branch/master/specs/victoria/enhancement_enhance-vnf-lcm-api-support.rst + + - | + Add following ETSI NFV SOL003 specification compliant operations + to cooperate with 3rd-Party NFVOs as VNFM. + + - VNF package management interface to obtain VNF package information + - Granting interface to allow the VNFM to request a grant for + authorization of a VNF lifecycle operation.