281590535e
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
452 B
Plaintext
11 lines
452 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-openstackclients
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
DIST_REPOS="OS"
|
|
PIP_PACKAGES="pycryptodomex httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
|
|
python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \
|
|
python-keystoneclient python-neutronclient python-novaclient python-barbicanclient \
|
|
python-swiftclient python-openstackclient"
|
|
DIST_PACKAGES="python-dev libffi-dev openssl bash-completion"
|