summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-04-27 14:45:07 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-05-02 09:25:38 +0200
commitd8b2e9bf2db11dec21a8ebd27c038c4ab6bd1473 (patch)
tree123e495159adc74a7658f00cca589b18c0ef0639
parent1bc4e16fff22ad7aa9f3c217361799f83380c6de (diff)
Documentation cleanup after Hc2vpp 1.17.04 release
Change-Id: Ibcd20e55bd0b52d681239257657848b671e180f2 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc3
-rw-r--r--release-notes/src/main/asciidoc/user_guide/user_guide.adoc24
2 files changed, 22 insertions, 5 deletions
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index b173f9f5a..96caa9e6f 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -7,10 +7,9 @@ and honeycomb {project-version}.
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/1701#Features[1701 feature list]:
+Adding to the list of existing features: https://docs.fd.io/hc2vpp/1.17.04/hc2vpp-parent/release-notes-aggregator/release_notes.html#_features[1704 feature list]:
=== New features
-* https://jira.fd.io/browse/HC2VPP-33[SLAAC]
=== Removed features
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]