netapp.storagegrid.na_sg_grid_hotfix module – Apply hotfixes on StorageGRID.
Note
This module is part of the netapp.storagegrid collection (version 21.15.0).
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 netapp.storagegrid
.
To use it in a playbook, specify: netapp.storagegrid.na_sg_grid_hotfix
.
New in netapp.storagegrid 21.15.0
Synopsis
Apply hotfix on NetApp StorageGRID.
Parameters
Parameter |
Comments |
---|---|
The url to the StorageGRID Admin Node REST API. |
|
The authorization token for the API request |
|
The path to the software update file. |
|
The provisioning passphrase. |
|
The hotfix will start applying if present. If absent, it remove all nodes from the hotfix queue. Choices:
|
|
The time in seconds to wait for the software update to complete. Default: |
|
the type of software update to deploy. Choices:
|
|
Should https certificates be validated? Choices:
|
Notes
Note
It is recommend to apply the latest hotfix before and after each software upgrade.
Before starting the hotfix process, confirm that there are no active alerts and that all grid nodes are online and available.
When the primary Admin Node is updated, services are stopped and restarted. Connectivity might be interrupted until the services are back online.
The modules prefixed with
na_sg
are built to manage NetApp StorageGRID.
Examples
- name: Apply hotfix on StorageGRID
na_sg_grid_hotfix:
api_url: "https://<storagegrid-endpoint-url>"
auth_token: "storagegrid-auth-token"
state: "present"
validate_certs: false
passphrase: "{{ storagegrid_passphrase }}"
type: "hotfix"
file_path: "/path/to/hotfix_file"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Returns information about the StorageGRID software update. Returned: success Sample: |