aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/workflow/README.md
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2019-06-04 13:19:49 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2019-06-06 15:26:19 +0200
commitd2fd9916127de68e79ace6acd4eedf68873b4af1 (patch)
treedd00b36a1dc960788e63f6e54e836808157a0a3a /tutorials/vFWDT/workflow/README.md
parenta70fb5392b662c2d99e0b8e0779e9faaf9c4fc6f (diff)
Files for vFW DT Use case tutorial
Change-Id: Ie86576ba685ae446c53692e826e2fb83a628bf07 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Issue-ID: INT-751
Diffstat (limited to 'tutorials/vFWDT/workflow/README.md')
-rw-r--r--tutorials/vFWDT/workflow/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/tutorials/vFWDT/workflow/README.md b/tutorials/vFWDT/workflow/README.md
new file mode 100644
index 00000000..defab106
--- /dev/null
+++ b/tutorials/vFWDT/workflow/README.md
@@ -0,0 +1,20 @@
+This python script is used to execute Traffic Distribution workflow on vFWDT service instance.
+It uses AAI, OOF and APPC API to perform steps necessary to distribute traffic from one to the other
+instance of vFW. Full description of the the use case can be found in here
+
+[ONAP vFW Traffic Distribution Use Case](https://docs.onap.org/en/latest/submodules/integration.git/docs/docs_vFWDT.html)
+
+Usage:
+
+`pip3 install -r requirements.txt --user`
+
+`python3 workflow.py 55f59a16-4c10-45e1-9873-6322a25d040a 10.12.5.63 True False False True`
+
+Input parameters:
+* vnf-id of vFW VNF instance that traffic should be migrated out from
+* IP of ONAP OOM Node (any)
+* if script should use and build OOF response cache
+* if instead of vFWDT service instance vFW or vFWCL one is used
+* if only configuration information will be collected
+* if APPC LCM action status should be verified and FAILURE should stop workflow
+