Skip to content

Commit 83a3c8f

Browse files
authored
Merge pull request #702 from stackhpc/fix_esp_sizing
Reduce ESP partition size in deployment image
2 parents 6138ddc + d62aaea commit 83a3c8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
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-20230929T133006"
6+
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20231012T121552"
77
stackhpc_ubuntu_focal_overcloud_host_image_version: "yoga-20230609T120720"
8-
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20230609T120720"
8+
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20231012T121552"

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ stackhpc_overcloud_dib_block_device_config_uefi_lvm: |
104104
partitions:
105105
- name: ESP
106106
type: 'EF00'
107-
size: 550MiB
107+
size: 500MiB
108108
mkfs:
109109
type: vfat
110110
mount:

0 commit comments

Comments
 (0)