Skip to content

Commit

Permalink
Merge pull request #702 from stackhpc/fix_esp_sizing
Browse files Browse the repository at this point in the history
Reduce ESP partition size in deployment image
  • Loading branch information
mnasiadka authored Oct 26, 2023
2 parents 6138ddc + d62aaea commit 83a3c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/pulp-host-image-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# These images must be in SMS, since they are used by our AIO CI runners
stackhpc_centos_8_stream_overcloud_host_image_version: "yoga-20230525T095243"
stackhpc_rocky_8_overcloud_host_image_version: "yoga-20230629T135322"
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20230929T133006"
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20231012T121552"
stackhpc_ubuntu_focal_overcloud_host_image_version: "yoga-20230609T120720"
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20230609T120720"
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20231012T121552"
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc-overcloud-dib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ stackhpc_overcloud_dib_block_device_config_uefi_lvm: |
partitions:
- name: ESP
type: 'EF00'
size: 550MiB
size: 500MiB
mkfs:
type: vfat
mount:
Expand Down

0 comments on commit 83a3c8f

Please sign in to comment.