Actions
action #64797
closed[kernel][public cloud] EC2 command fails to upload images
Start date:
2020-03-25
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
There is a new issue happening in latest build corresponding to SLES build 163.11.
https://openqa.suse.de/tests/overview?distri=sle&version=15-SP2&build=0011&groupid=274
# ec2uploadimg --access-id 'AKIAYWW2BWC7ZK6D6TDV' -s 'LhgJISWo2A9drw67gvybqU3whwAFViXyeos3ihq6' --backing-store ssd --grub2 --machine 'x86_64' -n 'openqa-SLES15-SP2-CHOST-BYOS.x86_64-0.9.5-EC2-Build1.3.raw.xz' --virt-type hvm --sriov-support --ena-support --verbose --regions 'eu-central-1' --ssh-key-pair 'openqa1585121012_0' --private-key-file QA_SSH_KEY.pem -d 'OpenQA tests' 'SLES15-SP2-CHOST-BYOS.x86_64-0.9.5-EC2-Build1.3.raw.xz'; echo i5Gu5-$?-
Successfully created VPC with id vpc-0c8dfe70b8a7b2ffe
Successfully created internet gateway igw-07ae0d90e57169a80
Successfully created route table rtb-0b44872ab7935b9d3
Successfully created VPC subnet with id subnet-0de5c035c815caa93
Creating temporary security group
Temporary Security Group Created sg-0b495d816b0c739d1 in vpc vpc-0c8dfe70b8a7b2ffe
Successfully allowed incoming SSH port 22 for security group sg-0b495d816b0c739d1 in vpc-0c8dfe70b8a7b2ffe
Waiting for instance: i-0ae73ed595a9aba4f
. .
Waiting for volume creation: vol-08e5155f3378cefee
.
Wait for volume attachment
.
Waiting to obtain instance IP address
.
Attempt ssh connection to 18.194.37.145
. . . /root/.venv_ec2uploadimg/lib/python3.6/site-packages/paramiko/client.py:837: UserWarning: Unknown ssh-ed25519 host key for 18.194.37.145: b'fa5f17f0f6a344c0504dde11927b4cf5'
key.get_name(), hostname, hexlify(key.get_fingerprint())
An error occurred (DependencyViolation) when calling the DeleteSecurityGroup operation: resource sg-0b495d816b0c739d1 has a dependent object
Updated by asmorodskyi almost 5 years ago
- Status changed from Workable to In Progress
- Assignee set to asmorodskyi
Updated by jlausuch almost 5 years ago
- Related to action #64782: [public cloud][kernel] GCE failed in upload_image added
Updated by jlausuch almost 5 years ago
- Related to action #64643: [qac][public cloud] EC2-HVM-ARM image upload missing billing codes added
Updated by asmorodskyi almost 5 years ago
- Assignee changed from asmorodskyi to cfconrad
Updated by cfconrad over 4 years ago
- Status changed from In Progress to Resolved
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/9902
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/9873
And WIP PR in img_proof: https://github.com/SUSE-Enceladus/ec2imgutils/pull/36 but this is out of the scope of this poo. So we can close it.
Actions