Simple try to build a Cloud Manager connector in GCP fails half way after creating a deployment in GCP, boot disk and then when trying to label the disk it fails leaving open deployment and disk behind. The error message in GCP activity after successful creation of boot disk is: Failed: Set labels of disk Failed: Set labels of disk
xxxxxx@cloudservices.gserviceaccount.com failed to set labels of disk clgx-netapplab-dev-vm-disk-boot
April 2, 2021 at 9:39:32 PM GMT-6
User
xxxxxxx@cloudservices.gserviceaccount.com
Resource name
projects/netapplab-app-dev-49c4/zones/us-west1-a/disks/netapplab-dev-vm-disk-boot
Error message
Invalid argument (HTTP 400): Labels fingerprint either invalid or resource labels have changed
Response > error
Code
412
Errors
Errors 1
Domain
global
Location
If-Match
Location type
header
Message
Labels fingerprint either invalid or resource labels have changed
Reason
conditionNotMet
Message
Labels fingerprint either invalid or resource labels have changed The TF code is here: terraform {
required_providers {
netapp-cloudmanager = {
source = "NetApp/netapp-cloudmanager"
version = "21.3.0"
}
}
}
provider "netapp-cloudmanager" {
refresh_token = var.cloudmanager_refresh_token
}
resource "netapp-cloudmanager_connector_gcp" "this" {
provider = netapp-cloudmanager
name = var.project_name
project_id = var.project_id
zone = var.zone
company = "x"
service_account_email = var.service_account_email
service_account_path = var.service_account_path
account_id = var.account_id
}
... View more
Hi, Can NetApp Harvest monitor the performance of Cloud Volumes ONTAP? The following versions are expected. Cloud Volumes ONTAP: ONTAP 9.8 or higher NetApp Harvest: 1.6 Best Regards,
... View more
Hi all bit of an obscure question about deploying CVO on GCP. Network interfaces are set at creation of the compute instance is it possible to add more interfaces. To try and explain why this has come about the question is coming from the architect designing our cloud systems and he is wanting to do something in cloud similar to what we do on-prem with vlans to secure/split up traffic but using multiple nics in GCP. As an example his requirement would be to have a project in GCP with multiple dev environments running as separate compute instances each with a separate VPC. He would like to know if we can deploy the CVO workspace to then have a network interface in each of the dev VPC networks rather than just having one interface and using network rules to direct the traffic from the device VPC networks to the controller VPC network. Looking on a deployed controller all of this should be possible as the commands are from what we can see all there we just need to know if we can deploy the controller/s with extra nics.
... View more