tacker/doc/source/user/introduction.rst
Hiromu Asahina 2d2ea31377 Update User Guide
Reorganized the User Guide page according to the proposal in
https://etherpad.opendev.org/p/tacker-wallaby-revise-docs.

- Classified Legacy Tacker documents and ETSI NFV documents.
- Classified the use cases by resources, operations, and VM or
Container.
- Removed the following documents which seem to be no longer necessary:
 - Tacker conductor [1]
 - Deploying OpenWRT as VNF [2]
- Fixed the consistency of heading capitalization

[1] https://opendev.org/openstack/tacker/src/branch/master/doc/source/contributor/tacker_conductor.rst
[2] https://opendev.org/openstack/tacker/src/branch/master/doc/source/install/deploy_openwrt.rst

Signed-off-by: Hiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp>
Change-Id: I97840667df5862e29b6d016dcfccd6bb28f4b669
2021-07-12 12:33:08 +09:00

2.6 KiB

Introduction

Tacker is a Generic VNF Manager (VNFM) and an NFV Orchestrator (NFVO) to operate Network Services (NSs) and Virtual Network Functions (VNFs) on an NFV infrastructure platform like OpenStack or Kubernetes. The operations are based on ETSI NFV Management and Orchestration (MANO) Architecture1.

Now Tacker has two different architectures:

  • ETSI NFV-SOL based implementation
  • Legacy implementation

When Tacker project was originated to follow the ETSI NFV MANO standards in Liberty release, the standarding for "NFV Solutions (SOL)", which is the specifications for protocols and data models, was not yet defined. After the publications of SOL documents for NFV descriptors such as VNF descriptor (VNFD) and NS Descriptor (NSD) as NFV-SOL001, NFV-SOL004, and NFV-SOL007, and also after REST-based APIs have been specified as NFV-SOL002, NFV-SOL003, and NFV-SOL005, the SOL based new implementations have started in Ussuri release.

ETSI NFV MANO Concept

MANO functional blocks are:

NFV Orchestrator(NFVO) - is responsible for on-boarding NS and VNF, and providing global resource management, validation and authorization of NFV infrastructure (NFVI) resource requests. VNF Manager(VNFM) - is responsible for the lifecycle management of VNF. Virtualised Infrastructure Manager (VIM) - controls and manages compute, storage, and network resources.

Tacker provides a functional block of NFVO and VNFM. VIM can be an OpenStack or Kubernetes cluster. In a particular use case to deploy a VNF instance, you need to prepare a VNF Package. A VNF Package includes VNFD, software images for Virtual Machine (VM), and other artifact resources such as scripts and config files. NFVO is called to deploy a VNF instance with a VNF Package, then NFVO asks VNFM to deploy actual VNF on a NFV infrastructure. All the interfaces involved in this process is defined in ETSI NFV specifications.


  1. https://www.etsi.org/technologies/nfv↩︎