
Build stx-openstack related images using stx-debian base image This change port openstack related images from Centos to Debian in stx/upstream. The following images were ported: - stx-cinder - stx-glance - stx-neutron - stx-openstackclients - stx-heat - stx-barbican Test Plan: PASS - Build images in a debian build environment PASS - Manually upload the built images to stx-openstack, use helm-override to change the required containers image and reapply stx-openstack. PASS - Check the healthy of the pods related to those images Story: 2010072 Task: 47088 Signed-off-by: Romulo Leite <romulo.leite@windriver.com> Change-Id: Ief0f0c53eb973dad2dd5b7461d756ad79278858e
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-cinder
|
|
PROJECT=cinder
|
|
DIST_REPOS="OS"
|
|
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
|
PROJECT_REF=stable/ussuri
|
|
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
|
|
DIST_PACKAGES="nfs-common"
|
|
PIP_PACKAGES="pycryptodomex python-swiftclient pylint"
|
|
PROFILES="fluent cinder lvm ceph qemu"
|