Skip to content

dell/ansible-powerflex

Repository files navigation

Ansible Modules for Dell Technologies PowerFlex

The Ansible Modules for Dell Technologies (Dell) PowerFlex allow Data Center and IT administrators to use RedHat Ansible to automate and orchestrate the provisioning and management of Dell PowerFlex storage systems.

The capabilities of the Ansible modules are managing SDCs, volumes, snapshots, snapshot policy, storage pools, replication consistency groups, replication pairs, SDSs, devices, protection domains, MDM cluster, Fault Set and to gather high level facts from the storage system. The options available are list, show, create, modify and delete. These tasks can be executed by running simple playbooks written in yaml syntax. The modules are written so that all the operations are idempotent, so making multiple identical requests has the same effect as making a single request.

Table of contents

License

The Ansible collection for PowerFlex 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 PowerFlex are released and licensed under the Apache 2.0 license. See MODULE-LICENSE for the full terms.

Prerequisites

Ansible Modules PowerFlex/VxFlex OS Version SDK version Python version Ansible
v2.4.0 3.6
4.0
4.5
APEX Block Storage for Mircrosoft Azure
APEX Block Storage for AWS
1.11.0 3.9.x
3.10.x
3.11.x
2.14
2.15
2.16

Idempotency

The modules are written in such a way that all requests are idempotent and hence fault-tolerant. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.

List of Ansible modules for Dell PowerFlex

Installation and execution of Ansible modules for Dell PowerFlex

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

Releasing, Maintenance and Deprecation

Ansible Modules for Dell Technologies PowerFlex 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 PowerFlex deprecation cycle is aligned with that of Ansible.