A Brief Introduction to OpenDaylight Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content from:

Slides:



Advertisements
Similar presentations
November 2013 Jan Medved, Reinaldo Penno
Advertisements

Proposal: Model-Driven SAL for the OpenDaylight Controller
A Brief Introduction to SDN and OpenDaylight
OpenDaylight Overview for Developers David Meyer Chair, OpenDaylight Technical Steering Committee OpenDaylight | ONS Developer Breakout.
January 2014 Thomas D. Nadeau
The OpenDaylight Project London ODLUG, November 3 rd, Colin TSC Chair, OpenDaylight Principal Engineer, Brocade.
An Overview of Software-Defined Network Presenter: Xitao Wen.
OpenDaylight: An Open Source SDN for Your OpenStack Cloud Stephan Baucke, Ericsson Kyle Mestery, Cisco Anees Shaikh, IBM Chris Wright,
Hydrogen Helium Lithium
Slide title 70 pt CAPITALS Slide subtitle minimum 30 pt Vpn service Ericsson.
OpenDaylight Architecture ONF Member Work Day February 12 th, 2015 Colin TSC Chair, OpenDaylight Principal Engineer, Brocade.
ODL Release Vehicles. Base Network Service Functions Management GUI/CLI Controller Platform Southbound Interfaces & Protocol Plugins OpenDaylight APIs.
Traffic Management - OpenFlow Switch on the NetFPGA platform Chun-Jen Chung( ) SriramGopinath( )
Gap Analysis of Simplified Use of Policy Abstractions (SUPA) Presenter: Jun Bi draft-bi-supa-gap-analysis-02 IETF 92 SUPA BoF Dallas, TX March 23, 2015.
Exploring OpenDaylight
Helium Hydrogen. AAA: Authentication, Authorization & Accounting AuthN: Authentication BGP: Border Gateway Protocol COPS: Common Open Policy Service DLUX:
An Overview of Software-Defined Network
NOV 20, 2014 Abi Varghese Tiju John Mahesh Govind
An Overview of Software-Defined Network Presenter: Xitao Wen.
LISP, SDN, and OpenDaylight
Client/Server Architectures
Interoperability is Key to Accelerating SDN Adoption Neela Jacques Executive Director OpenDaylight Projectt.
Basic Operations Guide
The State of (Open Source) SDN and Programming Language Opportunities
ONF Configuration and Management WG Jürgen Quittek
OpenDaylight Introduction and Overview David Meyer SP CTO and Chief Scientist
Software-Defined Networks Jennifer Rexford Princeton University.
Software Defined-Networking. Network Policies Access control: reachability – Alice can not send packets to Bob Application classification – Place video.
Traffic Management - OpenFlow Switch on the NetFPGA platform Chun-Jen Chung( ) Sriram Gopinath( )
OpenDaylight project introduction An open source project under the Linux Foundation with the goal of furthering the adoption and innovation of Software.
Networks big switch Hard Problems in SDN Rob Sherwood SDNRG – Atlanta, November 2012.
OpenDaylight: Introduction, Lithium and Beyond Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content.
HP OpenFlow Plugin and Libraries June 30, 2014.
Vic Liu Liang Xia Zu Qiang Speaker: Vic Liu China Mobile Network as a Service Architecture draft-liu-nvo3-naas-arch-01.
OpenDaylight: Introduction, Lithium and Beyond
© 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. Brocade SDxCentral SDN Controller Report.
SDN AND OPENFLOW SPECIFICATION SPEAKER: HSUAN-LING WENG DATE: 2014/11/18.
OpenDaylight and the Rise of Open Source, Software Networking
Improving Network Management with Software Defined Network Group 5 : z Xuling Wu z Haipeng Jiang z Sichen Wu z Aparna Sanil.
December 30, 2015 Richard Chien Marko Lai Jason Yuan
Azher Mughal / Beraldo Leal Programming OpenFlow Flows for Scientific Profit 1 Azher Mughal / Beraldo Leal SuperComputing 2015.
Introduction to Avaya’s SDN Architecture February 2015.
What’s New and Hot in OpenDaylight Beryllium Colin Dixon TSC Chair, OpenDaylight Distinguished Engineer, Brocade.
Clustering in OpenDaylight
Time Series Data Repository #ODSummit - The Generic, Extensible, and Elastic Data Repository in OpenDaylight for Advanced Analytics.
Test and Performance Integration Group.
Author: Maros Marsalek (Honeycomb PTL)
What is OPNFV? Frank Brockners, Cisco. June 20–23, 2016 | Berlin, Germany.
Atrium Router Project Proposal Subhas Mondal, Manoj Nair, Subhash Singh.
Preliminaries: EE807 Software-defined Networked Computing KyoungSoo Park Department of Electrical Engineering KAIST.
OpenDaylight Hydrogen Release Sept 2, 2013.
Exploring OpenDaylight Matt Younkins
Luis Gomez, Principal SW Test Engineer, Brocade
SDN controllers App Network elements has two components: OpenFlow client, forwarding hardware with flow tables. The SDN controller must implement the network.
Instructor Materials Chapter 7: Network Evolution
SDN challenges Deployment challenges
Orchestration and Controller Alignment for ONAP Release 1
Some slides have been adapted from:
Multi-layer software defined networking in GÉANT
Time Series Data Repository
Software Defined Networking (SDN)
Chapter 5 Network Layer: The Control Plane
ONOS Drake Release September 2015.
Northbound API Dan Shmidt | January 2017
Indigo Doyoung Lee Dept. of CSE, POSTECH
Software Defined Networking (SDN)
Building Open Source-Based Cloud Solutions with OpenDaylight
Link State on Data Center Fabrics
An Operational View of OpenDaylight
Chapter 5 Network Layer: The Control Plane
Presentation transcript:

