Skip to main content

Questions tagged [google-deployment-manager]

Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources.

google-deployment-manager
1 vote
2 answers
738 views

How to use multi project multi environment deployment using google deployment manager and google cloud build

Currently we're having a dev environment in a gcp project. We're using GDM templates and other stuffs along with repo in bitbucket. Whenever we push any changes in bitbucket it builds and deploy to ...
xalien's user avatar
  • 143
2 votes
1 answer
775 views

Creating Cloud run service with Deployment manager returns "Requested entity was not found." error

I'm trying to create a Cloud Run service using the Deployment Manager. As there's no native support for Cloud Run resource type, I created a type provider for the Cloud Run API using the following ...
Sonali Jain's user avatar
0 votes
1 answer
287 views

Enable Audit Logs using Cloud Deployment Manager GCP

I am trying to enable Audit Logs i.e. Data Access Logs using Cloud Deployment Manager in GCP but I am getting some error, below is the script I have created in YAML. resources: - name: get-iam-policy ...
shivaniverma6991's user avatar
0 votes
1 answer
95 views

GCP Deployment Manager third party resources

Just wanted to make sure my understanding is correct. Based on my research, Deployment Manager can integrate with third party APIs, although is a BETA feature at this moment. So my question is, can ...
osiris_v6's user avatar
  • 462
2 votes
1 answer
2k views

Unable to add iam policy binding to service account using Google deployment manager

I'm trying to add a policy binding using Google deployment manager to my service account using the below yaml file, but when I tried to deploy it, I'm getting the "Permission denied" ...
snithi's user avatar
  • 23
3 votes
1 answer
395 views

Create Cloud Run service with Deployment Manager

I'm trying to create a Cloud Run service using the Deployment Manager, as there's no native support for Cloud Run resource type, I created a type provider for the Cloud Run API by providing it's ...
Luth's user avatar
  • 31
0 votes
0 answers
131 views

Google cloud - Deployment manager: creating External table using hive partitioning

I'm trying to create an external table with partitioning on Hive using the Deployment manager (.yaml). My code is like this, but it is not returning the key. resources: - name: test type: ...
Vitória Alves's user avatar
3 votes
1 answer
425 views

How to create a Network Endpoint Group via GCP Deployment Manager

I am trying to use the Google Cloud Deployment Manager to create a Network Endpoint Group for my App Engine Load Balancer. I can't find an existing resource type for it so I am trying to use a custom ...
bygrace's user avatar
  • 5,948
6 votes
1 answer
3k views

How to set pubsub message filter while creating cloud-function with triggerTopic

I was trying to create a google cloud function which can be triggered by a pubsub topic. I used the google deployment manager template for creating it. But I couldn't find any way to set the ...
xalien's user avatar
  • 143
0 votes
0 answers
364 views

gcloud functions package folder with .gcloudignore as a zip without upload it

I would like to compress and upload a cloud function to a bucket. But not deploy the function. I am going to deploy it with a Deployment Manager template: type: 'gcp-types/cloudfunctions-v1:projects....
Jorge Yero's user avatar
0 votes
0 answers
85 views

Generate deployment for project with existing infrastructure

I'm trying to incorporate Deployment Manager into my project which already has various instances of services up and running. I don't want to write deployments for all of them, and was hoping GCP ...
habit's user avatar
  • 431
0 votes
2 answers
2k views

GCP SERVICE_ACCOUNT_ACCESS_DENIED when trying to deploy instance with deployment manager

I am new to the google cloud platform deployment manager and i am trying to deploy an instance that has the service account attached along with the necessary api's that i needed. my code to attach the ...
Elisius Legodi's user avatar
5 votes
3 answers
10k views

'403 Permission denied while getting Drive credentials' when using Deployment Manager to create an 'external table' in BigQuery

Steps to reproduce: Create sheet in Google Sheets Enable Deployment Manager & Google Drive API in Google Cloud Platform add deployment manager service-account with view permissions on sheet ...
MousyBusiness's user avatar
1 vote
1 answer
345 views

Google deployment manager fails when the MIG (managed instance group) and the load balancer are in the same config file

I'm working on IaC (Goole Deployment Manager - Python and YAML) and tinkering with Google's external load balancer. As part of the PoC I created: An instance template based on ubuntu with startup ...
smaikap's user avatar
  • 514
2 votes
1 answer
380 views

How to deploy an Internal HTTP(S) LoadBalancer using Google Deployment Manager (Python + YAML)?

I'm implementing IaC for a web application consisting of monoliths and microservices. I want to place an internal HTTP load balancer in front of all our microservices and have not found any example ...
smaikap's user avatar
  • 514

15 30 50 per page
1 2
3
4 5
17