Skip to content

terraform-cisco-modules/terraform-intersight-pools

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.51

Providers

Name Version
intersight 1.0.51

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_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.
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_uuidpool_pool.map resource
intersight_uuidpool_reservation.map resource
intersight_compute_physical_summary.servers data source
intersight_search_search_item.pools data source