Questions tagged [deployment-manager]

6 questions
1
vote
0 answers

Multiple VM deployment via GCP Deployment Manager

What I want to achieve: I want to be able to create multiple VM instance using AWX playbook or Deployment Manager. The script will read instance configuration in a csv uploaded to gcloud or bitbucket, then create the resources as the values in the…
Sunny J
  • 607
  • 3
  • 14
0
votes
1 answer

GCP deployment to create storage bucket fails on missing storage.buckets.get access

I want to create a cloud storage bucket programatically using deployment manager, but the deployment fails with the following error: ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation…
0
votes
1 answer

Binding Workload Identity service-account to a GKE service-account with Deployment Manager?

I've enabled Workload Identity on our GKE cluster. Now I'm deploying an app to GKE which uses WI to authenticate to another Google service. I've already used Deployment Manager to create an IAM Service Account with the right access to the Google…
0
votes
1 answer

GCP Deployment Manager: where to find a reference guide to properly create YAML config and template files?

I started working with Google Cloud Deployment Manager upon request of a client, using YAML config files, but I can't find anywhere how to map the reference shown in…
solr
  • 103
  • 2
0
votes
1 answer

Is there any way to find Time taken for features in Deployment manager to get available on Terraform?

Can you please help me on getting more info about time to get all features of deployment manager available on terraform?
Mahaboob
  • 19
  • 2
0
votes
0 answers

Which Type to use for creating Storage Transfer jobs via Deployment Manager

I'm trying to create and manage a TransferJob for Google Storage Transfer service via Google Deployment Manager. The aim is to copy objects from one Cloud Storage bucket to another daily. Since I can't find any example code, just the API, I'm trying…