The Ansible Modules for Dell Technologies (Dell) PowerStore allow Data Center and IT administrators to use RedHat Ansible to automate and orchestrate the configuration and management of Dell PowerStore arrays.
The capabilities of the Ansible modules are managing volumes, volume groups, vCenters, hosts, host groups, snapshots, snapshot rules, replication rules, replication sessions, protection policies, file systems, NAS servers, SMB shares, user and tree quotas, file system snapshots, NFS exports, Clusters, Networks, Local users, Jobs, Roles, Certificates, Remote systems, security configuration, DNS server, Email notification destination, NTP server, Remote support configuration, Remote support contacts, SMTP configuration, LDAP accounts, LDAP domain configuration, storage containers, File DNS, File interface, File NIS, NFS server, SMB Server and service config. It also allows gathering high level info from the array. The options available for each 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.
- Code of conduct
- Maintainer guide
- Committer guide
- Contributing guide
- Branching strategy
- List of adopters
- Maintainers
- Support
- License
- Security
- Requirements
- List of Ansible modules for Dell PowerStore
- Installation and execution of Ansible modules for Dell PowerStore
- Releasing, Maintenance and Deprecation
Ansible Modules | PowerStore Version | SDK version | Python version | Ansible |
---|---|---|---|---|
v3.5.0 | 2.9.x 3.2.x 3.5.x 3.6.x 4.0.x |
3.3.0 | 3.9.x 3.10.x 3.11.x 3.12.x |
2.15 2.16 2.17 |
- Please follow PyPowerStore installation instructions on PyPowerStore Documentation
The installation and execution steps of Ansible modules for Dell PowerStore can be found here
Refer the example playbooks on how the collection can be used for modules.
The following tests are done on ansible-powerstore 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. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.
- Volume module
- Volume group module
- Host module
- Host group module
- Snapshot module
- Snapshot rule module
- Replication rule module
- Replication session module
- Protection policy module
- Info module
- File system module
- NAS server module
- SMB share module
- Quota module
- File system snapshot module
- NFS export module
- Cluster module
- Network module
- Local user module
- Role module
- Job module
- Certificate module
- Remote system module
- Security config module
- DNS module
- Email module
- NTP module
- Remote support module
- Remote support contact module
- SMTP config module
- LDAP Account module
- LDAP Domain module
- vCenter module
- Storage container module
- File interface module
- File DNS module
- File NIS module
- SMB server module
- NFS server module
- Service config module
The Ansible collection for PowerStore is released and licensed under the GPL-3.0 license. See LICENSE for the full terms.