From cbaa97311802aae42aa3e19660e37e9336f8f81e Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 21 Oct 2016 12:24:40 +0200 Subject: Fix attributes substitution in release_notes Change-Id: I96ae1f6e5b21bf2db010758c8c0f4267aef59e93 Signed-off-by: Maros Marsalek Signed-off-by: Marek Gradzki --- release-notes/src/main/asciidoc/user_guide/user_guide.adoc | 2 +- release-notes/src/main/asciidoc/user_guide/user_running_honeycomb.adoc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'release-notes/src/main/asciidoc/user_guide') 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 494f2d241..7c7c4532d 100644 --- a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc +++ b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc @@ -15,7 +15,7 @@ Honeycomb's configuration files present within its distribution: * Honeycomb infra: ** {project-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/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/jvpp.json?h={project-branch}[VPP plugins common configuration] +** {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 diff --git a/release-notes/src/main/asciidoc/user_guide/user_running_honeycomb.adoc b/release-notes/src/main/asciidoc/user_guide/user_running_honeycomb.adoc index 676bb1cdd..07b82a59f 100644 --- a/release-notes/src/main/asciidoc/user_guide/user_running_honeycomb.adoc +++ b/release-notes/src/main/asciidoc/user_guide/user_running_honeycomb.adoc @@ -5,6 +5,7 @@ link:release_notes.html[< Home] == Starting Honeycomb agent The zipped vpp-integration distribution can be started by invoking: +[subs="+attributes"] sudo ./vpp-integration-distribution-{project-version}/honeycomb This will start Honeycomb with all ODL dependencies and VPP translation code. It will automatically initialize vpp-jvpp to create interface between VPP and Honeycomb. @@ -98,7 +99,7 @@ A notification should appear in opened NETCONF session. ==== Testing over RESTCONF is easier, and common calls can be found in this postman collection: -*{project-git-web}/v3po/postman_rest_collection.json?h={project-branch}[V3PO postman collection][Honeycomb V3PO POSTMAN collection]* +* {project-git-web}/v3po/postman_rest_collection.json?h={project-branch}[V3PO postman collection][Honeycomb V3PO POSTMAN collection]* Each request in the collection contains equivalent VPP command (over CLI or VAT, whichever works) in the description. ==== -- cgit 1.2.3-korg