[openstack-dev] [Neutron][LBaaS] Scalable HAProxy Resources

2013-11-20 Thread Mellquist, Peter
Eugene, At the Hong Kong Summit, a new LBaaS feature allowing multiple HAProxy instances to be utilized in a horizontal scaling manner was discussed allowing deployment of many HAProxy resources. Does there exist any documentation on how to deploy multiple HAProxy's? Does it matter how these

Re: [openstack-dev] [Neutron][LBaaS] Loadbalancer instance design.

2013-11-18 Thread Mellquist, Peter
Hi Eugene! Option #2 sounds good. A few Qs: I assume we would not need to roll the API version? Have there been any detailed proposals on the 'loadbalancer' CRUD operations? In particular, the ability to attach multiple VIPs as was discussed in Hong Kong. In general, I think the loadbalancer

Re: [openstack-dev] [Neutron][LBaaS] Loadbalancer instance design.

2013-11-18 Thread Mellquist, Peter
Looks good Eugene! What about 'status' on the loadbalancer instance? This might be the aggregate of all the VIP statuses. (worst of VIP[0-N] ) Peter. From: Eugene Nikanorov [mailto:enikano...@mirantis.com] Sent: Friday, November 15, 2013 5:15 AM To: OpenStack Development Mailing List

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Mellquist, Peter
Paul, There are a few ways of doing this but I have used curl then pipe the results through a python JSON pretty print tool. This formats the JSON for easily dropping into API docs. curl ( some Openstack request with JSON output )| python -mjson.tool Hope this helps, Peter. From: Paul

[openstack-dev] [neutron] Neutron Network Statistics

2013-07-22 Thread Mellquist, Peter
Hi! I am interested to know if the topic of surfacing networking statistics through the Neutron APIs has been discussed and if there are any existing blueprints working on this feature? Specifically, the current APIs, https://wiki.openstack.org/wiki/Neutron/APIv2-specification, do not