A Brief Introduction to OpenDaylight Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content from: David Meyer, Neela Jaques, and Kevin Woods

Outline Introduction… …to SDN …to OpenDaylight… …with a brief aside into YANG New in Lithium Plans for Beryllium

dstport 0E6 dstport 0E6 0A1 dstport 0E6 0A1 0C4 Traditional SDN (OpenFlow) The separation of the control and data planes Modern switches Control/data plane both on switch Data plane: fast, reads tables Control plane: slow, writes tables SDN Decouple control/data planes Data plane on the switch Control plane elsewhere, e.g., an x86 server, can do fancier things Switch Chip Control Plane CPU Ports, 1-6 SDN Controller This gets smaller, turns into controller to switch chip translator Most features go here 0A->0E 0A- >0C Table miss, send to controller Install table entry, send packet 0C->4

Modern, Inclusive SDN control mgmt control mgmt control mgmt Vendor AVendor BVendor C Logically Centralized SDN Controller Northbound API Industry Standard Control/Management Protocols Standard Modeling Language Vendor A control mgmt control mgmt Vendor BVendor C control mgmt

What is OpenDaylight OpenDaylight is an Open Source Software project under the Linux Foundation with the goal of furthering the adoption and innovation of Software Defined Networking (SDN) through the creation of a common industry supported platform. To create a robust, extensible, open source code base that covers the major common components required to build an SDN solution Code To get broad industry acceptance amongst vendors and users: Using it directly or through vendor products Vendors using OpenDaylight in commercial products Acceptance To have a thriving and growing technical community contributing to the code base, using the code in commercial products, and adding value above, below and around. Community

OpenDaylight Releases Hydrogen (first release) February projects, 1.3m lines of code Helium (second release) October projects, 2.1m lines of code Lithium (latest release) June projects, 2.3m lines of code

Model-Driven Service Abstraction Layer (MD-SAL) Core Architecture Notifications RPCs YANG Models Data App/Servi ce Plugin Controllers in a Cluster

What is YANG? 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? Three core abstractions Data RPCs (just data in and data out) Notifications (just data out) So, it’s really all about the data DATA

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 {... } } 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; }

OpenDaylight Community Like any Open Source Project, OpenDaylight primarily consists of those who show up to do the work. Running around 250 commits per week over 12 months, trending up 30 Days: ~625 commits, ~100 contributors (7/13/15–8/12/15; during a release) Spikes to ~2x this near releases 12 Months: ~13,250 commits, ~365 contributors (8/12/14–8/12/15) Strong integration and testing community This stuff really matters Source:

