Difference between revisions of "Honeycomb/Releases/1609"

From fd.io
Jump to: navigation, search
(Features)
Line 10: Line 10:
  
 
== Features ==
 
== Features ==
<span style="color:red">// TODO add feature list </span>
+
* Generic, model-driven agent framework providing northbound interfaces
 +
** NETCONF
 +
** RESTCONF
 +
 
 +
* Plugin for VPP management with following capabilities:
 +
** Interface management
 +
** Bridge-domain management
 +
*** ARP termination table management
 +
** VXLAN tunnel management
 +
** VHOST-user interface managmenet
 +
** TAP interface management
 +
** VLAN management
 +
** Low-level classifier API access
 +
** ACL management
 +
*** L2 permit/deny
 +
*** L3 permit/deny
 +
** Vxlan GPE tunnel management
 +
** GRE management
 +
** NSH plugin support
 +
** LISP managment
 +
 
 +
* Minimal distribution available as zip, tar.gz, DEB and RPM packages
 +
 
 +
 
 +
For further information refer to:
 +
* [[Honeycomb/Release_Plans/Release_Plan_16.09| Release plan]]
 +
* [https://jira.fd.io/browse/HONEYCOMB-139?filter=10655 JIRA backlog]
 +
* Provided RESTCONF collections with sample requests for all available APIs
  
 
== YANG models ==
 
== YANG models ==

Revision as of 07:59, 2 September 2016

Honeycomb 1609 release

First release of Honeycomb (VPP management agent).

Release plan

Honeycomb/Release_Plans/Release_Plan_16.09

Backlog

Features

  • Generic, model-driven agent framework providing northbound interfaces
    • NETCONF
    • RESTCONF
  • Plugin for VPP management with following capabilities:
    • Interface management
    • Bridge-domain management
      • ARP termination table management
    • VXLAN tunnel management
    • VHOST-user interface managmenet
    • TAP interface management
    • VLAN management
    • Low-level classifier API access
    • ACL management
      • L2 permit/deny
      • L3 permit/deny
    • Vxlan GPE tunnel management
    • GRE management
    • NSH plugin support
    • LISP managment
  • Minimal distribution available as zip, tar.gz, DEB and RPM packages


For further information refer to:

YANG models

Installation

// TODO add installation & build instructions

Manual build

// TODO add installation & build instructions

Configuration files

// TODO add rest of config files

POSTMAN collections

Development tutorials