Hi :)
I have an issue with the EC2 Instances deployed... I set my clusters.yaml to:
nimbus.image: "us-west-1/ami-827252c7" #64-bit ubuntu
nimbus.hardware: "m3.large"
supervisor.count: 2
supervisor.image: "us-west-1/ami-827252c7" #64-bit ubuntu on eu-west-1
supervisor.hardware: "c3.xlarge"
#supervisor.spot.price: 1.60
zookeeper.count: 1
zookeeper.image: "us-west-1/ami-827252c7" #64-bit ubuntu
zookeeper.hardware: "m3.large"
But it always launch m1.small instances... I updated the project.clj to use
[com.palletops/pallet-jclouds "1.7.3"]
but nothing changed.
Debug logs:
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7, hardwareId=m3.large})
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7, hardwareId=m3.large})
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7, hardwareId=c3.xlarge})
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(m3.large) location(us-west-1)
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(c3.xlarge) location(us-west-1)
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(m3.large) location(us-west-1)
...
DEBUG jclouds - options {:image-id "us-west-1/ami-827252c7", :inbound-ports (6627 22)}
DEBUG jclouds - options {:image-id "us-west-1/ami-827252c7", :inbound-ports (6700 6701 6702 6703 22)}
DEBUG jclouds - options {:image-id "us-west-1/ami-827252c7", :inbound-ports (2181 22)}
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7})
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7})
DEBUG compute - >> searching params({imageId=us-west-1/ami-827252c7})
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(m1.small) location(us-west-1)
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(m1.small) location(us-west-1)
DEBUG compute - << matched image(us-west-1/ami-827252c7) hardware(m1.small) location(us-west-1)
Do you have any idea ?
Thanks
Hi :)
I have an issue with the EC2 Instances deployed... I set my clusters.yaml to:
But it always launch m1.small instances... I updated the project.clj to use
[com.palletops/pallet-jclouds "1.7.3"]
but nothing changed.
Debug logs:
Do you have any idea ?
Thanks