As we are moving to bionic version, this patch is to add ubuntu bionic
based ovs image to support ovs-dpdk. Also this patch removes the
debian_dpdk image, as it doesn't work correctly on some CPUs.
Change-Id: I3f720dfa0736cabbaa59406871b039d8762ce4de
This adds a Dockerfile and build job for a separate OVS image with
DPDK support enabled. This is supposed to be a temporary workaround
until the images are DPDK-enabled and pass all tests in the gate
jobs.
Change-Id: Ia33b0cb01141f2c7931c79d5c5c109286f9eaea4
This patch adds a source build of DPDK 17.11.5 to the openvswitch image
and enables DPDK during build time of openvswitch. Moreover, it bumps
the version of openvswitch from 2.8.1 to 2.10.1.
Change-Id: I2d188ce6fc4c33e1b7e38cb6c8ff330677ee1902
This adds the building of the images present in the OpenStack-Helm
repository.
Images follow the same process as images from the osh-infra
repository.
Kubernetes-entrypoint is not used anymore and therefore was
not migrated over.
Likewise, LOCI is not following these images building process,
and therefore will be included in a different patch.
The manual build script do not expose the extra arguments
previously exposed, like KUBE_VERSION or OVS_VERSION by default.
It also means a future tagged version of this repository will
use the KUBE_VERSION or OVS_VERSION that are in tree, and
therefore very explicit.
Change-Id: If4ff73c37ed8bccb9f6951f3ccdbb7640e9b55a5