Opiniones sobre Cómo automatizar la implementación de infraestructura con Deployment Manager
54677 opiniones
Julio G. · Se revisó hace casi 6 años
Pavlo H. · Se revisó hace casi 6 años
Sathyanarayana A. · Se revisó hace casi 6 años
sequencing of the yaml file is not clear.
Phani Kumar L. · Se revisó hace casi 6 años
Tony C. · Se revisó hace casi 6 años
Federico B. · Se revisó hace casi 6 años
Arseni R. · Se revisó hace casi 6 años
Artjoms P. · Se revisó hace casi 6 años
Thank you!
Viktor H. · Se revisó hace casi 6 años
Jainy J. · Se revisó hace casi 6 años
Ayman B. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
Júlio C. · Se revisó hace casi 6 años
Andrei S. · Se revisó hace casi 6 años
a couple of errors while deploying the template
Anshul S. · Se revisó hace casi 6 años
Elie K. · Se revisó hace casi 6 años
Semyon K. · Se revisó hace casi 6 años
Anshul S. · Se revisó hace casi 6 años
Alexis-Daniel P. · Se revisó hace casi 6 años
Luis M. · Se revisó hace casi 6 años
suresh r. · Se revisó hace casi 6 años
Kulwant S. · Se revisó hace casi 6 años
Widmark M. · Se revisó hace casi 6 años
Sanjay P. · Se revisó hace casi 6 años
Good
Abymon J. · Se revisó hace casi 6 años
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.