Automating the Deployment of Infrastructure Using Deployment Manager Rezensionen
54677 Rezensionen
Julio G. · Vor fast 6 Jahre überprüft
Pavlo H. · Vor fast 6 Jahre überprüft
Sathyanarayana A. · Vor fast 6 Jahre überprüft
sequencing of the yaml file is not clear.
Phani Kumar L. · Vor fast 6 Jahre überprüft
Tony C. · Vor fast 6 Jahre überprüft
Federico B. · Vor fast 6 Jahre überprüft
Arseni R. · Vor fast 6 Jahre überprüft
Artjoms P. · Vor fast 6 Jahre überprüft
Thank you!
Viktor H. · Vor fast 6 Jahre überprüft
Jainy J. · Vor fast 6 Jahre überprüft
Ayman B. · Vor fast 6 Jahre überprüft
instance-template.jinja resources: - name: {{ env["name"] }} type: compute.v1.instance properties: machineType: zones/{{ properties["zone"] }}/machineTypes/{{ properties["machineType"] }} zone: {{ properties["zone"] }} networkInterfaces: - network: {{ properties["network"] }} subnetwork: {{ properties["subnetwork"] }} accessConfigs: - name: External NAT type: ONE_TO_ONE_NAT disks: - deviceName: {{ env["name"] }} type: PERSISTENT boot: true autoDelete: true initializeParams: sourceImage: https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/family/debian-9 ----------------------------------------------------- config.yaml imports: - path: instance-template.jinja resources: # Create the auto-mode network - name: mynetwork type: compute.v1.network properties: autoCreateSubnetworks: true # Create the firewall rule - name: mynetwork-allow-http-ssh-rdp-icmp type: compute.v1.firewall properties: network: $(ref.mynetwork.selfLink) sourceRanges: ["0.0.0.0/0"] allowed: - IPProtocol: TCP ports: [22, 80, 3389] - IPProtocol: ICMP # Create the mynet-us-vm instance - name: mynet-us-vm type: instance-template.jinja properties: zone: us-central1-a machineType: n1-standard-1 network: $(ref.mynetwork.selfLink) subnetwork: regions/us-central1/subnetworks/mynetwork # Create the mynet-eu-vm instance - name: mynet-eu-vm type: instance-template.jinja properties: zone: europe-west1-d machineType: n1-standard-1 network: $(ref.mynetwork.selfLink) subnetwork: regions/europe-west1/subnetworks/mynetwork
Anshul S. · Vor fast 6 Jahre überprüft
Júlio C. · Vor fast 6 Jahre überprüft
Andrei S. · Vor fast 6 Jahre überprüft
a couple of errors while deploying the template
Anshul S. · Vor fast 6 Jahre überprüft
Elie K. · Vor fast 6 Jahre überprüft
Semyon K. · Vor fast 6 Jahre überprüft
Anshul S. · Vor fast 6 Jahre überprüft
Alexis-Daniel P. · Vor fast 6 Jahre überprüft
Luis M. · Vor fast 6 Jahre überprüft
suresh r. · Vor fast 6 Jahre überprüft
Kulwant S. · Vor fast 6 Jahre überprüft
Widmark M. · Vor fast 6 Jahre überprüft
Sanjay P. · Vor fast 6 Jahre überprüft
Good
Abymon J. · Vor fast 6 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.