hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update module – Manages software update and downgrade on Hitachi SDS Block storage systems.
Note
This module is part of the hitachivantara.vspone_block collection (version 4.4.2).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install hitachivantara.vspone_block.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update.
New in hitachivantara.vspone_block 4.3.0
Synopsis
This module allows software update and downgrade on Hitachi SDS Block storage systems.
For examples, go to URL https://github.com/hitachi-vantara/vspone-block-ansible/blob/main/playbooks/sds_block_direct/software_update.yml
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.9
Parameters
Parameter |
Comments |
|---|---|
Information required to establish a connection to the storage system. |
|
IP address or hostname of the storage system. |
|
Type of connection to the storage system. Choices:
|
|
Password for authentication. This is a required field. |
|
Username for authentication. This is a required field. |
|
Specification for the storage software update. |
|
Whether to perform storage software downgrade. Choices:
|
|
Should stop storage software update. Choices:
|
|
The update file of the storage software to be transferred to the storage cluster. |
|
The desired state of the storage pool. Choices:
|
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: none |
Determines if the module should run in check mode. |
Examples
- name: Update the storage software
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update:
connection_info:
address: storage1.company.com
username: "admin"
password: "secret"
- name: Downgrade the storage software
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update:
connection_info:
address: storage1.company.com
username: "admin"
password: "secret"
spec:
should_stop_software_update: true
- name: Upload the storage software update file
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update:
connection_info:
address: storage1.company.com
username: "admin"
password: "secret"
spec:
software_update_file: "/root/sdsb_sw_update/hsds-update-01170140-0007.tar"
- name: Downgrade the storage software
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_software_update:
connection_info:
address: storage1.company.com
username: "admin"
password: "secret"
spec:
is_software_downgrade: true
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
Success or failure message for the storage software update. Returned: always |
|
Success or failure message for the storage software update. Returned: success Sample: |