Users Guide

image_uri: "http://192.168.0.2/firmware_repo/component.exe"
transfer_protocol: "HTTP"
- name: Update the firmware from a single executable file available in a local path
redfish_firmware:
baseuri: "192.168.0.1"
username: "user_name"
password: "user_password"
image_uri: "/home/firmware_repo/component.exe"
Manage storage volume configuration
Module: redfish_storage_volume
Synopsis
This module allows to create, modify, initialize, or delete a single storage volume.
Options
Table 81. redfish_storage_volume
Parameter Required Default Choices Comments
baseuri True NA NA IP address of the target
out-of-band controller. For
example-
<ipaddress>:<port>
username True NA NA Username of the target
out-of-band controller.
password True NA NA Password of the target out-
of-band controller.
controller_id False NA NA
Fully Qualified Device
Descriptor (FQDD) of
the storage controller.
For example-
RAID.Slot.1-1.
This option is mandatory
when I(state) is
C(present) when
creating a volume.
volume_id False NA NA
FQDD of existing
volume.
For example-
Disk.Virtual.4:RAID.Slot.
1-1.
This option is mandatory
in the following
scenarios-:
I(state) is
C(present), when
updating a volume.
I(state) is
C(absent), when
deleting a volume.
I(command) is
C(initialize), when
initializing a volume.
118 Modules for Redfish APIs