Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu-cloudimg-query outdated, only covering a single cloud and using deprecated querydata #49

Closed
toabctl opened this issue Feb 10, 2023 · 1 comment

Comments

@toabctl
Copy link
Member

toabctl commented Feb 10, 2023

The shipped ubuntu-cloudimg-query is outdated (not containing the latest suites, incomplete instance-types list), does only cover a single cloud (AWS) and still uses deprecated querydata.

Eg. showing the latest image in eu-central-1 :

$ EC2_REGION=eu-central-1 ubuntu-cloudimg-query            
ami-0e2821e7e40783fd1

which points to a EOL xenial image:

$ aws ec2 describe-images --image-ids ami-0e2821e7e40783fd1|jq '.Images[].ImageLocation'
"amazon/ubuntu/images/ebs-ssd/ubuntu-xenial-16.04-amd64-server-20210928"

I propose here to drop the entire script from the package.

toabctl added a commit to toabctl/cloud-utils that referenced this issue Feb 10, 2023
The tool is totally outdated and only covers a single cloud. In
addition it depends on querydata which is deprecated since 21.10[0] and
will be removed soon.

[0] https://discourse.ubuntu.com/t/impish-indri-release-notes/21951
paride pushed a commit that referenced this issue Feb 10, 2023
The tool is totally outdated and only covers a single cloud. In addition
it depends on querydata which is deprecated since 21.10[0] and will be
removed soon.

[0] https://discourse.ubuntu.com/t/impish-indri-release-notes/21951
@paride
Copy link
Collaborator

paride commented Feb 10, 2023

@toabctl closing this.

@paride paride closed this as completed Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants