Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Side by Side Diff: compute_engine_scripts/monitoring/vm_create_instance.sh

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 # Create the compute instance for skiamonitor.com.
4 #
5
6 source ../buildbots/vm_config.sh
7
8 gcutil --project=$PROJECT_ID addinstance skia-monitoring-$ZONE_TAG \
9 --zone=$ZONE
10 --external_ip_address=$MONITORING_IP_ADDRESS \
11 --service_account=$PROJECT_USER \
12 --service_account_scopes=$SCOPES \
13 --network=default \
14 --machine_type=$MONITORING_MACHINE_TYPE \
15 --image=$MONITORING_IMAGE \
16 --persistent_boot_disk
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698