mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2026-01-07 16:01:30 +00:00
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
22 lines
501 B
ReStructuredText
22 lines
501 B
ReStructuredText
=======================
|
|
Tempest container image
|
|
=======================
|
|
|
|
This image is installing tempest with a few tempest plugins from the
|
|
head of the master branch in OpenStack.
|
|
|
|
Manual build for Ubuntu Xenial
|
|
==============================
|
|
|
|
Here are the instructions for building Xenial image:
|
|
|
|
.. literalinclude:: ../../tempest/build.sh
|
|
:lines: 7-12
|
|
:language: shell
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tempest/build.sh
|