Commit Graph

11 Commits

Author SHA1 Message Date
josebb bd01eb7516 Add barbican-tempest-plugin in tempest image
Install pip packages with upper-constraints

Change-Id: I848a0c841bb31742c72abdb6e911c915eb44e725
2022-11-29 00:41:36 +00:00
Gage Hugo f60c30cdc4 Clean up older tempest distro releases
Currently tempest has several older linux distro Dockerfiles that
are either not maintained or used, this change removes them to
reduce the number of build targets we are doing to focus more
on what we actually use.

Change-Id: I01c1e2c39f76adebf05640c36af492121309e8d3
2022-06-15 11:15:39 -05:00
Gage Hugo d3bf8b7f95 Remove usage of ubuntu xenial
This change removes or updates any usage of ubuntu xenial either
to a newer version or removes any building of xenial images in
favor of using newer ones.

Change-Id: Ice391a36e17cdbe6783f42aa1d34d7dfe5fb6282
2022-04-27 12:49:07 -05:00
okozachenko 3974401a02 Add ubuntu focal image for tempest
Change-Id: I386a98cf88b26cce4c3c7ac7f03eaa22575c822c
2022-04-11 18:55:53 +10:00
Andrii Ostapenko 27f9516182
Pin setuptools for tempest
pip with 58.0.3 setuptools times out on backtracking. Pinning here
waiting for fixed version.

Change-Id: Ic56fa08649a3bad61103a8157124da1fb71c90d8
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-09-08 09:48:22 -06:00
Andrii Ostapenko 3bef118879
Fix vbmc and tempest images
Change-Id: Ifbc237550bc1dd959522bf550439858d3a1fa5b6
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-04-13 12:03:51 -05: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
Tin Lam 87c3246a55 Add tempest bionic image
This patch set adds an ubuntu bionic-based image for OpenStack tempest.

Also: place in a fix to the SUSE image so the build can succeed.

Change-Id: Id6d615e81b5c82043aec08755cf442eed32bf236
Signed-off-by: Tin Lam <tlam@omegaprime.dev>
2019-11-21 12:53:34 +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
Itxaka c105e83cd3
Add tempest suse image and zuul job
Adds dockerfile for building tempest under suse and build
it with zuul

Change-Id: Ib278deedb8e1daaa6d5e33a73a0fbf12bbee407e
2019-04-11 14:53:34 +02: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