/conf/clusters.yaml

http://github.com/nathanmarz/storm-deploy · YAML · 16 lines · 8 code · 4 blank · 4 comment · 0 complexity · be4ddc88ba4ba7776502af9444e1261d MD5 · raw file

  1. ################################################################################
  2. # CLUSTERS CONFIG FILE
  3. ################################################################################
  4. nimbus.image: "us-east-1/ami-d726abbe" #64-bit ubuntu
  5. nimbus.hardware: "m1.large"
  6. supervisor.count: 2
  7. supervisor.image: "us-east-1/ami-d726abbe" #64-bit ubuntu on eu-east-1
  8. supervisor.hardware: "m1.large"
  9. #supervisor.spot.price: 1.60
  10. zookeeper.count: 1
  11. zookeeper.image: "us-east-1/ami-d726abbe" #64-bit ubuntu
  12. zookeeper.hardware: "m1.large"