Automating the Deployment of Infrastructure Using Deployment Manager Reviews
54677 reviews
Julio G. · Reviewed כמעט 6 שנים ago
Pavlo H. · Reviewed כמעט 6 שנים ago
Sathyanarayana A. · Reviewed כמעט 6 שנים ago
sequencing of the yaml file is not clear.
Phani Kumar L. · Reviewed כמעט 6 שנים ago
Tony C. · Reviewed כמעט 6 שנים ago
Federico B. · Reviewed כמעט 6 שנים ago
Arseni R. · Reviewed כמעט 6 שנים ago
Artjoms P. · Reviewed כמעט 6 שנים ago
Thank you!
Viktor H. · Reviewed כמעט 6 שנים ago
Jainy J. · Reviewed כמעט 6 שנים ago
Ayman B. · Reviewed כמעט 6 שנים ago
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. · Reviewed כמעט 6 שנים ago
Júlio C. · Reviewed כמעט 6 שנים ago
Andrei S. · Reviewed כמעט 6 שנים ago
a couple of errors while deploying the template
Anshul S. · Reviewed כמעט 6 שנים ago
Elie K. · Reviewed כמעט 6 שנים ago
Semyon K. · Reviewed כמעט 6 שנים ago
Anshul S. · Reviewed כמעט 6 שנים ago
Alexis-Daniel P. · Reviewed כמעט 6 שנים ago
Luis M. · Reviewed כמעט 6 שנים ago
suresh r. · Reviewed כמעט 6 שנים ago
Kulwant S. · Reviewed כמעט 6 שנים ago
Widmark M. · Reviewed כמעט 6 שנים ago
Sanjay P. · Reviewed כמעט 6 שנים ago
Good
Abymon J. · Reviewed כמעט 6 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.