mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8385d2eb39
Adding CreateVolume functionality (#6813)
* Adding create volume functionality
* Adding changelog fragment
* Sanity Fix
* Sanity fix
* Update 6813-redfish-config-add-create-volume.yml
* Sanity fix
* Sanity fix
* Removing capabilities check and correcting controllers terminology to storage subsystem
* Updating as per PR suggestions
* sanity fix
* Update plugins/modules/redfish_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixing merge issue
* Fixing sanity issues
* Adding CapacityBytes as a mandatory parameter and adding failure message when run for server below iLO6
* Sanity fix
* Sanity fix
* Updating vendor specific failure
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Removing vendor specific failure case
* removing unused import
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 55893f27c9
)
Co-authored-by: TSKushal <44438079+TSKushal@users.noreply.github.com>
2 lines
175 B
YAML
2 lines
175 B
YAML
minor_changes:
|
|
- redfish_config - add ``CreateVolume`` command to allow creation of volumes on servers (https://github.com/ansible-collections/community.general/pull/6813).
|