From 5f3c5b6cc8b4a2983d2803f27150241000eef1a6 Mon Sep 17 00:00:00 2001 From: Yasufumi Ogawa Date: Fri, 12 Mar 2021 19:16:49 +0000 Subject: [PATCH] Add Tacker wallaby highlights Signed-off-by: Yasufumi Ogawa Change-Id: I3128ddc568b20015ccc3532b12c68745f8932842 --- deliverables/wallaby/tacker.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/deliverables/wallaby/tacker.yaml b/deliverables/wallaby/tacker.yaml index ed80ee8bdf..b259ea2a8c 100644 --- a/deliverables/wallaby/tacker.yaml +++ b/deliverables/wallaby/tacker.yaml @@ -5,3 +5,19 @@ team: tacker type: service repository-settings: openstack/tacker: {} +cycle-highlights: + - Add APIs for scale, update, and rollback operations for VNF defined in ETSI + NFV. + - Add fundamental VNF lifecycle management support + for subscriptions and notifications defined in ETSI NFV. + - Implement VNF package management interface to obtain VNF package, + grant interface to allow the VNFM to request a grant for authorization of + a VNF lifecycle operation defined in ETSI NFV SOL003 specification compliant + operations to cooperate with 3rd-Party NFVOs as VNFM. + - Add container based VNF support with ESTI NFV-SOL003 v2.6.1 VNF Lifecycle + Management. User is able to create, instantiate, terminate, and delete VNF + on Kubernetes VIM. Kubernetes resource files are available as VNFD and it's + uploaded as a part of VNF Package. + - Enable VNF vendors to customize configuration methods for applications via + MgmtDriver. These customizations are specified by “interface” definition + in ETSI NFV-SOL001 v2.6.1.