netapp_eseries.santricity.na_santricity_facts 模块 – NetApp E 系列检索 NetApp E 系列存储阵列的详细信息

注意

此模块是 netapp_eseries.santricity 集合 (版本 1.4.1) 的一部分。

如果您使用的是 ansible 包,则可能已安装此集合。它不包含在 ansible-core 中。要检查它是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install netapp_eseries.santricity

要在 playbook 中使用它,请指定: netapp_eseries.santricity.na_santricity_facts

概要

  • na_santricity_facts 模块返回有关 NetApp E 系列存储阵列的详细信息集合。

参数

参数

注释

api_password

字符串 / 必需

用于向 SANtricity Web Services Proxy 或嵌入式 Web Services API 进行身份验证的密码。

api_url

字符串 / 必需

SANtricity Web Services Proxy 或嵌入式 Web Services API 的 URL。

示例 https://prod-1.wahoo.acme.com:8443/devmgr/v2

api_username

字符串 / 必需

用于向 SANtricity Web Services Proxy 或嵌入式 Web Services API 进行身份验证的用户名。

ssid

字符串

要管理的阵列的 ID。此值对于每个阵列必须唯一。

默认值: "1"

validate_certs

布尔值

是否应验证 https 证书?

选项

  • false

  • true ← (默认值)

备注

注意

  • E 系列 Ansible 模块需要 Web Services Proxy (WSP) 实例可用以管理存储系统,或者支持嵌入式 Web Services API 的 E 系列存储系统。

  • 嵌入式 Web Services 目前在 E2800、E5700、EF570 和更新的硬件型号上可用。

  • netapp_eseries.santricity.netapp_e_storage_system 可用于配置由 WSP 实例管理的系统。

示例

---
- name: Get array facts
  na_santricity_facts:
    ssid: "1"
    api_url: "https://192.168.1.100:8443/devmgr/v2"
    api_username: "admin"
    api_password: "adminpass"
    validate_certs: true

返回值

常见的返回值已记录在 此处,以下是此模块独有的字段

描述

msg

字符串

成功消息

返回: 成功时

示例: "['已收集存储阵列的详细信息。阵列 ID [1]。', '已收集 Web Services Proxy 的详细信息。']"

proxy_facts

复杂类型

代理存储系统列表

返回: 从 Web Services Proxy 的 REST API 成功查询时

array_status

字符串

存储系统状态

返回: 成功

示例: "optimal"

asup_enabled

布尔值

存储系统自动支持状态

返回: 成功

示例: true

certificate_status

字符串

存储系统 SSL 证书状态

返回: 成功

示例: "untrusted"

chassis_serial

字符串

存储系统机箱序列号

返回: 成功

示例: "SX0810032"

controller

列表 / 元素=字符串

包含每个控制器的标识、IP 地址和证书信息的控制器列表

返回: 成功

示例: [{"certificateStatus": "selfSigned", "controllerId": "070000000000000000000001", "ipAddresses": ["172.17.0.5", "3.3.3.3"]}]

drive_types

列表 / 元素=字符串

所有可用的存储系统驱动器类型

返回: 成功

示例: ["sas", "fibre"]

firmware_version

字符串

存储系统安装固件版本

返回: 成功

示例: "08.50.42.99"

model

字符串

NetApp E 系列型号

返回: 成功

示例: "5700"

name

字符串

存储系统名称

返回: 成功

示例: "EF570-NVMe"

password_status

字符串

存储系统密码状态

返回: 成功

示例: "invalid"

ssid

字符串

存储系统ID

返回: 成功

示例: "ec8ed9d2-eba3-4cac-88fb-0954f327f1d4"

unconfigured_space

字符串

未配置的存储系统空间(以字节为单位)

返回: 成功

示例: "982259020595200"

wwn

字符串

存储系统的唯一标识符

返回: 成功

示例: "AC1100051E1E1E1E1E1E1E1E1E1E1E1E"

