File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33# These images must be in SMS, since they are used by our AIO CI runners
44stackhpc_centos_8_stream_overcloud_host_image_version : " yoga-20230525T095243"
55stackhpc_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 "
77stackhpc_ubuntu_focal_overcloud_host_image_version : " yoga-20230609T120720"
88stackhpc_ubuntu_jammy_overcloud_host_image_version : " yoga-20230609T120720"
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11---
22# This needs to be updated to the latest release.
33release_tag_re : stackhpc/12\.\d+\.\d+\.\d
4+ ignore_null_merges : false
You can’t perform that action at this time.
0 commit comments