ElasticLoadBalancing

Asked by Amol

I was trying the existing AutoScaling Template given here https://github.com/openstack/heat-templates/blob/master/cfn/AutoScalingMultiAZSample.template however, I was provided with folowing response:
Error: nova reported unexpected instance[LB_instance]

Is AWS::ElasticLoadBalancing::LoadBalancer type resource is not supported yet? If it is supported what might be the reason it's not spawning up?

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Heat Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Zane Bitter (zaneb) said :
#1

It is supported (in a hacky sort of way - by spinning up a Nova server running HAProxy). It looks like you're getting an error from Nova - you're missing some of the log message but I'm guessing the next line says "status[ERROR]".

You'll need to check in Nova directly to find out what the error is. Bad networking setups are the usual culprit.

Revision history for this message
Steven Hardy (shardy) said :
#2

Also check that you have enough RAM to spin up the instance - nova fails in this way (with a not-that-obvious error output) when the hypervisor has insufficient resources for the requested nova instance flavor, a common problem in resource-constrained test environments.

Can you help with this problem?

Provide an answer of your own, or ask Amol for more information if necessary.

To post a message you must log in.