-
Notifications
You must be signed in to change notification settings - Fork 8
Start writing user documentation for Image finding. #326
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
Conversation
Just to show what to do if we don't have standardized image names any longer. Python and Shell (CLI) covered, opentofu is TBD. Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
scs-0102-v2 is not there yet ... Signed-off-by: Kurt Garloff <[email protected]>
This fixes the markdownlint rule. Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
|
OK, a preview of this is on https://docs-staging.scs.community/user-docs/. |
Signed-off-by: Kurt Garloff <[email protected]>
This reverts commit b634819. Signed-off-by: Kurt Garloff <[email protected]>
This was more complicated than I hoped for. We could have done some HCL magic IF the openstack provider would have allowed to query image properties by IDs which it does not seem to. So the external python3 program is easiest and we reuse what we already have. Also comment on heat. Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
Signed-off-by: Kurt Garloff <[email protected]>
|
Ready for merging IMVHO. Please review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I was able to successfully run all scripts except the Heat config on the scs-0102-v1 compliant cloud I have access to (DD8).
It might be out of scope, but we could also consider UI users (they exist!). At least in Horizon, it seems to be rather convoluted to find the images as well. Only way I found to view the metadata was via "Edit metadata" on the Images tab, but I couldn't figure out a way to find the SCS mandated images from the "Launch Instance ↦ Source" tab at all.
Has someone tried this in Skyline?
Thanks, @toothstone Co-authored-by: toothstone <[email protected]> Signed-off-by: Kurt Garloff <[email protected]>
Thanks to @toothstone for the idea! Signed-off-by: Kurt Garloff <[email protected]>
I did test :-)
Unfortunately, I did not find anything in instance (VM) creation dialogues either.
Yes, I included a screenshot as well. Thanks for the noting the web interface omission. |
Just to show what to do if we don't have standardized image names any longer. Python and Shell (CLI) covered, opentofu is TBD.