Automating the Deployment of Infrastructure Using Deployment Manager Reviews
54677 reviews
Not Completed
Manish H. · Reviewed 6 yıldan fazla ago
mohammed i. · Reviewed 6 yıldan fazla ago
Deepak G. · Reviewed 6 yıldan fazla ago
Sarath S. · Reviewed 6 yıldan fazla ago
Paul C. · Reviewed 6 yıldan fazla ago
Pankul V. · Reviewed 6 yıldan fazla ago
Yan B. · Reviewed 6 yıldan fazla ago
sabana s. · Reviewed 6 yıldan fazla ago
Kevin A. · Reviewed 6 yıldan fazla ago
Seon K. · Reviewed 6 yıldan fazla ago
Hard, had to re-do it
Fabio G. · Reviewed 6 yıldan fazla ago
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. · Reviewed 6 yıldan fazla ago
PHILIP W. · Reviewed 6 yıldan fazla ago
siva k. · Reviewed 6 yıldan fazla ago
Dan Rocky A. · Reviewed 6 yıldan fazla ago
Dan Rocky A. · Reviewed 6 yıldan fazla ago
Adithyan P. · Reviewed 6 yıldan fazla ago
ssh did not work again...
J J. · Reviewed 6 yıldan fazla ago
ok
Jorge V. · Reviewed 6 yıldan fazla ago
Julio Y. · Reviewed 6 yıldan fazla ago
Samata K. · Reviewed 6 yıldan fazla ago
Unable to Launch editor :-(
anmol b. · Reviewed 6 yıldan fazla ago
Neha J. · Reviewed 6 yıldan fazla ago
Lee N. · Reviewed 6 yıldan fazla ago
G HARINI G. · Reviewed 6 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.