Skip to content

Release Documentation Update for patch release R3.8.1 #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Dellemc.Powerscale Change Logs

.. contents:: Topics

v3.8.1
======

Bug Fixes
-------------

- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)

v3.8.0
======

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://github.com/dell/ansible-powerscale/blob/main/docs/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/github/license/dell/ansible-powerscale)](https://github.com/dell/ansible-powerscale/blob/main/LICENSE)
[![Python version](https://img.shields.io/badge/python-3.9.6+-blue.svg)](https://www.python.org/downloads/)
[![Ansible version](https://img.shields.io/badge/ansible-2.15.6+-blue.svg)](https://pypi.org/project/ansible/)
[![Python version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![Ansible version](https://img.shields.io/badge/ansible-2.16+-blue.svg)](https://pypi.org/project/ansible/)
[![isilon-sdk](https://img.shields.io/github/v/release/dell/python-powerscale?include_prereleases&label=isilon-sdk&style=flat-square)](https://github.com/Isilon/isilon_sdk_python)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dell/ansible-powerscale?include_prereleases&label=latest&style=flat-square)](https://github.com/dell/ansible-powerscale/releases)
[![codecov](https://codecov.io/gh/dell/ansible-powerscale/branch/main/graph/badge.svg)](https://app.codecov.io/gh/dell/ansible-powerscale)
Expand Down Expand Up @@ -74,14 +74,14 @@ The tasks can be executed by running simple playbooks written in yaml syntax.
Ansible collection for PowerScale is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-powerscale/blob/main/LICENSE) for the full terms.

## Supported platforms
* Dell PowerScale OneFS versions 9.4.x, 9.5.x, 9.7.x, and 9.8.x
* Dell PowerScale OneFS versions 9.5.x, 9.7.x, and 9.8.x

## Prerequisites
This table provides information about the software prerequisites for the Ansible Modules for Dell PowerScale.

| **Ansible Modules** | **OneFS Version** | **Python version** | **Python SDK version** | **Ansible** |
|---------------------|-----------------------|--------------------|----------------------------|--------------------------|
| v3.8.0 | 9.4.x <br> 9.5.x <br> 9.7.x <br> 9.8.x | 3.9 <br> 3.10 <br> 3.11 <br> 3.12 | 0.3.0.1 | 2.15 <br> 2.16 <br> 2.17 |
| v3.8.1 | 9.5.x <br> 9.7.x <br> 9.8.x | 3.10 <br> 3.11 <br> 3.12 | 0.3.0.1 | 2.16 <br> 2.17 <br> 2.18 |

# List of Ansible modules for Dell PowerScale

Expand Down
3 changes: 2 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# nonk8s
apiVersion: backstage.io/v1alpha1
kind: Component
Expand Down Expand Up @@ -28,5 +29,5 @@ metadata:
spec:
type: service
lifecycle: production
owner: user:default/sachin_apagundi
owner: user:default/gokul-srivathsan
visibility: all
5 changes: 5 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,8 @@ releases:
- Internal defect fixes for the modules settings, snapshot, group, nfs, smb, smb_global_settings, alert_rule,
filesystem, nfs_alias, synciqpolicy, ads and info.
release_date: '2025-03-28'
3.8.1:
changes:
bug_fixes:
- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)
release_date: '2025-05-30'
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use this procedure to install SDK:
#### Offline installation of collections
1. Download the latest tar build from either of the available distribution channels [Ansible Galaxy](https://galaxy.ansible.com/dellemc/powerscale) /[Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/powerscale) and use this command to install the collection anywhere in your system:

ansible-galaxy collection install dellemc-powerscale-3.4.0.tar.gz -p <install_path>
ansible-galaxy collection install dellemc-powerscale-3.8.1.tar.gz -p <install_path>

2. Set the environment variable:

Expand Down
20 changes: 9 additions & 11 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**Ansible Modules for Dell Technologies PowerScale**
=========================================
### Release notes 3.8.0
### Release notes 3.8.1

> © 2024 Dell Inc. or its subsidiaries. All rights reserved. Dell
> © 2025 Dell Inc. or its subsidiaries. All rights reserved. Dell
> and other trademarks are trademarks of Dell Inc. or its
> subsidiaries. Other trademarks may be trademarks of their respective
> owners.
Expand All @@ -25,10 +25,11 @@ The table in this section lists the revision history of this document.

Table 1. Revision history

| Revision | Date | Description |
|----------|---------------|-----------------------------------------------------------|
| 01 | March 2025 | Ansible Modules for Dell PowerScale 3.8.0 |
| 02 | December 2024 | Ansible Modules for Dell PowerScale 3.7.0 |
| Revision | Date | Description |
|----------|-----------------|-----------------------------------------------------------|
| 03 | May 2025 | Ansible Modules for Dell PowerScale 3.8.1 |
| 02 | March 2025 | Ansible Modules for Dell PowerScale 3.8.0 |
| 01 | December 2024 | Ansible Modules for Dell PowerScale 3.7.0 |


Product description
Expand Down Expand Up @@ -81,12 +82,9 @@ New Features and Enhancements
---------------------------
This section describes the features or enhancements of the Ansible Modules for Dell PowerScale for this release.

The Ansible Modules for Dell PowerScale release 3.8.0 provides the following enhancements:
The Ansible Modules for Dell PowerScale release 3.8.1 provides the following enhancements:

- GitHub defect fixes networkpool module for unauthorized error (issue 133), smb share module return error (issue 138)
and filesystem modules cannot delete non empty folders and returns invalid error message (issue 148)
- Internal defect fixes for the modules settings, snapshot, group, nfs, smb, smb_global_settings, alert_rule,
filesystem, nfs_alias, synciqpolicy, ads and info.
- GitHub defect fixes for filesystem module. (Issues # 38, # 121 and # 174)

Known issues
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/accesszone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/alert_channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/alert_rule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/alert_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/filepoolpolicy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/groupnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/networkpool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/networkrule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/networksettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nfs_alias.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nfs_default_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nfs_global_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/nfs_zone_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/s3_bucket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/server_certificate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/smartpoolsettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/smartquota.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/smb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/smb_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/smb_global_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/snapshot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
2 changes: 1 addition & 1 deletion docs/modules/snapshotschedule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- A Dell PowerScale Storage system.
- Ansible-core 2.15 or later.
- Ansible-core 2.16 or later.
- Python 3.10, 3.11 or 3.12.


Expand Down
Loading