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
0 votes
0 answers
90 views

Google Deployment Manager References not Working as Expected

I have a trivial deployment manager configuration as I try to understand using references and outputs from templates. Note that all examples are overly-simplified just to demonstrate the problem; ...
seawolf's user avatar
  • 2,185
0 votes
0 answers
96 views

metadata dependsOn not work in serverless framework template for GCP deployment manager

I want to create dependencies between resource services and find metadata:dependsOn is used in Deployment manager template. However, when I applied the same syntax to serverless.yml, the resource that ...
HanayoZz's user avatar
0 votes
0 answers
21 views

Does CGP deployment manager support data store as a resource

I check the supported resource type and only find cloud storage on the list. If not, any straightforward way to implement it? May be it can be supported using the type provider? Please provide some ...
Zhen M's user avatar
  • 19
0 votes
0 answers
95 views

How to grant user readonly access to GCS bucket folder via Deployment Manager

I am trying to grant user readonly permission on bucket with IAM condition , although i am able to do this via terraform/console but via Deployment manager its creating a user permission but not ...
Muhammad Aqeel's user avatar
0 votes
1 answer
98 views

What's the right type for GCP cloud run in a deployment manager?

Attempting to use a deployment manager to create a Cloud Run, as follows: resources: - name: myService_cloudRun type: gcp-types/run-v1:projects.locations.services properties: location: us-...
Gregory Golberg's user avatar
0 votes
1 answer
103 views

How to send a http patch method for a Google Cloud Deployment Manager resource using a python template

I'm creating a HA VPN using Google Cloud Deployment Manager using the following guide: https://cloud.google.com/network-connectivity/docs/vpn/how-to/creating-ha-vpn#api_4 As part of the guide there is ...
SirHoppington's user avatar
0 votes
1 answer
76 views

Broken Wordpress Deployment on GCP after Copute Engine Name Change

I have a Wordpress instance on GCP's compute engine, deployed via the deployment manager. I recenetly renamed the underlying compute engine instance. Nothing else has changed including the IP address. ...
ateymour's user avatar
  • 199
0 votes
1 answer
44 views

How to handle Google Cloud deployment manger Asynchronously

Just like in AWS where you can have a SNS topic attached to trigger Cloud Formation and trigger a notification upon completion/failure. Is there any way we can so something similar in Google Cloud ...
Jr Dna's user avatar
  • 39
0 votes
1 answer
78 views

Compute engine- GCP Click to Deploy solution crashed

I am using Google Cloud deployment manager - Wordpress click to deploy solution. I installed a certificate through the Virtual machine SSH on the compute engine page using Certbot. Immediately after ...
Alyen Rugs's user avatar
2 votes
1 answer
2k views

error: instance type null does not match any allowed primitive type

I am trying to create compute instance in gcp using following yaml file (terraform) resources : - type : compute.v1.instance name: quickstart-deployment-vm properties: zone: us-central1-f ...
AzarEJ's user avatar
  • 552
0 votes
1 answer
333 views

How to set custom environment variables using Google Cloud Deployment Manager?

Google Cloud Deployment Manager provides deployment-specific environment variables like Project ID and Deployment name. def GenerateConfig(context): resources = [] resources.append ({ 'name': '...
Dinesh Sonachalam's user avatar
0 votes
1 answer
90 views

Implementing Health Check for resource in deployment manager templates

Using Deployment Manager I am trying to deploy compute instance resource running a particular web server which comes up after 5-10 min after booting up and I want deployment manager to check if the ...
JayantSeth's user avatar
0 votes
1 answer
92 views

Does google node api support deployment manager function calls?

I am working on an app which would deploy resources in GCP using deployment manager. I am aware of the deployment manager gcloud cli option and the REST API's for deployment manager but Is there a ...
JayantSeth's user avatar
0 votes
0 answers
242 views

How to Roll Back (Undo) a Deployment in GCP with Google Cloud Deployment Manager?

Google Cloud Deployment Manager is an excellent IaC tool with three core features. create - Create a deployment. delete - Delete a deployment. update - Update a deployment based on a provided config ...
Dinesh Sonachalam's user avatar
0 votes
1 answer
264 views

Unable to assign service account to Instance

I am using the below jijna instance creation template in GCP. When I create this I get the below error. I have already tried giving even Owner and iam.serviceAccountUser permission to xxxxxxxxxx@...
Vaishnav's user avatar
  • 651

15 30 50 per page
1
2 3 4 5
17