Skip to content

Commit

Permalink
Merge pull request #22 from dell/release_v1.8.0
Browse files Browse the repository at this point in the history
Ansible modules for PowerStore release version 1.8.0
  • Loading branch information
Jennifer-John authored Dec 14, 2022
2 parents 8be8c34 + 523ee28 commit 226603e
Show file tree
Hide file tree
Showing 61 changed files with 2,391 additions and 1,516 deletions.
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
# be requested for review when someone opens a pull request.
# order is alphabetical for easier maintenance.
#
# Akash Shendge (shenda1)
# Arindam Datta (dattaarindam)
# Bhavneet Sharma(Bhavneet-Sharma)
# Prabhulinga Revur (prabhu-dell)
# Rajshree Khare (khareRajshree)
# Srinivas P Rao (srinivas-rao5)
# Trisha Datta(trisha-dell)
# Ananthu Kuttattu (ananthu-kuttattu)
# Bhavneet Sharma (Bhavneet-Sharma)
# Jennifer John (Jennifer-John)
# Meenakshi Dembi (meenakshidembi691)
# Pavan Mudunuri (Pavan-Mudunuri)
# Previnkumar G (Previnkumar-G)
# Trisha Datta (trisha-dell)

# for all files:
* @shenda1 @dattaarindam @Bhavneet-Sharma @prabhu-dell @khareRajshree @srinivas-rao5 @trisha-dell
* @kuttattz @Bhavneet-Sharma @Jennifer-John @meenakshidembi691 @Pavan-Mudunuri @Previnkumar-G @trisha-dell
148 changes: 148 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
================================
Dellemc.Powerstore Change Logs
================================

.. contents:: Topics


v1.8.0
======

Minor Changes
-------------

- Added support for PowerStore version 3.2.0.0.
- Added support for host connectivity option to host and host group.
- Added support to clone, refresh and restore a volume.
- Added support to configure/remove the metro relationship for volume.
- Added support to modify the role of replication sessions.
- Updated modules to adhere with ansible community guidelines.

v1.7.0
======

Minor Changes
-------------

- Added support for cluster creation and validating cluster creation attributes.
- Added support to associate/disassociate protection policy to/from a NAS server.
- Added support to clone, refresh and restore a volume group.
- Added support to handle filesystem and NAS server replication sessions.

v1.6.0
======

Minor Changes
-------------

- Added execution environment manifest file to support building an execution environment with ansible-builder.
- Enabled the check_mode support for info module.
- Info module is enhanced to list ldap domain, ldap accounts.

New Modules
-----------

- dellemc.powerstore.ldap_account - Manage LDAP account on Dell PowerStore
- dellemc.powerstore.ldap_domain - Manage LDAP domain on Dell PowerStore

v1.5.0
======

Minor Changes
-------------

- Info module is enhanced to list dns servers, email notification destinations, NTP servers, remote support configuration, remote support contacts and SMTP configuration.
- Remote support module is added to get the details, modify the attributes, verify the connection and send a test alert.

New Modules
-----------

- dellemc.powerstore.dns - Manage DNS on Dell PowerStore
- dellemc.powerstore.email - Manage email on Dell PowerStore
- dellemc.powerstore.ntp - Manage NTP on Dell PowerStore
- dellemc.powerstore.remote_support - Manage Remote support on Dell PowerStore
- dellemc.powerstore.remote_support_contact - Manage Remote support contact on Dell PowerStore
- dellemc.powerstore.smtp_config - Manage SMTP config on Dell PowerStore

v1.4.0
======

Minor Changes
-------------

- Host module is enhanced to provide support for NVMe initiators.
- Info module is enhanced to list certificates, AD/LDAP providers and security configuration.
- Names of previously released modules have been changed from dellemc_powerstore_\<module name> to \<module name>.

New Modules
-----------

- dellemc.powerstore.certificate - Manage Certificates on Dell PowerStore
- dellemc.powerstore.remotesystem - Manage Remote system on Dell PowerStore
- dellemc.powerstore.security_config - Manage Security config on Dell PowerStore

v1.3.0
======

Minor Changes
-------------

- Added dual licensing.
- Gather facts module is enhanced to list users, roles, networks and appliances.

New Modules
-----------

- dellemc.powerstore.cluster - Manage Cluster on Dell PowerStore
- dellemc.powerstore.job - Manage Job on Dell PowerStore
- dellemc.powerstore.local_user - Manage local user on Dell PowerStore
- dellemc.powerstore.network - Manage Network operations on Dell PowerStore
- dellemc.powerstore.role - Manage Roles on Dell PowerStore

v1.2.0
======

Minor Changes
-------------

- Gather facts module is enhanced to list remote systems, replication rules and replication sessions.
- Protection policy module is enhanced to add/remove replication rule to/from protection policy.

New Modules
-----------

- dellemc.powerstore.replicationrule - Manage Replication Rules on Dell PowerStore
- dellemc.powerstore.replicationsession - Manage Replication Session on Dell PowerStore

v1.1.0
======

Minor Changes
-------------

- Gather facts module is enhanced to list filesystems, NAS servers, NFS exports, SMB shares, tree quotas, user quotas.

New Modules
-----------

- dellemc.powerstore.filesystem - Manage File System on Dell PowerStore
- dellemc.powerstore.filesystem_snapshot - Manage Filesystem Snapshot on Dell PowerStore
- dellemc.powerstore.nasserver - Manage NAS server on Dell PowerStore
- dellemc.powerstore.nfs - Manage NFS Export on Dell PowerStore
- dellemc.powerstore.quota - Manage Quota on Dell PowerStore
- dellemc.powerstore.smbshare - Manage SMB Share on Dell PowerStore
- dellemc.powerstore.snapshot - Manage Snapshot on Dell PowerStore

v1.0.0
======

New Modules
-----------

- dellemc.powerstore.host - Managing Dell PowerStore host
- dellemc.powerstore.hostgroup - Manage host group on Dell PowerStore
- dellemc.powerstore.info - Gathering information about Dell PowerStore
- dellemc.powerstore.protectionpolicy - Manage Protection policies on Dell PowerStore
- dellemc.powerstore.snapshotrule - Manage Snapshot Rule on Dell PowerStore
- dellemc.powerstore.volume - Manage volumes on Dell PowerStore
- dellemc.powerstore.volumegroup - Manage volume group on Dell PowerStore
63 changes: 0 additions & 63 deletions ChangeLog.md

This file was deleted.

Loading

0 comments on commit 226603e

Please sign in to comment.