The Ansible modules for Dell Technologies (Dell) PowerMax allow data center and IT administrators to use RedHat Ansible to automate and orchestrate the configuration and management of Dell PowerMax arrays.
The capabilities of Ansible modules are managing volumes, storage groups, ports, port groups, hosts, host groups, masking views, initiators, snapshots, SRDF links, RDF groups, Metro DR environments, jobs, snapshot policies, storage pools and gathering high-level facts about the arrays. The options available for each capability are list, show, create, delete, and modify. These tasks are performed by running simple playbooks written in YAML syntax. The modules are written so that all the operations are idempotent, therefore making multiple identical requests has the same effect as making a single request.
- Code of conduct
- Maintainer guide
- Committer guide
- Contributing guide
- Branching strategy
- List of adopters
- Maintainers
- Support
- Security
- License
- Supported platforms
- Prerequisites
- List of Ansible modules for Dell PowerMax
- Installation and execution of Ansible modules for Dell PowerMax
- Maintanence
This table provides information about the software prerequisites for the Ansible Modules for Dell PowerMax.
Ansible modules | Unisphere version | PowerMaxOS | Python version | Python library version | Ansible |
---|---|---|---|---|---|
v3.1.0 | 9.2 10.0 10.1 |
5978.444.444 5978.669.669 5978.711.711 6079.xxx.xxx |
3.9.x 3.10.x 3.11.x |
9.2.x.x 10.0.x.x 10.1.x.x |
2.15 2.16 2.17 |
- Follow PyU4V installation instructions on PyU4V Documentation
The installation and execution steps of Ansible modules for Dell PowerMax can be found here.
Refer the example playbooks on how the collection can be used for modules.
The following tests are done on ansible-powermax collection
- Unit tests.
- Integration tests.
Refer Support documenetation for more information on the support from Dell Technologies.
Ansible Modules for Dell Technologies PowerStore follows Semantic Versioning.
New version will be release regularly if significant changes (bug fix or new feature) are made in the collection.
Released code versions are located on "release" branches with names of the form "release-x.y.z" where x.y.z corresponds to the version number. More information on branching strategy followed can be found here.
Ansible Modules for Dell Technologies PowerStore deprecation cycle is aligned with that of Ansible.
See change logs for more information on what is new in the releases.
The modules are written in such a way that all requests are idempotent and hence fault-tolerant. This means that the result of a successfully performed request is independent of the number of times it is performed.
- Volume module
- Host module
- Host Group module
- Snapshot module
- Masking View module
- Port module
- Port Group module
- Storage Group module
- Info module
- SRDF module
- RDF Group module
- Metro DR module
- Job module
- Snapshot Policy module
- Storage Pool module
- Process Storage Pool module
- Initiator module
- Intelligent Volume Placement
Ansible collection for PowerMax is released and licensed under the GPL-3.0 license. See LICENSE for the full terms. Ansible modules and modules utilities that are part of the Ansible collection for PowerMax are released and licensed under the GPL-3.0 license. See LICENSE for the full terms.