Top Banner
State of the OpenDaylight Union Lisa Caywood, OpenDaylight/Linux Foundation Colin Dixon, Brocade/OpenDaylight
34

State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Mar 09, 2018

Download

Documents

vulien
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

State of the OpenDaylight Union

Lisa Caywood, OpenDaylight/Linux FoundationColin Dixon, Brocade/OpenDaylight

Page 2: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Outline

● Introduction to OpenDaylight

● Major Use Cases○ OpenStack integration for cloud○ CORD and ROBO

● OpenDaylight Architecture

Page 3: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

OpenDaylight● Founded 2013 -

most mature open networking project

● Most widely deployed OSS NW platform

● >2000 contributors-- vendors, users, independents

● 60% of new projects from users

● 5k+ members in global community

Network programmability & automation-- Carriers � Enterprises � Universities � Smart cities and utilities

Page 4: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Foundation of Open Networking

“OpenDaylight fundamentally changed the Linux Foundation’s world. It’s been wildly successful. It’s the de facto standard open source SDN controller for the industry today.”

- Dave Ward, Cisco CTO

*SDxCentral, 9/7/16

Page 5: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

The Open Networking Stack

Page 6: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Common SDN toolchainsNet Virtualization + SFC:

• OF + OVSDB + OVS/FD.io Mgmt plane programmability:

• BGP + PCEP + MPLS + NETCONF

App developer tooling• YANG-IDE toolkit• NetIDE for cross-OSS controller

interoperability• NeXt UI toolkit• “Singleton app” HA• Documentation

Evolution of Project Focus

Operational tooling• Cardinal health monitoring• Data analytics (TSDR & Centinel)• OCP (Open radio I/F) • Documentation

Integration - industry frameworks• OPNFV• OpenStack enhancement• CORD/vCO• ECOMP• ONF/Atrium

Page 7: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

● Targeting 5/11/2017

Planned Major Features● Federated, multi-site OpenStack support

○ Builds on geographic replication and disaster recovery● Improved robustness and performance of clustering

○ Transaction pipelining○ Automatic transaction recovery

● Final, RFC version of RESTCONF● Karaf 4.0

OpenDaylight Carbon Release

Page 8: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Architecture is Destiny

Modularity == Flexibility

Page 9: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Think Beyond the Controller

Product Enabling solution component

Page 10: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Service Abstraction Layer/Core

OpenFlow Enabled Devices

Open vSwitchesAdditional Virtual &

Physical Devices

Data Plane Elements (Virtual Switches, Physical

Device Interfaces)

Controller Platform Services/Applications

OVSDB NETCONFPCMM/

COPSSNBILISP PCEP SNMPSXP Southbound Interfaces & Protocol Plugins

OpenFlow USCCAPWAP OPFLEX

Control Plane Functions

OpenDaylight APIs REST/RESTCONF/NETCONF/AMQP

Data Store (Config & Operational) Messaging (Notifications / RPCs)

LACP

AAA Authorization Filter

Network Abstractions (Policy/Intent)

Graphical User Interface Application and Toolkit (DLUX / NeXT UI)

IoTHttp/CoAP

OF-Config

Embedded Controller Applications

Independent Network Applications

• AAA• Host Tracker• Infrastructure Utilities• L2 Switch• LISP Service• Link Aggregation Control

Protocol• OpenFlow Forwarding

Rules Manager• OpenFlow Stats Manager• OpenFlow Switch

Manager• Topology Processing

• NetIDE• NetVirt• Neutron Northbound• OVSDB Neutron• SN Integration Aggregator• Service Function Chaining• Time Series Data Repository• Unified Secure Channel Mgr• User Network Interface Mgr• Virtual Tenant Network Mgr

• Atrium Router• Cardinal• Centinel – Streaming Data

Hdlr• Controller Shield• Deve Discovery, ID & Mgmt• DOCSIS Abstraction• Eman• Genius• NAT Application

• ALTO Protocol Manager• Fabric as a Service• Group Based Policy

Service• NEMO• Network Intent

Composition• NetVirt

OCPBGP

Page 11: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

The glue that holds together L2-7 networking functions

Coordinates physical and virtual resources • Network, compute, storage

Network virtualization with service function chaining

