Re: [openstack-dev] [Ironic] python-ironicclient weird behaviour

2016-12-22 Thread Maxime Belanger
g List (not for usage questions) Subject: Re: [openstack-dev] [Ironic] python-ironicclient weird behaviour From: Maxime Belanger <mbelan...@internap.com> Reply-To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org> Date: Thur

[openstack-dev] [Ironic] python-ironicclient weird behaviour

2016-12-22 Thread Maxime Belanger
Hi Ironic folks, Yesterday I come across a weird behaviour in python-ironicclient. I discussed briefly with the problem with Julia and befor creating a bug I would like your opinion on the problem and potential fix. When doing nodes.get(resource_id=None), I get back a Node object set with

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-11-03 Thread Maxime Belanger
dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer ! On Wed, Nov 2, 2016 at 2:33 PM, Maxime Belanger <mbelan...@internap.com> wrote: > Hi Raghunath, > > > We are usign Almanach : https://github.com/openstack/almanach. I think your [https://avatars0.githubuserc

Re: [openstack-dev] [Ceilometer]: Instance creation and deletion metrics in ceilometer !

2016-11-02 Thread Maxime Belanger
Hi Raghunath, We are usign Almanach : https://github.com/openstack/almanach. I think your use case pretty much fits what this project does. We implemented this as a replacement of Ceilometer to gather usage on instances and volumes. We query it to do our billing calculation. It is of course a

Re: [openstack-dev] [gnocchi] Support for other drivers - influxdb

2016-09-06 Thread Maxime Belanger
Hey Sam, Are the driver you are implementing stores the index in Gnocchi index or directly in influx? In other words, are you fully using influx under gnochi API? Max From: Sam Morrison Sent: September 5, 2016 9:24:21 PM To: Julien

Re: [openstack-dev] [nova][rfc] Booting docker images using nova libvirt

2016-07-27 Thread Maxime Belanger
+1 on this, Still you loose all the great stuff about the containers but it is a first step towards native container orchestration platform. From: Devdatta Kulkarni Sent: July 27, 2016 12:21:30 PM To: OpenStack Development

Re: [openstack-dev] [nova][rfc] Booting docker images using nova libvirt

2016-07-27 Thread Maxime Belanger
In my opinion, You are loosing so much advantages of the what a container platform already offer. Example (not exhaustive): 1. Glance is becoming your "Image Registry" * No incremental pull * No image layer caching * Decrease in speed * You have to convert from