Skip to content
Snippets Groups Projects
Commit a5b29a39 authored by Matt Kwong's avatar Matt Kwong
Browse files

Update VM creation script to include BQ access

parent d1f40bd3
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ gcloud compute instances create $INSTANCE_NAME \ ...@@ -45,7 +45,8 @@ gcloud compute instances create $INSTANCE_NAME \
--machine-type n1-standard-16 \ --machine-type n1-standard-16 \
--image=ubuntu-1510 \ --image=ubuntu-1510 \
--image-project=grpc-testing \ --image-project=grpc-testing \
--boot-disk-size 1000 --boot-disk-size 1000 \
--scopes https://www.googleapis.com/auth/bigquery
echo 'Created GCE instance, waiting 60 seconds for it to come online.' echo 'Created GCE instance, waiting 60 seconds for it to come online.'
sleep 60 sleep 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment