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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
===========================
Dellemc.Unity Change Log
===========================
.. contents:: Topics
v1.7.1
======
Minor Changes
-------------
- Patch update to fix import errors in utils file.
v1.7.0
======
Minor Changes
-------------
- Added replication session module to get details, pause, resume, sync, failover, failback and delete replication sessions.
- Added support for Unity XT SeaHawk 5.3
- Documentation updates for boolean values based on ansible community guidelines.
New Modules
-----------
- dellemc.unity.replication_session - Manage replication session on the Unity storage system
v1.6.0
======
Minor Changes
-------------
- Add synchronous replication support for filesystem.
- Support addition of host from the Host List to NFS Export in nfs module.
- Support enable/disable advanced dedup in volume module.
v1.5.0
======
Minor Changes
-------------
- Updated modules to adhere with ansible community guidelines.
v1.4.1
======
Minor Changes
-------------
- Updated the execution environment related files.
v1.4.0
======
Minor Changes
-------------
- Added cifsserver module to support create, list and delete CIFS server.
- Added execution environment manifest file to support building an execution environment with ansible-builder.
- Added interface module to support create, list and delete interface.
- Added nfsserver module to support create, list and delete NFS server.
- Check mode is supported for Info.
- Enhance nfs module to support advanced host management option.
- Enhanced filesystem module to support create, modify and delete of filesystem replication.
- Enhanced info module to list cifs server, nfs servers, ethernet port and file interface.
- Enhanced nas server module to support create, modify and delete of nas server replication.
New Modules
-----------
- dellemc.unity.cifsserver - Manage CIFS server on Unity storage system
- dellemc.unity.interface - Manage Interfaces on Unity storage system
- dellemc.unity.nfsserver - Manage NFS server on Unity storage system
v1.3.0
======
Minor Changes
-------------
- Added rotating file handler for logging.
- Bugfix in volume module to retrieve details of non-thin volumes.
- Enhance host module to support add/remove network address to/from a host.
- Enhanced Info module to list disk groups.
- Enhanced Storage Pool module to support listing of drive details of a pool
- Enhanced Storage pool module to support creation of storage pool
- Enhanced consistency group module to support enable/disable replication in consistency group
- Enhanced host module to support both mapping and un-mapping of non-logged-in initiators to host.
- Enhanced host module to support listing of network addresses, FC initiators, ISCSI initiators and allocated volumes of a host
- Removed dellemc.unity prefix from module names.
- Renamed gatherfacts module to info module
v1.2.1
======
Minor Changes
-------------
- Added dual licensing
- Documentation updates
- Fixed typo in galaxy.yml
- Updated few samples in modules
v1.2.0
======
Minor Changes
-------------
- Added CRUD operations support for Quota tree.
- Added CRUD operations support for User Quota on Filesystem/Quota tree.
- Added support for Application tagging.
- Consistency group module is enhanced to map/unmap hosts to/from a new or existing consistency group.
- Filesystem module is enhanced to associate/dissociate snapshot schedule to/from a Filesystem.
- Filesystem module is enhanced to update default quota configuration during create operation.
- Gather facts module is enhanced to list User Quota and Quota tree components.
- Volume module is enhanced to support map/unmap multiple hosts from a volume.
New Modules
-----------
- dellemc.unity.tree_quota - Manage quota tree on the Unity storage system
- dellemc.unity.user_quota - Manage user quota on the Unity storage system
v1.1.0
======
Minor Changes
-------------
- Added CRUD operations support for Filesystem snapshot.
- Added CRUD operations support for Filesystem.
- Added CRUD operations support for NFS export.
- Added CRUD operations support for SMB share.
- Added support to get/modify operations on NAS server.
- Gather facts module is enhanced to list Filesystem snapshots, NAS servers, File systems, NFS exports, SMB shares.
New Modules
-----------
- dellemc.unity.filesystem - Manage filesystem on Unity storage system
- dellemc.unity.filesystem_snapshot - Manage filesystem snapshot on the Unity storage system
- dellemc.unity.nasserver - Manage NAS servers on Unity storage system
- dellemc.unity.nfs - Manage NFS export on Unity storage system
- dellemc.unity.smbshare - Manage SMB shares on Unity storage system
v1.0.0
======
Major Changes
-------------
- Added CRUD operations support for Consistency group.
- Added CRUD operations support for Volume.
- Added CRUD operations support for a snapshot schedule.
- Added support for CRUD operations on a host with FC/iSCSI initiators.
- Added support for CRUD operations on a snapshot of a volume.
- Added support for adding/removing volumes to/from a consistency group.
- Added support to add/remove FC/iSCSI initiators to/from a host.
- Added support to create a snapshot for a consistency group.
- Added support to get/modify operations on storage pool.
- Added support to map/unmap a host to/from a snapshot.
- Gather facts module is enhanced to list volumes, consistency groups, FC initiators, iSCSI initiators, hosts, snapshot schedules.
New Modules
-----------
- dellemc.unity.consistencygroup - Manage consistency groups on Unity storage system
- dellemc.unity.host - Manage Host operations on Unity
- dellemc.unity.info - Gathering information about Unity
- dellemc.unity.snapshot - Manage snapshots on the Unity storage system
- dellemc.unity.snapshotschedule - Manage snapshot schedules on Unity storage system
- dellemc.unity.storagepool - Manage storage pool on Unity
- dellemc.unity.volume - Manage volume on Unity storage system
|