You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any progress on the module to get the list of 'objects'* with their attributes as facts? we are looking similar ones. It helps to automate our storage provisioning.
this would help on our side as well. Getting infos from an array is a strict requirement in our setup when using ansible to touch arrays that are (or were) managed manually - just to avoid collisions in names etc. due to errors made previously. So we're actually not using the ansible modules, but use ansible to start scripts written in scripting languages (with support for getting data :-) )
Summary
It would be helpful to have a module to get the list of 'objects'* with their attributes as facts.
[*] By 'objects' I mean Volumes, VolumesSet, CPG, VLUN, Hosts and HostsSet.
UseCase
One use case could be to wipe a 3par of all existing Volumes before reprovision it.
Current Implementation
The current implementation I found is done via the REST API (Based on the following page as input).
Here is a sample:
The text was updated successfully, but these errors were encountered: