mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2026-01-10 01:11:45 +00:00
Add following capability to ubuntu bionic DPDK dockerfile: 1. Option to either compile ovs-dpdk from source (DPDK and OVS) or install it from package. By default package install is enabled. For src compile pass these build-args: OVS_SRC_COMPILE_VERSION and DPDK_SRC_COMPILE_VERSION. 2. Option to apply any patch to DPDK or OVS sources, in case using source compilation. For this ensure the patch file is kept in same folder as the Dockerfile.ubuntu_bionic-dpdk, and pass these build-args: OVS_PATCH_FILE_NAME and/or DPDK_PATCH_FILE_NAME. Change-Id: If806b241890deff77e9ae76f27d375a2bd680b11