Skip to content

Commit 38fb3ac

Browse files
authored
Merge branch 'stackhpc/yoga' into install-capi-driver
2 parents 50cb83f + b0fbc2d commit 38fb3ac

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install OpenStack client
144144
run: |
145145
source venvs/kayobe/bin/activate &&
146-
pip install python-openstackclient
146+
pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
147147
148148
- name: Build a CentOS Stream 8 overcloud host image
149149
id: build_centos_stream_8

etc/kayobe/pulp-host-image-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# These images must be in SMS, since they are used by our AIO CI runners
44
stackhpc_centos_8_stream_overcloud_host_image_version: "yoga-20230525T095243"
55
stackhpc_rocky_8_overcloud_host_image_version: "yoga-20230629T135322"
6-
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20230515T145140"
6+
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20230929T133006"
77
stackhpc_ubuntu_focal_overcloud_host_image_version: "yoga-20230609T120720"
88
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20230609T120720"

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,16 @@ stackhpc_overcloud_dib_packages:
6767
- "vim"
6868
- "git"
6969
- "less"
70+
- "python3"
7071
- "{% if os_distribution == 'ubuntu' %}netbase{% endif %}"
7172
- "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}"
7273
- "{% if os_distribution == 'ubuntu' %}curl{% endif %}"
7374
- "{% if os_distribution == 'ubuntu' %}apt-utils{% endif %}"
7475
- "{% if os_distribution == 'centos' %}openssh-clients{% endif %}"
7576
- "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
7677
- "{% if os_distribution == 'rocky' %}linux-firmware{% endif %}"
78+
- "{% if os_distribution == 'rocky' %}cloud-utils-growpart{% endif %}"
79+
- "{% if os_distribution == 'ubuntu' %}cloud-guest-utils{% endif %}"
7780

7881
# StackHPC overcloud DIB image block device configuration.
7982
# This image layout conforms to the CIS partition benchmarks.

releasenotes/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
# This needs to be updated to the latest release.
33
release_tag_re: stackhpc/12\.\d+\.\d+\.\d
4+
ignore_null_merges: false

0 commit comments

Comments
 (0)