From a958b986af7b8f17ad23e5c31c7ff719c153021e Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 13 Apr 2020 18:46:35 +0200 Subject: Fix rst errors - Modify the linter to use sphinx linters (no coala bean) - Fix all broken links - fix minor rst issue - Add regex in ignore link (for ONAP URL and frankfurt doc) The rst target defined in tox will execute 3 steps: - local build of the documentation - check of the url Note 1: for the moment the Warning have not been turned into Error Note 2: frankfurt exeption shall be removed when frankfurt branch is available Issue-ID: INT-1523 Signed-off-by: mrichomme Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme --- docs/docs_vfw.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/docs_vfw.rst') diff --git a/docs/docs_vfw.rst b/docs/docs_vfw.rst index b9ed9adb7..ec46e5c64 100644 --- a/docs/docs_vfw.rst +++ b/docs/docs_vfw.rst @@ -28,7 +28,7 @@ These VFs run in three separate VMs. The packet generator sends packets to the packet sink through the firewall. The firewall reports the volume of traffic passing though to the ONAP DCAE collector. To check the traffic volume that lands at the sink VM, you can access -the link http://sink_ip_address:667 through your browser and enable automatic page +the link through your browser and enable automatic page refresh by clicking the "Off" button. You can see the traffic volume in the charts. The packet generator includes a script that periodically generates different @@ -60,7 +60,7 @@ operation policies that are currently enabled for the vFirewall use case: operational policy to request APPC to adjust the traffic volume to 500 packets per 10 seconds. - APPC sends a request to the packet generator to adjust the traffic volume. -- Changes to the traffic volume can be observed through the link http://sink_ip_address:667. +- Changes to the traffic volume can be observed through the link . Adjust packet generator @@ -130,7 +130,7 @@ expire. Monitoring the DMaaP topic for DCAE_CL_OUTPUT can be used to confirm that no TCA events are coming in from the VNF through VES/TCA. :: - http://:30227/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=5000 + http://K8S_HOST:30227/events/unauthenticated.DCAE_CL_OUTPUT/g1/c3?timeout=5000 +-------------+------------+ | JIRA ID | Status | -- cgit 1.2.3-korg