Files
zuul-jobs/roles/upload-image-swift/defaults/main.yaml
James E. Blair b4ebca61cc Allow disabling compression of uploaded images
This may not be required for openstack, but let's maintain parity
between the swift and s3 upload roles.

Change-Id: I3740528d90b27ca36d742b6069014a395252a1f3
Co-Authored-By: Simon Westphahl <simon.westphahl@bmw.de>
2025-10-10 09:29:23 -07:00

8 lines
519 B
YAML

upload_image_swift_image_name: '{{ build_diskimage_image_name | default(zuul.image_build_name) }}'
upload_image_swift_delete_after: 0
upload_image_swift_filename: '{{ build_diskimage_image_root }}/{{ build_diskimage_image_name }}.{{ upload_image_swift_extension }}'
upload_image_swift_name: '{{ zuul.build }}-{{ build_diskimage_image_name }}.{{ upload_image_swift_extension }}'
upload_image_swift_extension: '{{ upload_image_swift_format }}'
upload_image_swift_compress_image: true
upload_image_swift_hash_timeout: 600