리뷰 Deployment Manager를 사용하여 인프라 배포 자동화하기개
리뷰 54677개
Not Completed
Manish H. · 6년 초과 전에 리뷰됨
mohammed i. · 6년 초과 전에 리뷰됨
Deepak G. · 6년 초과 전에 리뷰됨
Sarath S. · 6년 초과 전에 리뷰됨
Paul C. · 6년 초과 전에 리뷰됨
Pankul V. · 6년 초과 전에 리뷰됨
Yan B. · 6년 초과 전에 리뷰됨
sabana s. · 6년 초과 전에 리뷰됨
Kevin A. · 6년 초과 전에 리뷰됨
Seon K. · 6년 초과 전에 리뷰됨
Hard, had to re-do it
Fabio G. · 6년 초과 전에 리뷰됨
Commands script copied were rejected by deployment manager instance-template.jinja imports: - path: instance-template.jinja resources: # Create the auto-mode network - name: nynetwork type: compute.v1.network properties: #RESOURCE properties go here autoCreateSubnetworks: true # Create the firewall rule - name: mynetwork-allow-http-ssh-rdp-icmp type: compute.v1.firewall properties: #RESOURCE properties go here 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 config.yaml imports: - path: instance-template.jinja resources: # Create the auto-mode network - name: nynetwork type: compute.v1.network properties: #RESOURCE properties go here autoCreateSubnetworks: true # Create the firewall rule - name: mynetwork-allow-http-ssh-rdp-icmp type: compute.v1.firewall properties: #RESOURCE properties go here 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
Osvaldo G. · 6년 초과 전에 리뷰됨
PHILIP W. · 6년 초과 전에 리뷰됨
siva k. · 6년 초과 전에 리뷰됨
Dan Rocky A. · 6년 초과 전에 리뷰됨
Dan Rocky A. · 6년 초과 전에 리뷰됨
Adithyan P. · 6년 초과 전에 리뷰됨
ssh did not work again...
J J. · 6년 초과 전에 리뷰됨
ok
Jorge V. · 6년 초과 전에 리뷰됨
Julio Y. · 6년 초과 전에 리뷰됨
Samata K. · 6년 초과 전에 리뷰됨
Unable to Launch editor :-(
anmol b. · 6년 초과 전에 리뷰됨
Neha J. · 6년 초과 전에 리뷰됨
Lee N. · 6년 초과 전에 리뷰됨
G HARINI G. · 6년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.