Guest Presentation Template ONF NBI Leadership Roundtable November 19, 2013 Instructions: Thank you for your willingness, on admittedly short notice, to.

Slides:



Advertisements
Similar presentations
November 2013 Jan Medved, Reinaldo Penno
Advertisements

Proposal: Model-Driven SAL for the OpenDaylight Controller
OpenDaylight Overview for Developers David Meyer Chair, OpenDaylight Technical Steering Committee OpenDaylight | ONS Developer Breakout.
January 2014 Thomas D. Nadeau
Open Daylight Tutorial For Developers
OpenDaylight: An Open Source SDN for Your OpenStack Cloud Stephan Baucke, Ericsson Kyle Mestery, Cisco Anees Shaikh, IBM Chris Wright,
Hydrogen Helium Lithium
Guest Presentation Template ONF NBI Leadership Roundtable November 19, 2013 Instructions: Thank you for your willingness, on admittedly short notice, to.
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.
Helium Hydrogen. AAA: Authentication, Authorization & Accounting AuthN: Authentication BGP: Border Gateway Protocol COPS: Common Open Policy Service DLUX:
NOV 20, 2014 Abi Varghese Tiju John Mahesh Govind
LISP, SDN, and OpenDaylight
Interoperability is Key to Accelerating SDN Adoption Neela Jacques Executive Director OpenDaylight Projectt.
OpenDaylight Introduction and Overview David Meyer SP CTO and Chief Scientist
Copyright © IBM Corp., All rights reserved; made available under the EPL v1.0 | March 20, 2008 | Short Talk Standards based systems management: An.
Next Steps Forward LINC Curriculum Module Key Resources Technical Assistance Proposal.
OpenDaylight project introduction An open source project under the Linux Foundation with the goal of furthering the adoption and innovation of Software.
OpenDaylight: Introduction, Lithium and Beyond Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content.
Introduction of Speaker: Claudia 1.
OpenDaylight: Introduction, Lithium and Beyond
Project Proposals: ODL-SDNi App
How to Convert to a Managed Package Winter `07 Ralph Eddy January 4, 2007.
A Brief Introduction to OpenDaylight Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content from:
Comanche A GUI management tool for Apache Daniel López Ridruejo
December 30, 2015 Richard Chien Marko Lai Jason Yuan
OpenDaylight PCMM Plugin WG Kickoff Call
Standards Education 18 March 2009 Steve Mills, Chair, SEC Standards Board Forum.
Created by Jan Medved I2RS Related/Relevant Yang Models Currently in Use March 2014 Robert Varga, Anton Tkacik, Jan Medved.
Azher Mughal / Beraldo Leal Programming OpenFlow Flows for Scientific Profit 1 Azher Mughal / Beraldo Leal SuperComputing 2015.
Clustering in OpenDaylight
Technical governance Please direct any questions to
Test and Performance Integration Group.
© 2006 Open Grid Forum Remote Instrumentation Services in Grid Environment Introduction Marcin Płóciennik Banff, OGF 27 Marcin Płóciennik.
Atrium Router Project Proposal Subhas Mondal, Manoj Nair, Subhash Singh.
OpenDaylight Hydrogen Release Sept 2, 2013.
Luis Gomez, Principal SW Test Engineer, Brocade
SDN-O LCM for Mercury Release Key Points and Overview
Open-O SFC.Mgr Proposal
Only Use FD.io VPP to Achieve high performance service function chaining Yi Intel.
Master Service Orchestrator (MSO)
TOP project – STATUS UPDATE & Workflow demo
Orchestration and Controller Alignment for ONAP Release 1
LISP Flow Mapping Service
Proposed IT Infrastructure for TOP OS project
TSC Update at December Board Meeting
The OpenDaylight Project
IETF 97th SUPA Working Group
Project Proposals: ODL-SDNi App
Participants, Patents, and Duty to Inform
Network Services Interface Working Group
Guidelines for Presentation Submission
IETF #99 Broadband Forum (BBF) YANG Update
ONOS Drake Release September 2015.
2. Updates from the Last Meeting
The OpenDaylight Project
SISAI STATISTICAL INFORMATION SYSTEMS ARCHITECTURE AND INTEGRATION
IETF 98 NETMOD Working Group
TDL Open Source Project (TOP) Input to MTS#70,
Governance, Intellectual Property and Membership
In order to execute a search you can…
Robert Moskowitz, Verizon
North America Automated Test Equipment Committee
<month year> <January 2019>
Welcome… Select Committee for COGTA 12 April 2016 SALGA Framework for the Transition 1.
Advanced Searching Tips
February 11th, 2014, Tir Na Nog 6:30-9pm
Review of Protocols for ACI Reports
Click Training Safety Module
ONF IM & TAPI Development Cycle Model development process
Presentation transcript:

Guest Presentation Template ONF NBI Leadership Roundtable November 19, 2013 Instructions: Thank you for your willingness, on admittedly short notice, to present for your particular organization. The following template is designed to guide and shape your presentation to the delegates at the ONF NBI Leadership Roundtable. You will be required to submit your presentation for posting on a globally-available, open repository, and for reasons of licensing and intellectual property, please do not reveal or otherwise portray any information that is regarded as confidential to yours or any other organization. Please respect the time limits and guidelines contained on the following pages. At your time limit, and after a visual cue, you will be forced to end your presentation, in the interests of the many other organizations that are presenting at the roundtable. Of course, you may modify the visual aspects, templates., etc., to reflect your organization formats, but please respect the content and slide number guidelines contained on the following slides. There will be opportunities to submit backup, reference, and other organizational slides in the immediate future. If you have further questions, please contact

OpenDaylight ONF NBI Leadership Roundtable, November 19, 2013 Jan Medved, Anees Shaikh, Reinaldo Penno

1. About OpenDaylight What we do: An OpenSource Project to build an ecosystem of OpenSource SDN software Multi-project ( ) Multi-vendor ( ) Our major standards/publications: Will NOT develop standards Major publications: Code and blueprints that comprise a community-led, open, industry-supported SDN framework Release: Our Intellectual Property Policy: Eclipse Public License – v1.0 (EPL)( )

2. What We Are Doing with SDN/NBI Publications, Projects, Software (location): Wiki: Documentation; includes the project list Code: git clone IRC: #opendaylight on Freenode Open mailing lists: lists.opendaylight.org

2. What We Are Doing with SDN/NBI What we have done/planning in SDN OpenDaylight Projects: Controller Yang Tools GUI Integration Testing VTN OpenDove Affinity Management Service LISP Mapping Service Defense4All BGP-LS/PCEP Plugin OpenFlow SB Plugin OVSDB Plugin SNMP4SDN OpenStack OpenFlow Protocol

2. What We Are Doing with SDN/NBI What we have done/planning in NBI Module sal-flow { namespace "urn:opendaylight:flow:service"; prefix flow; import yang-ext {prefix ext;} importopendaylight-inventory {prefix inv;}... typedef flow-table-ref { type instance-identifier; } grouping node-flow { leaf node { ext:context-reference "inv:node-context"; type inv:node-ref; } leaf flow-table { type flow-table-ref; } uses types:flow; } rpc add-flow { input { uses node-flow; } rpc update-flow {... }... } Yang Tools API Plugin Model

2. What We Are Doing with SDN/NBI What we have done/planning in NBI Available Models ( ): Yang Extensions for ODL Common Base Types: IETF (ietf-types, inet-types), Common base flow types, L2 types, IEEE754 floating point types Services: Topology, Inventory, Flow Programming Services, Tunnels Programming, Affinity Service Protocols: OpenFlow, BGP/BGP-LS, PCEP Available Controller REST APIs: cation cation

3. What We Need from this Roundtable Present engagement parameters: None Desired Future engagement parameters: Liaisons Joint development Information exchange Collaboration:

4. Contact Information Liaison to ONF contact: In the responsibility of the ODL TSC (contact Dave Organizational contacts: Executive Director: Neela Jacques The Board: Members: Chair: Inder Gopal Technical Steering Committee: Members: Chair: Dave Meyer

Q&A 15 minutes, include 2 minutes for Q&A