*** shakayumi has quit IRC | 00:05 | |
*** jergerber has quit IRC | 00:09 | |
*** nosnos has joined #openstack-metering | 00:18 | |
*** shakayumi has joined #openstack-metering | 00:28 | |
*** evanjfraser has quit IRC | 00:49 | |
*** zzs has joined #openstack-metering | 01:00 | |
*** zzs has left #openstack-metering | 01:04 | |
*** nati_ueno has quit IRC | 01:09 | |
*** flwang has quit IRC | 01:29 | |
*** changbl has joined #openstack-metering | 01:47 | |
*** evanjfraser has joined #openstack-metering | 01:49 | |
*** fnaval_ has joined #openstack-metering | 01:52 | |
*** flwang has joined #openstack-metering | 02:12 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ceilometer: The existing resource.resource_metadata column size is 5k chars, which is not enough for some large JSON metadata payload, so change to as Text column to make sure store all JSON string without truncating. https://review.openstack.org/45064 | 02:23 |
---|---|---|
*** sdake_ has joined #openstack-metering | 02:50 | |
*** sdake_ has joined #openstack-metering | 02:50 | |
*** sdake_ has quit IRC | 03:12 | |
*** Daviey has quit IRC | 03:13 | |
*** evanjfraser has quit IRC | 03:18 | |
*** evanjfraser_ has joined #openstack-metering | 03:18 | |
*** Daviey has joined #openstack-metering | 03:23 | |
*** evanjfraser_ has quit IRC | 03:29 | |
*** shakayumi has quit IRC | 03:31 | |
openstackgerrit | chenxiao proposed a change to openstack/ceilometer: Fixing ceilometer-dbsync errors when using DB2 and sqlalchemy https://review.openstack.org/46974 | 03:41 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ceilometer: Change resource.resource_metadata to text type https://review.openstack.org/45064 | 03:41 |
*** thomasm has joined #openstack-metering | 04:04 | |
*** evanjfraser has joined #openstack-metering | 04:12 | |
*** tasdomas_afk is now known as tasdomas | 04:21 | |
*** thomasm has quit IRC | 04:23 | |
*** SergeyLukjanov has joined #openstack-metering | 04:32 | |
*** shakayumi has joined #openstack-metering | 04:37 | |
*** boris-42 has joined #openstack-metering | 04:58 | |
*** terriyu has quit IRC | 05:03 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix a tiny mistake in api doc https://review.openstack.org/46923 | 05:17 |
*** evanjfraser has quit IRC | 05:22 | |
*** boris-42 has quit IRC | 05:59 | |
openstackgerrit | Jenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex https://review.openstack.org/47083 | 06:02 |
*** shakayumi has quit IRC | 06:09 | |
*** sdake_ has joined #openstack-metering | 06:44 | |
*** sdake_ has joined #openstack-metering | 06:44 | |
*** haomeng_ has quit IRC | 06:46 | |
*** haomeng has joined #openstack-metering | 06:46 | |
openstackgerrit | ChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement https://review.openstack.org/47090 | 07:01 |
*** evanjfraser has joined #openstack-metering | 07:02 | |
*** sdake_ has quit IRC | 07:04 | |
*** neumerance has joined #openstack-metering | 07:17 | |
neumerance | hi guys | 07:18 |
neumerance | I would like to reset all data on my ceilometer | 07:18 |
neumerance | to start a new record | 07:18 |
neumerance | is there anyone knows how to do it? | 07:18 |
*** SergeyLukjanov has quit IRC | 07:20 | |
lsmola | neumerance, do you use devstack? | 07:21 |
neumerance | nope | 07:21 |
neumerance | I installed it manually | 07:21 |
lsmola | neumerance, then I guess you will have to reset your db (mongo?) :-) | 07:21 |
neumerance | can you show me how to do that | 07:22 |
lsmola | neumerance, I am not really a mongo person, but it should have something like drop all:-) | 07:23 |
neumerance | nice ok thanks | 07:23 |
neumerance | I have another question | 07:23 |
lsmola | neumerance, a devstack script is dropping the db, so it should be probably hidden there :-) | 07:23 |
neumerance | Ill check that | 07:23 |
*** haomeng has quit IRC | 07:24 | |
neumerance | how to instruct ceilometer to update its api data for a certain minutes or seconds | 07:24 |
lsmola | neumerance, hmm not really dived into that | 07:24 |
lsmola | neumerance, though i did saw that this is the setting of the pollsters | 07:25 |
*** haomeng has joined #openstack-metering | 07:25 | |
neumerance | Ok I will check that | 07:25 |
lsmola | neumerance, from what i saw, pollster had hardcoded the period of data polling | 07:26 |
neumerance | so i need to search how to modify pollster then | 07:26 |
neumerance | is that the pipeline.yaml | 07:27 |
lsmola | neumerance, i guess it should be settable | 07:27 |
*** eglynn has quit IRC | 07:27 | |
lsmola | neumerance, hmm I have checked just the code of the hardware agent, and it has a methods like cpu.util.15min, though the period seems not to be hardcoded | 07:29 |
lsmola | neumerance, to it will be settable somewhere | 07:30 |
neumerance | I think it was /etc/ceilometer/pipeline.yaml | 07:30 |
neumerance | bu i am not sure I will try | 07:30 |
neumerance | bu i am not sure, I will try | 07:30 |
lsmola | neumerance, oh yeah it seems to be the interval | 07:33 |
lsmola | neumerance, btw. they are calling it the polling cycle | 07:33 |
neumerance | it means this file is what I'm looking for? | 07:33 |
neumerance | anyway do you know how to restart all ceilometer services? | 07:34 |
lsmola | neumerance, http://lists.openstack.org/pipermail/openstack-dev/2013-July/011378.html | 07:34 |
neumerance | I have looking all over the internet but i cant find a tuts about it | 07:34 |
neumerance | restart ceilometer-api is not working | 07:35 |
lsmola | neumerance, well I do use devstack, so thats kind of easy | 07:35 |
lsmola | neumerance, what linux distro do you have? | 07:35 |
neumerance | how to do it in devstack? | 07:35 |
neumerance | ubuntu 12,04 | 07:35 |
lsmola | neumerance, well in devstack it runs only in screen, so I just restart it and run it manually, service per service | 07:36 |
lsmola | neumerance, so I guess it depends how you have installed it. it as system service, you should treat it that way | 07:37 |
neumerance | if i reboot my server does it mean ceilometer services start on reboot as well? | 07:37 |
sileht | jd__, hi, lets me know when you want to talk about my wsme issue | 07:38 |
lsmola | neumerance, that again depends how you have installed it :-) | 07:38 |
neumerance | I installed it with this tuts | 07:38 |
neumerance | http://docs.openstack.org/developer/ceilometer/install/manual.html | 07:38 |
*** openstack has joined #openstack-metering | 09:17 | |
*** SergeyLukjanov has joined #openstack-metering | 09:20 | |
*** nati_ueno has quit IRC | 09:27 | |
*** maksimov has joined #openstack-metering | 09:30 | |
*** evanjfraser has quit IRC | 09:59 | |
*** nosnos has quit IRC | 10:18 | |
*** neumerance has quit IRC | 10:31 | |
eglynn | sileht: just thinking I may not have been very clear in my comment on putting both the target meter & the additional constraints in threshold rule query | 10:40 |
eglynn | ^^^ https://review.openstack.org/#/c/45085/8/ceilometer/api/controllers/v2.py | 10:40 |
eglynn | sileht: so just to clarify, the thought was to promote the meter_name up to be a first class attribute of the rule (alongside period, statistic, threshold etc.) | 10:40 |
*** neumerance has joined #openstack-metering | 10:46 | |
sileht | eglynn, ack, I agree, I have mixed query and meter_name because we have documented this but when I have wrote the _meter_name_from_query(query) it have think I go wrong | 11:25 |
*** maksimov has quit IRC | 11:27 | |
sileht | eglynn, about the alarm change detection, if the evaluator use the new endpoint PUT /alarms/<id>/state to set the state, what do you think about always using RULE_CHANGE in PUT /alarms/<id> and STATE_TRANSITION in PUT /alarms/<id>/state | 11:31 |
eglynn | sileht: ^^^ that sounds reasonable on the new state endpoint determining the state_transition event type | 11:40 |
sileht | eglynn, cool | 11:40 |
sileht | eglynn, otherwise wsme is really cool for the input validation :) | 11:41 |
eglynn | sileht: yeah, nice touch for example putting a lower bound on the period provided | 11:42 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ceilometer: Change resource.resource_metadata to text type https://review.openstack.org/45064 | 11:47 |
openstackgerrit | ChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement https://review.openstack.org/47090 | 11:51 |
*** neumerance has quit IRC | 12:00 | |
*** sandywalsh has joined #openstack-metering | 12:01 | |
*** shengjie has joined #openstack-metering | 12:02 | |
*** shengjie has quit IRC | 12:12 | |
*** maksimov has joined #openstack-metering | 12:27 | |
*** shang has quit IRC | 12:28 | |
sileht | eglynn, that make sense to record the timestamp in the historique detail ? because the history already have a timestamp | 12:38 |
eglynn | sileht: hmmm, do you mean in the case where the PUT alarm includes a timestamp setting provided by the API caller? | 12:42 |
* eglynn thought we set that back to wsme.Unset | 12:42 | |
eglynn | nope, we only do that for the state_timestamp | 12:43 |
eglynn | https://github.com/openstack/ceilometer/blob/master/ceilometer/api/controllers/v2.py#L1053 | 12:43 |
eglynn | sileht: so should we always be discarding any timestamp included by the caller in the POST or PUT alarm representation? | 12:44 |
*** fujioka has joined #openstack-metering | 12:45 | |
eglynn | sileht: (before we distill out the change to record) | 12:45 |
*** bpokorny has joined #openstack-metering | 12:45 | |
sileht | eglynn, actually I have do that, timestamp is not modifiable by user | 12:45 |
eglynn | sileht: so from a quick look at the existing code, seems the alarm timestamp (as opposed to the state_timestamp) is not being update on PUTs | 12:47 |
eglynn | s/update/updated/ | 12:47 |
*** thomasm has joined #openstack-metering | 12:48 | |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part2 https://review.openstack.org/47142 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part2 https://review.openstack.org/47143 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part3 https://review.openstack.org/47144 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part4 https://review.openstack.org/47145 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part5 https://review.openstack.org/47146 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part6 https://review.openstack.org/47147 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part1 https://review.openstack.org/46476 | 12:48 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part1 https://review.openstack.org/46480 | 12:48 |
sileht | eglynn, we need to decide if this timestamp is the created one or the modified one :) | 12:49 |
sileht | I prefer 'modify' | 12:49 |
eglynn | sileht: so you'd fixed that timestamp not bing updated in https://review.openstack.org/#/c/45085/9/ceilometer/api/controllers/v2.py | 12:50 |
eglynn | sileht: I thought it was the timestamp of the last alarm definition update | 12:50 |
eglynn | sileht: as opposed to a creation timestamp | 12:50 |
sileht | eglynn, yes | 12:50 |
eglynn | sileht: and your new code to distill out the change (modified fields excluding {state_}timestamp) will also take case of the timestamps not being repeated in the alarm history detail, or? | 12:52 |
sileht | eglynn, yes I drop all timestamp for hisotry detail only | 12:53 |
eglynn | sileht: cool, I think that's the right to do | 12:54 |
eglynn | sileht: s/right/right thing/ | 12:54 |
*** maksimov has quit IRC | 13:06 | |
*** julim has joined #openstack-metering | 13:11 | |
*** fnaval_ has quit IRC | 13:12 | |
*** fnaval_ has joined #openstack-metering | 13:13 | |
*** fnaval_ has quit IRC | 13:18 | |
*** fnaval_ has joined #openstack-metering | 13:37 | |
*** maksimov has joined #openstack-metering | 13:37 | |
thomasm | Hey all | 13:49 |
*** flwang has joined #openstack-metering | 13:52 | |
lsmola | hello | 13:59 |
*** EmilienM has quit IRC | 14:05 | |
*** EmilienM has joined #openstack-metering | 14:07 | |
*** terriyu has joined #openstack-metering | 14:08 | |
*** julim has quit IRC | 14:12 | |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part4 https://review.openstack.org/47145 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part3 https://review.openstack.org/47144 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part6 https://review.openstack.org/47147 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part5 https://review.openstack.org/47146 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part1 https://review.openstack.org/46476 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part1 https://review.openstack.org/46480 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Replace tests.base part2 https://review.openstack.org/47143 | 14:18 |
openstackgerrit | Vladislav Kuzmin proposed a change to openstack/ceilometer: Update oslo in ceilometer part2 https://review.openstack.org/47142 | 14:18 |
*** maksimov has quit IRC | 14:19 | |
sileht | eglynn, I don't understand the comment here: https://review.openstack.org/#/c/41971/20/ceilometer/api/controllers/v2.py | 14:20 |
sileht | eglynn, the description already have the operator | 14:21 |
*** zaneb has joined #openstack-metering | 14:30 | |
*** terriyu has quit IRC | 14:44 | |
*** julim has joined #openstack-metering | 14:47 | |
*** ruhe has joined #openstack-metering | 14:47 | |
*** ruhe has quit IRC | 14:48 | |
*** terriyu has joined #openstack-metering | 14:56 | |
openstackgerrit | ChangBo Guo proposed a change to openstack/ceilometer: Use built-in print() instead of print statement https://review.openstack.org/47090 | 14:57 |
*** herndon_ has joined #openstack-metering | 14:59 | |
*** gordc has joined #openstack-metering | 14:59 | |
*** nati_ueno has joined #openstack-metering | 15:12 | |
*** maksimov has joined #openstack-metering | 15:15 | |
*** herndon_ has quit IRC | 15:16 | |
*** julim has quit IRC | 15:23 | |
*** julim has joined #openstack-metering | 15:26 | |
annegentle | jd__: around? There's an intern wrap-up meeting in #opw on irc.gnome.org (might be late for you) | 15:26 |
jd__ | annegentle: yep, now? | 15:26 |
annegentle | jd__: yeah, I'm in there (make your nick like jd_openstack_mentor) and join in if you can. terriyu hasn't gone yet | 15:27 |
terriyu | jd__: I'll try to ping you when my turn is up | 15:28 |
jd__ | terriyu: cool | 15:28 |
*** litong has joined #openstack-metering | 15:31 | |
litong | @eglynn, ping. | 15:33 |
annegentle | go go go terriyu :) | 15:34 |
* annegentle just likes to be encouraging :) | 15:35 | |
terriyu | annegentle: you scared me, I thought it was my turn :) | 15:35 |
annegentle | terriyu: hee hee. I thought that after I said the first go. then the next two were a bit much :) | 15:35 |
annegentle | terriyu: I love how marina runs her meetings on irc | 15:36 |
annegentle | so efficient | 15:36 |
terriyu | jd__: I put up my summary | 15:43 |
jd__ | terriyu: ack :) | 15:44 |
jd__ | what a mess :) | 15:44 |
*** nati_ueno has quit IRC | 15:51 | |
*** herndon_ has joined #openstack-metering | 15:52 | |
eglynn | sileht: sorry, offline there for a while | 15:57 |
eglynn | sileht: re the comment on https://review.openstack.org/#/c/41971/20/ceilometer/api/controllers/v2.py | 15:57 |
eglynn | sileht: isn't the AlarmCombinationRule aware of the 'or' versus 'and'? | 15:57 |
sileht | eglynn, in operator and I use in to join all alarm ids | 15:58 |
eglynn | sileht: d'oh! I'm blind ... sorry for the noise! | 15:59 |
sileht | eglynn, don't worry, it's a bit hidden :) | 15:59 |
sileht | eglynn, I have added my point of view for the partition assignements | 16:00 |
*** Ruetobas has quit IRC | 16:01 | |
eglynn | sileht: thanks, looking now | 16:02 |
*** Ruetobas has joined #openstack-metering | 16:04 | |
litong | @eglynn, can you please review this patch? https://review.openstack.org/#/c/46175/ | 16:09 |
*** Ruetobas has quit IRC | 16:09 | |
eglynn | litong: looking now ... | 16:10 |
litong | @eglynn, thanks a lot. | 16:10 |
*** julim has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack-metering | 16:14 | |
openstackgerrit | Julien Danjou proposed a change to openstack/ceilometer: tests: import pipeline config https://review.openstack.org/47200 | 16:18 |
jd__ | wtf | 16:22 |
jd__ | do we have a regression somewhere or what? http://logs.openstack.org/83/47083/1/gate/gate-ceilometer-python27/4c3d25f/console.html | 16:22 |
jd__ | gate is broken | 16:23 |
jd__ | I wonder if this is WSME related, dhellmann? | 16:23 |
*** litong has quit IRC | 16:23 | |
*** maksimov has quit IRC | 16:23 | |
jd__ | I'm going home right now, I hope it'll be fixed by tomorrow | 16:24 |
* jd__ looks at the channel with big eyes | 16:24 | |
jd__ | :] | 16:24 |
sileht | jd__, omg | 16:24 |
*** litong has joined #openstack-metering | 16:24 | |
*** litong has quit IRC | 16:24 | |
*** litong has joined #openstack-metering | 16:26 | |
*** litong has quit IRC | 16:26 | |
lsmola | eglynn, hello, I have updated the discussion | 16:27 |
eglynn | lsmola: thanks | 16:27 |
lsmola | eglynn, thank you | 16:27 |
lsmola | eglynn, :-) | 16:27 |
*** litong has joined #openstack-metering | 16:29 | |
*** litong has quit IRC | 16:30 | |
*** litong has joined #openstack-metering | 16:32 | |
*** litong has quit IRC | 16:32 | |
*** litong has joined #openstack-metering | 16:33 | |
*** litong has quit IRC | 16:33 | |
*** litong has joined #openstack-metering | 16:34 | |
*** litong has quit IRC | 16:34 | |
*** SergeyLukjanov has quit IRC | 16:39 | |
*** julim has joined #openstack-metering | 16:45 | |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Implement the combination evaluator https://review.openstack.org/42832 | 16:48 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Add alarm combination API https://review.openstack.org/41971 | 16:48 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Alarm API update https://review.openstack.org/45085 | 16:48 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Fix the developer documentation of the alarm API https://review.openstack.org/46980 | 16:48 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Provide new API endpoint for alarm state https://review.openstack.org/46724 | 16:48 |
openstackgerrit | Mehdi Abaakouk proposed a change to openstack/ceilometer: Refactor threshold evaluator https://review.openstack.org/46703 | 16:48 |
*** changbl has quit IRC | 16:48 | |
*** julim has quit IRC | 17:15 | |
*** julim has joined #openstack-metering | 17:17 | |
*** litong has joined #openstack-metering | 17:23 | |
*** nati_ueno has joined #openstack-metering | 17:29 | |
*** EmilienM has quit IRC | 17:46 | |
openstackgerrit | litong01 proposed a change to openstack/ceilometer: refactor db2 get_meter_statistics method to support mongodb and db2 https://review.openstack.org/46175 | 17:47 |
*** EmilienM has joined #openstack-metering | 17:49 | |
litong | @eglynn, seems this test case is failing tests.api.v2.test_alarm_scenarios.TestAlarms.test_delete_alarm(mongodb) | 17:55 |
litong | which fails quite few patch sets. | 17:55 |
thomasm | litong, In master? I was having a bunch of issues with the tests this morning. | 17:56 |
thomasm | Not to mention the tests just hanging when I introduce my migration I just wrote. | 17:56 |
litong | @thomasm, yes, fail py27 and py26. | 17:56 |
eglynn | litong: a-ha, seems the response code returned has changed | 17:56 |
eglynn | litong: i.e. 200->201 | 17:56 |
litong | @eglynn, yes, should be 204, | 17:56 |
eglynn | litong: I'll look into fixing test ASAP | 17:56 |
litong | I think for deleting should be 204, no content. | 17:57 |
litong | seems it expects 200. | 17:57 |
eglynn | yep, true | 17:57 |
litong | all related to either 201 or 204. | 17:58 |
litong | should be very easy to fix. | 17:59 |
eglynn | yep, looking now | 17:59 |
eglynn | I'm guessing triggered by a change in the latest WSME release https://pypi.python.org/pypi/WSME | 18:00 |
litong | @eglynn, I run the test in my env, with no problems whatsoever. | 18:02 |
litong | so I guess I have to update WSME to see the problems in my env. | 18:02 |
eglynn | litong: yep, me too, older WSME in my tox cache | 18:02 |
litong | let me try that. | 18:02 |
*** terriyu has quit IRC | 18:02 | |
litong | the latest code shows we need WSME>=0.5b2, is that the latest requirement? | 18:04 |
litong | @eglynn, not sure that is all the problem. I have latest env. and I run the tests in my env. it all passed without any problem. | 18:08 |
litong | unless Jenkins has something that I do not. | 18:08 |
eglynn | @litong: jenkins runs against a mirror of pypi | 18:08 |
eglynn | http://pypi.openstack.org/openstack/WSME/ | 18:09 |
eglynn | litong: ^^^ note the 0.5b5 | 18:09 |
litong | so to reproduce the problem, we need to use 0.5b5? | 18:09 |
litong | shall we update our dependencies? | 18:10 |
litong | I mean in the requirements.txt file, | 18:11 |
openstackgerrit | Eoghan Glynn proposed a change to openstack/ceilometer: Update alarm scenario test for correct status codes https://review.openstack.org/47219 | 18:12 |
eglynn | litong: well I'd guess that the central requirements would have to be updated first | 18:12 |
eglynn | litong: I just proposed a quick patch hopefully to unblock gate | 18:13 |
litong | k | 18:14 |
eglynn | litong: I need to head home from the office shortly, will be back on-line later and take another look at this (specifically the question of updating the requirements version) | 18:15 |
litong | That is fine, if you want me to update the requirements.txt to make it 0.5b5, I can do that. | 18:15 |
openstackgerrit | Eoghan Glynn proposed a change to openstack/ceilometer: Update alarm scenario test for correct status codes https://review.openstack.org/47219 | 18:17 |
eglynn | litong: yeah, cool if you want to go ahead do the requirements change | 18:17 |
eglynn | litong: BTW in a totally fresh tox env spun up just now, I see WSME-0.5b5 being pulled down and the same failures as in the gate ... | 18:20 |
eglynn | litong: right-o gotta run ... laters | 18:20 |
litong | Thanks. will do. | 18:20 |
litong | k | 18:21 |
*** changbl has joined #openstack-metering | 18:22 | |
*** eglynn has quit IRC | 18:26 | |
*** EmilienM has quit IRC | 18:29 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: WSME 0.5b5 breaking unit tests https://review.openstack.org/47221 | 18:31 |
*** EmilienM has joined #openstack-metering | 18:32 | |
*** terriyu has joined #openstack-metering | 18:41 | |
openstackgerrit | gordon chung proposed a change to openstack/ceilometer: WSME 0.5b5 breaking unit tests https://review.openstack.org/47221 | 18:48 |
*** annegentle has quit IRC | 18:56 | |
litong | @gordon, ping | 19:12 |
*** maksimov has joined #openstack-metering | 19:14 | |
*** maksimov has quit IRC | 19:15 | |
*** maksimov has joined #openstack-metering | 19:16 | |
*** eglynn has joined #openstack-metering | 19:17 | |
*** Ruetobas has quit IRC | 19:17 | |
*** Ruetobas has joined #openstack-metering | 19:19 | |
*** sdake_ has joined #openstack-metering | 19:20 | |
*** litong has quit IRC | 19:23 | |
*** Ruetobas has quit IRC | 19:23 | |
*** litong has joined #openstack-metering | 19:24 | |
*** litong has quit IRC | 19:24 | |
*** eglynn has quit IRC | 19:25 | |
*** litong has joined #openstack-metering | 19:25 | |
gordc | litong: on a call. | 19:25 |
*** litong has quit IRC | 19:26 | |
*** litong has joined #openstack-metering | 19:27 | |
*** litong has quit IRC | 19:27 | |
*** litong has joined #openstack-metering | 19:27 | |
*** litong has quit IRC | 19:27 | |
*** litong has joined #openstack-metering | 19:28 | |
*** litong has quit IRC | 19:28 | |
*** litong has joined #openstack-metering | 19:28 | |
*** litong has quit IRC | 19:30 | |
*** sandywalsh has quit IRC | 19:30 | |
*** Ruetobas has joined #openstack-metering | 19:30 | |
*** litong has joined #openstack-metering | 19:31 | |
*** litong has quit IRC | 19:33 | |
*** litong has joined #openstack-metering | 19:35 | |
*** litong has quit IRC | 19:37 | |
*** litong has joined #openstack-metering | 19:37 | |
*** gordc has quit IRC | 19:39 | |
*** litong has quit IRC | 19:41 | |
*** sdake_ has quit IRC | 19:41 | |
*** litong has joined #openstack-metering | 19:43 | |
*** litong has quit IRC | 19:44 | |
*** zzs has joined #openstack-metering | 19:45 | |
*** litong has joined #openstack-metering | 19:45 | |
*** litong has quit IRC | 19:47 | |
*** sandywalsh has joined #openstack-metering | 19:47 | |
*** sdake_ has joined #openstack-metering | 19:48 | |
*** litong has joined #openstack-metering | 19:48 | |
*** litong has quit IRC | 19:53 | |
*** litong has joined #openstack-metering | 19:54 | |
*** litong has quit IRC | 19:57 | |
*** sandywalsh has quit IRC | 19:57 | |
*** litong has joined #openstack-metering | 19:57 | |
*** litong has quit IRC | 19:59 | |
*** litong has joined #openstack-metering | 19:59 | |
*** herndon_ has quit IRC | 20:01 | |
*** julim has quit IRC | 20:02 | |
*** gordc has joined #openstack-metering | 20:02 | |
*** herndon_ has joined #openstack-metering | 20:02 | |
*** litong has quit IRC | 20:03 | |
*** litong has joined #openstack-metering | 20:04 | |
*** litong has quit IRC | 20:07 | |
*** eglynn has joined #openstack-metering | 20:07 | |
*** evanjfraser has joined #openstack-metering | 20:07 | |
*** litong has joined #openstack-metering | 20:07 | |
*** litong has quit IRC | 20:08 | |
*** litong has joined #openstack-metering | 20:08 | |
*** litong has quit IRC | 20:10 | |
*** gordc has quit IRC | 20:11 | |
*** litong has joined #openstack-metering | 20:11 | |
*** sandywalsh has joined #openstack-metering | 20:13 | |
*** litong has quit IRC | 20:13 | |
*** litong has joined #openstack-metering | 20:14 | |
*** litong has quit IRC | 20:18 | |
*** gordc has joined #openstack-metering | 20:18 | |
*** litong has joined #openstack-metering | 20:19 | |
*** litong has quit IRC | 20:22 | |
*** litong has joined #openstack-metering | 20:22 | |
*** gordc has quit IRC | 20:22 | |
*** sdake_ has quit IRC | 20:22 | |
*** gordc has joined #openstack-metering | 20:22 | |
*** litong has quit IRC | 20:27 | |
*** litong has joined #openstack-metering | 20:28 | |
*** litong has quit IRC | 20:28 | |
*** litong has joined #openstack-metering | 20:29 | |
*** annegentle has joined #openstack-metering | 20:29 | |
*** litong has quit IRC | 20:29 | |
*** litong has joined #openstack-metering | 20:30 | |
*** SergeyLukjanov has joined #openstack-metering | 20:31 | |
*** gordc has quit IRC | 20:31 | |
*** litong has quit IRC | 20:32 | |
*** gordc has joined #openstack-metering | 20:32 | |
*** litong has joined #openstack-metering | 20:33 | |
*** litong has quit IRC | 20:35 | |
*** litong has joined #openstack-metering | 20:37 | |
*** litong has quit IRC | 20:37 | |
*** litong has joined #openstack-metering | 20:37 | |
*** litong has quit IRC | 20:38 | |
*** litong has joined #openstack-metering | 20:40 | |
gordc | eglynn: i noticed your patch after i submitted mine. should i drop mine? you just need to copy/fix the gettextutils.Message issue to resolve the the rest of failing tests in your patch. | 20:41 |
litong | @gordc, I am working on that problem as well. | 20:42 |
*** eglynn has quit IRC | 20:42 | |
litong | seems we are trying to solve the same problem. | 20:43 |
gordc | litong, check out my patch: https://review.openstack.org/#/c/47221/ | 20:43 |
gordc | here's the bug i opened... should explain what's broken. https://bugs.launchpad.net/ceilometer/+bug/1227264 | 20:43 |
litong | @gordc, you dropped the changes in the requirements.txt, any reason? | 20:44 |
*** litong has quit IRC | 20:44 | |
*** litong has joined #openstack-metering | 20:45 | |
*** litong has quit IRC | 20:45 | |
*** litong has joined #openstack-metering | 20:49 | |
*** litong has quit IRC | 20:49 | |
*** boris-42 has quit IRC | 20:51 | |
*** tong|2 has joined #openstack-metering | 20:52 | |
gordc | litong, requirements update hasn't gone through yet (https://review.openstack.org/#/c/46081/) -- we don't really need it to get current tests to pass since infra is set up to pick up latest version if you have requirement set to '>=' | 20:52 |
*** mahipal has joined #openstack-metering | 20:54 | |
*** zaneb has quit IRC | 20:54 | |
openstackgerrit | A change was merged to stackforge/pycadf: DNS names may not map to service catalog values https://review.openstack.org/47055 | 20:54 |
openstackgerrit | A change was merged to stackforge/pycadf: update tox to 1.6 https://review.openstack.org/47056 | 20:55 |
tong|2 | @gordc, the problem is that if we do not update our own env, some of the problems can not be caught before we submit the patch. | 20:55 |
gordc | right. https://review.openstack.org/#/c/46081/ patch needs to merge before we can do anything on ceilometer side | 20:56 |
*** maksimov has quit IRC | 20:57 | |
tong|2 | @gordc, ok | 20:57 |
*** eglynn has joined #openstack-metering | 20:57 | |
*** herndon_ has quit IRC | 21:00 | |
*** tong|2 has quit IRC | 21:00 | |
*** herndon_ has joined #openstack-metering | 21:03 | |
*** eglynn has quit IRC | 21:04 | |
*** sdake_ has joined #openstack-metering | 21:12 | |
*** sdake_ has joined #openstack-metering | 21:12 | |
*** shardy is now known as shardy_afk | 21:14 | |
*** tasdomas is now known as tasdomas_afk | 21:14 | |
*** sdake_ has quit IRC | 21:20 | |
*** sdake_ has joined #openstack-metering | 21:20 | |
*** sdake_ has joined #openstack-metering | 21:20 | |
*** thomasm has quit IRC | 21:28 | |
*** sdake_ has quit IRC | 21:48 | |
*** eglynn has joined #openstack-metering | 22:00 | |
*** evanjfraser has quit IRC | 22:00 | |
*** julim has joined #openstack-metering | 22:07 | |
*** bpokorny has quit IRC | 22:08 | |
*** maksimov has joined #openstack-metering | 22:08 | |
*** evanjfraser has joined #openstack-metering | 22:13 | |
*** zzs has left #openstack-metering | 22:14 | |
*** julim has quit IRC | 22:15 | |
*** julim has joined #openstack-metering | 22:26 | |
*** sbadia_ has joined #openstack-metering | 22:27 | |
*** changbl has quit IRC | 22:35 | |
*** sbadia_ is now known as sbadia | 22:36 | |
*** julim has quit IRC | 22:47 | |
*** sbadia has quit IRC | 22:56 | |
*** sbadia has joined #openstack-metering | 22:57 | |
*** julim has joined #openstack-metering | 22:59 | |
*** herndon_ has quit IRC | 23:00 | |
*** julim has quit IRC | 23:16 | |
*** sbadia has quit IRC | 23:31 | |
*** sbadia has joined #openstack-metering | 23:33 | |
*** maksimov has quit IRC | 23:35 | |
*** sbadia has left #openstack-metering | 23:41 | |
*** sbadia has joined #openstack-metering | 23:42 | |
*** changbl has joined #openstack-metering | 23:52 | |
*** fnaval_ has quit IRC | 23:56 | |
*** evanjfraser has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!