[Openstack] Glance and configuration files handling

2011-10-11 Thread Julien Danjou
, and it even seems kind of dangerous and non sensical, since you can set conflicting values. I think that Glance and its different services should only use on file to be configured, using subsection to configure specific app variable (service port, host, etc). WDYT? -- Julien Danjou // eNovance

Re: [Openstack] New git-review tool ready for people to try

2011-10-14 Thread Julien Danjou
then. :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] New git-review tool ready for people to try

2011-10-14 Thread Julien Danjou
appropriate. It shouldn't get in anyone's way, and it shouldn't need to be updated. So we could look for a file called, say '.git-review' with the URL, and if it's not found, prompt the user. That sounds like a really good idea. :) -- Julien Danjou // eNovance http

Re: [Openstack] New git-review tool ready for people to try

2011-10-14 Thread Julien Danjou
On Fri, Oct 14 2011, John Dickinson wrote: I'd much prefer storing data in git config rather than in a dot file. A dot file is commit-able. Git config is not. So in this case, providing the dot file wins. Think about like a .gitignore file. -- Julien Danjou // eNovance

Re: [Openstack] New git-review tool ready for people to try

2011-10-14 Thread Julien Danjou
. :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

[Openstack] Git release tags?

2011-11-15 Thread Julien Danjou
Hi, Would it be possible to use git tags to mark released version? For example, I'm trying to find the latest Keystone release in Git, but there's no tag. It seems a bit messy, or do I miss something? -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan

Re: [Openstack] Git release tags?

2011-11-15 Thread Julien Danjou
question is: where is the tag 2011.3.1, which should probably reference the commit 6baa62c28fd5594127017be3680eee6578b4b7f6 ? (Cc'ing Dolph Mathews) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Git release tags?

2011-11-15 Thread Julien Danjou
really have an opinion on the subject. It's just that I saw the commit and though the release was done but without the proper tag. Sorry for the noise then. :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Git release tags?

2011-11-22 Thread Julien Danjou
On Tue, Nov 15 2011, Julien Danjou wrote: Would it be possible to use git tags to mark released version? It seems to me that python-novaclient has no tag. Is it possible to solve this? -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com

Re: [Openstack] Providing packages for stable releases of OpenStack

2011-11-30 Thread Julien Danjou
that's not something you can improvise. It's more important to understand the needs of the packagers (e.g. a proper setup.py) than to try to do their jobs worse. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Git release tags?

2011-12-05 Thread Julien Danjou
On Tue, Nov 22 2011, Julien Danjou wrote: It seems to me that python-novaclient has no tag. Is it possible to solve this? Ping ? -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Git release tags?

2011-12-05 Thread Julien Danjou
a previous version with some random tag if that helps you, but it wouldn't mean that much ? No, don't worry. As long as you promise to tag subsequent release, I'm happy. :) Thanks Thierry. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49

Re: [Openstack] Expectations for tracebacks

2011-12-15 Thread Julien Danjou
think all are bugs. Even if you understand some of them and considers them to be logical, you should not see ugly backtraces. You should see nice log lines any system administrator can read and understand clearly. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan

[Openstack] Quantum essex-2 tag

2011-12-16 Thread Julien Danjou
Hi, https://launchpad.net/quantum/essex/essex-2 says essex-2 for quantum is release, but I don't see any Git tags. Could someone correct that? -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] Keystone client

2011-12-16 Thread Julien Danjou
to have 2 clients libraries and use them both in the project. Is there a goal to unify these two, to drop one, or anything? -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Quantum essex-2 tag

2011-12-16 Thread Julien Danjou
On Fri, Dec 16 2011, Dan Wendlandt wrote: Apologies. Because Quantum is still in incubation, the tag is not created automatically and I forgot to do it manually after sending out the release email last night. Thanks a lot Dan. -- Julien Danjou // eNovance http

Re: [Openstack] Compute API Versioning

2011-12-20 Thread Julien Danjou
don't want non-breaking changes in the core API to break existing extensions. It's easier to just add an extension rather than extend the core spec. Ahah. Reminds me of the X11 protocol. Be careful, in 20 years you might regret it. :) -- Julien Danjou // eNovance http

Re: [Openstack] python-swiftclient?

2012-02-13 Thread Julien Danjou
sense. :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] essex rc1: rabbit time out when runing nova x509-get-root-cert

