Recently, I get to the Google Cloud Deployment Manager, but struggling with some strange bugs. Maybe someone here will have some idea about the reason.
Usually I βcreateβ a deployment in preview mode, and then, as soon as I see it in the GUI, I will click the βExpandβ button and do it. But when it ends, I am greeted with the following error message:
{ "ResourceType": "deploymentmanager.v2.virtual.enableService", "ResourceErrorCode": "429", "ResourceErrorMessage": { "code": 429, "message": "Insufficient tokens for quota 'DefaultGroup' and limit 'CLIENT_PROJECT-100s' of service 'servicemanagement.googleapis.com' for consumer 'project_number:794362051698'.", "status": "RESOURCE_EXHAUSTED", "details": [{ "@type": "type.googleapis.com/google.rpc.Help", "links": [{ "description": "Google developer console API key", "url": "https://console.developers.google.com/project/794362051698/apiui/credential" }] }], "statusMessage": "Too Many Requests", "requestPath": "https://servicemanagement.googleapis.com/v1/operations/projectSettings.d51a6a47-7a15-42bb-90a7-70c3dd7c25e3" } }
You might think that this is due to exceeding the quota, but after checking the quotas in IAM-> Quotas, I can not find anything by the quota.
My Deployment Manager now has 3 deployments in a similar miserable state. The strange thing is that my project was created, and when I look at the included APIs for this project, I find everything that I specified in my DM configuration.
Edit: the problem seems to go away when I remove some of the APIs that I enable (using the apis: block in my resource: block). I am trying to turn 23 on, but the problem goes away when I cut that number in half.
source share