aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-04-22 18:40:31 -0400
committerMarco Platania <platania@research.att.com>2019-04-22 18:41:01 -0400
commitb4c1fab00ea63ccce04e3f919c2e5d8bcf662669 (patch)
tree3f53bfd0e1b9e5f53a24ded6a0547abb6bac1007
parent9a30a42d1f42262d9c4e13ae062d1d4ad423046e (diff)
Update vFW documentation
Change-Id: Idd2dddbe40c4c2c3a27de72f41909bbaf6e1d5fe Issue-ID: INT-1040 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--docs/docs_vfw.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/docs_vfw.rst b/docs/docs_vfw.rst
index 9c5abc6e8..fd5fdecee 100644
--- a/docs/docs_vfw.rst
+++ b/docs/docs_vfw.rst
@@ -63,13 +63,21 @@ The command above enables 5 streams.
Running the Use Case
~~~~~~~~~~~~~~~~~~~~
-Users can run the use case using the automated Robot Framework or manually. For using the Robot Framework in an ONAP instance installed with OOM, users have to connect to the Rancher VM and run the following command:
+Users can run the use case using the automated Robot Framework or manually. For using the Robot Framework in an ONAP instance installed with OOM, users have to connect to the Rancher VM and run the following operations:
+
+::
+
+ bash oom/kubernetes/robot/ete-k8s.sh <namespace> instantiateVFWCL
+
+::
+
+ kubectl exec -it $PAP_POD -n onap -c pap -- bash -c 'export PRELOAD_POLICIES=true; /tmp/policy-install/config/push-policies.sh'
::
bash oom/kubernetes/robot/demo-k8s.sh <namespace> vfwclosedloop <pgn-ip-address>
-The script sets the packet generator to high and low rates, and checks whether the policy kicks in to modulate the rates back to medium.
+The first instruction instantiate the vFW using the templates in the heat/vFWCL directory in the demo repository. The second instruction pushes policies to the Policy Engine, while the third instruction sets the packet generator to high and low rates, checking whether the policy kicks in to modulate the rates back to medium.
For documentation about running the use case manually for previous releases, please look at the videos and the material available at this `wiki page`__.