2012-03-26 Thread Julien Danjou
On Mon, Mar 26 2012, Pierre Amadio wrote: Any idea what could be wrong ? You must `nova-cert' daemon running to make this work. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] Admin-ness in Keystone, Nova, et. al.

2012-03-30 Thread Julien Danjou
that this rule should probably be set to something else by default, like the user is admin if it has role admin on a specific tenant (like a tenant named `admin'). Tthat would allow to emulate the old global admin role, just by using a specific tenant. -- Julien Danjou // eNovance http

[Openstack] Swift replication analysis and questions (high CPU usage)

2012-04-16 Thread Julien Danjou
the same thing twice in the same time frame. Thanks for any hint or helpful comment about this! -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https

Re: [Openstack] Swift replication analysis and questions (high CPU usage)

2012-04-18 Thread Julien Danjou
On Mon, Apr 16 2012, Julien Danjou wrote: I'm adding a note about where the numbers come from. Volumetry: - 450 GB of storage used (each node has 19 TB) This has been measured with: df -h /srv/node/c0d0p1 - 57 accounts - 7929 containers in 7870 partitions - 58158 objects partitions used

Re: [Openstack] Swift replication analysis and questions (high CPU usage)

2012-04-18 Thread Julien Danjou
On Mon, Apr 16 2012, Julien Danjou wrote: Thanks for any hint or helpful comment about this! I'm adding swift configuration files, just in case. object-server.conf Description: Binary data account-server.conf Description: Binary data container-server.conf Description: Binary data

[Openstack] Data retrieval method (was: [Metering] schema and counter definitions)

2012-05-03 Thread Julien Danjou
didn't find any good idea where to hook the agent for v1 and v2. If anyone has one, feel free to update the wiki. See you at the next meeting, -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] [Metering] Bootstrapping, first counter implementation

2012-05-09 Thread Julien Danjou
://review.stackforge.org/#/c/28/ I wish I could use nova.service.Service, but the code is too RPC oriented so that it can't grab notification from the notifier, so for now the daemon is rather simple. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70

Re: [Openstack] [Metering] Bootstrapping, first counter implementation

2012-05-10 Thread Julien Danjou
it at least, but that does not seem possible neither. On the other hand, even if it's not the cleanest way to do things, I kind of like using the Service class so I'll probably grab your code anyway. :-) Thanks Doug, -- Julien Danjou // eNovance http://enovance.com

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Julien Danjou
miss the point of the introduction of a dedicated metadata table with version string. It sounds to me like early optimization, which is the root of all evil. :) But I might miss something. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Julien Danjou
On Tue, May 15 2012, Loic Dachary wrote: On 05/15/2012 12:05 PM, Julien Danjou wrote: OTOH I find the metadata proposal in another table too much complicated. Why not storing what metadata in the meter.payload field in the same table (e.g. as a JSON string)? I would be much simpler to store

Re: [Openstack] [metering] resources metadata

2012-05-16 Thread Julien Danjou
On Wed, May 16 2012, Loic Dachary wrote: It makes sense and I updated the wiki accordingly: http://wiki.openstack.org/EfficientMetering?action=diffrev2=81rev1=80 What do you think ? I think we can remove the payload field, since it's stored in resource_metadata. -- Julien Danjou

Re: [Openstack] [metering] Choice of a messaging queue

2012-05-18 Thread Julien Danjou
means we won't end up choosing a tool for which the other projects have no driver, leading us to have to create one and add a new dependency to the project. +1 -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] Stackforge server issue

2012-05-21 Thread Julien Danjou
Hi, It seems the Stackforge server has a little problem lately. I'm unable to post a review on Gerrit, nor to use git-review: error: unpack failed: error No space left on device fatal: Unpack error, check server log Anyone could take a look? Thanks, -- Julien Danjou // eNovance

Re: [Openstack] Stackforge server issue

2012-05-21 Thread Julien Danjou
On Mon, May 21 2012, Andrew Hutchings wrote: Should be OK now. Please let me know if you run into any problems. Everything seems fine now, thanks Andrew! -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] [Metering] News from 17/05 to 23/05

2012-05-23 Thread Julien Danjou
/stackforge/ceilometer/commit/5717e9c5c9a029d1b1daa72f2e7ac0ab1039bf0c - I've added some code to fetch CPU time from libvirt https://github.com/stackforge/ceilometer/commit/cc5b02dc84e26af050a0983764a5977e25bd3726 Cheers, -- Julien Danjou // eNovance http://enovance.com

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 24th, 2012)

2012-05-25 Thread Julien Danjou
On Wed, May 23 2012, Julien Danjou wrote: Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topic

[Openstack] [metering] Changes to the ceilometer Jenkins job

2012-05-29 Thread Julien Danjou
for someone that understand this to help. From what I see, it's likely we would like to use the default python_jobs template. If anything is missing on our side to use the standard set of checks, we'll do what is necessary to be able to use them. :) Thanks in advance! Cheers, -- Julien Danjou

Re: [Openstack] [metering] delta vs. cumulative meters

2012-05-30 Thread Julien Danjou
evolve and discover counters by themselves. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 31th, 2012)

2012-05-30 Thread Julien Danjou
* Open discussion (if we have any time left) Cheers, -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 pgpZvrBvKcwB3.pgp Description: PGP signature ___ Mailing list: https

[Openstack] [Metering] News from 24/05 to 30/05

2012-05-30 Thread Julien Danjou
/5e0a32f47505d342676099518ec3fad558c61511 - Add listeners for other instance-related events https://github.com/stackforge/ceilometer/commit/d615fb872ddceaf1ddef7e3997bcf2523cab283e -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 31th, 2012)

2012-06-01 Thread Julien Danjou
On Wed, May 30 2012, Julien Danjou wrote: The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topic: API

Re: [Openstack] [metering] Changes to the ceilometer Jenkins job

2012-06-05 Thread Julien Danjou
On Tue, May 29 2012, Julien Danjou wrote: We noticed that currently, on Stackforge, the ceilometer project has only one Jenkins job, checking that the merge occurs correctly. We'd like to add jobs to run unit tests, pep8, etc… I took a look at the openstack-ci-puppet repo, but I'm not sure

Re: [Openstack] [Metering] Agent configuration mechanism

2012-06-06 Thread Julien Danjou
. A problem that no other OpenStack components tried to resolved, AFAIK. So I don't see why we should try to resolve configuration deployment in ceilometer when it's a much larger issue in the project. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com

Re: [Openstack] [Metering] Agent configuration mechanism

2012-06-06 Thread Julien Danjou
. A problem that no other OpenStack components tried to resolved, AFAIK. So I don't see why we should try to resolve configuration deployment in ceilometer when it's a much larger issue in the project. -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com

Re: [Openstack] [Metering] Agent configuration mechanism

2012-06-06 Thread Julien Danjou
much grained your metering/billing will be. E.g. if it's 1 hour, you won't charge anything used for less than one hour. You probably wants something like 5 minutes or less, and be sure the agent can keep up with the needed polling speed. :) -- Julien Danjou // eNovance http

Re: [Openstack] [Metering] Agent configuration mechanism

2012-06-06 Thread Julien Danjou
better all components can rely on. I'm just having the feeling we're going out of scope here. But this is just my opinion. :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (June 7th, 2012)

2012-06-06 Thread Julien Danjou
availability, SPOF etc.) * Agent configuration mechanism https://lists.launchpad.net/openstack/msg12760.html * Open discussion (if we have any time left) Cheers, -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

[Openstack] [Metering] News from 31/05 to 06/06

2012-06-06 Thread Julien Danjou
/6fa69bbdccb9273ef1e55f08dc3db926ab20529c Cheers, -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (June 7th, 2012)

2012-06-08 Thread Julien Danjou
On Wed, Jun 06 2012, Julien Danjou wrote: Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. http://wiki.openstack.org/Meetings/MeteringAgenda Topic

[Openstack] [metering] Glance usage data retrieval

2012-06-19 Thread Julien Danjou
a stable interface we can rely on, or is there a better way to do so? Thanks in advance, Regards, ¹ http://launchpad.net/ceilometer -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-20 Thread Julien Danjou
this here: http://wiki.openstack.org/GerritWorkflow -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] [infra] Stackforge issues: tests mails

2012-06-25 Thread Julien Danjou
or not deployed. The changes are: https://github.com/openstack/openstack-ci-puppet/commit/15e8d50de49dccb5958ec241638e7609d722d697 Could someone check this both issues? Thanks in advance! Cheers, -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan

Re: [Openstack] [infra] Stackforge issues: tests mails

2012-06-25 Thread Julien Danjou
confirms there was no problem with deployment. The Zuul service, however, was not running. This has been fixed. Great, thank you Andrew! :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] [infra] Stackforge issues: tests mails

2012-06-25 Thread Julien Danjou
but it has been successful. But it reviews and reports as LOST. Any hint? :) -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81 ___ Mailing list: https://launchpad.net/~openstack Post

[Openstack] [metering] Meeting agenda for Thursday at 16:00 UTC (June 28th, 2012)

2012-06-27 Thread Julien Danjou
Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?hour=16min=0sec=0. Everyone is welcome. Agenda: http://wiki.openstack.org/Meetings/MeteringAgenda * Review last week's actions * Discuss and vote

Re: [Openstack] [metering] proposed changes to pollster plugin API

2012-06-28 Thread Julien Danjou
On Thu, Jun 28 2012, Doug Hellmann wrote: I propose that we move the code that connects to libvirt and gets the list of instances into the class that calls the pollsters (AgentManager) so we can support both calling patterns. That will make the AgentManager the ComputeAgentManager (since

Re: [Openstack] [metering] proposed changes to pollster plugin API

2012-06-28 Thread Julien Danjou
On Thu, Jun 28 2012, Doug Hellmann wrote: I'm not sure we need that many different managers. If we only need a couple, we could just have separate wrapper scripts like we do for the collector and agent now. That makes me think about how nova-api works. We can mimic that. --

Re: [Openstack] [metering] resource metadata changes and billing

2012-06-29 Thread Julien Danjou
On Fri, Jun 29 2012, Doug Hellmann wrote: Thoughts? Please correct me if I'm wrong. What I understand is that you're saying that something like: GET v1/[SOURCES/SOURCE/]USERS/USER_ID/RESOURCES/RESOURCE_ID/METER/VOLUME as defined in the current API draft, for a counter like instance CPU

Re: [Openstack] [metering] resource metadata changes and billing

2012-06-29 Thread Julien Danjou
On Fri, Jun 29 2012, Doug Hellmann wrote: We do have counters for RAM and CPU separate from instance. But the rate at which the provider bills for those things may vary based on metadata. My example may be bad because it uses 2 values we're measuring, one of which also shows up in the

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Julien Danjou
. So currently, it seems that the API is not designed correctly to handle such a case, and since it's not yet implemented, maybe it's still time to fix it? -- /* Julien Danjou ╭ Free Software hacker freelance ╰ http://julien.danjou.info */ pgpBtQSHifQMF.pgp Description: PGP

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Julien Danjou
both know that's a do-ocracy. :-) -- /* Julien Danjou ╭ Free Software hacker freelance ╰ http://julien.danjou.info */ pgpP7E1Rq08GA.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Stackforge migrating

2012-07-04 Thread Julien Danjou
server. Thanks for your work Andrew. It seems to work fine so far, I've already sent a review request to test. :) -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-04 Thread Julien Danjou
correctly, that would mean the API is non-usable for anybody wanting to do fine-grained billing and they would have to connect to the database engine directly? Because if that's the case I think we miss an abstraction layer somewhere. -- Julien Danjou # Free Software hacker freelance # http

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-05 Thread Julien Danjou
On Thu, Jul 05 2012, Nick Barcet wrote: Makes sense? Yes. And we can probably bend the current API a bit to enhance things. :) -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info ___ Mailing list: https://launchpad.net

Re: [Openstack] Ceilometer application for incubation

2012-07-06 Thread Julien Danjou
On Fri, Jul 06 2012, Doug Hellmann wrote: Great! I'll be there, hopefully joined by other team members. I will try to make it, too. I won't be there, but I trust Nick Doug. :) -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info

Re: [Openstack] [metering] Ceilometer PTL Election Process - Call for candidate

2012-07-11 Thread Julien Danjou
on the wiki page Done. Cheers, -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

[Openstack] [metering] Meeting agenda for Thursday at 16:00 UTC (July 19th, 2012)

2012-07-19 Thread Julien Danjou
If you are not able to attend or have additional topic you would like to cover, please update the agenda on the wiki. Cheers, -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgp6LykcbBnYa.pgp Description: PGP signature

Re: [Openstack] [metering] Meeting agenda for Thursday at 16:00 UTC (July 19th, 2012)

2012-07-19 Thread Julien Danjou
On Thu, Jul 19 2012, Julien Danjou wrote: Here is the summary of the meeting: Meeting started by jd___ at 16:03:44 UTC. The full logs are available at http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-07-19-16.03.log.html . Meeting summary

[Openstack] [Ceilometer] Project Technical Leader election result

2012-08-03 Thread Julien Danjou
Hi, The PTL election for Ceilometer¹ is over. The winner is Nick Barcet. Congratulations ! The results are available here: http://www.opavote.org/vote/491028 ¹ http://wiki.openstack.org/EfficientMetering/PTLElectionProcess Cheers, -- Julien Danjou // Free Software hacker

Re: [Openstack] [ceilometer] Weekly irc meetings day and time change?

2012-08-30 Thread Julien Danjou
of the time I guess) in France - 14:00 for Doug - 7:00 for Angus or UTC 06:00: - 08:00 for me (and Nick most of the time I guess) in France - 23:00 for Doug - 16:00 for Angus (Hope I did not get the math wrong) -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info

Re: [Openstack] [Openstack-devel] Ubuntu and Debian package diff for nova

2012-09-05 Thread Julien Danjou
. It's the Ubuntu package that is wrong here, IMO. Is it me, but I don't see any getent? Anyway, I think getent isn't the way togo neither, the current implementation is fine, adduser does not fail if a group or a user already exists. Cheers, -- Julien Danjou # Free Software hacker freelance

Re: [Openstack] [Openstack-devel] Ubuntu and Debian package diff for nova

2012-09-05 Thread Julien Danjou
On Wed, Sep 05 2012, Ola Lundqvist wrote: Do you mean that Ubuntu should no longer provide it? I think so, indeed. But why do ubuntu conflict novnc? Or is it so that ubuntu does nto have novnc? Honestly, I don't know. :) -- Julien Danjou // Free Software hacker freelance // http

Re: [Openstack] [ceilometer] Release status 2012-10-05

2012-10-05 Thread Julien Danjou
a week left until release and if we can get this committed and QA'd in time, that would be lovely. This has been merged by the time you wrote the mail I think. :-) -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info pgpiYUgPutN1f.pgp Description: PGP signature

Re: [Openstack] [OpenStack] Ceilometer API Glossary

2012-10-24 Thread Julien Danjou
-volume-usage-audit regularly to get messages. third,I can only see cpu,disk,and network info for instance in the meter data by now ,but there is no memory info,so why? Make sure you enabled the notifications via RabbitMQ in nova. -- Julien Danjou ;; Free Software hacker freelance ;; http

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-24 Thread Julien Danjou
your PaaS platform to bill your customer. Or is there a limitation I miss? -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpJ98Zivjt7G.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
using the meter on the VM (and here bill the IaaS part). So the relationship is stored in Ceilometer (via metadata) and you can exploit it to build a more complex billing system with more layers. How does that sound? -- Julien Danjou ;; Free Software hacker freelance ;; http

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
with the meter. Then you could query the ceilometer db for that group. What about sending meters where the resource is the group and not the instances? (What do you meter exactly on such a group? I'm not really familiar with CW yet) -- Julien Danjou /* Free Software hacker freelance http

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
what's needed just ways to filter and/or group events by metadata fields? -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info g pgpVFTwjNG7i6.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Ceilometer API Glossary

2012-10-25 Thread Julien Danjou
the notification_driver for cinder? I think so. -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgp4I0qLEd6g5.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-26 Thread Julien Danjou
performance with indexes in Mongo. Ah, thanks to remind me how ORM are bad and that we now have to fight against it. :) I wish we could use JSON native type from PostgreSQL directly and be efficient! -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgplhhIAVMIOb.pgp

Re: [Openstack] [ceilometer] meter data volume

2012-10-31 Thread Julien Danjou
is a cumulative one, and asking for its sum is a non-sense. You want to ask for (max - min) to get the used value, something which is not in the API yet. 5) If I want to know how long has vm_1's cpu been used yesterday, how can I do ? Just like I wrote above. :) -- Julien Danjou ;; Free Software hacker

Re: [Openstack] [ceilometer] meter data volume

2012-10-31 Thread Julien Danjou
. We started to discuss this a bit in: https://bugs.launchpad.net/ceilometer/+bug/1061817 -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgpRVR7qdZlI9.pgp Description: PGP signature ___ Mailing list: https

Re: [Openstack] [ceilometer] meter data volume

2012-10-31 Thread Julien Danjou
it's more expense in theory, but in practice I'm rather than with a good back-end it's not a problem (either pre-compute or have the right toolslike PostgreSQL). -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgp32opSBDDAj.pgp Description: PGP signature

Re: [Openstack] [ceilometer] meter data volume

