Files for vFW DT Use case tutorial
[demo.git] / tutorials / vFWDT / workflow / README.md
1 This python script is used to execute Traffic Distribution workflow on vFWDT service instance.
2 It uses AAI, OOF and APPC API to perform steps necessary to distribute traffic from one to the other 
3 instance of vFW. Full description of the the use case can be found in here
4
5 [ONAP vFW Traffic Distribution Use Case](https://docs.onap.org/en/latest/submodules/integration.git/docs/docs_vFWDT.html)
6
7 Usage:
8
9 `pip3 install -r requirements.txt --user`
10
11 `python3 workflow.py 55f59a16-4c10-45e1-9873-6322a25d040a 10.12.5.63 True False False True`
12
13 Input parameters:
14 * vnf-id of vFW VNF instance that traffic should be migrated out from
15 * IP of ONAP OOM Node (any)
16 * if script should use and build OOF response cache
17 * if instead of vFWDT service instance vFW or vFWCL one is used
18 * if only configuration information will be collected
19 * if APPC LCM action status should be verified and FAILURE should stop workflow
20