cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
26657
Views
0
Helpful
1
Replies

Intersight Hyperflex Edge Cluster deployment using Terraform

jachbr29857
Level 1
Level 1
Wondering if this related to the fact that we are running the Private Virtual Appliance and not the SaaS model of Intersight?
 
Receiving the following error when trying to create a profile for HX Edge clusters. I have set the storage_type = "HyperFlexDp" as well as commented out this to use the default which is showing "HyperFlexDp". Using the version 1.0.1 provider, terraform 0.14.7, Hyperflex 4.0(2d) and Intersight 1.0.9-197 Private Virtual Appliance
 
Error: failed while creating HyperflexClusterProfile: 400 Bad Request Response from endpoint: {"code":"InvalidRequest","message":"Cannot create or modify the object ''. The property 'hyperflex.ClusterProfile:StorageType' does not exist.","messageId":"barcelona_request_property_does_not_exist","messageParams":{"1":"","2":"hyperflex.ClusterProfile","3":"StorageType"},"traceId":"NBd1050ced215dcfb867203ad6e1d2bce6"
 

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
}
}

1 Reply 1

padramas
Cisco Employee
Cisco Employee

Hello,

Can you please try this issue after upgrading the private appliance to latest version 1.0.9-250 ?

 

Thanks