
This change enables building the stx-nova and stx-ceilometer images within the Debian build framework. It is now based on stx-debian and following the new convention for StarlingX images. Test Plan: PASS: Build both images PASS: Manually upload the built images to a system, use helm-override to change their respective containers images and reapply stx-openstack PASS: Ensure affected pods successfully start and are running PASS: Ensure affected pods liveness and readiness probes are healthy Story: 2010072 Task: 47090 Depends-On: https://review.opendev.org/c/starlingx/root/+/871314 Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com> Change-Id: Ibe92ad8eb003df225dd77be60bd9c5387f1109a3
24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-ceilometer
|
|
PROJECT=ceilometer
|
|
PROJECT_REPO=https://opendev.org/openstack/ceilometer.git
|
|
PROJECT_REF=stable/ussuri
|
|
PIP_PACKAGES="\
|
|
gnocchiclient \
|
|
libvirt-python \
|
|
panko==5.0.0
|
|
"
|
|
DIST_REPOS="OS"
|
|
DIST_PACKAGES="\
|
|
ipmitool \
|
|
libvirt0 \
|
|
libvirt-clients \
|
|
libvirt-daemon \
|
|
libvirt-daemon-driver-lxc \
|
|
libvirt-daemon-driver-qemu \
|
|
libvirt-daemon-driver-storage-gluster \
|
|
libvirt-login-shell
|
|
"
|
|
UPDATE_SYSTEM_ACCOUNT="yes"
|
|
NON_UNIQUE_SYSTEM_ACCOUNT="yes"
|