auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

Initial Deployment does not add nodes to ELB #80

Open roder opened 14 years ago

roder commented 14 years ago

Given clouds.rb has load_balancer properly defined And you deploy a cloud with 'cloud start' When the Elastic Load Balancer is created And the nodes are started Then once the deployment is complete, poolparty does not add the new nodes to the ELB defined in load_balancer block.

**when cloud start is run a second time, then the nodes are added to ELB successfully.