Contents

Introduction

Release Deliverables

Release Milestones

  • Offset: 2
NameDescription
Model for FlowObjectiveFlowObjective is abstracted API which will be implemented by the drivers to provide the hardware specific flows. FlowObjective presents the simplified API to application, so that application can write the flows without platform awareness.
FlowObjective driver implementation for ovs soft switch platformImplementation of FlowObjective for the OpenVswitch(OVS) software switch. Currently we are assuming OVS supports two table pipeline (FIB and Forwarding table), with these assumption we will give the sample implementation for ovs two table pipeline drivers.
MilestoneOffset 1 DateDeliverables
M110/27/2016
NameStatusDescription
Release PlanDoneCandidate Release Plan
M212/1/2016
NameStatusDescription
Release Planalign="center" bgColor="green"Final Release Plan
M31/19/2017
NameStatusDescription
Feature FreezeDone
M42/16/2017
NameStatusDescription
API FreezeDone
M53/16/2017
NameDescription
Code Freeze


Externally Consumable APIs

  • To be defined by M3
APIAPI StatusShort description
FlowObjective APIAvailableAbstraction API, so that driver can covert the FlowObjective to flows as per their hardware capabilities and limitations.


Expected Dependencies on Other Projects

  • SNMP Plugin - SNMP Get Request to fetch MIB objects
  • AAA - Credential Manager
  • OpenFlowPlugin

Compatibility with Previous Releases

N/A


Test Tool Requirements

  • Testing is done in form of Java unit tests and integration tests, no requirements on infrastructure except Maven. Reporting is provided by Jenkins.
  • No labels