openstack-image-manager
openstack-image-manager copied to clipboard
Easily manage and keep up to date a large number of images on an OpenStack environment
But with the Victoria release the former single MD5 hash was deprecated: https://docs.openstack.org/releasenotes/glance/victoria.html#deprecation-notes in favor of "multihash". While this sounds cool, multihash is only about being able to configure(!) a...
Currently, the update script contains a case distinction for several hard-coded distros, like so: ```python if image["shortname"] in ["rocky-8", "rocky-9"]: splitted_line = re.split("\s+", line) # noqa W605 if splitted_line[0] ==...
Nils proposed to create a separate repository for the image definitions. This way it would be possible to consume newer image definitions without doing a openstack-image-manager release. At the moment...
Idea during the lightning talk: it would be nice to have the lifecycle of images being available as a graphic in the docs.
This ACL has to be improved. Role member is sufficient. ``` - service: image method: POST path: /v2/** - service: image method: GET path: /v2/** - service: image method: PATCH...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typer](https://togithub.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `==0.12.3` -> `==0.12.4` |...
## Base PullRequest default branch (https://github.com/osism/openstack-image-manager/tree/main) ## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ``` tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt...
added initial Containerfile and entrypoint script
Just a quick thought; maybe it would be good to do a separate iteration over versions to set the property `fullname` to the default value if it isn't already set....