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

Google Deployment Manager ordering of resources using references for kubernetes cluster

I am trying to use the api exposed by a k8 cluster in other resources. I want the k8 cluster to be up first and later other resources make use of the api exposed by this k8 cluster. I tried to use the references to lay out an implicit order on the…
Varunkumar Manohar
  • 887
  • 3
  • 11
  • 29
0
votes
1 answer

Google Deployment Manager Resource types for cloud endpoints

I've been looking for a way of including cloud endpoints in my deployment configuration, but it doesn't seem there is any resource type for Cloud Endpoints. My Google Deployment config will contain: 1 vm compute instance 1 network 1 firewall…
Aicos
  • 182
  • 1
  • 14
0
votes
1 answer

deployment manager Cloud SQL

I am trying to create CloudSQL Instance with Failover Replica using Deployment Manager. I am able to create a Read Replica but couldn't create Failover Replica. Can you please provide me a Deployment Manager Script or suggest me with the changes to…
0
votes
2 answers

Create a folder inside a GCS bucket with Deployment Manager

I have created a bucket with DM using the below code resources: - type: storage.v1.bucket name: test-bucket properties: project: my-project name: test-bucket Now, when trying to create a folder structure inside the…
Radhika
  • 23
  • 1
  • 6
0
votes
2 answers

Google Deployment Manager Extensions

I'm curious if anybody had any success integration Google API libraries into DM so that holes in deployment manager's offerings can be covered by the user…
0
votes
1 answer

How to insert my RSA private key into GCE VM through Google Deployment Manager?

Does anyone know how to pass a RSA private key through the deployment configuration file below to a Google Compute Engine (GCE) virtual machine? The reason I am doing this is because the software installed in my GCE virtual machine needs to SSH…
0
votes
0 answers

Deployment manager fails with a cryptic error

So, I have a deployment manager configuration that is supposed to create a GKE cluster. Here is the configuration: resources: - name: mycluster type: container.v1.cluster properties: zone: us-central1-a cluster: name: mycluster …
-1
votes
0 answers

Is it possible to export billing to BigQuery and create a service account and assign roles for it via GCP deployments like AWS CloudFormation?

In AWS I am able to create a Cost and Usage report and Role ARN's via CloudFormation templates.Is there anything similar to this available in GCP? to create a billing export to BigQuery and creation of service account and role assigning to that…
-1
votes
1 answer

Setting Username and Password to Windows VM from GCP deployment manager with Jinja2

I am new to GCP and trying to create a Windows VM instance from GCP deployment manager. I want to set username and password for the VM instance through deployment manager. Here I am using Jinja2 as deployment language.
-1
votes
2 answers

Loading the deployment manager for a jumphost in GCP project

I am trying to solve the challenge lab for Qwicklabs 'Cloud Architecture' . The lab presents a scenario where it is specified that the cloud architect for a project has written the Deployment Manager configuration to build the network for project's…
-1
votes
1 answer

Google Deployment Manager: DNS. Removing TXT record also removes A record

I have a deployment manager configuration for DNS (dns.yaml): imports: - path: domainorg.jinja resources: - name: domainorg type: domainorg.jinja domainorg.jinja contents: resources: - type: gcp-types/dns-v1:managedZones name:…
-1
votes
1 answer

GCP - how to add labels to VM deployment

I am trying to deploy VM in GCP using deployment manager. I have created a yaml file that contains all the properties, the VM is provisioned ok but with out the labels. I am using this property in the file tags: working-environment-id:…
li-raz
  • 1,678
  • 2
  • 29
  • 57
1 2 3
16
17