tpl_gce_16x1.yaml 565 B

12345678910111213141516171819202122232425262728
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. max_workers: 16
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-standard-2
  9. resources:
  10. custom_resources:
  11. head: 1
  12. worker_node_types:
  13. - name: worker_node
  14. instance_type: n1-standard-2
  15. min_workers: 16
  16. max_workers: 16
  17. use_spot: true
  18. ## Required to allow nodes to terminate themselves.
  19. #aws:
  20. # TagSpecifications:
  21. # - ResourceType: "instance"
  22. # Tags:
  23. # - Key: chaos-test-name
  24. # Value: 'tune-chaos-test'