Using Cisco vManage to deploy virtual routers into Google Cloud via the automated features to create 2 new VMs (one for each router). It was working in the Europe-west2 region last month, but now gives me the error about not having enough resources. I can deploy in US-WEST1 for example without any issues.
Variables in the requests are:
"machineType": "n1-standard-4",
"diskInfoList": [
{
"sourceImage": "projects/cisco-public/global/images/cisco-c8k-17-06-02",
"diskSizeGb": 16,
"type": "PERSISTENT",
"mode": "READ_WRITE",
"boot": true
}
I get this failure code.
"mcCtxt": {
"tenantId": "xxxxx",
"ctxId": "createGcpVmInstances"
},
"status": {
"code": "FAILED",
"errString": "The zone 'projects/xxxxxx/zones/europe-west2-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later."
}
}
I have checked the quotas and there doesn't seem to be an issue.
Is there a way of finding the reason in GCP why it is happening and where the issue is?
Thanks in advance. Neal
I have deployed into different regions like US-WEST1 without issue, but some regions have the problem. I have checked the quotas and that does not seem to be an issue. I have seen this issue for the last few days without change.
I would not expect google to run out of compute resources in lots of locations.