stackhpc / ansible-role-os-images

Ansible role to build and upload OpenStack instance images
Apache License 2.0
6 stars 6 forks source link

Removed upper constraints #66

Closed g0rgamesh closed 2 years ago

g0rgamesh commented 2 years ago

Successful Rocky 9 image build depends on having the most recent version of DIB, in order for us to build new rocky9 images I needed to remove the upper constraints. I've tested all image builds and all of them are building properly without the constraints.

priteau commented 2 years ago

Wouldn't you run into issues caused by openstacksdk 0.99 in this case? I have a patch that separates upper constraints for DIB from the ones used for openstack, let me share.

g0rgamesh commented 2 years ago

Wouldn't you run into issues caused by openstacksdk 0.99 in this case? I have a patch that separates upper constraints for DIB from the ones used for openstack, let me share.

That would be ideal.

priteau commented 2 years ago

Wouldn't you run into issues caused by openstacksdk 0.99 in this case? I have a patch that separates upper constraints for DIB from the ones used for openstack, let me share.

That would be even ideal.

https://github.com/stackhpc/ansible-role-os-images/pull/67