HONEYCOMB-269: release notes update 57/6457/1
authorMarek Gradzki <mgradzki@cisco.com>
Fri, 27 Jan 2017 14:06:32 +0000 (15:06 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Wed, 26 Apr 2017 12:19:47 +0000 (12:19 +0000)
Change-Id: Ibd21e21932ddaff514221c0e5f111df3120e4d8e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
(cherry picked from commit 192d742f43a0272bfe73613630ccbfc9cb5d09e0)

release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc
release-notes/src/main/asciidoc/release_notes.adoc

index d844a2f..876e3ec 100644 (file)
@@ -5,9 +5,8 @@ link:release_notes.html[< Home]
 Honeycomb provides a framework for plugins to participate in the data handling. The plugins use YANG modeling language to describe what:
 
 * *data* they can handle (Create, Read, Update, Delete operations)
-* *notifications* do they emit
-
-NOTE: RPCs are not supported in this release.
+* *notifications* they do emit
+* *RPCs* they can handle
 
 A plugin usually consists of:
 
index 785ac4d..32ba487 100644 (file)
@@ -5,19 +5,30 @@ Release notes for honeycomb {project-version}.
 Honeycomb is a generic NETCONF/RESTCONF management agent and provides a framework
 for building specialized agents.
 
+It uses many features and utilities from different http://www.opendaylight.org/[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, refer to:
-!!!!! FIXME/TODO add link !!!!!!
+For VPP specific distribution of Honeycomb, please refer to https://wiki.fd.io/view/Hc2vpp[hc2vpp] project.
 
 == Release plan
 https://wiki.fd.io/view/Honeycomb/Release_Plans/Release_Plan_{project-public-version}[Release plan]
 
 == Features
-Adding to the list of existing features: https://wiki.fd.io/view/Honeycomb/Releases/1609#Features[1609 feature list]:
+* Generic, model-driven agent framework providing northbound interfaces
+** NETCONF
+** RESTCONF
+* Persistence/reconciliation mechanism
+* https://jira.fd.io/browse/HONEYCOMB-18 [Minimal distribution]
+** optimized set of ODL components, static wiring, runnable shell scripts
 
 === New features
+* https://jira.fd.io/browse/HONEYCOMB-151[RPC support]
+** RPC translation is done using RpcServices registered in RpcRegistry.
+* https://jira.fd.io/browse/HONEYCOMB-266[Loading test data from resource files]
+** Provides convenient framework for testing translation layer.
 
 === Removed features
 
@@ -31,6 +42,9 @@ Adding to the list of existing features: https://wiki.fd.io/view/Honeycomb/Relea
 
 == Backlog
 
+Process of spiting honeycomb project into generic (honeycomb) and vpp related (hc2vpp) parts
+was done during 1.17.01 release. Issues for both projects were tracked in the same jira.
+
 * https://jira.fd.io/projects/HONEYCOMB/versions/{project-version-in-jira}[JIRA]
 * https://jira.fd.io/jira/secure/ReleaseNote.jspa?projectId=10001&version={project-version-in-jira}[Release notes]