hitachivantara.vspone_block.sds_block.hv_sds_block_cluster_config_facts module – Retrieves information about configuration of SDS block clusters from Hitachi SDS block storage systems.
Note
This module is part of the hitachivantara.vspone_block collection (version 4.2.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_cluster_config_facts.
New in hitachivantara.vspone_block 4.1.0
Synopsis
- This module retrieves information about SDS Block cluster configuration. 
- It provides details about a cluster configuration such as storage nodes, fault domains and other details. 
- For examples go to URL https://github.com/hitachi-vantara/vspone-block-ansible/blob/main/playbooks/sds_block_direct/hv_sds_block_cluster_config_facts.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. | 
Attributes
| Attribute | Support | Description | 
|---|---|---|
| Support: full | Determines if the module should run in check mode. | 
Examples
- name: Retrieve information about configuration of SDS block clusters
  hitachivantara.vspone_block.sds_block.hv_sds_block_cluster_config_facts:
    connection_info:
      address: sdsb.company.com
      username: "admin"
      password: "password"
Returned Facts
Facts returned by this module are added/updated in the hostvars host facts and can be referenced by name just like any other host fact. They do not need to be registered in order to use them.
| Key | Description | 
|---|---|
| A list of clusters. Returned: success | |
| Information about the cluster. Returned: success | |
| Cluster’s IP v4 address. Returned: success Sample:  | |
| Name of the cluster. Returned: success Sample:  | |
| First DNS server’s IP address. Returned: success Sample:  | |
| Second DNS server’s IP address. Returned: success Sample:  | |
| First NTP server’s IP address. Returned: success Sample:  | |
| Second NTP server’s IP address. Returned: success Sample:  | |
| Timezone of the cluster. Returned: success Sample:  | |
| Fault domains in the cluster. Returned: success | |
| Fault domain name. Returned: success Sample:  | |
| FC port settings. Returned: success | |
| Speed of the port. Returned: success Sample:  | |
| Topology of the port. Returned: success Sample:  | |
| General information about the cluster. Returned: success | |
| Software version of the cluster. Returned: success Sample:  | |
| Information about the storage nodes in the cluster. Returned: success | |
| Whether the node is cluster master. Returned: success Sample:  | |
| IP v4 address of the compute network gateway for the storage node. Returned: success Sample:  | |
| IP v4 address of the compute network for the storage node. Returned: success Sample:  | |
| Whether IP v6 address is enabled on the compute network. Returned: success Sample:  | |
| IP v6 address of the compute network gateway for the storage node. Returned: success Sample:  | |
| IP v6 global information of the compute network for the storage node. Returned: success Sample:  | |
| IP v6 subnet prefix information of the compute network for the storage node. Returned: success Sample:  | |
| MTU size of the compute network. Returned: success Sample:  | |
| IP v4 address subnet mask of the compute network for the storage node. Returned: success Sample:  | |
| Protocol of the compute port. Returned: success Sample:  | |
| Route destination for the control and inter node networks. Returned: success Sample:  | |
| Gateway for the control and inter node networks. Returned: success Sample:  | |
| Interface information for the control and inter node networks. Returned: success Sample:  | |
| IP v4 address of the control network for the storage node. Returned: success Sample:  | |
| MTU size of the compute network. Returned: success Sample:  | |
| IP v4 address subnet mask of the control network for the storage node. Returned: success Sample:  | |
| Fault domain name where this storage node belongs to. Returned: success Sample:  | |
| Hostname of the storage node. Returned: success Sample:  | |
| IP v4 address of the inter node network for the storage node. Returned: success Sample:  | |
| MTU size of the inter node network. Returned: success Sample:  | |
| IP v4 address subnet mask of the inter node network for the storage node. Returned: success Sample:  | |
| Number of FC target ports. Returned: success Sample:  | |
| Protection domains in the cluster. Returned: success | |
| Information about the async processing resource usage rate. Returned: success Sample:  | |
| Protection domain name. Returned: success Sample:  | |
| Redundant policy information. Returned: success Sample:  | |
| Redundant type information. Returned: success Sample:  | |
| Name of the storage pool. Returned: success Sample:  | 