storage_array_facts

复杂类型

提供有关阵列、控制器、管理接口、主机端接口、驱动器端接口、磁盘、存储池、卷、快照和功能的详细信息。

返回: 从嵌入式 Web Services REST API 成功查询时

netapp_controllers

列表 / 元素=字符串

存储阵列控制器列表,包含基本的控制器标识和状态

返回: 成功

示例: [[{"name": "A", "serial": "021632007299", "status": "optimal"}, {"name": "B", "serial": "021632007300", "status": "failed"}]]

netapp_disks

列表 / 元素=字符串

包含每个驱动器的识别信息、类型和状态信息的驱动器列表

返回: 成功

示例: [[{"available": false, "firmware_version": "MS02", "id": "01000000500003960C8B67880000000000000000", "media_type": "ssd", "product_id": "PX02SMU080      ", "serial_number": "15R0A08LT2BA", "status": "optimal", "tray_ref": "0E00000000000000000000000000000000000000", "usable_bytes": "799629205504"}]]

netapp_driveside_interfaces

列表 / 元素=字符串

包含每个接口的识别信息、类型和速度的驱动器端接口列表

返回: 成功

示例: [[{"controller": "A", "interface_speed": "12g", "interface_type": "sas"}], [{"controller": "B", "interface_speed": "10g", "interface_type": "iscsi"}]]

netapp_enabled_features

列表 / 元素=字符串

指定存储阵列上启用的功能。

返回: 成功时

示例: [["flashReadCache", "performanceTier", "protectionInformation", "secureVolume"]]

netapp_host_groups

列表 / 元素=字符串

指定存储阵列上的主机组。

返回: 成功时

示例: [[{"id": "85000000600A098000A4B28D003610705C40B964", "name": "group1"}]]

netapp_host_types

列表 / 元素=字符串

列出存储阵列上可用的主机类型。

返回: 成功时

示例: [[{"index": 0, "type": "FactoryDefault"}, {"index": 1, "type": "W2KNETNCL"}, {"index": 2, "type": "SOL"}, {"index": 5, "type": "AVT_4M"}, {"index": 6, "type": "LNX"}, {"index": 7, "type": "LnxALUA"}, {"index": 8, "type": "W2KNETCL"}, {"index": 9, "type": "AIX MPIO"}, {"index": 10, "type": "VmwTPGSALUA"}, {"index": 15, "type": "HPXTPGS"}, {"index": 17, "type": "SolTPGSALUA"}, {"index": 18, "type": "SVC"}, {"index": 22, "type": "MacTPGSALUA"}, {"index": 23, "type": "WinTPGSALUA"}, {"index": 24, "type": "LnxTPGSALUA"}, {"index": 25, "type": "LnxTPGSALUA_PM"}, {"index": 26, "type": "ONTAP_ALUA"}, {"index": 27, "type": "LnxTPGSALUA_SF"}, {"index": 28, "type": "LnxDHALUA"}, {"index": 29, "type": "ATTOClusterAllOS"}]]

netapp_hosts

列表 / 元素=字符串

指定存储阵列上的主机。

返回: 成功时

示例: [[{"group_id": "85000000600A098000A4B28D003610705C40B964", "host_type_index": 28, "id": "8203800000000000000000000000000000000000", "name": "host1", "ports": [{"address": "1000FF7CFFFFFF01", "label": "FC_1", "type": "fc"}, {"address": "1000FF7CFFFFFF00", "label": "FC_2", "type": "fc"}]}]]

netapp_hostside_interfaces

列表 / 元素=字符串

主机端接口列表,包含每个接口的识别信息、配置、类型、速度和状态信息

返回: 成功