OpenDaylight Community

What’s in OpenDaylight

Kernel AAA YANG Tools OpenDaylight Controller MD-SAL NETCONF ODL Root Parent

Plugins BGP CAPWAP FaaS IoTDM LACP LISP OVSDB OpenFlow Circuit switching extensions OF-CONFIG Table Type Patterns PCEP PacketCablePCMM SNMP SXP Secure Network Bootstrapping TCPMD5 USC YANG PUBSUB

Services Armoury Centinel Controller Shield DIDM Messaging4Transport NeutronNorthbound NeXt ODL-SDNi App VPNService TSDR Topology Processing Framework Persistence

Applications ALTO Defense4All Group Based Policy (GBP) L2 Switch NEMO NetIDE Network Intent Composition OpenDaylight dlux OpenDaylight Virtual Tenant Network (VTN) Reservation Service Function Chaining SNMP4SDN Unimgr

Metaprojects Controller Core Functionality Tutorials Documentation Integration/distribution Integration/Packaging Integration/Test RelEng/Autorelease RelEng/Builder

What do people use it for?

OpenDaylight with OpenStack Single OpenStack Neutron service proxy Handles most of the bookkeeping Choose your implementation Group-based Policy LISP OVSDB VPN Service (only for VPNaaS) VTN Check it out (see the links for instructions)

Network-wide Security Policy Historically, policy is mostly Rigidly enforced by the physical topology, e.g., firewall at the gateway Configured “dynamically” via box-by-box Access Control Lists (ACLs) New policy efforts are changing this Network Function Virtualization (NFV) and Service Function Chaining (SFC) Automatically generated ACLs based on network-wide policy OpenDaylight is a proving ground for at least 3 policy-oriented projects Service Function Chaining, Group-Based Policy, and Network Intent Composition

Programmable EMS and/or NMS Huge number of southbound protocol drivers OpenFlow, NETCONF, OVSDB, SNMP, BGP, PCEP, PCMM/COPS, etc. With a little bit of effort, you can write “shell scripts” for your network to either gather information or automate tasks Automate triggering activities based on network events, e.g., quarantine a host with L2 ACLs based on information from an IDS

How to get involved

Ways to get involved IRC: #opendaylight on freenode: Mailing lists: Wiki: Documentation: On github: Git/Gerrit: Create an account: registration/user-registration.jsphttps://identity.opendaylight.org/carbon/user- registration/user-registration.jsp Projects: Individual pages have links to meeting times, code, bugs, IRC channels, etc. Meetings:

Backup Slides

How to get there from here How do we deploy SDN when it’s not green field Because pretty much nothing is actually green field Hybrid switches, hybrid networks, legacy protocols for interoperability, etc. OpenDaylight supports SNMP, BGP, LISP, NETCONF, etc. Trust and stability Current networks build on 40 years of code/experience How can SDN compete with that? Borrow good code/ideas from legacy code Provide better visibility, debugging, etc. Model checking, verification, etc. 27

Centralized vs. Distributed (Consistency, Clustering and Federation) SDN promises a (logically) centralized control plane In practice, we have a distributed cluster of controllers, rather than just one so that we can tolerate faults we can scale out our performance in network partitions there are controllers on both sides Providing consistency, federation, scale-out, dealing with CAP trade-offs, etc. is HARD

Hardware Diversity OpenFlow 1.0 provided a lowest common denominator API Real hardware is much more diverse and has many more capabilities Exposing this diversity without burdening developers with per-device programming is hard Some Attempts Programming Protocol-Independent Packet Processors TTPs from the ONF’s FAWG

Application Composition How can we let multiple SDN apps share the network? PC OSes partition and allocate resources You can’t easily partition the network It’s value comes from the fact that it spans everything You can in some cases, e.g., by address space (FlowVisor) Some ideas Most apps should be middleboxes, i.e., NFV Simply chain them together in the right order There’s more to it than this, but linear chaining is powerful Other apps are concerned only with the physical path There is hope that conflicts here can be sanely managed 30