Hi Irfan, As I recall, HP Cloud supports the OpenStack LBaaS "Atlas" API [1] which is not currently supported in jclouds at this time.
Andrew mentioned the Rackspace ( !Autoscale API ;) ) Load Balancer API [2][3], but it is a completely unique implementation. The OpenStack Neutron [4] project has a Load Balancer extension as well, so all of this can be a little confusing. :) There has also been an ongoing effort to provide a Load Balancer abstraction in jclouds [5], however I don't know what the current state of that work is right now. The next step here would be to file a JIRA issue to add this API to jclouds. To create the JIRA issues, please refer to the "How to Contribute" page [6] under the "Create an issue in JIRA" section. I hope that helps, and please let us know if you have any other questions. Thanks! /jd [1] https://wiki.openstack.org/wiki/Atlas-LB [2] http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/Overview-d1e82.html [3] https://github.com/jclouds/jclouds/tree/master/apis/rackspace-cloudloadbalancers [4] https://wiki.openstack.org/wiki/Neutron/LBaaS [5] https://github.com/jclouds/jclouds/tree/master/loadbalancer [6] http://wiki.apache.org/jclouds/How%20to%20Contribute On Mon, Feb 17, 2014 at 8:54 AM, Andrew Phillips <[email protected]> wrote: > I'm looking to use jclouds for dynamically configuring an LBaaS >> loadbalancer (on HP Cloud). >> > > I'm not the OpenStack expert, but the closest to load balancer > configuration in OpenStack that I'm aware of is the Autoscale API [1, 2], > but that's a Rackspace API in jclouds currently. > > Based on the pull request you already found, you might want to check if > any of those involved in the PR are on #jclouds at Freenode and get an > update on the status of the PR? > > Regards > > ap > > [1] https://wiki.openstack.org/wiki/Heat/AutoScaling > [2] http://javadocs-labs-openstack.jclouds.cloudbees. > net/org/jclouds/rackspace/autoscale/v1/AutoscaleApi.html >
