Fix dib ipa jobs
The dib image is based on debian "bullseye" which currently suffers of two issues: - does not get an ip when booting - does not recognize any partition for the EFI installation The first issue is fixed by the patch in diskimage-builder this patch depends on. The second issue is fixed addin the block-device-efi dib element to the dib image. Depends-On: I117964a60615a5b7e9984f52f02cd018d1a48ed0 Story: 2009756 Task: 44226 Change-Id: I7ee0bd04f387e7fc2055feeab345f80ca6b3ad0a
This commit is contained in:
parent
87a2fdcc56
commit
bb43fd8b75
@ -34,6 +34,7 @@
|
||||
dib_imagetype: "qcow2"
|
||||
dib_elements: >
|
||||
{{ dib_image_type|default('vm') }}
|
||||
{% if default_boot_mode != "bios" %}block-device-efi{% endif %}
|
||||
enable-serial-console
|
||||
{{ dib_init_element|default('simple-init') }}
|
||||
{{ extra_dib_elements|default('') }}
|
||||
|
@ -80,4 +80,4 @@
|
||||
- bifrost-upgrade-keystone-centos8
|
||||
experimental:
|
||||
jobs:
|
||||
- bifrost-benchmark-ironic
|
||||
- bifrost-benchmark-ironic
|
Loading…
Reference in New Issue
Block a user