From d8052fe89043bfb36cd249478252dd5f7f8e3e4e Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 25 Jun 2021 17:21:01 +1200 Subject: [PATCH] Shrink whole disk image from 40G to 6G See the tripleo-image-elements commit message for the background. Blueprint: whole-disk-default Depends-On: https://review.opendev.org/c/openstack/tripleo-image-elements/+/798040 Change-Id: I2b257a51164355175782e3f86906c38c21d125bd --- image-yaml/overcloud-hardened-images-uefi-python3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-yaml/overcloud-hardened-images-uefi-python3.yaml b/image-yaml/overcloud-hardened-images-uefi-python3.yaml index 3fac65a6f..3bcec783c 100644 --- a/image-yaml/overcloud-hardened-images-uefi-python3.yaml +++ b/image-yaml/overcloud-hardened-images-uefi-python3.yaml @@ -39,7 +39,7 @@ disk_images: DIB_PYTHON_VERSION: '3' DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth' DIB_BOOTLOADER_DEFAULT_CMDLINE: 'nofb nomodeset vga=normal console=tty0 console=ttyS0,115200 audit=1 nousb' - DIB_IMAGE_SIZE: '40' + DIB_IMAGE_SIZE: '6' COMPRESS_IMAGE: '1' DIB_BLOCK_DEVICE: 'efi' -