python-tripleoclient/tripleoclient/tests/v1/overcloud_image
Harald Jensås e21e04884e Convert to 'raw' images when uploading
When using the ironic "direct" deploy interface RAW images
are streamed to the target node. In comparison 'qcow2' images
is transferred to the baremtal node and the image is then
converted in to 'raw' in RAM. This put's a high RAM requirement
on the baremetal nodes.

This change updates the image upload/update code to convert
the 'qcow2' image to a 'raw' image prior to upload/update.

Related-Bug: #1893912
Change-Id: I4774e6afc3844ee7c1e8900f2509a2c402abf490
2020-09-11 11:12:30 +02:00
..
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
test_overcloud_image.py Convert to 'raw' images when uploading 2020-09-11 11:12:30 +02:00