You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »


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 

SeqNameSourceTargetActorREST calls


















Config

SeqNameSourceTargetActorREST calls

create customerrobotaai./demo.sh init

create service modelrobotaai./demo.sh init







Service Deployment

SeqNameSourceTargetActorREST calls

deploy service modelvid
demo user

create service instancevid
demo user






VNF Creation

SeqNameSourceTargetActorREST calls


robot
./demo.sh init












VFModule Preload

SeqNameSourceTargetActorREST calls

preload vnfrobot
./demo.sh preload <DemoVNF> <DemoModule>












VFModule Creation

SeqNameSourceTargetActorREST calls

create vf module <DemoModule>vid
demo user












Closed Loop

SeqNameSourceTargetActorREST calls

appcrobot
./demo.sh appc <DemoModule>












see also

Tutorial: Testing the vFW flow in a standalone PDP-D (v1.1.0)

  • No labels