You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* IBM Spectrum Virtualize v1.7.0
1. Updated new module description in README
2. Updated version name in galaxy.yml
3. Updated changelog
4. Added support for managing user, user groups and ownership groups
5. Added support for the configuration of Call Home feature.
6. Added support for remote assistance configuration.
7. Unit tests are added
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
4
4
5
-
This collection provides a series of Ansible modules and plugins for interacting with the IBM Spectrum Virtualize Family storage products. These products include the IBM SAN Volume Controller, IBM FlashSystem Family members built with IBM Spectrum Virtualize (FlashSystem 5000, 5100, 5200, 7200, 9100, 9200, 9200R, and V9000), IBM Storwize Family, and IBM Spectrum Virtualize for Public Cloud. For more information regarding these products, see the[IBM Documentation](https://www.ibm.com/docs/en).
5
+
This collection provides a series of Ansible modules and plugins for interacting with the IBM Spectrum Virtualize family storage products. These products include the IBM SAN Volume Controller, IBM FlashSystem family members built with IBM Spectrum Virtualize (FlashSystem 5xxx, 7200, 9100, 9200, 9200R, and V9000), IBM Storwize family, and IBM Spectrum Virtualize for Public Cloud. For more information regarding these products, see [IBM Documentation](https://www.ibm.com/docs/en).
6
6
7
7
## Requirements
8
8
@@ -68,27 +68,40 @@ Alternatively, you can add a full namepsace and collection name in the `collecti
68
68
69
69
### Modules
70
70
71
-
- ibm_svc_auth - Generates an authentication token for a user on IBM Spectrum Virtualize Family storage system
71
+
- ibm_svc_auth - Generates an authentication token for a user on IBM Spectrum Virtualize family storage system
72
72
- ibm_svc_host - Manages hosts on IBM Spectrum Virtualize system
73
73
- ibm_svc_hostcluster - Manages host cluster on IBM Spectrum Virtualize system
74
74
- ibm_svc_info - Collects information on IBM Spectrum Virtualize system
75
+
- ibm_svc_initial_setup - Manages initial setup configuration on IBM Spectrum Virtualize system
76
+
- ibm_svc_manage_callhome - Manages configuration of Call Home feature on IBM Spectrum Virtualize system
75
77
- ibm_svc_manage_consistgrp_flashcopy - Manages FlashCopy consistency groups on IBM Spectrum Virtualize system
76
78
- ibm_svc_manage_cv - Manages the change volume in remote copy replication on IBM Spectrum Virtualize system
77
79
- ibm_svc_manage_flashcopy - Manages FlashCopy mappings on IBM Spectrum Virtualize system
78
80
- ibm_svc_manage_mirrored_volume - Manages mirrored volumes on IBM Spectrum Virtualize system
79
81
- ibm_svc_manage_migration - Manages volume migration between clusters on IBM Spectrum Virtualize system
82
+
- ibm_svc_manage_ownershipgroup - Manages ownership groups on IBM Spectrum Virtualize system
80
83
- ibm_svc_manage_replication - Manages remote copy replication on IBM Spectrum Virtualize system
81
-
- ibm_svc_manage_replicationgroup - Manages remote copy consistency group on IBM Spectrum Virtualize system
84
+
- ibm_svc_manage_replicationgroup - Manages remote copy consistency groups on IBM Spectrum Virtualize system
85
+
- ibm_svc_manage_sra - Manages the remote support assistance configuration on IBM Spectrum Virtualize system
86
+
- ibm_svc_manage_user - Manages user on IBM Spectrum Virtualize system
87
+
- ibm_svc_manage_usergroup - Manages user groups on IBM Spectrum Virtualize system
82
88
- ibm_svc_manage_volume - Manages standard volumes on IBM Spectrum Virtualize system
83
89
- ibm_svc_manage_volumegroup - Manages volume groups on IBM Spectrum Virtualize system
84
90
- ibm_svc_mdisk - Manages MDisks for IBM Spectrum Virtualize system
85
91
- ibm_svc_mdiskgrp - Manages pools for IBM Spectrum Virtualize system
86
92
- ibm_svc_start_stop_flashcopy - Starts or stops FlashCopy mapping and consistency groups on IBM Spectrum Virtualize system
87
-
- ibm_svc_start_stop_replication - Starts or stops remotecopy relationship or group on IBM Spectrum Virtualize system
93
+
- ibm_svc_start_stop_replication - Starts or stops remote-copy independent relationships or consistency groups on IBM Spectrum Virtualize system
88
94
- ibm_svc_vol_map - Manages volume mapping for IBM Spectrum Virtualize system
89
95
- ibm_svcinfo_command - Runs svcinfo CLI command on IBM Spectrum Virtualize system over SSH session
90
96
- ibm_svctask_command - Runs svctask CLI command(s) on IBM Spectrum Virtualize system over SSH session
91
97
98
+
### Other Feature Information
99
+
- SV Ansible Collection v1.7.0 provides `Setup and Configuration Automation` through different modules. This feature helps user to automate Day 0 configuration.
100
+
This feature includes three modules:
101
+
- ibm_svc_initial_seutp
102
+
- ibm_svc_manage_callhome
103
+
- ibm_svc_manage_sra
104
+
- By proceeding and using these modules, the user acknowledges that [IBM Privacy Statement](https://www.ibm.com/privacy) has been read and understood.
92
105
93
106
### Prerequisite
94
107
@@ -100,6 +113,8 @@ The modules in the IBM Spectrum Virtualize Ansible collection leverage REST APIs
100
113
1. Using the REST APIs to list more than 2000 objects may create a loss of service from the API side, as it automatically restarts due to memory constraints.
101
114
2. It is not possible to access REST APIs using an IPv6 address on a cluster.
102
115
3. The Ansible collection can run on all IBM Spectrum Virtualize storage versions above 8.1.3, except versions 8.3.1.3 and 8.3.1.4.
116
+
4. At time of release of the SV Ansible v1.7.0 collection, no module is available to automate license agreements acceptance, including EULA.
117
+
User will be presented with a GUI setup wizard upon user-interface login, whether the Ansible modules have been used for initial configuration or not.
0 commit comments