Difference between revisions of "IETF 102 Hackathon"
From Yuma123 Wiki
Jump to navigationJump to searchLine 6: | Line 6: | ||
The project consists of 3 tasks: |
The project consists of 3 tasks: |
||
− | + | #Design and publish draft with YANG model of a flow enabled network bridge. |
|
+ | #Device (server) side model implementation - loadable module for some of the available opensource NETCONF servers implementing the model for a OpenFlow device as a proxy controller with a single node. |
||
− | bridge. |
||
+ | #Controller (client) side plug-in implementation - yangflowplugin for |
||
− | |||
− | 2. Device (server) side model implementation - loadable module for some |
||
− | of the available opensource NETCONF servers implementing the model for |
||
− | a OpenFlow device as a proxy controller with a single node. |
||
− | |||
− | 3. Controller (client) side plug-in implementation - yangflowplugin for |
||
ODL interacting with NETCONF mounted nodes implementing the YANG model |
ODL interacting with NETCONF mounted nodes implementing the YANG model |
||
− | that ideally can coexist with openflowplugin. |
+ | that ideally can coexist with openflowplugin. |
+ | ====Progress:==== |
||
+ | * Checked https://github.com/opencomputeproject/SAI for references. |
||
===2 - Resume projects started in IETF 101 Hackathon=== |
===2 - Resume projects started in IETF 101 Hackathon=== |
Revision as of 15:22, 14 July 2018
Contents
Objectives
Below are the 3 main objectives. Updates will be published below.
1 - Alternative southbound interface to flow enabled network bridges
This is a new project originally defined in the following post on hackathon@ietf.org https://mailarchive.ietf.org/arch/msg/hackathon/vb27RmJivbwy8UURV_KXh2IzZd0
The project consists of 3 tasks:
- Design and publish draft with YANG model of a flow enabled network bridge.
- Device (server) side model implementation - loadable module for some of the available opensource NETCONF servers implementing the model for a OpenFlow device as a proxy controller with a single node.
- Controller (client) side plug-in implementation - yangflowplugin for
ODL interacting with NETCONF mounted nodes implementing the YANG model that ideally can coexist with openflowplugin.
Progress:
- Checked https://github.com/opencomputeproject/SAI for references.