Using disk image builder to create rapid VM 63/72063/3
authorLuc Provoost <luc.provoost@intel.com>
Mon, 15 Feb 2021 14:01:20 +0000 (15:01 +0100)
committerLuc Provoost <luc.provoost@intel.com>
Thu, 18 Feb 2021 13:38:16 +0000 (14:38 +0100)
commit480fcf799c1c30421e10abb78b91303ade4bc059
treef314b637e94ccca6c49cbb59c1c4f5d76886d9b4
parent849357bb9ca1d27993c9e96b93156ec69b3ac3a9
Using disk image builder to create rapid VM

All files are now availavle to build a qcow2 image using disk image builder.
This image is based on centos 7. DPDK and PROX are installed together
with some optimizations.

Change-Id: I61aa91206ea7f8b3b6a3ff7d490d1804e7e784c8
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
14 files changed:
rapidvm/README.rst [new file with mode: 0644]
rapidvm/dib/build-image.sh [new file with mode: 0755]
rapidvm/dib/elements/rapid/element-deps [new file with mode: 0644]
rapidvm/dib/elements/rapid/package-installs.yaml [new file with mode: 0644]
rapidvm/dib/elements/rapid/post-install.d/40-mlib [new file with mode: 0755]
rapidvm/dib/elements/rapid/post-install.d/50-compile-dpdk [new file with mode: 0755]
rapidvm/dib/elements/rapid/post-install.d/60-compile-prox [new file with mode: 0755]
rapidvm/dib/elements/rapid/post-install.d/70-os-cfg [new file with mode: 0755]
rapidvm/dib/elements/rapid/post-install.d/80-change-permissions [new file with mode: 0755]
rapidvm/dib/elements/rapid/post-install.d/81-clean-rpms [new file with mode: 0755]
rapidvm/dib/elements/rapid/source-repository-dpdk [new file with mode: 0644]
rapidvm/dib/elements/rapid/source-repository-samplevnf [new file with mode: 0644]
rapidvm/dib/verify-image.sh [new file with mode: 0755]
tox.ini