From 8b83e9ec62c1c5bca653dd2ba8b8ceacb35fdacc Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 15 Dec 2020 14:20:13 +0000 Subject: Revert "devstack: build DIB images with CentOS Stream by default" This reverts commit 05f2c8b79f0d6b7e9200bbc531ff621d2029da2e. It is being reverted as the centos stream images contain extra, un-necessary libraries and packages installed which swells the ramdisk size up substantially and is causing failures in CI as the compressed image size expanded by about 100MB, and uncompressed the stream images are 1.1GB. Change-Id: Icc3a18ed12d309fd9a00f02d5e703dfeda50e86b --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index c4b85891b..a53cc6824 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -316,7 +316,7 @@ if [[ -z "$IRONIC_DIB_RAMDISK_OPTIONS" ]]; then if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then # Adapt for DIB naming change IRONIC_DIB_RAMDISK_OS=centos - IRONIC_DIB_RAMDISK_RELEASE=8-stream + IRONIC_DIB_RAMDISK_RELEASE=8 fi IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS" fi -- cgit v1.2.1