osism / openstack-image-manager

Easily manage and keep up to date a large number of images on an OpenStack environment
https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager/
Apache License 2.0
29 stars 19 forks source link

Add separator to schema.yaml #827

Closed gndrmnn closed 3 months ago

gndrmnn commented 3 months ago

Every call of openstack_image_manager will now validate the image yamls against the schema before managing the images. (Previously check defaulted to False and exited without managing the images)

Furthermore add the option --check-only used if only the validation is desired but not managing the images (for example in CI pipelines)