diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-12-15 14:20:13 +0000 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-12-15 14:20:13 +0000 |
commit | 8b83e9ec62c1c5bca653dd2ba8b8ceacb35fdacc (patch) | |
tree | 11345e03f6b8f6627cf8d0c88d55916aedca5880 /devstack | |
parent | 05f2c8b79f0d6b7e9200bbc531ff621d2029da2e (diff) | |
download | ironic-8b83e9ec62c1c5bca653dd2ba8b8ceacb35fdacc.tar.gz |
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
Diffstat (limited to 'devstack')
-rw-r--r-- | devstack/lib/ironic | 2 |
1 files changed, 1 insertions, 1 deletions
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 |