Tripleo needs to support full overcloud disk images
Bug #1630203 reported by
Yolanda Robla
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Description of problem:
Currently openstack image upload from tripleo, needs that 3 images are passed:
overcloud-
overcloud-
overcloud-
But there can be another use case, that is supported in Ironic, and that is the ability to use full disk images, as documented on:
Currently if you just provide the qcow2 image, the command fails complaining about missing initrd and vmlinuz.
Expected results:
tripleo shall just upload qcow2, and do not set kernel_id and ramdisk_id images, allowing for ironic to consider it as a full disk image.
tags: | added: security-hardening |
Changed in tripleo: | |
status: | Confirmed → Fix Committed |
Changed in tripleo: | |
status: | Fix Committed → Fix Released |
milestone: | none → ocata-2 |
To post a comment you must log in.
Important note: a whole disk image is not the same qcow2 image that we use. It is expected to have the whole partitioning built-in. When using DIB, you need to use "vm" element instead of "baremetal".