• OpenStack-based network virtualization • Virtualized Central Office (vCO; AKA CORD)

OpenDaylight is glue for open IT

Page 12: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

OpenDaylight Architecture

What are the major components?

Page 13: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Service Abstraction Layer/Core

OpenFlow Enabled Devices

Open vSwitchesAdditional Virtual &

Physical Devices

Data Plane Elements (Virtual Switches, Physical

Device Interfaces)

Controller Platform Services/Applications

OVSDB NETCONFPCMM/

COPSSNBILISP PCEP SNMPSXP Southbound Interfaces & Protocol Plugins

OpenFlow USCCAPWAP OPFLEX

Control Plane Functions

OpenDaylight APIs REST/RESTCONF/NETCONF/AMQP

Data Store (Config & Operational) Messaging (Notifications / RPCs)

LACP

AAA Authorization Filter

Network Abstractions (Policy/Intent)

Graphical User Interface Application and Toolkit (DLUX / NeXT UI)

IoTHttp/CoAP

OF-Config

Embedded Controller Applications

Independent Network Applications

• AAA• Host Tracker• Infrastructure Utilities• L2 Switch• LISP Service• Link Aggregation Control

Protocol• OpenFlow Forwarding

Rules Manager• OpenFlow Stats Manager• OpenFlow Switch

Manager• Topology Processing

• NetIDE• NetVirt• Neutron Northbound• OVSDB Neutron• SN Integration Aggregator• Service Function Chaining• Time Series Data Repository• Unified Secure Channel Mgr• User Network Interface Mgr• Virtual Tenant Network Mgr

• Atrium Router• Cardinal• Centinel – Streaming Data

Hdlr• Controller Shield• Deve Discovery, ID & Mgmt• DOCSIS Abstraction• Eman• Genius• NAT Application

• ALTO Protocol Manager• Fabric as a Service• Group Based Policy

Service• NEMO• Network Intent

Composition• NetVirt

OCPBGP

Page 14: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

OpenDaylight with OpenStack

Page 15: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

• Multiple Neutron implementations• Target different use cases, southbound drivers

• FD.io/VPP• OVS• Open Overlay Router (née LISPmob)

• Provide distributed implementations of scalable network virtualization for OpenStack

OpenStack/OpenDaylight Integration

Page 16: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

OpenStack/OpenDaylight Integration• L2: ML2 plugin• L3: ODL L3 plugin• services

• FWaaS• L2Gateway• QoS• LBaaS• BGPVPN• networking-sfc• trunk

Neutron Server

ML2 Plugin

Type Manager Mechanism Manager

GR

E

TypeDriver

OD

L mech

driver

VLA

N

TypeDriver

VX

LAN

TypeD

river

SR

-IOV ......

ODL L3Plugin

ServicePlugins

FWaaS L2GWO

DL driver

QoS

...

OD

L driver

OD

L driver

... ...

...

networking-odl

Page 17: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Management Network

OpenStack and OpenDaylight Integration

Compute Node

VM

Networking Node

Data Network

Public Network

OVS

Router

Controller node

OpenDaylight*

Neutron Northbound

ovsdb/NetVirt

DHCP Agent

VMVM InternetOVS

Network/Control Node

Neutron

ML2DB

ML2 Plugin

Networking-odl

YangModel

Page 18: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

OpenDaylight in vCO and ROBO

Page 19: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

“We built a CORD system using a set of components…that are open source and generally available — OpenStack, OpenDaylight controllers, Intel software toolkits. Just because you’re doing CORD doesn’t mean you have to do ONOS CORD.”

—Adam Dunstan, CenturyLinkVP of SDN and NFV engineering

CORD: Leading Use CaseMany paths to implementation

https://www.sdxcentral.com/articles/news/centurylink-surges-forward-version-cord/2017/03/

Page 20: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

•Subscriber management capabilities: Gateway, authentication and authorization, event and subscriber information logging

•Optical Line Termination (OLT) for PON/GPON (Passive Optical Net.)•Service functions: self-service portals, NAT, FW, routing, IP addr mgmt, QoS, quotas, video caching, mail and file stores

A Virtualized Central Office (vCO):•Uses general-purpose compute, storage and network capabilities to deliver the above services

