Documentation cleanup after Hc2vpp 1.17.04 release 49/6549/2
authorMarek Gradzki <[email protected]>
Thu, 27 Apr 2017 12:45:07 +0000 (14:45 +0200)
committerMarek Gradzki <[email protected]>
Tue, 2 May 2017 07:25:38 +0000 (09:25 +0200)
Change-Id: Ibcd20e55bd0b52d681239257657848b671e180f2
Signed-off-by: Marek Gradzki <[email protected]>
release-notes/src/main/asciidoc/release_notes.adoc
release-notes/src/main/asciidoc/user_guide/user_guide.adoc

index b173f9f..96caa9e 100644 (file)
@@ -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
 
index 7ca90f9..3b706ef 100644 (file)
@@ -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]