New module for managing volumes in Vexata storage arrays (#49006)

* Initial commit for module to manage Vexata storage volumes + fixes form code review in pr #47091.

* Fix indent errors reported by lint.

* Refactor, implement code review changes

* Moved doc fragment file to new layout

* Added explicit types for all module parameters, updated copyrights + raw string for block text.
This commit is contained in:
Sandeep Kasargod 2019-04-10 08:42:23 -07:00 committed by Abhijeet Kasurde
parent e89f8bae86
commit e1c4ee2514
5 changed files with 345 additions and 0 deletions

View file

@ -82,5 +82,6 @@ Ansible ships with the following list of ``module_utils`` files. The module util
- urls.py - Utilities for working with http and https requests
- utm_utils.py - Contains base class for creating new Sophos UTM Modules and helper functions for handling the rest interface of Sophos UTM
- vca.py - Contains utilities for modules that work with VMware vCloud Air
- vexata.py - Utilities for modules that work with Vexata storage platforms.
- vmware.py - Contains utilities for modules that work with VMware vSphere VMs
- xenserver.py - Contains utilities for modules that work with XenServer.