Skip to content

Latest commit

 

History

History
100 lines (73 loc) · 8.18 KB

File metadata and controls

100 lines (73 loc) · 8.18 KB

Ansible Modules for Dell Technologies PowerMax

Contributor Covenant License Python version Ansible version PyU4V GitHub release (latest by date including pre-releases) codecov

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.

Table of contents

Requirements

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
v4.0.2 10.2
10.3
10.4
5978.444.444
5978.669.669
5978.711.711
6079.xxx.xxx
3.13.x
3.14.x
10.1.x.x
10.2.x.x
10.4.x.x
2.18
2.19
2.20

Installation and execution of Ansible modules for Dell PowerMax

The installation and execution steps of Ansible modules for Dell PowerMax can be found here.

Use Cases

Refer the example playbooks on how the collection can be used for modules.

Testing

The following tests are done on ansible-powermax collection

  • Unit tests.
  • Integration tests.

Release, Maintenance and Deprecation

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.

Related Information

Idempotency

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.

List of Ansible modules for Dell PowerMax

Support

The support is available through GitHub Issues or at Dell Community forum.

As Red Hat Ansible Certified Content, this collection is entitled to support through the Ansible Automation Platform (AAP) using the Create issue button on the top right corner. If a support case cannot be opened with Red Hat, and the collection was obtained from Ansible Galaxy or GitHub, you can seek community support through the Ansible Forum.

License

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.