[Openstack] [LBaas] Understang LB

2013-01-27 Thread Trinath Somanchi
Hi Stackers- While I was understanding the LBaaS API from the web page, http://wiki.openstack.org/Quantum/LBaaS/API_1.0#Pool_Members I was struck at understanding the Pool Members concept in the Document. Kindly help me understand the concept of Pool Members. Thanks in advance. -- Regards,

Re: [Openstack] [LBaas] Understang LB

2013-01-27 Thread Ritesh Nanda
To use lbass in openstack for any service like webserver, you need to create a Pool, in which you define about the instance that will support Load balancing for that particular service. Those instance would be basically the member of that Pool. On Mon, Jan 28, 2013 at 10:59 AM, Trinath Somanchi

Re: [Openstack] [LBaas] Understang LB

2013-01-27 Thread Trinath Somanchi
Hi Ritesh- Thanks a lot for the reply. As I understand, Some thing like, I need a Webserver, name my-Web (say). So I define, this my-Web as a member of the Pool. with Tenant_id, Port,Pool_id and IP Address (as per the document). Is that, I create a webserver Instance my-Web and then add that to