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

Fix Octavia upload image script #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nicolasbock
Copy link
Collaborator

The retrofit action needs an image ID.

Signed-off-by: Nicolas Bock [email protected]

The retrofit action needs an image ID.

Signed-off-by: Nicolas Bock <[email protected]>
@nicolasbock nicolasbock self-assigned this Jul 31, 2024

source $(realpath $(dirname $0))/../novarc

IMAGE_ID=$(openstack image list --name jammy --format value --column ID)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this script previously took a release name via '--release foo' which is useful when running on a focal deploy. Defaulting to jammy won't work there so perhaps it should be put back, unless we can determine the release from something else?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, that's a good point. I'll work on this PR a bit more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is not necessary if we have #217 i.e. of an image exists in glance that corresponds to the version/release deployed (focal->ussuri, jammy->yoga etc).

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

Successfully merging this pull request may close these issues.

3 participants