IDR / deployment

Deployment infrastructure for the Image Data Resource
https://idr.openmicroscopy.org/about/deployment.html
BSD 2-Clause "Simplified" License
13 stars 14 forks source link

Remove all usages of shade in favor of openstacksdk #320

Open sbesson opened 3 years ago

sbesson commented 3 years ago

From https://docs.openstack.org/shade/latest/, shade has been superceded by openstacksdk and no longer takes new features. The existing code will continue to be maintained indefinitely for bugfixes as necessary, but improvements will be deferred to openstacksdk. Please update your applications to use openstacksdk directly.

https://github.com/IDR/deployment/pull/319 updates the resource deletion and IP swapping scripts to use openstacksdk directly. openstack-idr.py is the last location using shade which will need updating. At a quick glance, it might be worth checking whether the dynamic inventory from https://docs.openstack.org/openstack-ansible could be used directly