Difference between revisions of "Honeycomb/Releases/1609"

From fd.io
Jump to: navigation, search
Line 61: Line 61:
 
<span style="color:red">// TODO Update repository from snapshot master to release </span>
 
<span style="color:red">// TODO Update repository from snapshot master to release </span>
  
* [[Honeycomb/Installing_binaries_from_packages| Installing from available binary packages]]
+
* [[Honeycomb/Releases/1609/Installing_binaries_from_packages| Installing from available binary packages]]
  
* [[Honeycomb/Installing_from_archives| Installing from available archives]]
+
* [[Honeycomb/Releases/1609/Installing_from_archives| Installing from available archives]]
  
 
=== Manual build ===
 
=== Manual build ===
  
[[Honeycomb/Setting_Up_Your_Dev_Environment| How to setup and build Honeycomb locally]]
+
[[Honeycomb/Releases/1609/Setting_Up_Your_Dev_Environment| How to setup and build Honeycomb locally]]
  
 
== User Guide ==
 
== User Guide ==
Line 87: Line 87:
 
=== Running Honeycomb ===
 
=== Running Honeycomb ===
  
[[Honeycomb/Running_Honeycomb| How to start and work with Honeycomb]]
+
[[Honeycomb/Releases/1609/Running_Honeycomb| How to start and work with Honeycomb]]
  
 
== Devel guide ==
 
== Devel guide ==
Line 94: Line 94:
  
 
Tutorials:
 
Tutorials:
* [[Honeycomb/Developing_Honeycomb_Plugins| How to write custom VPP or non-VPP plugins for Honeycomb]]
+
* [[Honeycomb/Releases/1609/Developing_Honeycomb_Plugins| How to write custom VPP or non-VPP plugins for Honeycomb]]
  
 
Samples:
 
Samples:
 
* [https://git.fd.io/cgit/honeycomb/tree/samples?h=stable/1609 Interface sample is part of the Honeycomb codebase] - contains lots of useful information about Honeycomb and its plugins.
 
* [https://git.fd.io/cgit/honeycomb/tree/samples?h=stable/1609 Interface sample is part of the Honeycomb codebase] - contains lots of useful information about Honeycomb and its plugins.
  
----
 
  
 
{{Special:PrefixIndex/Help:Subpages/}}
 
{{Special:PrefixIndex/Help:Subpages/}}

Revision as of 10:33, 6 September 2016

Honeycomb 1609 release

First release of Honeycomb (VPP management agent)

Release plan

Honeycomb/Release_Plans/Release_Plan_16.09

Features

16.09 release of Honeycomb comes with these features:

  • Generic, model-driven agent framework providing northbound interfaces
    • NETCONF
    • RESTCONF
  • V3po 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 for VPP's NSH plugin with following capabilities
    • NSH plugin support
  • LISP plugin for VPP with following capabilities
    • LISP managment
  • Minimal distribution available as zip, tar.gz, DEB and RPM packages


For further information refer to:

Backlog

YANG models

List of YANG models implemented by Honeycomb:

Install guide

Installing binaries:

// TODO Update repository from snapshot master to release

Manual build

How to setup and build Honeycomb locally

User Guide

Configuration files

Honeycomb's configuration files present within its distribution:

POSTMAN collections

POSTMAN (google chrome REST client app) collections containing sample requests for all Honeycomb features. Useful when looking in depth for what Honeycomb supports.

Running Honeycomb

How to start and work with Honeycomb

Devel guide

// TODO Finish the VPP plugin part

Tutorials:

Samples: