Tuesday, 2014-09-23

*** nadya is now known as Guest9351500:00
*** r-daneel_ has quit IRC00:03
*** Guest93515 has quit IRC00:04
*** fnaval has quit IRC00:06
*** sbfox has quit IRC00:09
*** aviau has quit IRC00:17
*** ViswaV has joined #openstack-ceilometer00:20
*** ViswaV_ has joined #openstack-ceilometer00:22
*** ViswaV has quit IRC00:25
*** aviau has joined #openstack-ceilometer00:47
*** fnaval has joined #openstack-ceilometer00:49
*** Longgeek has joined #openstack-ceilometer01:04
openstackgerritSteve Martinelli proposed a change to openstack/ceilometer: Use oslo_debug_helper and remove our own version  https://review.openstack.org/12010601:10
*** Longgeek has quit IRC01:11
*** Longgeek has joined #openstack-ceilometer01:11
*** _cjones_ has quit IRC01:12
*** _cjones_ has joined #openstack-ceilometer01:12
*** _cjones_ has quit IRC01:17
*** ViswaV has joined #openstack-ceilometer01:45
*** ViswaV_ has quit IRC01:45
*** shakamunyi has quit IRC01:57
*** julim has quit IRC01:58
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-ceilometerclient: Updated from global requirements  https://review.openstack.org/12266202:00
*** gordc has joined #openstack-ceilometer02:09
flwang1gordc: ping02:14
gordcflwang1: whatsup?02:14
flwang1gordc: is there any way adding a customized pollster without restart ceilometer?02:15
flwang1gordc: or I have to restart the central agent? thanks02:18
gordcflwang1: hmm... i'm thinking about it now that we have HA and discovery set up.02:19
gordcflwang1: i'd need to confirm this but you might be able to do it by spawning a second central agent...02:19
gordcbut i do not believe it's possible if it's just a single central agent.02:20
flwang1gordc: ah, I can see your point02:20
gordcit's actually a use case i've never thought of so i can't say 100%. good question though.02:21
flwang1gordc: we're depending on ceilometer for billing02:23
flwang1but we can't 100% trust the notifications of openstack02:23
flwang1so we need some pollster to complete/correct the metrics we collected to make sure no surprise for customer's bill02:24
flwang1gordc: however, based on current strategy, seems ceilometer won't add more pollsters if the metric can be collected by notification02:25
flwang1so that's why we have to cook something by ourselves02:25
gordcflwang1: so you'd want a pollster to poll for same metric as notification to verify or a pollster that checks ceilometer's db?02:26
flwang1we want a pollster for verify/confirm the data is there and correct02:27
gordci think notifications is the preferred method... are you referring to this nbp: https://review.openstack.org/#/c/104784/02:27
flwang1nope02:28
gordcflwang1: so say we built a meter from nova notification, you would want a pollster to call nova api to verify?02:28
flwang1yep02:28
flwang1and you know, sometimes we may lost the notification and based on current implement, there is no way to get it02:29
flwang1there are many scenarios may cause the problem02:29
gordcflwang1: i see.. yeah, it's similar reasoning as the bp i just linked... they wanted to add  pollster as a secondary check of something we typically get from notifications.02:30
flwang11. the notification can't be sent from the source02:30
flwang12. the notification may fail to write into database by ceilometer02:30
flwang1gordc: TBH, I think the original mission of ceilometer is using to collect metrics for billing02:31
gordcflwang1: i wouldn't say ceilometer is completely against this. i think the idea needs to be explored a bit more (ie. if we can just get it via polling, when to allow both... also, how to make it so we're not overloading apis)02:31
flwang1gordc: exactly, I have mentioned that with eglynn02:32
gordci think based on some tests are polling was creating massive load on the apis we're calling and it's something we definitely need to consider when adding more polling02:32
flwang1I would like to see a more flexible pollster mechanism02:33
gordcwhat do you mean by flexible? something that polls based on staleness of data? on demand polling?02:33
flwang1gordc: on demand polling is one of my points02:34
gordcflwang1: i definitely wouldn't want somehting that blindly polls at interval for exact same metrics as notifications... not unless there was a great reason for it.02:35
flwang1I totally agree with you from a developer view :)02:35
flwang1but02:35
flwang1we also need to consider from the operations view02:35
gordci think we considered on demand polling (especially to help with tempest test). i don't think we ever saw it through since we had bigger fires.02:35
flwang1TBH, I wonder who is using ceilometer in production environment and how they use the data of ceilometer02:36
gordcflwang1: i'd be interested in ops view... would be good to have concrete real world use cases02:36
gordcrather than just stuff we think is useful.02:37
gordci'm not sure if ceilometer is used in "production" although depending on how you define "production" every project might fall in same boat.02:38
flwang1maybe I'm totally wrong, but let me try to drop my 2 cents02:38
flwang1gordc: heh, yep02:38
gordcceilometer is used... i wouldn't say production scale though.02:38
flwang1but you know, deployed doesn't mean in-use :)02:38
gordcflwang1: :) i hear you.02:39
flwang1for ceilometer, I think the key is the metrics data collected by ceilometer02:39
gordcflwang1: but yeah, good to hear your comments and what features we should be adding.02:39
gordci'm not against on demand polling. or some variation... we'd probably need to work out how and when to use it though.02:39
flwang1I think one of the mission of CM is collecting data for billing02:40
gordcprobably something that we should start working on pre-summit.02:40
flwang1but, seems most of current giants have their solutions02:40
flwang1and I'm wondering if they are really depend on ceilometer's data02:41
gordcflwang1: yeah... the giants have their own version of every openstack project. :)02:41
flwang1it would be great if there is a operations session on summit about how these companies use ceilometer02:42
gordcflwang1: i know it's being played with but a lot of them are in wait and see mode... which is why the contributions you'll notice come mainly from other sources.02:42
flwang1now the problem we're running into is the data losing and performance02:42
flwang1gordc: cool, glad to see you have notices this02:43
gordcperformance of something specific?02:43
flwang1as you can see, most of the code contribution are from other companies02:43
gordci think we can look at/discuss the data losing part next cycle (assuming there is resource)02:44
flwang1data query need long time02:44
flwang1ok02:45
gordcflwang1: yeah... we made some improvements there this cycle... definitely more we can improve on but there's also jd__'s work to implement a tsdb backend which should improvement performance.02:45
flwang1you mean gnoochi?02:46
gordci think there's also work to describe when/how to archive... that might be something else because i don't really foresee teh ceilometer db to be the final stage of data retnetion..02:46
gordcflwang1: right gnoochi02:46
gordcflwang1: it's something we're looking at for kilo, jd should be finished the first implementation sometime soon... depending on how that fairs, we'll go from there.02:47
flwang1cool02:47
flwang1I will keep an eye on that02:47
flwang1gordc: thanks a lot for your time02:48
gordcflwang1: np. feel free to comment on the bp or add your own... real use cases are always welcomed... who knows there may be a existing a solution i just don't know about.02:49
flwang1sure, cheers02:50
*** deepthi has joined #openstack-ceilometer03:00
*** fnaval has quit IRC03:10
flwang1gordc: still around03:13
flwang1?03:13
*** nadya_ has joined #openstack-ceilometer03:14
*** akrzos has quit IRC03:15
openstackgerritZhiQiang Fan proposed a change to openstack/ceilometer: rate_of_change should not calculate delta on delta type sample  https://review.openstack.org/12332003:35
gordcflwang1: whoops. didn't see your message04:08
flwang1gordc: oh, no worries04:08
flwang1just a simple question04:08
flwang1gordc: does the CM support multi central agent?04:09
gordcflwang1: yes. it was implemented recently.04:10
flwang1cool, got it04:10
gordcflwang1: did you need docs on how to set it up? you'll need either memcache/zookeeper configured04:12
flwang1it would be nice if there is a link :)04:12
gordclet me try digging it up... i'm not sure if we got around to documenting it tbh04:13
*** asalkeld is now known as asalkeld_afk04:14
gordcok i feel like the docs weren't completed yet.04:15
gordcflwang1: you'll basically have to add the following to ceilometer.conf04:15
gordc[coordination]04:15
gordcbackend_url = memcached://localhost:1121104:15
gordcor zookeeper04:15
gordcyou can enable multi compute agent by adding compute]04:16
gordcadding:04:16
gordc[compute]04:16
gordccompute]04:16
gordcworkload_partitioning = True04:16
gordcsorry bad formatting... got too lazy for paste but here: http://paste.openstack.org/show/114399/04:17
flwang1gordc: cool04:22
flwang1thanks a lot04:22
gordcnp04:22
flwang1gordc: may I know your thought about this https://bugs.launchpad.net/ceilometer/+bug/1372733 ?04:30
*** gordc has quit IRC04:31
*** cmyster_away is now known as cmyster04:38
*** yatin has joined #openstack-ceilometer04:55
*** deepthi has quit IRC05:02
*** Longgeek has quit IRC05:02
*** _cjones_ has joined #openstack-ceilometer05:11
*** akrzos has joined #openstack-ceilometer05:15
*** _cjones_ has quit IRC05:16
*** _cjones_ has joined #openstack-ceilometer05:16
*** Longgeek has joined #openstack-ceilometer05:17
*** akrzos has quit IRC05:20
*** ildikov has joined #openstack-ceilometer05:25
*** asalkeld_afk has quit IRC05:25
*** asalkeld has joined #openstack-ceilometer05:29
*** harlowja is now known as harlowja_away05:31
*** nadya_ has quit IRC05:41
*** ilyashakhat has quit IRC05:53
*** ilyashakhat has joined #openstack-ceilometer05:55
*** ilyashakhat has quit IRC06:00
*** ilyashakhat has joined #openstack-ceilometer06:01
openstackgerritOpenStack Proposal Bot proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/12069706:04
*** ilyashakhat has quit IRC06:05
*** sbfox has joined #openstack-ceilometer06:05
*** _elena_ has quit IRC06:06
*** ilyashakhat has joined #openstack-ceilometer06:06
*** _elena_ has joined #openstack-ceilometer06:07
*** deepthi has joined #openstack-ceilometer06:22
*** k4n0 has joined #openstack-ceilometer06:23
*** openstack_ has quit IRC06:29
*** sbfox has quit IRC06:33
*** drjones has joined #openstack-ceilometer06:38
*** drjones has quit IRC06:40
*** drjones has joined #openstack-ceilometer06:40
*** _cjones_ has quit IRC06:41
*** openstack_ has joined #openstack-ceilometer06:41
*** drjones has quit IRC06:44
*** eglynn has quit IRC06:45
*** ifarkas has joined #openstack-ceilometer06:48
*** yatin has quit IRC06:48
*** eglynn has joined #openstack-ceilometer06:53
*** promulo has quit IRC06:56
*** yatin has joined #openstack-ceilometer07:06
*** sdake has quit IRC07:06
*** nadya_ has joined #openstack-ceilometer07:19
*** ala_ has joined #openstack-ceilometer07:28
sileht/1/107:37
silehtjd__, I have a gnocchi question: does having two entities with the same name on a resource have sense ?07:39
jd__sileht: I don't think so07:43
jd__sileht: and it's currently not possible07:43
silehtjd__, so I have found a bug :)07:46
jd__sileht: you'll get a medal :p07:47
jd__but yeah now that you mention it I don't think it's tested in REST so likely the REST server is currently returning 50007:52
jd__wild guess07:52
jd__the indexer have correct constraints for that in theory07:53
silehtjd__, I have just seen that the sql schema doesn't enforce it, and tests I have written for the 'append entities to a resource' won't works as expected07:57
*** sdake has joined #openstack-ceilometer08:00
*** safchain has joined #openstack-ceilometer08:04
*** deepthi has quit IRC08:04
*** Longgeek has quit IRC08:07
*** ala_ has quit IRC08:13
*** liusheng has joined #openstack-ceilometer08:13
*** ala_ has joined #openstack-ceilometer08:13
*** ildikov has quit IRC08:13
*** ala_ has quit IRC08:14
*** Ala has quit IRC08:14
*** Ala has joined #openstack-ceilometer08:21
*** deepthi has joined #openstack-ceilometer08:22
jd__sileht: ah we miss the unique constraint then, too bad :(08:22
eglynnjd__: speaking of which, would it be nice to have a uniqueness constraint on the archive policy names also?08:26
eglynn(not strictly necessary I guess, but might be useful in terms of allowing archive policies to be referenced by name in the API)08:27
jd__eglynn: I'm making the "errrr" face right now08:28
eglynnjd__: LOL :)08:29
jd__yeah it would be nice but it's kinda complicated actually08:29
jd__the archive policies are currently by-user/project08:29
jd__so we need a unique on (user, project, name) or the like08:29
eglynna-ha, I see08:29
jd__which is not so easy to do because user and project are in a different table than the name08:29
silehtjd__, I have added the constraint, it works on postgresql, but not on mysql, mysql refuse to create the table ...08:29
jd__so it's not impossible but we need to duplicate a column08:29
*** Longgeek has joined #openstack-ceilometer08:29
jd__sileht: you likely made a mistake and MySQL is giving you a error message that is useless (happened to me)08:30
DinaBelovasileht, I'm not the SQL expert, but why does it happen?08:30
jd__sileht: send your patch on Gerrit I can review?08:30
* eglynn is momentarily puzzled about the benefit of hiding user A's archive policies from user B08:31
eglynn... thinking in terms of the overhead of two users defining the equivalent policies as they can't see that the other user has already defined the same thing08:32
jd__eglynn: we can also remove that restriction I guess08:34
jd__but how can a user delete a policy if another one is using it?08:34
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Allows to append entities to a resource  https://review.openstack.org/12234408:34
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add a gnocchi dispatcher  https://review.openstack.org/9879808:34
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339508:34
silehtjd__, I have just added that: https://review.openstack.org/12339508:34
jd__thanks sileht08:34
jd__sileht: though I guess you should do separate branch ultimately08:34
jd__sileht: to have things merged earlier :)08:34
eglynnjd__: how about making archive policy mgmt a purely administrative function?08:35
DinaBelovajd__, eglynn - probably policies should be different and separated, but kind of templates shared /me just lurking around :)08:35
DinaBelovaeglynn - oh yeah, how do you propose08:35
DinaBelovaor*08:36
eglynnjd__: seeing as the overhead of policy creation could be significant, e.g. the requirement for using an addition Influx database with the continuous downsampling queries for the new policy08:36
eglynnDinaBelova: how do I propose making it an admin-only function?08:37
eglynnDinaBelova: ... using RBAC roles08:37
jd__eglynn: that'd be good enough to me for sure08:37
DinaBelovaeglynn, I meant that it'll be a good variant :)08:37
eglynnjd__: cool :)08:37
DinaBelovaeglynn, not the question how to impl it :)08:37
eglynnDinaBelova: a-ha, sorry! ... /me misunderstood08:37
jd__I'll change my patches to make it admin only08:38
jd__that'll probably simplify the data model a bit :)08:38
eglynnjd__: cool, thanks!08:38
DinaBelovaeglynn, sorry me :D I'm kind of not english-correct sometimes08:38
eglynnDinaBelova: nah, my fault, not enough coffee yet this morning to read IRC propely :)08:38
DinaBelovaeglynn, lol08:39
eglynnor to spell *properly08:39
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339508:41
silehtjd__, https://review.openstack.org/12339508:41
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add swift_account resource  https://review.openstack.org/12234508:41
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Allows to append entities to a resource  https://review.openstack.org/12234408:41
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add a gnocchi dispatcher  https://review.openstack.org/9879808:41
*** nadya_ has quit IRC08:43
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Add migration script for new row separate design  https://review.openstack.org/11561508:58
silehtjd__, any idea ?09:01
*** IvanBerezovskiy has joined #openstack-ceilometer09:02
*** claudiub has joined #openstack-ceilometer09:16
*** akrzos has joined #openstack-ceilometer09:18
*** akrzos has quit IRC09:22
*** deepthi has quit IRC09:22
silehtjd__, it seems I have to create manually index on id table of resource/instance/...09:25
openstackgerritSylvain Afchain proposed a change to openstack/ceilometer: Fix Opencontrail pollster according the API changes  https://review.openstack.org/10491309:28
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339509:28
*** openstack_ has quit IRC09:30
openstackgerritA change was merged to stackforge/gnocchi: Stop using oslo-incubator lockutils  https://review.openstack.org/12272209:34
openstackgerritA change was merged to stackforge/gnocchi: Fix and re-renable Python 3 testing  https://review.openstack.org/12273909:34
jd__sorry I was in the subway, looking now09:34
jd__sileht ^09:34
silehtjd__, I have found the issue09:36
silehtjd__, mysql need explicit index...09:36
jd__sileht: what is it?09:36
jd__on a primary key?09:36
silehtjd__, yes !09:36
jd__wut?09:36
jd__facepalm09:36
silehtjd__, I really love this database software ...09:36
jd__yeah, tell me about it09:36
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339509:41
*** deepthi has joined #openstack-ceilometer09:43
silehtjd__, I have a issue with tooz too, it doesn't  cleanup the ipc09:44
sileht(with test fail)09:44
jd__sileht: oh I might forgot to call stop() in tearDown()09:44
silehtjd__, I love the python error msg: 'OSError: [Errno 28] No space left on device'09:45
jd__hehe09:48
jd__sileht: well it's more likely the IPC syscall that returns ENOSPC :)09:48
silehtyep09:49
*** ildikov has joined #openstack-ceilometer09:57
jd__eglynn president10:00
*** pnascimento has joined #openstack-ceilometer10:03
pnascimentohello, quick question: on Ceilometer API when I consume "/v2/meters" with a empty query string the response returns filtered by my "current" user/token provided within the headers of the request?10:04
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Add migration script for new row separate design  https://review.openstack.org/11561510:06
eglynnjd__: LOL :)10:17
eglynnpnascimento: only if the calling user/project is non-admin10:19
eglynnpnascimento: in that case you get the tenant segregation10:19
eglynnpnascimento: in the admin case, everything is visible10:19
*** ViswaV_ has joined #openstack-ceilometer10:21
*** nadya has joined #openstack-ceilometer10:23
pnascimentoeglynn: thank you eglynn ;)10:23
*** nadya is now known as Guest8112210:23
*** ViswaV has quit IRC10:24
* eglynn heads into the office, laters folks10:41
*** eglynn has quit IRC10:41
*** Longgeek has quit IRC10:50
*** pnascimento has quit IRC10:55
openstackgerritSteve Lewis proposed a change to openstack/ceilometer: Describe API versions  https://review.openstack.org/11790311:02
*** Longgeek has joined #openstack-ceilometer11:03
*** amalagon has joined #openstack-ceilometer11:21
*** deepthi has quit IRC11:26
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: TEST  https://review.openstack.org/12342011:29
*** akrzos has joined #openstack-ceilometer11:33
*** isviridov_away is now known as isviridov11:35
*** gordc has joined #openstack-ceilometer11:35
*** amalagon_ has joined #openstack-ceilometer11:37
*** amalagon has quit IRC11:41
*** amalagon_ is now known as amalagon11:41
*** eglynn-officeafk is now known as eglynn-office11:41
*** Guest81122 has quit IRC11:42
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Test CR. Do not merge  https://review.openstack.org/12342211:42
*** asalkeld has quit IRC11:45
*** nadya has joined #openstack-ceilometer11:48
*** yatin has quit IRC11:48
*** nadya is now known as Guest5927111:48
*** gordc has quit IRC11:51
*** Longgeek has quit IRC11:52
*** eglynn-office is now known as eglynn-lunch11:59
*** Longgeek has joined #openstack-ceilometer12:00
*** Longgeek has quit IRC12:00
*** Longgeek has joined #openstack-ceilometer12:00
*** asalkeld has joined #openstack-ceilometer12:01
*** yatin has joined #openstack-ceilometer12:01
*** julim has joined #openstack-ceilometer12:07
*** k4n0 has quit IRC12:09
*** jmatthews has joined #openstack-ceilometer12:26
*** jaypipes has joined #openstack-ceilometer12:27
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: [HBase] Improves speed of unit tests on real HBase backend  https://review.openstack.org/11529012:40
DinaBelovaeglynn-lunch, please ping me when you'll be around12:40
*** idegtiarov_afk is now known as degtiarov12:42
openstackgerritJulien Danjou proposed a change to stackforge/gnocchi: rest: add support for create/get archive policies  https://review.openstack.org/12316512:45
openstackgerritJulien Danjou proposed a change to stackforge/gnocchi: indexer: store archive policies  https://review.openstack.org/11755112:45
openstackgerritJulien Danjou proposed a change to stackforge/gnocchi: indexer: remove entities from Entity  https://review.openstack.org/12246112:45
*** thomasem has joined #openstack-ceilometer12:47
*** claudiub has quit IRC12:52
*** asalkeld has quit IRC12:55
silehtjd__, If you have any idea on why it works for me but not for gate :( https://review.openstack.org/#/c/123395/12:59
*** gordc has joined #openstack-ceilometer13:12
*** changbl_ has quit IRC13:13
*** yatin has quit IRC13:17
openstackgerritLena Novokshonova proposed a change to openstack/ceilometer: Fix bug in the documentation  https://review.openstack.org/12343213:18
jd__sileht: easy13:21
jd__sileht: you override the value of mysql_engine and the gate uses MyISAM by default13:21
jd__sileht: whereas you need InnoDB13:22
silehtawesome defaut ...13:22
sileht*default*13:22
*** nealph_ has joined #openstack-ceilometer13:25
*** eglynn-lunch is now known as eglynn13:26
openstackgerritLena Novokshonova proposed a change to openstack/ceilometer: Fix bug in the documentation  https://review.openstack.org/12343213:28
*** Guest59271 has quit IRC13:31
jd__sileht: I think it's been discuted on the list and it's done on purpose for that13:31
gordcjd__: any interest in trimming down the column size of ids: https://github.com/stackforge/gnocchi/blob/master/gnocchi/indexer/sqlalchemy.py#L125-L12613:37
gordci know in current sql backend i couldn't build indices because they were too big.13:38
silehtjd__, gotcha, I haven't seen the __table_args__ in GnocchiBase13:39
jd__gordc: could we switch to UUID instead?13:39
gordcjd__: tbh i haven't tried. they're suppose to be uuid but i know in our current ceilo unit tests we just make up non-sense values.13:40
*** hhuang has joined #openstack-ceilometer13:41
jd__eglynn, sileht , opinion on that ^ ? Having user/project ID as UUID types rather than String13:41
jd__gordc: I imagine indexing UUID is faster than string?13:41
gordcwe can change it to varchar 64 if we want to play it safe.13:42
gordcyeah uuid would be a cleaner, faster, better approach13:42
gordci dont know if it's tied to the 'contractualise notification' work though.13:42
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339513:44
*** degtiarov is now known as idegtiarov13:45
*** ildikov_ has joined #openstack-ceilometer13:46
*** hhuang has quit IRC13:50
*** ildikov has quit IRC13:50
*** r-daneel_ has joined #openstack-ceilometer14:00
*** nadya has joined #openstack-ceilometer14:01
*** nadya is now known as Guest1301214:01
*** jmatthews has quit IRC14:02
eglynnjd__: sorry on a call, but yeah UUID seems like a better fit that unecessarily wide string(255)14:06
*** yassine has joined #openstack-ceilometer14:06
*** Guest13012 has quit IRC14:10
*** rbak has joined #openstack-ceilometer14:10
jd__eglynn: ack14:11
*** amalagon has quit IRC14:12
*** nealph__ has joined #openstack-ceilometer14:12
*** amalagon has joined #openstack-ceilometer14:14
*** nealph___ has joined #openstack-ceilometer14:14
*** nealph_ has quit IRC14:15
amalagonhey eglynn!14:16
eglynnamalagon: hey!14:16
*** nealph__ has quit IRC14:17
eglynnamalagon: rescheduled 1:1 time?14:17
amalagonyes :)14:17
amalagoneglynn: sorry, going to restart irc client14:18
*** amalagon has left #openstack-ceilometer14:18
*** amalagon_ has joined #openstack-ceilometer14:19
*** nealph___ has quit IRC14:24
*** claudiub has joined #openstack-ceilometer14:26
*** fnaval has joined #openstack-ceilometer14:35
*** X019 has joined #openstack-ceilometer14:44
*** isviridov is now known as isviridov_meetin14:46
*** jmatthews has joined #openstack-ceilometer14:50
*** nadya has joined #openstack-ceilometer15:08
*** nadya is now known as Guest9585315:09
*** jergerber has joined #openstack-ceilometer15:12
*** Ala has quit IRC15:14
*** sdake has quit IRC15:14
*** sdake has joined #openstack-ceilometer15:14
*** X019 has quit IRC15:21
*** nealph has quit IRC15:21
*** Longgeek has quit IRC15:23
*** amalagon_ has quit IRC15:23
*** amalagon has joined #openstack-ceilometer15:26
eglynnDinaBelova: hey, sorry on a call earlier15:29
*** IvanBerezovskiy has left #openstack-ceilometer15:29
*** changbl_ has joined #openstack-ceilometer15:31
*** akrzos has quit IRC15:37
*** akrzos has joined #openstack-ceilometer15:39
*** jasondotstar has joined #openstack-ceilometer15:51
*** amalagon has quit IRC15:54
*** _cjones_ has joined #openstack-ceilometer15:55
*** amalagon_ has joined #openstack-ceilometer15:55
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339516:00
openstackgerritMehdi Abaakouk proposed a change to stackforge/gnocchi: Add uniq constraint for resource/entity_name  https://review.openstack.org/12339516:03
*** Guest95853 has quit IRC16:04
*** liusheng has quit IRC16:09
*** liusheng has joined #openstack-ceilometer16:10
*** nadya_ has joined #openstack-ceilometer16:13
*** claudiub has quit IRC16:15
*** ViswaV_ has quit IRC16:17
*** ViswaV has joined #openstack-ceilometer16:18
*** ifarkas has quit IRC16:21
*** ViswaV has quit IRC16:22
*** thomasem has quit IRC16:24
*** thomasem has joined #openstack-ceilometer16:25
*** yassine has quit IRC16:28
DinaBelovaeglynn, I just wanted to ask when the rc will be cut? I know that this week... but when exactly?16:34
DinaBelovaeglynn, I was travelling home, so did no notice your @pong@ :)16:35
eglynnDinaBelova: Friday or Monday is my best estimate16:36
DinaBelovaa-ha, I was just looking on the https://bugs.launchpad.net/ceilometer/+bug/1372912 and wondering if it's worth to be merged in juno16:36
eglynnDinaBelova: our release manager would prefer getting it done by end-of-week, but there's scope to bleed into Monday if necessary16:36
*** nealph has joined #openstack-ceilometer16:37
eglynnDinaBelova: well, if there's a patch up by tmrw or Thursday, yep we could do16:37
DinaBelovaeglynn, it's there for a while16:37
* DinaBelova does not see the link in the bug16:38
*** jmatthews has quit IRC16:38
DinaBelovaone moment16:38
DinaBelovaeglynn, here it is - https://review.openstack.org/#/c/115290/16:38
DinaBelovaalthough I see check jobs behave strange now16:39
*** nealph has quit IRC16:39
DinaBelovaeglynn, Nadya and I have checked it to be sure it's really quick - so it is, and in future it'll be available to run real hbase tests in the gate, for instance16:40
*** rbowen is now known as rcb_lunch16:41
DinaBelovaeglynn, will you take a look on it as well?16:43
eglynnDinaBelova: OK, that sounds reasonable ... I'll review also16:43
DinaBelovaeglynn, thanks! I know you're having busy days :)16:43
*** claudiub has joined #openstack-ceilometer16:53
*** safchain has quit IRC16:54
*** sbfox has joined #openstack-ceilometer17:02
*** _cjones_ has quit IRC17:03
*** _cjones_ has joined #openstack-ceilometer17:03
*** _cjones_ has quit IRC17:08
*** X019 has joined #openstack-ceilometer17:16
*** ViswaV has joined #openstack-ceilometer17:17
*** rwsu has quit IRC17:17
*** ViswaV_ has joined #openstack-ceilometer17:18
*** ViswaV has quit IRC17:18
*** harlowja_away is now known as harlowja17:19
*** _cjones_ has joined #openstack-ceilometer17:22
*** X019 has quit IRC17:27
*** sbfox has quit IRC17:29
*** rcb_lunch is now known as rbowen17:33
*** promulo has joined #openstack-ceilometer17:34
*** rwsu has joined #openstack-ceilometer17:36
*** sbfox has joined #openstack-ceilometer17:41
*** claudiub has quit IRC17:56
*** nadya_ has quit IRC18:10
*** nadya_ has joined #openstack-ceilometer18:15
*** jmatthews has joined #openstack-ceilometer18:16
*** sbfox has quit IRC18:25
*** sbfox has joined #openstack-ceilometer18:34
*** claudiub has joined #openstack-ceilometer18:36
*** nealph has joined #openstack-ceilometer18:36
*** nealph has quit IRC18:42
*** _cjones_ has quit IRC19:08
*** fnaval has quit IRC19:14
*** fnaval has joined #openstack-ceilometer19:15
*** sbfox has quit IRC19:32
*** nadya_ has quit IRC19:38
*** _cjones_ has joined #openstack-ceilometer19:39
*** _cjones_ has quit IRC19:40
*** _cjones_ has joined #openstack-ceilometer19:41
*** sbfox has joined #openstack-ceilometer19:41
*** eglynn_ has joined #openstack-ceilometer20:00
openstackgerritPhil Neal proposed a change to openstack/ceilometer: MNB-3431 Update collector dispatch to read whitelist of notification types  https://review.openstack.org/12356720:01
openstackgerritPhil Neal proposed a change to openstack/ceilometer: Update collector dispatch to read whitelist of notification types  https://review.openstack.org/12356720:02
*** promulo has quit IRC20:03
*** promulo has joined #openstack-ceilometer20:03
*** promulo has quit IRC20:08
*** promulo has joined #openstack-ceilometer20:09
*** sbfox has quit IRC20:09
*** promulo has quit IRC20:12
*** promulo has joined #openstack-ceilometer20:13
*** sbfox has joined #openstack-ceilometer20:15
*** promulo has quit IRC20:16
*** promulo has joined #openstack-ceilometer20:17
*** promulo has quit IRC20:21
*** promulo has joined #openstack-ceilometer20:22
openstackgerritgordon chung proposed a change to openstack/ceilometer: update references to auth_token middleware  https://review.openstack.org/12357520:28
*** akrzos has quit IRC20:31
*** promulo has quit IRC20:36
*** promulo has joined #openstack-ceilometer20:37
*** jmatthews has quit IRC20:37
*** promulo has quit IRC21:10
*** promulo has joined #openstack-ceilometer21:11
*** promulo has quit IRC21:14
*** gordc has quit IRC21:20
*** X019 has joined #openstack-ceilometer21:27
*** changbl_ has quit IRC21:31
*** akrzos has joined #openstack-ceilometer21:32
*** thomasem has quit IRC21:33
*** thomasem has joined #openstack-ceilometer21:34
*** thomasem has quit IRC21:34
*** akrzos has quit IRC21:37
*** akrzos has joined #openstack-ceilometer21:38
*** _cjones_ has quit IRC21:43
*** _cjones_ has joined #openstack-ceilometer21:44
*** rbowen is now known as rcb_afk21:46
*** _cjones_ has quit IRC21:48
*** _cjones_ has joined #openstack-ceilometer21:48
*** eglynn_ has quit IRC21:50
*** jasondotstar has quit IRC21:57
*** harlowja is now known as harlowja_away22:01
*** sbfox has quit IRC22:02
*** harlowja_away is now known as harlowja22:03
*** sbfox has joined #openstack-ceilometer22:08
*** sbfox1 has joined #openstack-ceilometer22:09
*** sbfox has quit IRC22:09
*** julim has quit IRC22:11
*** akrzos has quit IRC22:14
*** asalkeld has joined #openstack-ceilometer22:20
*** openstackgerrit has quit IRC22:31
*** openstackgerrit has joined #openstack-ceilometer22:32
*** akrzos has joined #openstack-ceilometer22:37
*** akrzos has quit IRC22:45
*** sbfox1 has quit IRC22:46
*** sbfox has joined #openstack-ceilometer22:46
*** akrzos has joined #openstack-ceilometer22:46
*** asalkeld has quit IRC22:50
*** rbak has quit IRC23:02
*** sdake has quit IRC23:07
*** sbfox has quit IRC23:14
*** sdake has joined #openstack-ceilometer23:20
*** dhellmann has quit IRC23:21
*** dhellmann has joined #openstack-ceilometer23:21
*** ViswaV_ has quit IRC23:21
*** fnaval has quit IRC23:35
*** X019 has quit IRC23:41
*** ryanpetrello has quit IRC23:52
*** X019 has joined #openstack-ceilometer23:52
*** fnaval has joined #openstack-ceilometer23:57
*** ryanpetrello has joined #openstack-ceilometer23:57
*** jaypipes has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!