Difference between revisions of "Honeycomb/Releases/1609"

From fd.io
Jump to: navigation, search
(Configuration files)
Line 49: Line 49:
 
* [https://git.fd.io/cgit/honeycomb/tree/vpp-common/naming-context-api/src/main/yang?h=stable/1609 Context(mapping metadata) YANG models]
 
* [https://git.fd.io/cgit/honeycomb/tree/vpp-common/naming-context-api/src/main/yang?h=stable/1609 Context(mapping metadata) YANG models]
  
== Installation ==
+
== Install guide ==
 
<span style="color:red">// TODO add installation & build instructions </span>
 
<span style="color:red">// TODO add installation & build instructions </span>
  
Line 59: Line 59:
 
<span style="color:red">// TODO add installation & build instructions </span>
 
<span style="color:red">// TODO add installation & build instructions </span>
  
== Configuration files ==
+
== User Guide ==
 +
 
 +
=== Configuration files ===
 
* [https://git.fd.io/cgit/honeycomb/tree/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json?h=stable/1609 Honeycomb base configuration]
 
* [https://git.fd.io/cgit/honeycomb/tree/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json?h=stable/1609 Honeycomb base configuration]
 
* [https://git.fd.io/cgit/honeycomb/tree/vpp-common/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/jvpp.json?h=stable/1609 VPP plugins common configuration]
 
* [https://git.fd.io/cgit/honeycomb/tree/vpp-common/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/jvpp.json?h=stable/1609 VPP plugins common configuration]
  
== POSTMAN collections ==
+
=== POSTMAN collections ===
 
* [https://git.fd.io/cgit/honeycomb/plain/v3po/postman_rest_collection.json Honeycomb POSTMAN V3po(vpp core) collection]
 
* [https://git.fd.io/cgit/honeycomb/plain/v3po/postman_rest_collection.json Honeycomb POSTMAN V3po(vpp core) collection]
  
== Development tutorials ==
+
== Development guide ==
  
* [[Honeycomb/Developing_Honeycomb_Plugins]]
+
* [[Honeycomb/Developing_Honeycomb_Plugins| Tutorial for how to extend Honeycomb with a custom VPP or non-VPP plugin]]

Revision as of 08:14, 2 September 2016

Honeycomb 1609 release

First release of Honeycomb (VPP management agent).

Release plan

Honeycomb/Release_Plans/Release_Plan_16.09

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

Install guide

// TODO add installation & build instructions

Manual build

// TODO add installation & build instructions

User Guide

Configuration files

POSTMAN collections

Development guide