Actions
action #64643
closed[qac][public cloud] EC2-HVM-ARM image upload missing billing codes
Start date:
2020-03-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
We need to use --use-root-swap
when uploading "on-demand" images to EC2. This is not possible for ARM images, because of a bug in ec2uploadutils:
https://bugzilla.suse.com/show_bug.cgi?id=1167148
ec2uploadimg --access-id "$AWS_ACCESS_KEY_ID" -s "$AWS_SECRET_ACCESS_KEY" --backing-store ssd --grub2 --machine 'arm64' -n 'cfconrad-SLES15-SP2.aarch64-0.9.9-EC2-HVM-Build1.24.raw.xz' --virt-type hvm --sriov-support --use-root-swap --ena-support --verbose --regions 'eu-central-1' --ssh-key-pair 'openqa1584575383_0' --private-key-file QA_SSH_KEY.pem -d 'OpenQA tests' --ec2-ami ami-0df4259a0762ee347 -t a1.large --vpc-subnet-id subnet-b44c72df 'SLES15-SP2.aarch64-0.9.9-EC2-HVM-Build1.24.raw.xz' ;
subnet-b44c72df
is specified, cause otherwise it try to create it in Availability Zone eu-central-1c
and there are no a1.large
instance available.
The ec2uploadimg
call fail with:
Could not find disk device in helper instance with path /dev/sdf or /dev/xvdf
Updated by cfconrad over 4 years ago
Updated by jlausuch over 4 years ago
- Related to action #64797: [kernel][public cloud] EC2 command fails to upload images added
Updated by jlausuch over 4 years ago
- Subject changed from [kernel][public cloud] EC2-HVM-ARM image upload missing billing codes to [qac][public cloud] EC2-HVM-ARM image upload missing billing codes
Updated by cfconrad over 4 years ago
- Status changed from In Progress to Resolved
Actions