示例: [[{"iscsi": [{"controller": "A", "current_interface_speed": "10g", "ipv4_address": "10.10.10.1", "ipv4_enabled": true, "ipv4_gateway": "10.10.10.1", "ipv4_subnet_mask": "255.255.255.0", "ipv6_enabled": false, "iqn": "iqn.1996-03.com.netapp:2806.600a098000a81b6d0000000059d60c76", "link_status": "up", "mtu": 9000, "supported_interface_speeds": ["10g"]}]}]]

netapp_management_interfaces

列表 / 元素=字符串

管理接口列表,包含每个接口的识别信息、配置和状态

返回: 成功

示例: [[{"alias": "ict-2800-A", "channel": 1, "controller": "A", "dns_config_method": "dhcp", "dns_servers": [], "ipv4_address": "10.1.1.1", "ipv4_address_config_method": "static", "ipv4_enabled": true, "ipv4_gateway": "10.113.1.1", "ipv4_subnet_mask": "255.255.255.0", "ipv6_enabled": false, "link_status": "up", "mac_address": "00A098A81B5D", "name": "wan0", "ntp_config_method": "disabled", "ntp_servers": [], "remote_ssh_access": false}]]

netapp_storage_array

字典

提供存储阵列识别信息、固件版本和可用功能

返回: 成功

示例: [{"cacheBlockSizes": [4096, 8192, 16384, 32768], "chassis_serial": "021540006043", "firmware": "08.40.00.01", "name": "ict-2800-11_40", "supportedSegSizes": [8192, 16384, 32768, 65536, 131072, 262144, 524288], "wwn": "600A098000A81B5D0000000059D60C76"}]

netapp_storage_pools

列表 / 元素=字符串

包含每个池的识别信息和容量信息的存储池列表

返回: 成功

示例: [[{"available_capacity": "3490353782784", "id": "04000000600A098000A81B5D000002B45A953A61", "name": "Raid6", "total_capacity": "5399466745856", "used_capacity": "1909112963072"}]]

netapp_volumes

列表 / 元素=字符串

包含每个卷的识别信息和容量信息的存储卷列表

返回: 成功

示例: [[{"capacity": "5368709120", "id": "02000000600A098000AAC0C3000002C45A952BAA", "is_thin_provisioned": false, "name": "5G", "parent_storage_pool_id": "04000000600A098000A81B5D000002B45A953A61"}]]

netapp_volumes_by_initiators

字典

按映射的启动器为键的可用卷列表。

返回: 成功

示例: [{"beegfs_host": [{"eui": "0000139A3885FA4500A0980000EAA272V", "host_types": ["nvmeof"], "id": "02000000600A098000A4B9D1000015FD5C8F7F9E", "meta_data": {"filetype": "ext4", "public": true}, "name": "some_volume", "volume_metadata": "{\"format_type\": \"ext4\", \"format_options\": \"-i 2048 -I 512 -J size=400 -Odir_index,filetype\", \"mount_options\": \"noatime,nodiratime,nobarrier,_netdev\", \"mount_directory\": \"/data/beegfs/\"}", "workload_metadata": {"filetype": "ext4", "public": true}, "workload_name": "beegfs_metadata", "wwn": "600A098000A4B9D1000015FD5C8F7F9E"}]}]

netapp_workload_tags

列表 / 元素=字符串

工作负载标签列表

返回: 成功

示例: [[{"id": "87e19568-43fb-4d8d-99ea-2811daaa2b38", "name": "ftp_server", "workloadAttributes": [{"key": "use", "value": "general"}]}]]

snapshot_images

列表 / 元素=字符串

快照映像列表,包含每个快照映像的识别信息、容量和状态信息

返回: 成功

示例: [[{"active_cow": true, "creation_method": "user", "id": "34000000600A098000A81B5D00630A965B0535AC", "pit_capacity": "5368709120", "reposity_cap_utilization": "0", "rollback_source": false, "status": "optimal"}]]

作者

  • Kevin Hulquest (@hulquest)

  • Nathan Swartz (@swartzn)

  • Vu Tran (@VuTran007)