Jump to: navigation, search

Difference between revisions of "Tacker"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
Tacker is OpenStack project building an Open NFV Orchestrator with in-built general purpose VNF Manager to deploy and operate Virtual Network Functions (VNFs) on an NFV Platform. It is based on ETSI MANO Architectural Framework and provides full functional stack to Orchestrate VNFs end-to-end.
 
  
[[File:ETSI_MANO_Tacker.JPG]]
+
= 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.
  
'''IRC Channel:''' <code><nowiki>#tacker</nowiki></code>
+
[[File:ETSI_MANO_Tacker.JPG]]
  
'''Meetings:''' Tuesday 1700 UTC [Weekly]  @ <code><nowiki>#openstack-meeting-4</nowiki></code>
+
= High Level Architecture =
  
'''Tags:'''  [NFV] [Tacker]<br />
+
== NFV Catalog ==
  
__TOC__
+
# VNFD Catalog
 
+
# NSD Catalog (*)
 
 
= High Level Functionality =
 
  
 
== VNFM ==
 
== VNFM ==
  
# VNF Catalog
 
 
# Basic life-cycle of VNF (define/start/stop/undefine)
 
# Basic life-cycle of VNF (define/start/stop/undefine)
# Performance and Health monitoring of deployed VNFs
+
# Enhance platform-aware placement of high-performance NFV workloads
 +
# Health monitoring of deployed VNFs
 
# Auto Healing VNFs based on Policy
 
# Auto Healing VNFs based on Policy
 
# Facilitate initial configuration of VNF
 
# Facilitate initial configuration of VNF
Line 29: Line 26:
 
# Templatized end-to-end Network Service deployment using decomposed VNFs
 
# Templatized end-to-end Network Service deployment using decomposed VNFs
 
# VNF placement policy – ensure efficient placement of VNFs  
 
# VNF placement policy – ensure efficient placement of VNFs  
# VNFs connected using a SFC - described in a VNF Forwarding Graph Descriptor
+
# VNFs connected using an SFC - described in a VNF Forwarding Graph Descriptor
 
# VIM Resource Checks and Resource Allocation
 
# VIM Resource Checks and Resource Allocation
 
# Ability to orchestrate VNFs across Multiple VIMs  
 
# Ability to orchestrate VNFs across Multiple VIMs  
  
= Installation =
+
= Documentation =
  
[[ Tacker/Installation ]]
+
http://docs.openstack.org/developer/tacker/
  
= Documentation =
+
== Install Guide ==
  
http://tacker-docs.readthedocs.org/en/latest/index.html
+
http://docs.openstack.org/developer/tacker/#installation
  
 
= Use Cases =
 
= Use Cases =
Line 45: Line 42:
 
=== vCE ===
 
=== vCE ===
  
Tacker API can be used by SP's OSS / BSS or a NFV Orchestrator to deploy VNFs in SP's network to deliver agile network services for remote Customer networks
+
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 ===
 
=== vCPE ===
  
Tacker API can be used by SP's OSS / BSS or a NFV Orchestrator to manage OpenStack enabled remote CPE devices to deploy VNFs to locally provide network services at customer site.
+
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 ===
 
=== vPE ===
  
Tacker API can be used by SP's OSS / BSS or a NFV Orchestrator to deploy VNFs within SP's network to virtualize existing network services into a Virtual Function.
+
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.
  
  
 
= TOSCA for NFV =
 
= TOSCA for NFV =
  
Tacker uses TOSCA for VNF meda-data definition. Within TOSCA Tacker used NFV profile schema,
+
Tacker uses TOSCA for VNF meta-data definition. Within TOSCA Tacker used NFV profile schema,
  
 
* TOSCA NFV Profile:
 
* TOSCA NFV Profile:
Line 69: Line 66:
  
 
https://docs.google.com/presentation/d/18AGaiysVgHOd_fIHVpObMO7zUkMjJGOQ98CUwkxU1xo/edit?usp=sharing
 
https://docs.google.com/presentation/d/18AGaiysVgHOd_fIHVpObMO7zUkMjJGOQ98CUwkxU1xo/edit?usp=sharing
 +
 +
=  Weekly Meetings and Mailing List =
 +
 +
 +
'''IRC Channel:''' <code><nowiki>#tacker</nowiki></code>
 +
 +
'''Meetings:''' Tuesday 1700 UTC [Weekly]  @ <code><nowiki>#openstack-meeting-4</nowiki></code>
 +
 +
'''Tags:'''  [NFV] [Tacker]<br />
  
 
=  Meeting Minutes =
 
=  Meeting Minutes =
Line 81: Line 87:
 
| Tacker || http://git.openstack.org/cgit/openstack/tacker/
 
| Tacker || http://git.openstack.org/cgit/openstack/tacker/
 
|-
 
|-
| Tacker Specs || http://git.openstack.org/cgit/openstack/tacker-specs/
+
| Tacker Specs || http://specs.openstack.org/openstack/tacker-specs/|-
|-
 
 
| Tacker Python Client  || http://git.openstack.org/cgit/openstack/python-tackerclient/
 
| Tacker Python Client  || http://git.openstack.org/cgit/openstack/python-tackerclient/
 
|-
 
|-

Revision as of 00:55, 23 April 2016


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.

ETSI MANO Tacker.JPG

High Level Architecture

NFV Catalog

  1. VNFD Catalog
  2. NSD Catalog (*)

VNFM

  1. Basic life-cycle of VNF (define/start/stop/undefine)
  2. Enhance platform-aware placement of high-performance NFV workloads
  3. Health monitoring of deployed VNFs
  4. Auto Healing 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

Documentation

http://docs.openstack.org/developer/tacker/

Install Guide

http://docs.openstack.org/developer/tacker/#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.


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 1700 UTC [Weekly] @ #openstack-meeting-4

Tags: [NFV] [Tacker]

Meeting Minutes

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

Repos

Git
Tacker http://git.openstack.org/cgit/openstack/tacker/
Tacker Specs - Tacker Python Client http://git.openstack.org/cgit/openstack/python-tackerclient/
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

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

Design & Documentation Tacker/Design
Resources Tacker/Resources
Action Items Tacker/ActionItems
Dependencies & Wish List Tacker/Dependencies
Spec/Patch Tracking Spec & Patch Tracking
Liberty Summit Tacker Talk Sched Link
Juno Design Summit Tacker/JunoSummit
Team Team Members


Wiki Pages