From 1e9dd4ca14d09b5b51267f9a772babc13cef8ba1 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 27 Apr 2017 14:45:07 +0200 Subject: Hc2vpp 1.17.04 release notes Change-Id: Iafc20e55bd0b52d682559257657848b671e180f2 Signed-off-by: Marek Gradzki --- release-notes/pom.xml | 10 +++------ release-notes/src/main/asciidoc/release_notes.adoc | 10 +++++++++ .../src/main/asciidoc/user_guide/user_guide.adoc | 24 +++++++++++++++++++--- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/release-notes/pom.xml b/release-notes/pom.xml index 4a6b76ebe..49e63fb18 100644 --- a/release-notes/pom.xml +++ b/release-notes/pom.xml @@ -78,15 +78,11 @@ ${project.version} 17.04 10601 - master + stable/1704 17.04 - - - 17.04-SNAPSHOT + 17.04 17.04 - - - 17.04-SNAPSHOT + 17.04 https://git.fd.io/cgit/hc2vpp/tree https://git.fd.io/cgit/honeycomb/tree diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc index 179f9e55a..1fad4b3f1 100644 --- a/release-notes/src/main/asciidoc/release_notes.adoc +++ b/release-notes/src/main/asciidoc/release_notes.adoc @@ -19,6 +19,16 @@ Adding to the list of existing features: https://docs.fd.io/hc2vpp/1.17.01/relea === Removed features === Modified features +* V3PO module + +Some of the features provided by v3po module were moved to separate modules: + +** https://gerrit.fd.io/r/#/c/5530/[VPP classifier] +** https://gerrit.fd.io/r/#/c/5643/[L3] +** https://gerrit.fd.io/r/#/c/5706/[VPP management] + +for more details + * https://jira.fd.io/browse/HC2VPP-54[Proxy ARP] Added support for multiple ranges diff --git a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc index 7ca90f93c..3b706ef84 100644 --- a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc +++ b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc @@ -16,12 +16,12 @@ Honeycomb's configuration files present within its distribution: ** {project-infra-git-web}/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json?h={project-branch}[Honeycomb base configuration] * Honeycomb vpp plugins commons: ** {project-git-web}/vpp-common/vpp-common-integration/src/main/resources/honeycomb-minimal-resources/config/jvpp.json?h={project-branch}[VPP plugins common configuration] -* V3PO plugin: -** {project-git-web}/v3po/v3po2vpp/src/main/resources/honeycomb-minimal-resources/config/v3po.json?h={project-branch}[V3PO plugin for Honeycomb configuration] -* LISP plugin +* LISP plugin: ** {project-git-web}/lisp/lisp2vpp/src/main/resources/honeycomb-minimal-resources/config/lisp.json?h={project-branch}[LISP plugin for Honeycomb configuration] * Routing plugin: ** {project-git-web}/routing/routing-impl/src/main/resources/honeycomb-minimal-resources/config/routing.json?h={project-branch}[Routing plugin for Honeycomb configuration] +* VPP management plugin: +** {project-git-web}/vpp-management/impl/src/main/resources/honeycomb-minimal-resources/config/vpp-management.json?h={project-branch}[VPP management plugin configuration] === YANG models @@ -41,6 +41,14 @@ Honeycomb's configuration files present within its distribution: ** {project-git-web}/acl/acl-api/src/main/yang?h={project-branch}[ACL YANG models] * Context models ** {project-git-web}/vpp-common/naming-context-api/src/main/yang?h={project-branch}[Context YANG models] +* VPP management plugin +** {project-git-web}/vpp-management/api/src/main/yang?h={project-branch}[VPP management YANG models] +* L3 plugin +** {project-git-web}/l3/api/src/main/yang?h={project-branch}[L3 YANG models] +* DHCP plugin +** {project-git-web}/dhcp/dhcp-api/src/main/yang?h={project-branch}[DHCP YANG models] +* VPP classifier plugin +** {project-git-web}/vpp-classifier/api/src/main/yang?h={project-branch}[VPP classifier YANG models] === POSTMAN collections @@ -56,5 +64,15 @@ Honeycomb's configuration files present within its distribution: ** {project-git-web}/ioam/ioam_postman_collection.json?h={project-branch}[IOAM postman collection] * Routing plugin ** {project-git-web}/routing/routing_postman_collection.json?h={project-branch}[Routing postman collection] +** {project-git-web}/routing/routing_adv_postman_collection.json?h={project-branch}[Routing advertisements postman collection] * ACL plugin ** {project-git-web}/acl/acl_postman_collection.json?h={project-branch}[ACL postman collection] +* VPP management plugin +** {project-git-web}/vpp-management/vpp_management_postman_collection.json?h={project-branch}[VPP management postman collection] +* L3 plugin +** {project-git-web}/l3/impl/l3_postman_collection.json?h={project-branch}[L3 postman collection] +* DHCP plugin +** {project-git-web}/dhcp/dhcp_postman_collection.json?h={project-branch}[DHCP postman collection] +* VPP classifier plugin +** {project-git-web}/vpp-classifier/vpp_classifier_postman_collection.json?h={project-branch}[VPP classifier postman collection] +** {project-git-web}/vpp-classifier/policer_postman_collection.json?h={project-branch}[Policer postman collection] -- cgit 1.2.3-korg