Skip to content

Commit

Permalink
Add other snap spec to manila default type
Browse files Browse the repository at this point in the history
The type could specify support for snapshots
and snapshot clones by default. These capabilities
can be disabled from tempest tests if necessary.
  • Loading branch information
gouthampacha authored and openshift-merge-bot[bot] committed Jun 25, 2024
1 parent 9ad2eed commit fade167
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hooks/playbooks/manila_create_default_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
PATH: "{{ cifmw_path }}"
ansible.builtin.shell: |
oc -n {{ namespace }} exec -it pod/openstackclient \
-- openstack share type create default false
oc -n {{ namespace }} exec -it pod/openstackclient \
-- openstack share type set default --extra-specs snapshot_support=True
-- openstack share type create default false \
--snapshot-support True --create-share-from-snapshot-support True

0 comments on commit fade167

Please sign in to comment.