mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-31 12:14:29 +00:00
feat: introduce share_type modules
Add share_type and share_type_info modules. Uses direct Manila API calls via the SDK's session/connection interface since share type resources are not available in openstacksdk. Change-Id: I49af9a53435e226c5cc93a14190f85ef4637c798 Signed-off-by: Tadas Sutkaitis <tadasas@gmail.com>
This commit is contained in:
@@ -124,6 +124,11 @@ if [ ! -e /etc/magnum ]; then
|
||||
tag_opt+=" --skip-tags coe_cluster,coe_cluster_template"
|
||||
fi
|
||||
|
||||
if ! systemctl is-enabled devstack@m-api.service 2>&1; then
|
||||
# Skip share_type tasks if Manila is not available
|
||||
tag_opt+=" --skip-tags share_type"
|
||||
fi
|
||||
|
||||
cd ci/
|
||||
|
||||
# Run tests
|
||||
|
||||
Reference in New Issue
Block a user