Skip to content

terraform-cisco-modules/terraform-intersight-pools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf0f295 · Jan 24, 2025

History

65 Commits
Sep 21, 2022
Feb 19, 2024
Sep 21, 2022
Aug 6, 2023
Sep 21, 2022
Oct 8, 2022
Aug 22, 2024
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Jul 25, 2024
Sep 8, 2024
Jan 24, 2025
Jun 3, 2024
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Jul 15, 2024
Jan 12, 2024
Jun 3, 2024
Jun 3, 2024

Repository files navigation

License: GPL v3 Developed by: Cisco

Terraform Intersight - Pools Module

A Terraform module to configure Intersight Infrastructure Pools.

NOTE: THIS MODULE IS DESIGNED TO BE CONSUMED USING "EASY IMM"

A comprehensive example using this module is available below:

Requirements

Name Version
terraform >=1.3.0
intersight >=1.0.61

Providers

Name Version
intersight 1.0.61

Modules

No modules.

Inputs

Name Description Type Default Required
global_settings YAML to HCL Data - global_settings. any n/a yes
model YAML to HCL Data - model. any n/a yes
orgs Intersight Organizations Moid Data. any n/a yes

Outputs

Name Description
data_policies Moid's of the Policies that were not defined locally.
data_pools Moid's of the Pools that were not defined locally.
ip Moids of the IP Pools.
iqn Moids of the IQN Pools.
mac Moids of the MAC Pools.
resource Moids of the Resource Pools.
uuid Moids of the UUID Pools.
wwnn Moids of the WWNN Pools.
wwpn Moids of the WWPN Pools.
server_pool_qualification Moids of the Server Pool Qualfication Policies.
reservations Moids of the Pool Reservations.

Resources

Name Type
intersight_fcpool_pool.wwnn resource
intersight_fcpool_pool.wwpn resource
intersight_fcpool_reservation.wwnn resource
intersight_fcpool_reservation.wwpn resource
intersight_ippool_pool.map resource
intersight_ippool_reservation.map resource
intersight_iqnpool_pool.map resource
intersight_iqnpool_reservation.map resource
intersight_macpool_pool.map resource
intersight_macpool_reservation.map resource
intersight_resourcepool_pool.map resource
intersight_resourcepool_qualification_policy.map resource
intersight_uuidpool_pool.map resource
intersight_uuidpool_reservation.map resource
intersight_compute_physical_summary.servers data source
intersight_search_search_item.policies data source
intersight_search_search_item.pools data source