Giter VIP home page Giter VIP logo

Comments (6)

maxime-menant avatar maxime-menant commented on August 12, 2024

I'm using the "install-0.9.1" branch by the way.

from storm-deploy.

asfakAtGithub avatar asfakAtGithub commented on August 12, 2024

I think the reason is your chosen instance is of m1.small. Ref: https://cloud-images.ubuntu.com/releases/12.04.3/release-20121218/

from storm-deploy.

jrcrawfo avatar jrcrawfo commented on August 12, 2024

I'm having this same issue. Did you every get it resolved? I've tried with different images but still no luck. Other images actually revert down to m1.micro most of the time. I'm trying to launch m1.large or m3.large instances but I can't get it to launch them. Any help/advice?

Thanks!

from storm-deploy.

msegel avatar msegel commented on August 12, 2024

I forget where in the YAML but you can specify the hardware size.

On Jun 26, 2014, at 9:44 PM, John Crawford [email protected] wrote:

I'm having this same issue. Did you every get it resolved? I've tried with different images but still no luck. Other images actually revert down to m1.micro most of the time. I'm trying to launch m1.large or m3.large instances but I can't get it to launch them. Any help/advice?

Thanks!


Reply to this email directly or view it on GitHub.

from storm-deploy.

jrcrawfo avatar jrcrawfo commented on August 12, 2024

Hi! It's the conf/clusters.yaml file. However, no matter what hardware I put in there, it always launches m1.small instances. See below for my clusters.yaml file. [EDIT: I'm also using the install-0.9.1 branch]

Thanks!

nimbus.image: "us-east-1/ami-d726abbe"         #64-bit ubuntu
nimbus.hardware: "m1.large"

supervisor.count: 2
supervisor.image: "us-east-1/ami-d726abbe"         #64-bit ubuntu on eu-east-1
supervisor.hardware: "m1.large"
#supervisor.spot.price: 1.60


zookeeper.count: 1
zookeeper.image: "us-east-1/ami-d726abbe"         #64-bit ubuntu
zookeeper.hardware: "m1.large"

from storm-deploy.

bbende avatar bbende commented on August 12, 2024

Has anyone come up with a solution to this issue? I am seeing the same problem with the install-0.9.1 branch, always end up with m1.small instances.

The logs show it searching for m1.large....
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355, hardwareId=m1.large})
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355, hardwareId=m1.large})
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355, hardwareId=m1.large})
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.large) location(us-east-1)
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.large) location(us-east-1)
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.large) location(us-east-1)

but then later it searches with hardware type and chooses a m1.small...
DEBUG jclouds - options {:image-id "us-east-1/ami-3c994355", :inbound-ports (6700 6701 6702 6703 22)}
DEBUG jclouds - options {:image-id "us-east-1/ami-3c994355", :inbound-ports (6627 22)}
DEBUG jclouds - options {:image-id "us-east-1/ami-3c994355", :inbound-ports (2181 22)}
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355})
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355})
DEBUG compute - >> searching params({imageId=us-east-1/ami-3c994355})
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.small) location(us-east-1)
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.small) location(us-east-1)
DEBUG compute - << matched image(us-east-1/ami-3c994355) hardware(m1.small) location(us-east-1)

I've tried a few different AMIs, but same result.

from storm-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.