technical work stream: hosttracker

6
www.opendaylight.org Technical Work Stream: HostTracker May 20th, 2013

Upload: kuri

Post on 23-Feb-2016

24 views

Category:

Documents


0 download

DESCRIPTION

Technical Work Stream: HostTracker. May 20th, 2013. Outline. Quickly Review Colin’s HostTracker porting proposal Stepping back – what does this code do? Intended deployment Coupling between HostTracker , Topology, and Forwarding IStorageSource is for inter-controller communication - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Technical Work Stream:  HostTracker

www.opendaylight.org

Technical Work Stream: HostTracker

May 20th, 2013

Page 2: Technical Work Stream:  HostTracker

www.opendaylight.org2

Outline Quickly Review Colin’s HostTracker porting proposal Stepping back – what does this code do?

Intended deployment Coupling between HostTracker, Topology, and Forwarding IStorageSource is for inter-controller communication

Big Open Questions Lots of pictures – fewer slides

Page 3: Technical Work Stream:  HostTracker

www.opendaylight.org3

Great Step for Phase 1 Create Stubs for Dependencies

TopologyManager IStorageSource, HA Role Changes

Let’s understand what Phase1 gets us HostTracker confused by tunnels, Non-OF

topologies, virtualization, switch-level HA Plan Phase 2+ to bring these back in

Review of Colin’s HostTracker

Page 4: Technical Work Stream:  HostTracker

www.opendaylight.org4

Non-OF Aggregation Network

Intended Deployment

Non-OF ToR Non-OF ToR Non-OF ToR

VSwitch

VSwitch

VSwitch

VSwitch

VSwitch

VSwitch

VSwitch

VSwitch

VSwitch

DiskDiskDisk

RouterRouter

L2-over-L3Tunnels

between all vswitches

(not all shown)

BcastPktBcast

Pkt

Page 5: Technical Work Stream:  HostTracker

www.opendaylight.org5

Multiple paths between all points Tunnel vs. non-tunnel

Mixed OpenFlow and non-OpenFlow Multiple broadcast “brains” play together Requirement: All devices are not VMs

Managing broadcast domains is a pain Correspondingly, HostTracking is a pain

Topology Implications

Page 6: Technical Work Stream:  HostTracker

www.opendaylight.org6

Do we support both interfaces? IDeviceManager and SAL’s HostTracker?

Gets back to event ordering

Big Open Questions