Automating the Deployment of Infrastructure Using Deployment Manager のレビュー
54677 件のレビュー
Godinez Julio · 6年弱前にレビュー済み
Hlushchenko Pavlo · 6年弱前にレビュー済み
AN Sathyanarayana · 6年弱前にレビュー済み
sequencing of the yaml file is not clear.
Lingamallu Phani Kumar · 6年弱前にレビュー済み
Clarke Tony · 6年弱前にレビュー済み
Bianco Federico · 6年弱前にレビュー済み
Rynkevich Arseni · 6年弱前にレビュー済み
Porss Artjoms · 6年弱前にレビュー済み
Thank you!
Hilonenko Viktor · 6年弱前にレビュー済み
Joy Jainy · 6年弱前にレビュー済み
Benlahcen Ayman · 6年弱前にレビュー済み
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
Sood Anshul · 6年弱前にレビュー済み
César Walter Tinôco Silva Júlio · 6年弱前にレビュー済み
Skorkin Andrei · 6年弱前にレビュー済み
a couple of errors while deploying the template
Sood Anshul · 6年弱前にレビュー済み
Khoury Elie · 6年弱前にレビュー済み
Komyagin Semyon · 6年弱前にレビュー済み
Sood Anshul · 6年弱前にレビュー済み
Pavel Alexis-Daniel · 6年弱前にレビュー済み
Manuel Pascoe Bautista Luis · 6年弱前にレビュー済み
reddy suresh · 6年弱前にレビュー済み
Singh Dhama Kulwant · 6年弱前にレビュー済み
Morales Widmark · 6年弱前にレビュー済み
Prakash Sanjay · 6年弱前にレビュー済み
Good
Jose Abymon · 6年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。