Merge "Port openstack related images to stx-debian"

This commit is contained in:
Zuul 2023-01-17 13:30:45 +00:00 committed by Gerrit Code Review
commit e6e1d16db6
7 changed files with 67 additions and 0 deletions

View File

@ -1 +1,7 @@
openstack/python-barbican
openstack/python-cinder
openstack/python-glance
openstack/python-heat/openstack-heat
openstack/python-neutron
openstack/python-openstackclient
openstack/python-platformclients

View File

@ -0,0 +1,9 @@
BUILDER=loci
LABEL=stx-barbican
PROJECT=barbican
DIST_REPOS="OS"
PROJECT_REPO=https://opendev.org/openstack/barbican.git
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PROJECT_REF=stable/ussuri
PIP_PACKAGES="pycryptodomex"
PROFILES="fluent"

View File

@ -0,0 +1,10 @@
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"

View File

@ -0,0 +1,11 @@
BUILDER=loci
LABEL=stx-glance
PROJECT=glance
PROJECT_REPO=https://opendev.org/openstack/glance.git
PROJECT_REF=stable/ussuri
DIST_REPOS="OS"
UPDATE_SYSTEM_ACCOUNT="yes"
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="pycryptodomex python-swiftclient psutil pylint "
DIST_PACKAGES="libpq5"
PROFILES="fluent glance ceph"

View File

@ -0,0 +1,10 @@
BUILDER=loci
LABEL=stx-heat
PROJECT=heat
PROJECT_REPO=https://opendev.org/openstack/heat.git
PROJECT_REF=stable/ussuri
DIST_REPOS="OS"
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="pycryptodomex pylint"
DIST_PACKAGES="libxslt1.1"
PROFILES="fluent heat apache"

View File

@ -0,0 +1,11 @@
BUILDER=loci
LABEL=stx-neutron
PROJECT=neutron
DIST_REPOS="OS"
PROJECT_REPO=https://opendev.org/openstack/neutron.git
PROJECT_REF=stable/ussuri
UPDATE_SYSTEM_ACCOUNT="yes"
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
DIST_PACKAGES="ethtool lshw"
PROFILES="fluent neutron linuxbridge openvswitch"

View File

@ -0,0 +1,10 @@
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"