•Added agility (spin up VMs vs. rack and stack hardware)•Cost savings (via increased automation and commodity servers)

What does a Central Office do?

Page 21: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Physical elements are divided into– Network: provides fabric/underlay

– Servers: provides computer/storage for VNFs

vCO Data Center Architecture

East West

North- South

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

WAN WAN

Fabric/Underlay (Network)

Servers/VNFs (Compute, Storage)

Page 22: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Controllers and orchestrators use overlay networks to form service chains of VNFs

vCO Data Center Architecture

East West

North- South

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VMVNFWAN WAN

VNFVNF

VNFVNF

Page 23: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

vCO Data Center Software Architecture

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VM

VMVM

VMVNFVNF

VNFVNF

VNF

Fabric/Underlay (Network)

Servers/VNFs (Compute, Storage)

SDN Controller (OpenDaylight)

VNFO (ECOMP, Open-O, OSM, …)

ServiceChaining

OverlayNetwork

Fabric

OSS/BSS

VNF Spec (TOSCA) VNF Catlog

VNFM (Tacker, Cloudify, …)

VIM (OpenStack, Kubernetes, …)

Policy (NIC, NEMO, GBP, Neutron)

Page 24: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

• vCO for Enterprises to provide for Remote/Branch offices• Maybe offered by ISPs as a service

• Integrating with public cloud will likely involved some form of vCO (either aaS or Enterprise-deployed)

• Hybrid Cloud will almost certainly involve vCO

ROBO: Using vCO Blueprint in Enterprises

PrivateCloud

Branch Office

PublicCloud

vCOaaSfrom ISP

Remote Office

Main Office

vCO to connect backends

Page 25: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Architectural Drill-Down

Page 26: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Model-Driven Service Abstraction Layer (MD-SAL)

Core Architecture

Notifications

RPCs

YANG Models

Data

App/Service App/Service

Plugin Plugin

Controllers in a Cluster

Page 27: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

ODL is a YANG-based µ-services platform

Model-Driven SAL(MD-SAL)

NetconfClient

Network DevicesNetwork DevicesNetwork Devices

Protocol Plugin

...NetconfServer RESTCONF ApplicationApplication

REST

ApplicationsApplicationsOSS/BSS, External Apps

Data StoreMessaging

“Kernel”

Microservices

Namespace

YANG-mod

el

ed in

terfac

es

YANG-modeled

interfaces

Page 28: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

● Data modeling language for NETCONF○ RFC 6020

● Great, what is NETCONF?○ Think of it as an SNMP replacement with nice features○ YANG models ~= SNMP MIBs

● OK, fine, but what is YANG?

What is YANG?

Page 29: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

● Three core abstractions○ Data○ RPCs (just data in and data out)○ Notifications (just data out)

● So, it’s really all about the data

What is YANG?

DATA

Page 30: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

What does YANG data look like

•container ~= struct•list ~= map/dictionary•leaf ~= primitive types•grouping ~= interface

•Others: typedef, pointers, constraints, etc.

grouping node-attributes { leaf node-id { type string; }}

container network-topology { list topology { key "topology-id"; leaf topology-id { type topology-id; }

list node { key "node-id"; uses node-attributes; }

list link { key "link-id"; uses link-attributes; } }}

Page 31: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Clustering in OpenDaylight

Sharded, Replicated Datastore Highly-Available Applications

• Shards are consistently replicated using RAFT

• Devices/applications can be bound to a single node via Entity Ownership Service

• Automated failover• Use of “non-voting” cluster

members for geographic replication and disaster recovery

Page 32: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Components: See “A Whirlwind Tour of OpenDaylight”

○ https://youtu.be/ENtQdwsnyjg○ http://events.linuxfoundation.or

g/sites/events/files/slides/whirlwind-tour.pdf

Projects & Components in OpenDaylight

Projects•Categories

• Kernel• Plugins• Services• Applications

• Metaprojects• https://wiki.opendaylight.org/view/Project_list

Page 33: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Questions?

Page 34: State of the OpenDaylight Unionevents.linuxfoundation.org/sites/events/files/slides... ·  · 2017-04-11OpenDaylight* Neutron Northbound ovsdb/NetVirt DHCP Agent VMVM Internet OVS

Thank you