Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Last active April 21, 2018 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkn3rd/c7f29e26e298313d433930da7f6a6a04 to your computer and use it in GitHub Desktop.
Save darkn3rd/c7f29e26e298313d433930da7f6a6a04 to your computer and use it in GitHub Desktop.
GCloud SDK FunkyTown JSON
{
"es-01": {
"zone": "us-east1-b",
"machine-type": "n1-standard-1",
"scopes": [
"storage-ro",
"logging-write",
"monitoring-write",
"pubsub",
"service-management",
"service-control",
"compute-rw"
],
"tags": [
"elasticsearch"
],
"image": "ubuntu-1404-trusty-v20180308",
"image-project": "ubuntu-os-cloud",
"boot-disk-size": "10GB",
"boot-disk-type": "pd-standard",
"metadata": {
"block-project-ssh-keys": "FALSE"
}
},
"es-02": {
"zone": "us-east1-c",
"machine-type": "n1-standard-1",
"scopes": [
"storage-ro",
"logging-write",
"monitoring-write",
"pubsub",
"service-management",
"service-control",
"compute-rw"
],
"tags": [
"elasticsearch"
],
"image": "ubuntu-1404-trusty-v20180308",
"image-project": "ubuntu-os-cloud",
"boot-disk-size": "10GB",
"boot-disk-type": "pd-standard",
"metadata": {
"block-project-ssh-keys": "FALSE"
}
},
"es-03": {
"zone": "us-east1-d",
"machine-type": "n1-standard-1",
"scopes": [
"storage-ro",
"logging-write",
"monitoring-write",
"pubsub",
"service-management",
"service-control",
"compute-rw"
],
"tags": [
"elasticsearch"
],
"image": "ubuntu-1404-trusty-v20180308",
"image-project": "ubuntu-os-cloud",
"boot-disk-size": "10GB",
"boot-disk-type": "pd-standard",
"metadata": {
"block-project-ssh-keys": "FALSE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment