Commit Graph

16 Commits

Author SHA1 Message Date
astebenkova 943fa12967 [openvswitch] Build ovs-dpdk images
Change-Id: Ieb4952f4e45e5c7c4e8ac2daa47e7897b6ab821c
2024-01-30 11:56:04 +02:00
Sadegh Hayeri bfaac24bd0 Add ovs jammy
Change-Id: Id01c093ef22e289f0baacf7889795b9ece01d897
2023-07-04 11:57:49 +03:30
Mohammed Naser 876fb47ddf Add OVS images for Focal
Change-Id: I91772df33fac1b737213a88d7430760c3c91d484
2021-05-13 00:04:15 -04:00
Pete Birley 5046975869 Images: Update all images to allow base image over-rides
This PS updates all dockerfiles to allow base image over-rides as
required by many consumers of OSH.

Change-Id: I53daac9c1ec4707628565abc912116d8997eba16
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2020-08-11 04:50:26 +00:00
Roy Tang bdc197cb62 Update ovs dpdk image to dpdk version 18.11.5
Change-Id: I4b9c75a36695117b6ec7cb51e29313c4d725f1fa
2020-05-11 10:40:40 -05:00
Roy Tang c200136f44 Update source compile version for dpdk/ovs
Update the bionic dpdk image to the following
ovs 2.11.1
dpdk 18.11.3

Change-Id: I38cea791f9bd6972139605d19ca2dc82ee37dbaf
2019-11-19 20:23:59 +00:00
Tin Lam 8d8c3e7158 Change image to use python 3
This patch set updates the Dockerfile to use python3 and pip3 instead
for all ubuntu images.

Change-Id: I20a6f1a28b2adadd66d42907bbec977c28f5a044
Signed-off-by: Tin Lam <tlam@omegaprime.dev>
2019-10-28 21:11:55 +00:00
Deepak Tiwari aeafbf6215 Add capability to source compile dpdk/ovs
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
2019-08-22 14:47:54 +00:00
Manuel Buil 86be43387b Add support for DPDK to opensuse openvswitch image
This patch adds a leap 15.0 openvswitch image with DPDK support by
installing both ovs and dpdk available packages. The versions are:

openvswitch 2.11
dpdk 18.11.0

Change-Id: Idc1973f5ea3dd3be2e4cf1c964cf0e60c849a159
Signed-off-by: Manuel Buil <mbuil@suse.com>
2019-07-22 17:28:11 +02:00
chengli3 da2ea9b942 Add ubuntu bionic based ovs image
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
2019-06-24 11:17:27 +08:00
Zuul 6661377ead Merge "Adding temporary individual OVS image with DPDK support" 2019-05-28 15:35:25 +00:00
Georg Kunz e537013418 Adding temporary individual OVS image with DPDK support
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
2019-05-16 16:35:06 +02:00
Jean-Philippe Evrard bcb124acc1 Revert "Adding support for DPDK to openvswitch image"
This reverts commit a3d324b5b6.

This causes issues [1] when trying to use the built image inside
the OSH repos, which is a first step of a pipeline from image
building to full testing.

[1]: http://logs.openstack.org/66/658766/1/check/openstack-helm-infra-openstack-support/c35a41e/

Change-Id: Ie7432a205f957ed13cf3f502daf05d6b8cdb32b8
2019-05-16 12:47:27 +02:00
Georg Kunz a3d324b5b6 Adding support for DPDK to openvswitch image
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
2019-04-09 01:10:41 +02:00
Jean-Philippe Evrard 4237ef1a6d Add openSUSE Leap 15 openvswitch image
Change-Id: Ia5e62853ff54904bd70c2839733e5ee5fe165cf9
Co-Authored-By: Stephanie Miller <stephane@alum.mit.edu>
2018-12-12 10:05:19 +00:00
Jean-Philippe Evrard 0acfaab7b1 Add openstack-helm repo images
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
2018-11-29 08:45:54 +00:00