NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

CVO on GCP deployment without tiering does not work #140

Closed pablogarciaarevalo closed 1 year ago

pablogarciaarevalo commented 2 years ago

As the documentation states, the parameter capacity_tier is optional, and the default is 'cloudStorage'. However, using the option capacity_tier='NONE', it fails with the below error message: Error: code: 400, message: {"message":"Request contains invalid parameters.","violations":[{"path":"capacityTier","message":"must be one of [cloudStorage]. Actual: "},{"path":"tierLevel","message":"Bucket Storage Class must be one of 'standard' or 'nearline' or 'coldline'"}]}

The Cloud Manager API works fine.

lonico commented 2 years ago

Do you mean the Cloud Manager UI works fine? This is a message we receive from the Cloud Manager API. Running with TF_LOG set to DEBUG would provide a trace.

pablogarciaarevalo commented 2 years ago

Cloud Manager UI and Cloud Manager API call (https://docs.netapp.com/us-en/cloud-manager-automation/cm/wf_gcp_cloud_create_we_paygo.html#8-create-the-working-environment) work fine. See attached the TF log. TF_log.txt

chuyich commented 2 years ago

Raised DEVOPS-5622 for tracking this issue.

chuyich commented 1 year ago

22.11.0