
This adds a role similar to upload-image-swift to upload dib images to s3 for use by zuul-launcher. Change-Id: Ie802a0221717e6d5d5dcaa91771d07f8d0321889
2.1 KiB
Upload a filesystem image to an S3 bucket
This uploads a filesystem image (for example, one built by diskimage builder) to an S3 bucket. The role returns an artifact to Zuul suitable for use by the zuul-launcher.
Role Variables
The endpoint to use when uploading an image to an s3 compatible service. By default this will be automatically constructed by boto but should be set when working with non-AWS hosted s3 service.
AWS access key to use.
AWS secret key for the AWS access key.
This role will not create buckets which do not already exist.
Note that you will want to set this to a value that uniquely identifies your Zuul installation.
The bucket should be dedicated to image uploads so that the "delete_after" option may be safely used.
The image format (e.g., qcow2).