createrapid.py is now using heat templates yaml 77/70177/2
authorLuc Provoost <luc.provoost@intel.com>
Mon, 11 May 2020 09:06:17 +0000 (05:06 -0400)
committerLuc Provoost <luc.provoost@intel.com>
Fri, 15 May 2020 09:55:09 +0000 (11:55 +0200)
commit9d4e94ed8cbd2110cab0388181bad3223a1155ce
treef5c92fdccccdc54701ea21a2a4e7b6aa47bfe8cd
parent4d932aced6931d756e07dbce6ab7cf04799ba5f4
createrapid.py is now using heat templates yaml

yaml files have been added to the repo as an example. Please check the
README explaining the output section reqs for this yaml file. There is
also a new file (config_file): it also specifies which yaml files to
use. multiple dataplane interfaces per VM can now be specified and will
appear in the <STACK>.env file. An error in setting the packet size has
been fixed (see set_udp_packet_size for packet size setting details)

Change-Id: Ie89a4940521dac7dd3652acca477739abb9f5497
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
17 files changed:
VNFs/DPPD-PROX/helper-scripts/rapid/README
VNFs/DPPD-PROX/helper-scripts/rapid/check_prox_system_setup.sh
VNFs/DPPD-PROX/helper-scripts/rapid/config_file [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/createrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh
VNFs/DPPD-PROX/helper-scripts/rapid/irq.test
VNFs/DPPD-PROX/helper-scripts/rapid/openstack-rapid.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/params_rapid.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid-openstack-server.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_flowsizetest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_log.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/sharkproxlog.sh
VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py [new file with mode: 0755]