From 46bf9e0f1334d1066e10474d5cc114fc9a1b897c Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 13 Oct 2020 12:08:37 +0200 Subject: [PATCH] Use centos element for dib on focal Using centos element to build centos8 based image with dib. The centos-minimal element can't be used on ubuntu focal at the moment because of missing components (e.g. yum-utils) used by diskimage-builder to bootstrap the image. Change-Id: I074abf442280eaee5616b95401fa84bb6fff99ea --- zuul.d/ironic-python-agent-builder-jobs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index f6b839d..e0479cd 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -33,12 +33,12 @@ - job: name: ironic-python-agent-build-image-dib-centos8 parent: ironic-python-agent-build-image-base - nodeset: centos-8 + nodeset: ubuntu-focal required-projects: - openstack/diskimage-builder vars: image_type: 'dib' - image_distro: 'centos-minimal' + image_distro: 'centos' image_release: 8 - job: @@ -92,12 +92,12 @@ - job: name: ironic-python-agent-check-image-dib-centos8 parent: ironic-python-agent-check-image-base - nodeset: centos-8 + nodeset: ubuntu-focal required-projects: - openstack/diskimage-builder vars: image_type: 'dib' - image_distro: 'centos-minimal' + image_distro: 'centos' image_release: 8 - job: