From f6e72b50db205d8fc4e314f53770217a0d4ce7aa Mon Sep 17 00:00:00 2001 From: Marcelo Date: Fri, 17 Mar 2017 10:40:39 -0700 Subject: [PATCH] Updating instance images for Google Cloud Engine Updating to newer images --- docs/01-infrastructure-gcp.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/01-infrastructure-gcp.md b/docs/01-infrastructure-gcp.md index 1e03f23..bfb7464 100644 --- a/docs/01-infrastructure-gcp.md +++ b/docs/01-infrastructure-gcp.md @@ -134,7 +134,7 @@ All the VMs in this lab will be provisioned using Ubuntu 16.04 mainly because it gcloud compute instances create controller0 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.10 \ @@ -145,7 +145,7 @@ gcloud compute instances create controller0 \ gcloud compute instances create controller1 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.11 \ @@ -156,7 +156,7 @@ gcloud compute instances create controller1 \ gcloud compute instances create controller2 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.12 \ @@ -169,7 +169,7 @@ gcloud compute instances create controller2 \ gcloud compute instances create worker0 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.20 \ @@ -180,7 +180,7 @@ gcloud compute instances create worker0 \ gcloud compute instances create worker1 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.21 \ @@ -191,7 +191,7 @@ gcloud compute instances create worker1 \ gcloud compute instances create worker2 \ --boot-disk-size 200GB \ --can-ip-forward \ - --image ubuntu-1604-xenial-v20160921 \ + --image ubuntu-1604-xenial-v20170307 \ --image-project ubuntu-os-cloud \ --machine-type n1-standard-1 \ --private-network-ip 10.240.0.22 \