blob: 8211b2b9119f4b65629d168525e5c8b1d2e4cfe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
ancestor: null
releases:
1.0.0:
modules:
- description: Gathering information about Dell PowerFlex
name: info
namespace: ''
- description: Manage SDCs on Dell PowerFlex
name: sdc
namespace: ''
- description: Manage Snapshots on Dell PowerFlex
name: snapshot
namespace: ''
- description: Managing Dell PowerFlex storage pool
name: storagepool
namespace: ''
- description: Manage volumes on Dell PowerFlex
name: volume
namespace: ''
release_date: '2021-03-24'
1.1.0:
changes:
minor_changes:
- Added dual licensing.
- Gatherfacts module is enhanced to list devices.
modules:
- description: Manage device on Dell PowerFlex
name: device
namespace: ''
- description: Manage SDS on Dell PowerFlex
name: sds
namespace: ''
release_date: '2021-09-28'
1.1.1:
changes:
deprecated_features:
- The dellemc_powerflex_gatherfacts module is deprecated and replaced with dellemc_powerflex_info
trivial:
- Product Guide, Release Notes and ReadMe updated as per community guidelines.
release_date: '2021-12-16'
1.2.0:
changes:
minor_changes:
- Names of previously released modules have been changed from dellemc_powerflex_\<module
name> to \<module name>.
modules:
- description: Manage Protection Domain on Dell PowerFlex
name: protection_domain
namespace: ''
release_date: '2022-03-25'
1.3.0:
changes:
minor_changes:
- Added execution environment manifest file to support building an execution
environment with ansible-builder.
- Enabled the check_mode support for info module
modules:
- description: Manage MDM cluster on Dell PowerFlex
name: mdm_cluster
namespace: ''
release_date: '2022-06-28'
1.4.0:
changes:
minor_changes:
- Added support for 4.0.x release of PowerFlex OS.
- Info module is enhanced to support the listing volumes and storage pools with
statistics data.
- Storage pool module is enhanced to get the details with statistics data.
- Volume module is enhanced to get the details with statistics data.
release_date: '2022-09-27'
1.5.0:
changes:
minor_changes:
- Info module is enhanced to support the listing replication consistency groups.
- Renamed gateway_host to hostname
- Renamed verifycert to validate_certs.
- Updated modules to adhere with ansible community guidelines.
modules:
- description: Manage replication consistency groups on Dell PowerFlex
name: replication_consistency_group
namespace: ''
release_date: '2022-12-22'
1.6.0:
changes:
minor_changes:
- Info module is enhanced to support the listing of replication pairs.
modules:
- description: Manage replication pairs on Dell PowerFlex
name: replication_pair
namespace: ''
release_date: '2023-03-31'
1.7.0:
changes:
minor_changes:
- Added Ansible role to support installation and uninstallation of SDC.
- Added sample playbooks for the modules.
- Device module is enhanced to support force addition of device to the SDS.
- Info module is enhanced to list statistics in snapshot policies.
- Replication consistency group module is enhanced to support failover, restore,
reverse, switchover, and sync operations.
- SDC module is enhanced to configure performance profile and to remove SDC.
- Updated modules to adhere with ansible community guidelines.
modules:
- description: Manage snapshot policies on Dell PowerFlex
name: snapshot_policy
namespace: ''
release_date: '2023-06-30'
1.8.0:
changes:
minor_changes:
- Added Ansible role to support installation and uninstallation of LIA.
- Added Ansible role to support installation and uninstallation of MDM.
- Added Ansible role to support installation and uninstallation of SDS.
- Added Ansible role to support installation and uninstallation of TB.
release_date: '2023-08-31'
1.9.0:
changes:
minor_changes:
- Added Ansible role to support installation and uninstallation of Gateway.
- Added Ansible role to support installation and uninstallation of SDR.
- Added Ansible role to support installation and uninstallation of Web UI.
release_date: '2023-09-29'
2.0.1:
changes:
minor_changes:
- Added Ansible role to support creation and deletion of protection domain,
storage pool and fault set.
- Added Ansible role to support installation and uninstallation of Active MQ.
- Added support for PowerFlex Denver version(4.5.x)
- Added support for SDC installation on ESXi, Rocky Linux and Windows OS.
release_date: '2023-10-31'
2.1.0:
changes:
minor_changes:
- Added support for PowerFlex Denver version(4.5.x) to TB and Config role.
release_date: '2023-11-30'
2.2.0:
changes:
minor_changes:
- The SDS module has been enhanced to facilitate SDS creation within
a fault set.
- The Info module is enhanced to retrieve lists related to fault sets,
service templates, deployments, and managed devices.
modules:
- description: Manage Fault Sets on Dell PowerFlex
name: fault_set
namespace: ''
release_date: '2024-02-29'
|