Start writing user documentation for Image finding. - #326
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 <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
scs-0102-v2 is not there yet ... Signed-off-by: Kurt Garloff <kurt@garloff.de>
This fixes the markdownlint rule. Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
|
OK, a preview of this is on https://docs-staging.scs.community/user-docs/. |
Signed-off-by: Kurt Garloff <kurt@garloff.de>
This reverts commit b634819. Signed-off-by: Kurt Garloff <kurt@garloff.de>
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 <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
|
Ready for merging IMVHO. Please review! |
There was a problem hiding this comment.
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 <f.zahn@mailbox.org> Signed-off-by: Kurt Garloff <kurt@garloff.de>
Thanks to @toothstone for the idea! Signed-off-by: Kurt Garloff <kurt@garloff.de>
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.