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
This commit is contained in:
parent
8adfcc65c6
commit
46bf9e0f13
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user