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.

252 questions
0
votes
1 answer

Allow all in firewall rules on a deployment manager jinja template

I checked the [documentation][1] [1]: https://cloud.google.com/compute/docs/reference/rest/v1/firewalls and what I saw is that whether allow or deny, you can only specify ports and protocol but not "allow all" like what you can do in the portal?
0
votes
0 answers

Google Deployment Manager API - Updating yaml properties dynamically while creating the VM

We are using Deployment Manager API to create VMs in our NodeJS application. config.deploymentConfiguration.target.config.content = fs.readFileSync(yamlFile,config.encoding); var request = { project: config.projectId, resource:…
0
votes
2 answers

GCP VM Deployment: How to update yaml config properties dynamically while creating a VM

We have a nodejs application which creates VM on GCP using config file (.yaml) and templates. Now I want to update few properties in the yaml/template based on the user input from UI while creating the VM. How can we update the config properties…
0
votes
2 answers

How do I get the query quotas from Deployment Manager via the API?

Over at https://console.cloud.google.com/apis/api/deploymentmanager.googleapis.com/quotas or https://console.cloud.google.com/iam-admin/quotas?service=deploymentmanager.googleapis.com, I am able to see the query and well as the write quotas and are…
0
votes
1 answer

Error when deploying Zonal Private GKE cluster using Deployment Manager

I am trying to automate the deployment of my Zonal Private GKE Cluster. I have the following error when deploying: ci-qa:…
0
votes
0 answers

GCP Deployment Manager Delete RESOURCE_ERROR

I created a Deployment Manager Template (python) to create a GKE Zonal cluster (v1beta1 feature). When I run gcloud deployment-manager deployments create --config , GKE cluster is created as expected. I used…
0
votes
1 answer

Getting service account key deployed via Google DM

Is it possible to get a service account key that is deployed via Google Deployment Manager (iam.v1.serviceAccounts.key resource) as a result of request to DM? I have seen an option to expose it in outputs…
0
votes
2 answers

How do I know what key value pairs are available for deployment manager?

For example when I try to figure out what properties I can put into deployment manager for creating a bigquery table, I had to reference the REST API docs as the best place to find parameters and required fields. Is there a good place from within…
ForeverConfused
  • 1,607
  • 3
  • 26
  • 41
0
votes
1 answer

Google deployment manager $. usage

I wanted to know what $. refers to in Google deployment manager templates Reference 1 Reference 2 What are the set of functions that be used along with $. ?
Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29
0
votes
1 answer

Deployment Manager, how to obtain google storage service account in resource file

I use Deployment Manager and try to describe my resources in python files ( Deployment Manager allows to create configuration using Python or Jinja). Actually, I use json-format for topic-resource's creating - return { 'name': topic, …
0
votes
1 answer

Google Deployment Manager stored runtime-config variables appear corrupted

I'm having trouble with encrypted base64 encoded values I'm using in Google Deployment Manager via runtimeconfig.v1beta1.config resource declarations. After I perform the deployment, the value that I stored using Deployment Manager appear to be…
0
votes
2 answers

How to create mysql database with user and password in google-cloud-platform using deployment manager?

I need to add database,root or user,password in the following: - name: deployed-database-instance type: sqladmin.v1beta4.instance properties: backendType: SECOND_GEN databaseVersion: MYSQL_5_7 settings: tier: db-f1-micro
A.JRJ
  • 331
  • 1
  • 5
  • 16
0
votes
2 answers

GCP Deployment Manger not creating network peerings

I have a deploymgr template that creates a bunch of network assets and VMs and it runs fine with no errors reported, however no VPC peerings are ever created. It works fine if I create a peering via the console or on the cli via glcoud Peering fails…
xref
  • 1,707
  • 5
  • 19
  • 41
0
votes
2 answers

GCP deployment manager same resource name in different deployment

To figure out how deployment manager behaves when we have same resource name in different deployment I did following steps: I create a deployment named dep-1 with single VM named vm1. Then I created a a deployment named dep-2 with same VM named…
Neeraj Kumar
  • 836
  • 1
  • 10
  • 29
0
votes
1 answer

Runtime config variable Google Deployment manager

Cannot create a google deployment manager runtime config variable resources: - name: star-config type: runtimeconfig.v1beta1.config properties: name: star-config - name: igurl_variable type: runtimeconfig.v1beta1.variable properties: …
Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29
1 2 3
16
17