Skip to content

Commit

Permalink
Ansible modules for PowerFlex release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Mudunuri committed Oct 27, 2023
1 parent 5ae2044 commit b14246c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Minor Changes

- Added support for PowerFlex Denver version(4.5.x)
- Added support for SDC installation on ESXi, Rocky Linux and Windows OS.
- Added Ansible role to support installation and uninstallation of Active MQ.
- Added Ansible role to support creation and deletion of protection domain, storage pool and fault set.

v1.9.0
======
Expand Down
3 changes: 3 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@ releases:
minor_changes:
- Added support for PowerFlex Denver version(4.5.x)
- Added support for SDC installation on ESXi, Rocky Linux and Windows OS.
- Added Ansible role to support installation and uninstallation of Active MQ.
- Added Ansible role to support creation and deletion of protection domain,
storage pool and fault set.
release_date: '2023-10-31'
2 changes: 2 additions & 0 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ New features and enhancements
Along with the previous release deliverables, this release supports following features -
- Added support for PowerFlex Denver version(4.5.x)
- Added support for SDC installation on ESXi, Rocky Linux and Windows OS.
- Added Ansible role to support creation and deletion of protection domain,
storage pool and fault set.

Known issues
------------
Expand Down
6 changes: 5 additions & 1 deletion roles/powerflex_webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Role to manage the installation and uninstallation of Powerflex Web UI.
* [Ansible collections](#ansible-collections)
* [Role Variables](#role-variables)
* [Examples](#examples)
* [Notes](#notes)
* [Usage instructions](#usage-instructions)
* [Author Information](#author-information)

Expand Down Expand Up @@ -108,7 +109,8 @@ dellemc.powerflex
<tr>
<td>powerflex_webui_state</td>
<td>false</td>
<td>Specify state of web UI.<br></td>
<td>Specify state of web UI.
<br>present will install the web UI and absent will uninstall the web UI.</td>
<td>absent, present</td>
<td>str</td>
<td>present</td>
Expand Down Expand Up @@ -139,6 +141,8 @@ dellemc.powerflex
powerflex_webui_state: absent
```
## Notes
- Supported only in PowerFlex version 3.6

## Usage instructions
----
Expand Down

0 comments on commit b14246c

Please sign in to comment.