Warning: Draft Content
This wiki is under construction
<<Add steps to observe closed loop control>>
For version 1.0.0 - Start with the section at and below "__Closedloop for vFirewall demo:__" in https://nexus.onap.org/content/sites/raw/org.openecomp.demo/README.md For example when packet throughput drops below 300 or rises above 700 packets/sec.
vFirewall Demo Runtime Behaviour
vFirewall Flow
Default Traffic Generator
The following default traffic should be observed out of the box on the PGN vm of the vFW demo after "./demo.sh appc DemoModule" was run.
Verify network traffic by getting your eth interface name and running tcpdump on it
ifconfig sudo tcpdump -i <ifname> |
---|
How many of the 10 TG streams is running is TBD?
TBD: the exact nature of what enabling 5 of the 10 TGs is?
TBD: what exactly is the correlation between the SEC_MEASUREMENT_OUTPUT and TCA_EVENT_OUTPUT (Threshold crossing action) - like a PK to relate them?
vFirewall Demo Sequence of Events
All the events during a VF creation so we can understand all the orchestration steps at a granular REST level.
Prerequisites
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
Config
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
create customer | robot | aai | ./demo.sh init | ||
create service model | robot | aai | ./demo.sh init | ||
Service Deployment
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
deploy service model | vid | demo user | |||
create service instance | vid | demo user | |||
VNF Creation
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
robot | ./demo.sh init | ||||
VFModule Preload
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
preload vnf | robot | ./demo.sh preload <DemoVNF> <DemoModule> | |||
VFModule Creation
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
create vf module <DemoModule> | vid | demo user | |||
Closed Loop
Seq | Name | Source | Target | Actor | REST calls |
---|---|---|---|---|---|
appc | robot | ./demo.sh appc <DemoModule> | |||
see also
Tutorial: Testing the vFW flow in a standalone PDP-D (v1.1.0)