Re: [openstack-dev] custom lbaas driver

2015-09-10 Thread Stephen Balukoff
Srikumar-- I'm not aware of any particular write-up. The best advice I have is to start with the logging noop driver and refer to the reference haproxy namespace driver to see what these are doing to implement the functionality of LBaaS v2. Sorry! I wish I had better news for you. Stephen On

Re: [openstack-dev] custom lbaas driver

2015-09-10 Thread Doug Wiegley
Just to add a little flavor and a slightly different twist from what Stephen wrote: - The logging noop driver is indeed a good first place to start. - The haproxy reference driver is the *only* driver that utilizes the lbaas-agent, and it’s being deprecated soon, so… Most vendor

Re: [openstack-dev] custom lbaas driver

2015-09-04 Thread Srikumar Chari
Hello, I am trying to write an custom lbaas v2.0 driver. Was wondering if there's a document on how to go about that. I see a number of implementations as part of the source code but they all seem to be different. For instance HAProxy is completely different when compared to the other vendors. I