#15 Remove most claims that this thing is cloud-specific
Merged by jcline. Opened by adamwill.
adamwill/cloud-image-uploader un-cloud-ify  into  main

This doesn't rename the project itself - it's still
cloud-image-uploader in README.md for now - but it does at least
rename the Python library (to just "fedora_image_uploader") and
adjust a lot of places where, in some way, we claim or imply
that this thing only handles cloud images.

Signed-off-by: Adam Williamson awilliam@redhat.com

this would also require some changes to the ansible infra scripts, I believe.

Works for me. I think you're right the config in infra will need adjustment, although I can't remember if the CLI argument for the callback overrides the config in which case it might Just Work (but I'll still submit a PR to change the config)

Works for me. I think you're right the config in infra will need adjustment, although I can't remember if the CLI argument for the callback overrides the config in which case it might Just Work (but I'll still submit a PR to change the config)

Works for me. I think you're right the config in infra will need adjustment, although I can't remember if the CLI argument for the callback overrides the config in which case it might Just Work (but I'll still submit a PR to change the config)

Pull-Request has been merged by jcline

after this was merged I had the thought that maybe we should make it image-processor, or something like that, rather than uploader, because we've talked about implementing a workflow like:

  1. publish to a candidate registry or tag or something
  2. wait for tests to happen
  3. re-publish/move/sync/re-tag to 'production'

...and if we want this script to do 3 as well as 1, it's not really just an 'uploader' any more. but ehhh, maybe it's fine.