Intersight Hyperflex Edge Cluster deployment using Terraform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 06:27 AM - edited 03-08-2021 06:40 AM
resource "intersight_hyperflex_cluster_profile" "cluster_profile" {
for_each = var.site_specifics
name = each.value["cluster_name"]
mgmt_platform = var.management_platform
// storage_type = "HyperFlexDp"
organization {
object_type = "organization.Organization"
moid = intersight_organization_organization.org_data.moid
}
mgmt_ip_address = each.value["hx_mgmt_ip"]
mac_address_prefix = each.value["mac_prefix"]
// wwxn_prefix = var.wwxn_prefix
storage_data_vlan {
vlan_id = var.storage_vlan_id
}
}
- Labels:
-
Cisco Intersight
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2021 09:25 PM
Hello,
Can you please try this issue after upgrading the private appliance to latest version 1.0.9-250 ?
Thanks
