Skip to content

Commit

Permalink
Merge pull request apache#2634 from rhoughton-pivot/GEODE-5864
Browse files Browse the repository at this point in the history
[GEODE-5864] Add storage-rw to scopes when launching instances.
  • Loading branch information
smgoller authored Oct 16, 2018
2 parents 3d9b357 + 0a000f3 commit e7b6294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/start_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ INSTANCE_INFORMATION=$(gcloud compute --project=${GCP_PROJECT} instances create
--boot-disk-type=pd-ssd \
--labels="${LABELS}" \
--tags="heavy-lifter" \
--scopes="default,storage-rw" \
--format=json)

echo "${INSTANCE_INFORMATION}" > instance-data/instance-information
Expand Down

0 comments on commit e7b6294

Please sign in to comment.