Difference between revisions of "Archived-Honeycomb"
(→Intro) |
(updates after 17.04 release) |
||
Line 91: | Line 91: | ||
== Releases == | == Releases == | ||
− | |||
− | |||
− | + | === 17.04 - Last stable === | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | '''[[Honeycomb/Release_Plans/Release_Plan_17.04| Release plan]]''': | |
− | + | ||
− | + | ||
− | + | ||
− | '''[[Honeycomb/Release_Plans/Release_Plan_17. | + | |
* Work planned for release | * Work planned for release | ||
* Milestones leading to the release | * Milestones leading to the release | ||
− | [https://docs.fd.io/honeycomb/1.17. | + | [https://docs.fd.io/honeycomb/1.17.04/honeycomb-aggregator/index.html '''Documentation''']: |
* Devel documentation | * Devel documentation | ||
* Overview | * Overview | ||
Line 116: | Line 105: | ||
* ... for each module in Honeycomb project | * ... for each module in Honeycomb project | ||
− | [https://docs.fd.io/honeycomb/1.17. | + | [https://docs.fd.io/honeycomb/1.17.04/release-notes-aggregator/release_notes.html '''Release notes''']: |
* New/Updated/Removed/Deprecated Features | * New/Updated/Removed/Deprecated Features | ||
* Install guide | * Install guide | ||
* Devel guide | * Devel guide | ||
* User guide | * User guide | ||
− | |||
− | '''[[Honeycomb/Release_Plans/Release_Plan_17. | + | === 17.07 - Current master === |
+ | |||
+ | '''[[Honeycomb/Release_Plans/Release_Plan_17.07| Release plan]]''': | ||
* Work planned for release | * Work planned for release | ||
* Milestones leading to the release | * Milestones leading to the release | ||
− | [https://docs.fd.io/honeycomb/1.17. | + | [https://docs.fd.io/honeycomb/1.17.07-SNAPSHOT/honeycomb-aggregator/index.html '''Documentation''']: |
* Devel documentation | * Devel documentation | ||
* Overview | * Overview | ||
Line 134: | Line 124: | ||
* ... for each module in Honeycomb project | * ... for each module in Honeycomb project | ||
− | [https://docs.fd.io/honeycomb/1.17. | + | [https://docs.fd.io/honeycomb/1.17.07-SNAPSHOT/release-notes-aggregator/release_notes.html '''Release notes''']: |
* New/Updated/Removed/Deprecated Features | * New/Updated/Removed/Deprecated Features | ||
* Install guide | * Install guide | ||
* Devel guide | * Devel guide | ||
* User guide | * User guide | ||
+ | |||
+ | === Previous releases === | ||
+ | ==== 16.09 ==== | ||
+ | <b>[[Honeycomb/Releases/1609| Honeycomb 1609 release page]]</b> | ||
+ | ==== 17.01 ==== | ||
+ | * '''[[Honeycomb/Release_Plans/Release_Plan_17.01| Release plan]]''': | ||
+ | * [https://docs.fd.io/honeycomb/1.17.01/release-notes-aggregator/release_notes.html '''Release notes'''] | ||
+ | * [https://docs.fd.io/honeycomb/1.17.01/honeycomb-aggregator/index.html '''Documentation''']: | ||
== Honeycomb backlog == | == Honeycomb backlog == |
Revision as of 06:28, 4 May 2017
Honeycomb Facts |
Project Lead: Marek Gradzki
Repository: git clone https://gerrit.fd.io/r/honeycomb |
Contents
Intro
Honeycomb is a generic NETCONF/RESTCONF java-based management agent and provides a framework for building specialized agents.
It uses many features and utilities from different Opendaylight (ODL) projects (e.g. yangtools, controller, mdsal and netconf). The biggest use case of honeycomb is VPP (fd.io’s Vector packet processor). Honeycomb delivers a management agent to enable integration of VPP with e.g. SDN controllers such as Opendaylight.
For VPP specific distribution of Honeycomb, please refer to hc2vpp project.
Overview
Slides
Honeycomb overview presentation from Paris FD.io 2016 event: File:Honeycomb overview.pptx
Honeycomb 1609 overview update from fd.io Seattle summit 2016: File:HC 1609 overview.pptx
Generic nature
Honeycomb provides a distribution to control VPP. However HC is developed as a generic agent that can be positioned on top of any other software/system etc. that can be controlled from Java(or some other JVM language) code. This is achieved thanks to the modularity of HC enabling any "translation plugin" such as V3PO (VPP core management translation code) to work in HC framework.
Minimal distribution
Honeycomb provides a minimal distribution that contains only:
- HC framework jars + plugin jars + dependencies from Opendaylight
- HC framework config files + plugin config files
- Runnable shell scripts
Project Contact Name and Email
- honeycomb-dev list,
- Maros Marsalek, LF-ID: mmarsale,
- Marek Gradzki, LF-ID: mgradzki,
- Ed Warnicke, LF-ID: hagbard,
- Dave Wallace, LF-ID: dwallacelf,
Weekly meeting
Scope
This section is devided into 2 sections: in-scope and out-of-scope to clearly define what is developed as part of Honeycomb project and what will be just reused from other projects (or where Honeycomb relies on other projects).
Honeycomb project scope:
- Translation layer between device management and Yang based data structures
- Honeycomb distribution
- Minimal distribution for Honeycomb management agent with all dependencies from ODL and their wiring
Out of scope:
- Yang models and translation code for VPP management
- Moved to hc2vpp in 17.01
- Vpp-japi
- Java APIs for VPP, allowing JVM to interact with VPP is out of scope of Honeycomb project and is part of the base VPP project
- Yang parser
- Available from ODL's yangtools project
- Base implementation of northbound interfaces
- Base implementation of generic northbound interfaces is out of scope and will be reused from ODL's netconf project
- Yang based data structures and a dedicated DataTree(storage)
- Integration/performance testing
- Complex integration or performance tests are out of scope of Honeycomb project and are part of CSIT project
- Any other application based on top of Honeycomb is out of scope of this project and needs to be hosted in a dedicated project inside or outside of fd.io
Releases
17.04 - Last stable
- Work planned for release
- Milestones leading to the release
- Devel documentation
- Overview
- Details
- Javadocs
- ... for each module in Honeycomb project
- New/Updated/Removed/Deprecated Features
- Install guide
- Devel guide
- User guide
17.07 - Current master
- Work planned for release
- Milestones leading to the release
- Devel documentation
- Overview
- Details
- Javadocs
- ... for each module in Honeycomb project
- New/Updated/Removed/Deprecated Features
- Install guide
- Devel guide
- User guide
Previous releases
16.09
17.01
Honeycomb backlog
Backlog can be found in: Honeycomb's JIRA.
Code quality
Current sonar analysis can be found at: Honeycomb's sonar
Devel
HowTo: Cutting stable branches
Design and architecture
// TODO These all should be part of the code in e.g. adoc format, built during CI, deployed and just linked here
Honeycomb Translation layer/SPI
Honeycomb persistence/Reconciliation with VPP