gce.conf 888 B

12345678910111213141516171819202122232425262728293031323334353637
  1. gce-test:
  2. provider: gce-config
  3. image: ubuntu-1404-trusty-v20150128
  4. size: g1-small
  5. location: us-central1-a
  6. network: default
  7. use_persistent_disk: True
  8. delete_boot_pd: True
  9. ssh_username: ubuntu
  10. deploy: True
  11. gce-test-extra:
  12. provider: gce-config
  13. size: n1-highcpu-2
  14. location: us-central1-a
  15. network: default
  16. ssh_username: ubuntu
  17. deploy: True
  18. ex_disks_gce_struct:
  19. -
  20. autoDelete: true
  21. boot: true
  22. initializeParams:
  23. sourceImage: projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150128
  24. diskType: zones/us-central1-a/diskTypes/pd-ssd
  25. type: PERSISTENT
  26. -
  27. autoDelete: true
  28. initializeParams:
  29. diskType: zones/us-central1-a/diskTypes/local-ssd
  30. type: SCRATCH
  31. ex_service_accounts:
  32. -
  33. scopes:
  34. - compute-rw
  35. - datastore
  36. - storage-full