NFVBENCH-196: New NFVbench image for generator part (nfvbench and TRex codes inside VM) 87/71687/6 5.0.0
authorfmenguy <francoisregis.menguy@orange.com>
Mon, 16 Nov 2020 16:01:33 +0000 (17:01 +0100)
committerfmenguy <francoisregis.menguy@orange.com>
Wed, 28 Apr 2021 09:00:55 +0000 (11:00 +0200)
commit83c4a7885d7c32901ff7335bdbef9d8d9f4417d7
treea9a9a5ed6f6e6ef5eb3413d5d9be809409b8e719
parentffa058dfad5d98c6af50126748cd5798ed7b3d94
NFVBENCH-196: New NFVbench image for generator part (nfvbench and TRex codes inside VM)

Change-Id: Id919a1b9dbf5e04b198d022432ed5c64232a27ba
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
23 files changed:
docker/Dockerfile
nfvbenchvm/README.rst
nfvbenchvm/dib/build-image.sh
nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation
nfvbenchvm/dib/elements/nfvbenchvm/package-installs.yaml
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-testpmd-script
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-add-execute-attribute [deleted file]
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-copy-rc-local [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/04-add-execute-attribute [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/51-cloudcfg-edit
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/52-nfvbench-script [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/53-sshd-script [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/99-cleanup
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/modprobe.d/vfio.conf [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/modules-load.d/vfio-pci.conf [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/profile.d/nfvbench.sh [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local.generator [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local.loopvm [moved from nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local with 94% similarity]
nfvbenchvm/dib/elements/nfvbenchvm/static/etc/systemd/system/nfvbench.service [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/nfvbench/configure-nfvbench.sh [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/nfvbench/nfvbench.conf [new file with mode: 0644]
nfvbenchvm/dib/elements/nfvbenchvm/static/nfvbench/start-nfvbench.sh [new file with mode: 0644]