summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-04-27 14:45:07 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-27 15:46:19 +0200
commit1e9dd4ca14d09b5b51267f9a772babc13cef8ba1 (patch)
treebc84e282318c046c7773c5a123c719ce538076a4
parentba9af2574e9f6a73cbdbb01146584cb3edb0854f (diff)
Hc2vpp 1.17.04 release notes
Change-Id: Iafc20e55bd0b52d682559257657848b671e180f2 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--release-notes/pom.xml10
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc10
-rw-r--r--release-notes/src/main/asciidoc/user_guide/user_guide.adoc24
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>${project.version}</project-version>
<project-public-version>17.04</project-public-version>
<project-version-in-jira>10601</project-version-in-jira>
- <project-branch>master</project-branch>
+ <project-branch>stable/1704</project-branch>
<project-vpp-version>17.04</project-vpp-version>
- <!-- TODO set snapshot version to project-vpp-version after VPP is released-->
- <!--<project-vpp-snapshot-version>17.04</project-vpp-snapshot-version>-->
- <project-vpp-snapshot-version>17.04-SNAPSHOT</project-vpp-snapshot-version>
+ <project-vpp-snapshot-version>17.04</project-vpp-snapshot-version>
<project-snat-version>17.04</project-snat-version>
- <!-- TODO set snapshot version to project-snat-version after VPP is released-->
- <!--<project-snat-snapshot-version>17.04</project-snat-snapshot-version>-->
- <project-snat-snapshot-version>17.04-SNAPSHOT</project-snat-snapshot-version>
+ <project-snat-snapshot-version>17.04</project-snat-snapshot-version>
<project-git-web>https://git.fd.io/cgit/hc2vpp/tree</project-git-web>
<project-infra-git-web>https://git.fd.io/cgit/honeycomb/tree</project-infra-git-web>
</attributes>
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]