netapp_eseries.santricity.netapp_e_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.netapp_e_facts

netapp_eseries.santricity 2.2.0 中的新增功能

概要

  • netapp_e_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/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
  netapp_e_facts:
    ssid: "1"
    api_url: "https://192.168.1.100:8443/devmgr/v2"
    api_username: "admin"
    api_password: "adminpass"
    validate_certs: true

返回值

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

描述

msg

字符串

成功消息

返回: 成功时

示例: "['Gathered facts for storage array. Array ID [1].', 'Gathered facts for web services proxy.']"

storage_array_facts

复杂类型

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

返回: 从嵌入式 Web 服务 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

字典

按已映射的initiator列出的可用卷。

返回: 成功时

示例: [{"192_168_1_1": [{"id": "02000000600A098000A4B9D1000015FD5C8F7F9E", "meta_data": {"filetype": "xfs", "public": true}, "name": "some_volume", "workload_name": "test2_volumes", "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)