For each service, it was selected the latest commit of the branch stable/2024.1 The docker images are: - stx-heat - stx-cinder - stx-glance - stx-keystone Test Plan: PASS - Build stx-heat docker image PASS - Build stx-cinder docker image PASS - Build stx-glance docker image PASS - Build stx-keystone docker image PASS - Load built Docker images to registry.local and apply stx-openstack Story: 2011303 Task: 51605 Depends-on: https://review.opendev.org/c/starlingx/root/+/940155 Change-Id: Ia26f538e0f8f5c36a5113f11ce08fa3ab0be2540 Signed-off-by: Jose Claudio <joseclaudio.paespires@windriver.com>
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-cinder
|
|
PROJECT=cinder
|
|
DIST_REPOS="OS"
|
|
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
|
PROJECT_REF=eeb592af5e75855fa85fa9c6dec3abea8fe86740
|
|
UPGRADE_PIP_PACKAGES=pip
|
|
PROJECT_UID=42425
|
|
PROJECT_GID=42425
|
|
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
|
|
DIST_PACKAGES="nfs-common"
|
|
PIP_PACKAGES="\
|
|
pycryptodomex \
|
|
python-swiftclient
|
|
"
|
|
PROFILES="fluent cinder lvm ceph qemu"
|