Jump to: navigation, search

Difference between revisions of "Tacker"

(Weekly Meetings and Mailing List)
m
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
= Tacker - OpenStack NFV Orchestration =
 
= Tacker - OpenStack NFV Orchestration =
  
Tacker is an official OpenStack project building a Generic VNF Manager (VNFM) and a NFV Orchestrator (NFVO) to deploy and operate Network Services and Virtual Network Functions (VNFs) on an NFV infrastructure platform like OpenStack. It is based on ETSI MANO Architectural Framework and provides a functional stack to Orchestrate Network Services end-to-end using VNFs.  
+
Tacker is an official OpenStack project building a Generic VNF Manager (VNFM) and an NFV Orchestrator (NFVO) to deploy and operate Network Services and Virtual Network Functions (VNFs) on an NFV infrastructure platform like OpenStack. It is based on ETSI MANO Architectural Framework and provides a functional stack to Orchestrate Network Services end-to-end using VNFs.  
  
 
[[File:Tacker_Architecture.png]]
 
[[File:Tacker_Architecture.png]]
  
= High Level Architecture =
+
= High-Level Architecture =
  
  
Line 13: Line 13:
  
 
# VNF Descriptors   
 
# VNF Descriptors   
# Network Services Decriptors
+
# Network Services Descriptors
 
# VNF Forwarding Graph Descriptors
 
# VNF Forwarding Graph Descriptors
  
Line 31: Line 31:
 
# VIM Resource Checks and Resource Allocation
 
# VIM Resource Checks and Resource Allocation
 
# Ability to orchestrate VNFs across Multiple VIMs and Multiple Sites (POPs)
 
# Ability to orchestrate VNFs across Multiple VIMs and Multiple Sites (POPs)
 
[[File:Tacker-Architecture.jpg]]
 
  
  
Line 80: Line 78:
 
'''IRC Channel:''' <code><nowiki>#tacker</nowiki></code>
 
'''IRC Channel:''' <code><nowiki>#tacker</nowiki></code>
  
'''Meetings:''' Wednesday 0430 UTC [Weekly]  @ <code><nowiki>#openstack-meeting</nowiki></code>
+
'''Meetings:''' Tuesday 08:00 UTC [Weekly]  @ <code><nowiki>#openstack-meeting</nowiki></code>
  
 
'''Tags:'''  [NFV] [Tacker]<br />
 
'''Tags:'''  [NFV] [Tacker]<br />
Line 143: Line 141:
 
|-
 
|-
 
|  Tacker Client doc  ||  https://docs.openstack.org/ocata/cli-reference/tacker.html
 
|  Tacker Client doc  ||  https://docs.openstack.org/ocata/cli-reference/tacker.html
 +
|-
 +
|  Tacker Installation || https://wiki.openstack.org/wiki/Tacker/Installation
 +
|-
 
|}
 
|}
  
 
= Wiki Pages =
 
= Wiki Pages =
 
{{Special:PrefixIndex/ServiceVM}}
 
{{Special:PrefixIndex/ServiceVM}}

Revision as of 06:13, 18 July 2018


Tacker - OpenStack NFV Orchestration

Tacker is an official OpenStack project building a Generic VNF Manager (VNFM) and an NFV Orchestrator (NFVO) to deploy and operate Network Services and Virtual Network Functions (VNFs) on an NFV infrastructure platform like OpenStack. It is based on ETSI MANO Architectural Framework and provides a functional stack to Orchestrate Network Services end-to-end using VNFs.

Tacker Architecture.png

High-Level Architecture

NFV Catalog

  1. VNF Descriptors
  2. Network Services Descriptors
  3. VNF Forwarding Graph Descriptors

VNFM

  1. Basic life-cycle of VNF (create/update/delete)
  2. Enhanced platform-aware (EPA) placement of high-performance NFV workloads
  3. Health monitoring of deployed VNFs
  4. Auto Healing / Auto Scaling VNFs based on Policy
  5. Facilitate initial configuration of VNF

NFVO

  1. Templatized end-to-end Network Service deployment using decomposed VNFs
  2. VNF placement policy – ensure efficient placement of VNFs
  3. VNFs connected using an SFC - described in a VNF Forwarding Graph Descriptor
  4. VIM Resource Checks and Resource Allocation
  5. Ability to orchestrate VNFs across Multiple VIMs and Multiple Sites (POPs)


Documentation

https://docs.openstack.org/tacker/

Install Guide

https://docs.openstack.org/tacker/latest/#installation

Use Cases

vCE

Tacker API can be used by SP's OSS / BSS or an NFV Orchestrator to deploy VNFs in SP's network to deliver agile network services for remote Customer networks

vCPE

Tacker API can be used by SP's OSS / BSS or an NFV Orchestrator to manage OpenStack enabled remote CPE devices to deploy VNFs to provide locally network services at the customer site.

vPE

Tacker API can be used by SP's OSS / BSS or an NFV Orchestrator to deploy VNFs within SP's network to virtualize existing network services into a Virtual Function.

ETSI NFV SPECS

ETSI NFV SPECS

TOSCA for NFV

Tacker uses TOSCA for VNF meta-data definition. Within TOSCA Tacker used NFV profile schema.

Tacker + SFC (Service Function Chaining)

The proposal to enable SFC for Tacker is captured in these slides,

https://docs.google.com/presentation/d/18AGaiysVgHOd_fIHVpObMO7zUkMjJGOQ98CUwkxU1xo/edit?usp=sharing

Weekly Meetings and Mailing List

IRC Channel: #tacker

Meetings: Tuesday 08:00 UTC [Weekly] @ #openstack-meeting

Tags: [NFV] [Tacker]

Meeting Minutes

http://eavesdrop.openstack.org/meetings/tacker/

Repos

Git
Tacker https://git.openstack.org/cgit/openstack/tacker/
Tacker Specs https://git.openstack.org/cgit/openstack/tacker-specs/
Tacker Python Client https://git.openstack.org/cgit/openstack/python-tackerclient/
Tacker Horizon https://git.openstack.org/cgit/openstack/tacker-horizon/
Gerrit
Tacker https://review.openstack.org/#/q/status:open+project:openstack/tacker,n,z
Tacker Specs https://review.openstack.org/#/q/status:open+project:openstack/tacker-specs,n,z
Tacker Python client https://review.openstack.org/#/q/status:open+project:openstack/python-tackerclient,n,z
Tacker Horizon https://review.openstack.org/#/q/status:open+project:openstack/tacker-horizon,n,z

Reviews

Tacker Code and Spec Reviews

Tacker Open Code and Spec Reviews

Bugs

https://bugs.launchpad.net/tacker

Unassigned Bugs

Points of contact


Quick Links

OpenStack Summit Tacker Talks https://www.openstack.org/videos/search?search=Tacker
Team Team Members
Tacker API doc https://developer.openstack.org/api-ref/nfv-orchestration/
Tacker Client doc https://docs.openstack.org/ocata/cli-reference/tacker.html
Tacker Installation https://wiki.openstack.org/wiki/Tacker/Installation

Wiki Pages