X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9c8bad50218730ac2c640f8e1c00fd12f2f174e4..cb48eb95d516b1d4a1ffe18be34703005531117a:/services/nodemanager/doc/gce.example.cfg diff --git a/services/nodemanager/doc/gce.example.cfg b/services/nodemanager/doc/gce.example.cfg index 7e7813c8d0..67703703ba 100644 --- a/services/nodemanager/doc/gce.example.cfg +++ b/services/nodemanager/doc/gce.example.cfg @@ -86,10 +86,12 @@ key = path_to_certificate.pem project = project-id-from-google-cloud-dashboard timeout = 60 +# Valid location (zone) names: https://cloud.google.com/compute/docs/zones +datacenter = us-central1-a + # Optional settings. For full documentation see # http://libcloud.readthedocs.org/en/latest/compute/drivers/gce.html#libcloud.compute.drivers.gce.GCENodeDriver # -# datacenter = us-central1-a # auth_type = SA # SA, IA or GCE # scopes = https://www.googleapis.com/auth/compute # credential_file = @@ -109,10 +111,7 @@ ping_host = hostname:port # ssh_key = path # The GCE image name and network zone name to use when creating new nodes. -# * Valid image aliases: https://cloud.google.com/sdk/gcloud/reference/compute/instances/create -# * Valid location (zone) names: https://cloud.google.com/compute/docs/zones image = debian-7 -location = us-central1-a # network = your_network_name # JSON string of service account authorizations for this cluster.