2012-10-31 Thread Julien Danjou
optimization is the root of all evil :) -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info pgpy2t7myJXp4.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] [ceilometer] meter data volume

2012-10-31 Thread Julien Danjou
problem would occur if the instance was being regularly restarted with a higher frequency than the polling period. Yes, but in that case, whatever counting method you use, you're screwed. :) -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpPm0HT9Gwc2.pgp

Re: [Openstack] [ceilometer] meter data volume

2012-11-01 Thread Julien Danjou
TRANSIENT_CUMULATIVE, if that's not too much of a mouthful. We discussed it already with Doug, and came to conclusion that we didn't, because the monotonic case is just a special case of the non monotonic one. So applying the computing method to the non-monotonic case will solve all problem. -- Julien Danjou

Re: [Openstack] [ceilometer] meter data volume

2012-11-01 Thread Julien Danjou
On Thu, Nov 01 2012, 吴亚伟 wrote: Is the API capable to deal with that at present? If not, when? Not yet. When someone will write with the code! Is the Web API in the document going to be updated recently? We hope so! -- Julien Danjou -- Free Software hacker freelance -- http

Re: [Openstack] [ceilometer] meter data volume

2012-11-01 Thread Julien Danjou
where each value is the difference between the current and the previous value. Each value represents how many things were consumed since last time a value has been sent. It's always compared to a counter that resets to 0 once you read it. -- Julien Danjou // Free Software hacker freelance // http

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-01 Thread Julien Danjou
. 2) Could it be useful to enhance the Ceilometer agent to collect data from the physical servers? Why not. What do you have in mind exactly? -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpOmfnhSmJUB.pgp Description: PGP signature

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-01 Thread Julien Danjou
be a problem indeed, but it's still solvable later and would be easy to solve if this in a different agent, since you could change the periodic interval for pollster runs to something like 1 or 5 minutes. -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info

Re: [Openstack] [ceilometer] meter data volume

2012-11-01 Thread Julien Danjou
need to transform cumulative into delta, and certainly not in the pollster/agents/notifications code? -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgpUMOnj02Wdh.pgp Description: PGP signature ___ Mailing list

Re: [Openstack] [ceilometer] meter data volume

2012-11-01 Thread Julien Danjou
that, because CW don't offer any other mean (I imagine) to handle cumulative value like Ceilometer does. :) (But I know that currently we don't have multi-publisher, and that's why it's done that way in #14921 :) -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Julien Danjou
bus. What makes you think an agent would run inside an instance? I mean, this is not what this is about, we're talking about hardware running OS. -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgp7Pk0gZAZEV.pgp Description: PGP signature

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Julien Danjou
talking about the former in this thread so far. :) For the latter, there's indeed this kind of problem, but I don't think we really want to meter resources on that. Well, at least I don't see the point and how it can be safe anyway. -- Julien Danjou # Free Software hacker freelance # http

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-06 Thread Julien Danjou
(bare-metal) rather than virtual instances as a flavor in Nova. For such case, we won't be able to poll anything about the hardware. For hardware ran by the operator, this will be doable. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgpDsJxrCp10y.pgp

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-07 Thread Julien Danjou
. -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgp0Y6makV0xI.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Julien Danjou
of the meters to a string that helps you recognize which region the meter come from (see counter_source option in Ceilometer). -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpowwb8kk0eo.pgp Description: PGP signature

Re: [Openstack] Essex

2012-11-15 Thread Julien Danjou
. -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgpfb6MYi1sDc.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-15 Thread Julien Danjou
directly because of some missing stuff. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgp8jDsQh0QEc.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-15 Thread Julien Danjou
meeting next week. -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpcjsYblpraH.pgp Description: PGP signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] [ceilometer] How does ceilometer work with multi-DC scenario

2012-11-20 Thread Julien Danjou
data replication/distinguish/isolation among multi-DCs? You can deploy several ceilometer and use several databases, or just one and use a different 'source' field for each of your region/cluster to differentiate where meters come from. -- Julien Danjou # Free Software hacker freelance # http

Re: [Openstack] [ceilometer] How does ceilometer work with multi-DC scenario

2012-11-22 Thread Julien Danjou
to the API design we have now, there is no API can do that directly unless you do some complex API calls combination. I think you can use: GET /v1/sources/swift-cluster-1/projects/project/meters/meter in that case, no? -- Julien Danjou /* Free Software hacker freelance http

  1   2   >