Saturday, 2014-06-07

asselinclarkb, jesusaurus without corkscrew the command doesn't work... http://paste.openstack.org/show/83200/00:00
clarkbasselin: ok so I think that is a bug. it should work00:01
*** prad_ has quit IRC00:01
asselinbug in HP's firewall ?00:01
clarkbasselin: yeah00:01
clarkbyou are supposed to be able to make that connection00:01
clarkbI guess it may depend on where you are connecting from00:01
clarkbmaybe desk is different than that box00:01
asselinclarkb, do you have contact names of people who were supposed to allow that to work?00:02
clarkbasselin: I can dig through email00:02
asselinclarkb, thanks, please e-mail me: ramy.asselin@hp.com00:02
clarkbasselin: cody-somerville is the person thatsent me mail00:03
clarkbcody-somerville: ^00:03
asselinclarkb, ok I will ask him. thanks!00:03
clarkbnp00:03
clarkbfungi: mordred O_o trusty image is being converted to qcow2 now00:04
flashgordonfungi: https://review.openstack.org/9855900:04
*** praneshp has quit IRC00:04
flashgordonfungi: adding it to the list00:05
*** adrian_otto has quit IRC00:05
fungiflashgordon: k00:05
*** virmitio has quit IRC00:06
*** aconrad_ has quit IRC00:06
fungiflashgordon: i see it killing a couple more nova changes in the gate right now00:06
clarkbwow that worked00:07
flashgordonfungi: going AFK for a bit, but if no one has approved that in a few hours I will self approve00:07
clarkbso ya latest patchset on that change can build trusty devstack images00:07
fungiflashgordon: okay, if you do i'll try to whip up a promote list of the stuff in the etherpad which is ready to shift forward00:07
*** mwagner_lap has joined #openstack-infra00:07
fungiand then do that00:07
flashgordonfungi: cool, want it to sit in the check queue first being I didn't test it ;)00:08
fungiflashgordon: yep, totally00:08
fungiit should get checked fairly quickly. we have surplus nodes now00:08
flashgordonand if mtreinish or sdague come back from beer maybe we can get the skip for tempest in -- or find a better solution00:08
*** dripton has quit IRC00:09
* flashgordon wonders off 00:09
clarkbflashgordon: drinking beer yourself seems like a good solution >_>00:11
*** hogepodge has quit IRC00:12
*** homeless has joined #openstack-infra00:12
*** kashyap has quit IRC00:12
*** gokrokve has quit IRC00:12
* devananda wanders off as well, happy to know that Ironic is -not- running db migration tests full of race conditions right now00:13
*** kashyap has joined #openstack-infra00:14
*** timrc is now known as timrc-afk00:14
openstackgerritK Jonathan Harker proposed a change to openstack-infra/config: Add ready scripts to nodepool scripts  https://review.openstack.org/9856100:24
*** aconrad_ has joined #openstack-infra00:28
*** Longgeek has joined #openstack-infra00:29
*** atiwari has quit IRC00:29
*** Longgeek has quit IRC00:33
openstackgerritA change was merged to openstack-infra/config: Stop giving -f and -e lines a pass in requirements  https://review.openstack.org/9160400:36
cody-somervilleasselin: clarkb: access to review.openstack.org 29418 from within HP intranet broke when review.openstack.org migrated to a new host. I've filed necessary paperwork to have firewall rules updated and the change has been approved. It should be implemented by the end of the month.00:41
cody-somervilles/new host/new IP/00:41
harlowjaoh man, my jobs keeping on getting so close to merging, but then get redone :-/ gets all my hopes up00:41
clarkbcody-somerville: ah, jesusaurus indicated it was working again00:42
*** aconrad_ has quit IRC00:44
jesusaurusi thought i saw chatter to that effect00:45
jesusaurusi mustve been confused00:45
cody-somervilleI did send an e-mail that the fix was approved and should be implemented soon.00:45
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for ceilometer test_notification_service bug 1327344  https://review.openstack.org/9853500:45
uvirtbotLaunchpad bug 1327344 in ceilometer "notification test failure in gate" [Medium,Triaged] https://launchpad.net/bugs/132734400:45
jesusauruscody-somerville: ah, thats what i was thinking of. i guess i misread it as 'its fixed'00:46
clarkbfwiw I am pretty sure we can't do floating ips in rax which is why the ip changed00:48
clarkbits at least not dashboardable. Maybe I can nova client it00:48
clarkbhrm I suppose we could use a lbaas instance00:48
harlowjadevananda shouldn't oslo code just be taking advantage of https://review.openstack.org/#/c/69519/ (the feature added here) to avoid races00:53
openstackgerritNikhil Manchanda proposed a change to openstack-infra/config: Added new experimental job for trove functional tests  https://review.openstack.org/9851700:54
harlowjacreate own db per test, profit00:55
clarkbharlowja: yes00:55
clarkbits already implemented in nodepool's tests.00:55
harlowjai forget why i abandoned https://review.openstack.org/#/c/72572/ in taskflow to remove big-db-lock (maybe it wasn't ready a little while ago), need to restore that00:56
harlowjaanyway, seems like said feature can just be used00:56
*** gyee has quit IRC00:57
harlowjaoslo.db is at least using it https://github.com/openstack/oslo.db/commit/b5e48155633300:58
*** marcoemorais has quit IRC00:59
*** reed has quit IRC01:00
clarkbhuh devananda indicated it was still locking01:03
clarkbor needed to because tests conflicted01:03
clarkboh I wonder if that is because the tests are using the db fixture instaed of the db test class01:04
clarkbthe db test class should be removed and the fixture should do the right thing01:04
clarkbotherwise it is just confusing01:04
*** homeless has quit IRC01:07
clarkbI think the supporting code is mostly there it just needs to be refactored so that it is easy to grok01:07
clarkbthe migration tests don't use the fixture01:07
clarkband a db test case uses the regular db fixture which we probably don't want to use01:08
*** homeless has joined #openstack-infra01:08
*** homeless_ has joined #openstack-infra01:11
*** mmaglana has joined #openstack-infra01:11
*** mriedem has joined #openstack-infra01:13
*** homeless has quit IRC01:13
harlowjaclarkb correct, there is some lack of usage somewhere here :-P01:13
*** homeless_ has quit IRC01:13
harlowjaor maybe clarkb  ironic is using an older oslo.db or somethign?01:14
*** homeless has joined #openstack-infra01:14
clarkbharlowja: just reading the code devananda linked the fixture isn't used01:15
harlowjak, so maybe oslo.db uses the right way, and olso incubator doesn't01:15
*** markmcclain1 has quit IRC01:15
*** zzelle has quit IRC01:15
clarkbya, though I think oslo.db should be refactored to only support the new style of test01:16
clarkbthe old style is the default01:16
*** starmer_ has quit IRC01:17
*** adrian_otto has joined #openstack-infra01:19
devanandaharlowja: is oslo.db more ready for use than the db migration code in oslo-incubator?01:21
harlowjadevananda good question :)01:21
*** trinaths has joined #openstack-infra01:22
*** pcrews has quit IRC01:22
harlowjaclarkb https://review.openstack.org/#/c/97902/ keeps on getting nearly passing, then restarting itself in zuul, even though it seems to be #2/#1 in the queue, i thought that items near the top of the queue wouldn't be affected by other failures, i guess earlier reviews can still kick it out?01:23
clarkbharlowja: if they fail together they are all thrown out01:24
harlowjadevananda i did see https://etherpad.openstack.org/p/oslo.db-release-blockers mentioned at the oslo irc meeting today01:24
*** gokrokve has joined #openstack-infra01:25
harlowja* http://eavesdrop.openstack.org/meetings/oslo/2014/oslo.2014-06-06-16.00.html01:25
*** gokrokve has quit IRC01:25
*** trinaths has quit IRC01:25
*** gokrokve has joined #openstack-infra01:26
clarkbI guess I dno't grok the question its still in the gate01:26
harlowjaclarkb i guess its more of a question of what other one keeps on causing it to be thrown out, not so easy to tell01:26
harlowja*or maybe i don't know about that history of 'what caused what to be thrown out'01:26
clarkbbut its not thrown out01:27
clarkbits still there01:27
harlowjanot yet ;)01:27
clarkbthe way it works is you create a list of changes. the head is tested on master, change 2 is tested with master + head, change 3 is tested with master + head + 201:28
clarkband so on01:28
clarkbnow if change 1 (head) passes all tests, change 2 fails, and change 3 passes. We merge change 1 now it is master01:29
clarkbyou kick out change 2 and report it. Now you have to retest change 3 because maybe it passed due to some crazy backward incompatbile change in change 201:29
clarkbso you rebase change 3 on the new master (change1) and test it again01:29
clarkbso anytime a change at the head of the queue fails we look at the changes behind it. if the changes behind fail too we report them otherwise we restart01:30
harlowjaright, is that information about these restarts/test-it-again and such retained (so maybe it could be displayed)01:31
clarkbit is logged.01:32
clarkbI am not sure how helpful it is to display it01:32
clarkbwe would be serving gigabytes of data to you01:32
harlowjacan u make it kilobytes ;)01:32
harlowjahaha01:32
clarkbis there something you would like to do with that info?01:33
harlowjait'd be an interesting more 'realtime' zuul display kind of thing01:33
flashgordonfungi: looks like https://review.openstack.org/#/c/98559/ worked01:33
flashgordonexcept it hit bug 132744501:33
clarkbharlowja: so you can see it realtime if you watch01:33
uvirtbotLaunchpad bug 1327445 in tempest "tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern is failing on icehouse in devstack" [Undecided,New] https://launchpad.net/bugs/132744501:33
harlowjaclarkb something like that, ya01:33
clarkbonce things are restarted the previous thing is no longer valid in that tree01:34
clarkbso I am not sure it makes sense to try and display that info01:34
clarkbit might be valuable to track the number of resets though01:34
harlowjaor the state transitions occurring (for example, running->doing stuff->reset due to xyz, ....)01:35
clarkbbut the due to isn't valuable01:35
*** trinaths has joined #openstack-infra01:36
clarkbbecause that proposed tree can never happyn01:36
clarkb*happen01:36
harlowjak, so maybe just the reset history (and the 'xyz' cause)01:36
clarkbI think I am having a hard time grokking the desire here01:36
clarkbif you watch the status you can see it happen01:37
*** gokrokve has quit IRC01:37
harlowjaya, but not so easy to see the cause part :)01:37
clarkbyes it is01:37
harlowjaah, k01:37
*** adrian_otto has quit IRC01:37
*** arnaud has quit IRC01:37
clarkbwhen a change turns red everything behind it is rescheduled01:37
clarkbso 96536 caused a reset01:38
clarkbits unittests failed01:38
*** dims_ has quit IRC01:39
clarkbthe only time it might be slightly confusing is if change 1's last test fails. But you can infer that happened if all of the tests in change 2 and behind are restarted01:39
clarkbotherwise all of the state is presented on the status page01:39
clarkbharlowja: so it is possible that the subway graph could be made mroe clear01:40
harlowjak, ya, maybe that would do it01:40
clarkbmaybe make it more directed with a legend or something01:41
flashgordonclarkb: have a patch to fix the nova unit test issue https://review.openstack.org/#/c/98559/01:42
harlowjaclarkb possibly, maybe its just me though (quite possible)01:42
clarkbharlowja: I know people have mentioned the subway graph isn't often the clearest thing01:42
*** wenlock has quit IRC01:43
clarkbharlowja: http://docs.openstack.org/infra/publications/zuul/#(18) also that slide exists (click through the animation)01:49
harlowjaniceee01:50
clarkbharlowja: I think that is how jeblair would like to preset the status but js is hard01:50
harlowja:)01:50
harlowjavery neat01:51
clarkbI have hacked on the animation and feel like http://knowyourmeme.com/memes/i-have-no-idea-what-im-doing01:51
harlowja;)01:51
harlowjabetter than i can do, haha01:52
clarkbjeblair wrote most of it. I hacked in the piece where the keystone change moves and the last nova change is reattached to the second nova change01:52
clarkbsuch hacks01:52
harlowjathat part seemed to work, u js master now01:53
clarkbhttp://i.imgur.com/WGH6qw7.gif that is what the gate has been doing01:54
clarkboh reset in progress01:54
clarkbthe taskflow change failed, now everything behind it will be restarted01:55
harlowjaarg, grenade01:55
harlowjaya, Failed to establish authenticated ssh connection to cirros@172.24.4.201:56
harlowjai've seen this one more and more01:56
harlowjafrom tempest ssh (?)01:56
harlowjaTestSnapshotPattern.test_snapshot_pattern (not taskflow releated)01:57
clarkbyeah its testing connectivity to slaves01:57
*** rwsu has quit IRC02:01
*** nati_ueno has quit IRC02:06
fungiharlowja: that's what https://review.openstack.org/98559 is supposed to cure i thi02:07
fungink02:07
harlowjaah, cool02:08
fungino, wait, wrong link02:08
harlowjai was doing my voodoo dance, i guess i should stop :-/02:08
fungihttps://review.openstack.org/9855802:08
harlowjaya, that looks like it :)02:08
fungiyah02:09
*** Longgeek has joined #openstack-infra02:09
fungiso much broken to fix02:09
harlowjamore voodoo dancing needed i think02:09
fungiand it's the weekend02:09
harlowjaisn't that when most voodoo dances are?02:09
harlowjamaybe most of them are on weekdays, not sure02:09
jesusaurusshould we be sacrificing a floppy drive over some ceremonial LEDs?02:10
harlowja+202:10
harlowjahttp://www.youtube.com/watch?v=4sIXDKMh_gk (not realtime stream of me)02:10
clarkbjesusaurus: zip drives too02:11
fungihttp://youtu.be/nOMX3deeW6Q02:11
harlowjazip drives, oh god, the memories02:11
fungi(one of my favorite demos by the way... the sounds bring back such nostalgia)02:12
jesusaurusclarkb: that's pretty serious, zip drives were always pretty rare02:12
harlowja*rarely worked to02:12
harlowjaclick click click horrors02:13
fungiharlowja: at least they weren't jazz drives02:13
clarkbfungi: pretty sure that guy did and AMA on reddit once02:13
clarkbfungi: described the process of hunting for hardware with musical sues02:13
fungijaz drive, sorrt02:13
harlowjaeck, wasn't jaz by iomega also?02:14
fungiyup02:14
jesusaurusfungi: yeah, that one has great sound, but i like the daft punk one more :)02:14
clarkbalso manson cover is best cover02:14
fungicoil's cover02:14
fungi(that was one seriously rare single)02:16
fungibest dirge ever02:18
clarkbhttps://www.youtube.com/watch?v=AMYtAEuaSHc02:19
clarkbthat one is pretty good02:19
harlowjaha02:20
jesusaurusoh ha, he did some final fantasy too. awesome02:20
funginice!02:22
*** mriedem has quit IRC02:27
*** ArxCruz has joined #openstack-infra02:28
*** ArxCruz has quit IRC02:28
gothicmindfoodthis is my favorite IRC discussion to see ever on a late Friday02:28
*** masayukig has quit IRC02:34
*** nati_ueno has joined #openstack-infra02:37
*** masayukig has joined #openstack-infra02:39
*** sarob has joined #openstack-infra02:40
*** Longgeek has quit IRC02:40
*** sarob_ has joined #openstack-infra02:41
*** sarob__ has joined #openstack-infra02:43
*** sarob has quit IRC02:44
*** sarob_ has quit IRC02:45
*** sarob__ has quit IRC02:47
*** nati_ueno has quit IRC02:52
*** miqui has quit IRC02:57
*** penguinRaider has quit IRC02:58
*** pcrews has joined #openstack-infra02:58
harlowjaclarkb a brilliant idea, that javascript u showed me, what if that was the zuul website (but in real-time, not a slide but the real thing)03:01
*** gokrokve has joined #openstack-infra03:01
harlowja*aka not a simulator03:01
clarkbharlowja: ya  Ithink jeblair wants to do that03:01
clarkbor did at one point03:01
harlowjathat'd be neat03:02
*** [1]trinaths has joined #openstack-infra03:02
*** trinaths has quit IRC03:02
*** [1]trinaths is now known as trinaths03:02
harlowjai guess d3 can do something like this03:06
fungithough it might be hard to actually embed sufficient detail... i think the current status page is already about as information-dense as we can reasonably get it03:07
harlowjafungi possibly, or that means u just have to restrict the 'view' of information03:07
flashgordonfungi: with 49 hits on message:"PolicyNotAuthorized\: Policy doesn\'t allow example\:get_http to be performed"03:08
flashgordonfungi: I am gonna approve the revert, except it will need some babysitting due to all the other gate failures03:08
flashgordonand a15 hits in gate03:08
flashgordonfungi: would you be able to push that patch to the top?03:09
*** adrian_otto has joined #openstack-infra03:09
fungiflashgordon: well, if it's safe enough, it can just be enqueued bypassing the clean check requirement, and then yeah i can promote it along with the other candidates from the etherpad03:09
*** mattymo has quit IRC03:10
flashgordonpromote https://review.openstack.org/98406  as well you mean?03:11
*** Longgeek has joined #openstack-infra03:11
fungithat'll give that other nova revert and the two pending changes for neutron 2014.1.1 another shot at the top, along with the couple of diagnostic improvement patches03:11
*** mattymo has joined #openstack-infra03:12
*** mattymo has quit IRC03:12
*** Longgeek has quit IRC03:13
flashgordonfungi: ok I just self approved with a hopefully a good explanation  https://review.openstack.org/#/c/98559/03:13
fungicool. gimme a sec and i'll ready the promote batch03:14
flashgordonthanks, I have a hunch you will need to keep promoting them a few times03:14
*** mattymo has joined #openstack-infra03:14
*** mattymo has quit IRC03:14
flashgordonbeing how bad the ssh bugs are03:14
flashgordonI'll be back later, dinner time03:14
flashgordonfungi: thanks!03:14
*** Longgeek has joined #openstack-infra03:15
*** sarob has joined #openstack-infra03:15
*** mattymo has joined #openstack-infra03:16
*** mattymo has quit IRC03:16
*** mattymo has joined #openstack-infra03:18
*** mattymo has quit IRC03:18
*** sarob has quit IRC03:19
*** gokrokve has quit IRC03:20
*** mattymo has joined #openstack-infra03:20
*** mattymo has quit IRC03:20
clarkbharlowja: fungi: as far as density goes we can probably do more of the ballooning03:20
clarkbhave a graph like the subway but more similar to the slides and clicking will blow up the info03:21
harlowjaya03:21
harlowjahttp://bl.ocks.org/d3noob/5141528 (or something better)03:22
harlowjawhere the edges get moved around on resets and such03:22
*** mattymo has joined #openstack-infra03:22
*** mattymo has quit IRC03:22
fungilooking at promoting these 5 (in order)... 98559,1 96919,1 96920,1 97757,1 98406,103:24
*** mattymo has joined #openstack-infra03:24
*** mattymo has quit IRC03:24
fungi(the 5 approved and enqueued on the etherpad)03:24
harlowja98558 ??03:25
fungiharlowja: that one's still a conversation starter. no tempest cores have weighed in yet03:26
*** mattymo has joined #openstack-infra03:26
*** mattymo has quit IRC03:26
harlowjak03:26
fungiand looks like we had a gate reset in the past few minutes, so going ahead (since it won't lose us too much time already on the existing changes)03:27
fungithis will also hopefully take care of those couple failing nova changes in the gate03:28
*** mattymo has joined #openstack-infra03:28
*** mattymo has quit IRC03:28
*** mattymo has joined #openstack-infra03:30
*** mattymo has quit IRC03:30
*** mattymo has joined #openstack-infra03:32
*** mattymo has quit IRC03:32
*** mattymo has joined #openstack-infra03:34
*** mattymo has quit IRC03:34
*** mattymo has joined #openstack-infra03:36
*** mattymo has quit IRC03:36
*** briancurtin has joined #openstack-infra03:37
*** mattymo has joined #openstack-infra03:38
*** mattymo has quit IRC03:38
*** mattymo has joined #openstack-infra03:40
*** mattymo has quit IRC03:40
*** mattymo has joined #openstack-infra03:43
*** mattymo has quit IRC03:43
*** mattymo has joined #openstack-infra03:45
*** mattymo has quit IRC03:45
*** sarob has joined #openstack-infra03:46
*** mattymo has joined #openstack-infra03:47
*** mattymo has quit IRC03:47
*** sarob_ has joined #openstack-infra03:48
*** mattymo has joined #openstack-infra03:49
*** mattymo has quit IRC03:49
*** sarob has quit IRC03:51
*** mattymo has joined #openstack-infra03:51
*** mattymo has quit IRC03:51
*** mattymo has joined #openstack-infra03:53
*** mattymo has quit IRC03:53
*** pcrews has quit IRC03:53
*** sarob_ has quit IRC03:53
*** mattymo has joined #openstack-infra03:55
*** mattymo has quit IRC03:55
*** mattymo has joined #openstack-infra03:57
*** mattymo has quit IRC03:57
*** mattymo has joined #openstack-infra03:59
*** mattymo has quit IRC03:59
*** mattymo has joined #openstack-infra04:01
*** mattymo has quit IRC04:01
*** mattymo has joined #openstack-infra04:03
*** mattymo has quit IRC04:03
*** nati_ueno has joined #openstack-infra04:05
*** mattymo has joined #openstack-infra04:05
*** mattymo has quit IRC04:05
*** mmaglana has quit IRC04:06
*** mattymo has joined #openstack-infra04:07
*** mattymo has quit IRC04:07
*** Longgeek has quit IRC04:07
*** Longgeek has joined #openstack-infra04:08
*** mattymo has joined #openstack-infra04:09
*** mattymo has quit IRC04:09
*** mattymo has joined #openstack-infra04:11
*** mattymo has quit IRC04:11
*** nati_ueno has quit IRC04:12
*** mattymo has joined #openstack-infra04:13
*** mattymo has quit IRC04:13
*** adrian_otto has quit IRC04:15
*** sarob has joined #openstack-infra04:15
*** mattymo has joined #openstack-infra04:15
*** mattymo has quit IRC04:15
*** mattymo has joined #openstack-infra04:17
*** mattymo has quit IRC04:17
*** homeless has quit IRC04:18
*** mattymo has joined #openstack-infra04:19
*** mattymo has quit IRC04:19
*** homeless has joined #openstack-infra04:19
*** sarob has quit IRC04:19
*** mattymo has joined #openstack-infra04:21
*** mattymo has quit IRC04:21
*** mattymo has joined #openstack-infra04:23
*** mattymo has quit IRC04:23
*** mattymo has joined #openstack-infra04:25
*** mattymo has quit IRC04:25
*** HenryG has quit IRC04:25
*** mattymo has joined #openstack-infra04:27
*** mattymo has quit IRC04:27
*** mattymo has joined #openstack-infra04:29
*** mattymo has quit IRC04:29
*** penguinRaider has joined #openstack-infra04:29
*** Longgeek has quit IRC04:30
*** mattymo has joined #openstack-infra04:31
*** mattymo has quit IRC04:31
*** mattymo has joined #openstack-infra04:33
*** mattymo has quit IRC04:33
*** mattymo has joined #openstack-infra04:35
*** mattymo has quit IRC04:35
*** mattymo has joined #openstack-infra04:37
*** mattymo has quit IRC04:37
*** nati_ueno has joined #openstack-infra04:39
*** mattymo has joined #openstack-infra04:39
*** mattymo has quit IRC04:39
*** arnaud has joined #openstack-infra04:41
*** mattymo has joined #openstack-infra04:41
*** mattymo has quit IRC04:41
*** pcrews has joined #openstack-infra04:42
*** mattymo has joined #openstack-infra04:43
*** mattymo has quit IRC04:43
*** mattymo has joined #openstack-infra04:46
*** mattymo has quit IRC04:46
*** Longgeek has joined #openstack-infra04:46
*** mattymo has joined #openstack-infra04:47
*** mattymo has quit IRC04:47
*** nati_ueno has quit IRC04:49
*** mattymo has joined #openstack-infra04:50
*** mattymo has quit IRC04:50
*** homeless has quit IRC04:51
*** trinaths has quit IRC04:51
*** mattymo has joined #openstack-infra04:52
*** mattymo has quit IRC04:52
*** pcrews has quit IRC04:53
*** mattymo has joined #openstack-infra04:54
*** mattymo has quit IRC04:54
*** mattymo has joined #openstack-infra04:56
*** mattymo has quit IRC04:56
*** mattymo has joined #openstack-infra04:58
*** mattymo has quit IRC04:58
*** mattymo has joined #openstack-infra05:00
*** viktors has quit IRC05:14
*** viktors has joined #openstack-infra05:15
*** sarob has joined #openstack-infra05:15
*** sarob has quit IRC05:20
*** praneshp has joined #openstack-infra05:40
*** marun has quit IRC05:41
*** nati_ueno has joined #openstack-infra05:42
*** sarob has joined #openstack-infra05:44
*** sarob has quit IRC05:49
*** arnaud has quit IRC05:58
*** superdan is now known as dansmith06:00
*** ildikov has quit IRC06:08
*** _nadya_ has joined #openstack-infra06:09
*** harlowja is now known as harlowja_away06:12
*** sarob has joined #openstack-infra06:15
*** harlowja_at_home has joined #openstack-infra06:15
*** sarob has quit IRC06:19
*** _nadya_ has quit IRC06:25
*** harlowja_at_home has quit IRC06:31
*** e0ne has joined #openstack-infra06:46
*** e0ne has quit IRC06:56
*** _nadya_ has joined #openstack-infra07:13
*** andreykurilin_ has joined #openstack-infra07:13
*** nati_ueno has quit IRC07:14
*** sarob has joined #openstack-infra07:15
*** sarob has quit IRC07:19
*** jamespage_ has joined #openstack-infra07:23
*** e0ne has joined #openstack-infra07:27
*** jamespage_ has quit IRC07:28
*** Ryan_Lane has joined #openstack-infra07:29
*** Hunner has quit IRC07:31
*** e0ne has quit IRC07:33
*** basha has joined #openstack-infra07:37
*** Ryan_Lane has quit IRC07:42
*** basha has quit IRC07:43
*** rcarrillocruz has joined #openstack-infra07:51
*** rcarrill` has quit IRC07:53
*** praneshp has quit IRC08:01
*** Daviey has quit IRC08:06
*** nijaba has quit IRC08:06
*** nijaba has joined #openstack-infra08:06
*** Daviey has joined #openstack-infra08:08
*** ihrachyshka has joined #openstack-infra08:08
*** nijaba has quit IRC08:14
*** _nadya_ has quit IRC08:15
*** ihrachyshka has quit IRC08:15
*** sarob has joined #openstack-infra08:15
*** _nadya_ has joined #openstack-infra08:16
openstackgerritChristian Berendt proposed a change to openstack/requirements: Add tox as global requirement  https://review.openstack.org/9857508:17
*** sarob has quit IRC08:19
*** masayukig has quit IRC08:23
openstackgerritChristian Berendt proposed a change to openstack/requirements: Add tox as global requirement  https://review.openstack.org/9857508:23
*** masayukig has joined #openstack-infra08:28
*** nijaba has joined #openstack-infra08:32
*** nijaba has joined #openstack-infra08:32
*** denis_makogon has joined #openstack-infra08:37
*** rcarrillocruz has quit IRC08:58
*** zz_gondoi has quit IRC08:58
*** vishy has quit IRC08:58
*** wendar has quit IRC08:58
*** rainya has quit IRC08:58
*** stevebaker has quit IRC08:58
*** Mithrandir has quit IRC08:58
*** oomichi has quit IRC08:58
*** michchap has quit IRC08:58
*** harlowja_away has quit IRC08:58
*** alaski has quit IRC08:58
*** jbryce has quit IRC08:58
*** dhellmann has quit IRC08:58
*** saper has quit IRC08:58
*** dolphm has quit IRC08:58
*** blamar has quit IRC08:58
*** mgagne has quit IRC08:58
*** Adri2000 has quit IRC08:58
*** mordred_phone has quit IRC08:58
*** bodepd has quit IRC08:58
*** zigo has quit IRC08:58
*** jgriffith has quit IRC08:58
*** morgabra has quit IRC08:58
*** notmyname has quit IRC08:58
*** redrobot has quit IRC08:58
*** hdd has quit IRC08:58
*** cp16net has quit IRC08:58
*** rustlebee has quit IRC08:58
*** zhiyan_ has quit IRC08:58
*** briancurtin has quit IRC08:58
*** chmouel has quit IRC08:58
*** mrda-longweekend has quit IRC08:58
*** antonym has quit IRC08:58
*** thingee has quit IRC08:58
*** clarkb has quit IRC08:58
*** ttx has quit IRC08:58
*** uvirtbot has quit IRC08:58
*** dragondm has quit IRC08:58
*** denis_makogon has quit IRC08:58
*** julim has quit IRC08:58
*** AaronGr has quit IRC08:58
*** torgomatic has quit IRC08:58
*** jpeeler has quit IRC08:58
*** Shrews has quit IRC08:58
*** arunkant has quit IRC08:58
*** yamahata has quit IRC08:58
*** cyli has quit IRC08:58
*** mdenny has quit IRC08:58
*** isviridov|away has quit IRC08:58
*** kashyap has quit IRC08:58
*** mwagner_lap has quit IRC08:58
*** chuckC has quit IRC08:58
*** dtroyer has quit IRC08:58
*** olaph has quit IRC08:58
*** mkerrin has quit IRC08:58
*** SpamapS has quit IRC08:58
*** spiffxp has quit IRC08:58
*** devananda has quit IRC08:58
*** achuprin has quit IRC08:58
*** mancdaz has quit IRC08:58
*** johnthetubaguy has quit IRC08:58
*** ilyashakhat has quit IRC08:58
*** bauzas has quit IRC08:58
*** rossella_s has quit IRC08:58
*** DinaBelova has quit IRC08:58
*** JayF has quit IRC08:58
*** gfa has quit IRC08:58
*** mattoliverau has quit IRC08:58
*** mrodden has quit IRC08:58
*** ctracey has quit IRC08:58
*** asselin has quit IRC08:58
*** sabari has quit IRC08:58
*** rickerc has quit IRC08:58
*** sulochan has quit IRC08:58
*** dougwig has quit IRC08:58
*** serverascode has quit IRC08:58
*** jamielennox|away has quit IRC08:58
*** skraynev has quit IRC08:58
*** ChanServ has quit IRC08:58
*** UtahDave has quit IRC08:58
*** GheRivero has quit IRC08:58
*** yjiang5 has quit IRC08:58
*** dkehn has quit IRC08:58
*** Kiall has quit IRC08:58
*** NobodyCam has quit IRC08:58
*** locke105 has quit IRC08:58
*** jesusaurus has quit IRC08:58
*** jeblair has quit IRC08:58
*** dansmith has quit IRC08:58
*** ekarlso has quit IRC08:58
*** timfreund has quit IRC08:58
*** dangers_away has quit IRC08:58
*** NithyaG_afk has quit IRC08:58
*** flaper87|afk has quit IRC08:58
*** soren has quit IRC08:58
*** lifeless has quit IRC08:58
*** pbelanyi has quit IRC08:58
*** vladan has quit IRC08:58
*** mtreinish has quit IRC08:58
*** fabo has quit IRC08:58
*** shardy has quit IRC08:58
*** pleia2 has quit IRC08:58
*** therve has quit IRC08:58
*** hughsaunders has quit IRC08:58
*** Alex_Gaynor has quit IRC08:58
*** Ng has quit IRC08:58
*** psedlak has quit IRC08:58
*** SergeyLukjanov has quit IRC08:58
*** NikitaKonovalov has quit IRC08:58
*** gaelL has quit IRC08:58
*** ptoohill has quit IRC08:58
*** sbadia has quit IRC08:58
*** clayg has quit IRC08:58
*** jerryz has quit IRC08:58
*** bookwar has quit IRC08:58
*** boris-42 has quit IRC08:58
*** morganfainberg has quit IRC08:58
*** portante has quit IRC08:58
*** gema has quit IRC08:58
*** flashgordon has quit IRC08:58
*** maxbit has quit IRC08:58
*** salv-orlando has quit IRC08:58
*** dosaboy_ has quit IRC08:58
*** zul has quit IRC08:58
*** asadough1 has quit IRC08:58
*** fbo_away has quit IRC08:58
*** dkliban_afk has quit IRC08:58
*** tteggel has quit IRC08:58
*** katyafervent has quit IRC08:58
*** enikanorov has quit IRC08:58
*** beekneemech has quit IRC08:58
*** belliott has quit IRC08:58
*** jd__ has quit IRC08:58
*** Guest15213 has quit IRC08:58
*** sdague has quit IRC08:58
*** mugsie has quit IRC08:58
*** mnaser has quit IRC08:58
*** msuriar has quit IRC08:58
*** nijaba has quit IRC08:58
*** andreykurilin_ has quit IRC08:58
*** Longgeek has quit IRC08:58
*** penguinRaider has quit IRC08:58
*** plars has quit IRC08:58
*** fifieldt_ has quit IRC08:58
*** cyeoh has quit IRC08:58
*** mkoderer has quit IRC08:58
*** simonmcc has quit IRC08:58
*** cody-somerville has quit IRC08:58
*** jeremyb has quit IRC08:58
*** pfalleno1 has quit IRC08:58
*** bogdando has quit IRC08:58
*** BadCub has quit IRC08:58
*** enikanorov_ has quit IRC08:58
*** esmute has quit IRC08:58
*** dguerri has quit IRC08:58
*** kmartin has quit IRC08:58
*** greghaynes has quit IRC08:58
*** gnuoy has quit IRC08:58
*** phschwartz has quit IRC08:58
*** timrc-afk has quit IRC08:58
*** ogelbukh has quit IRC08:58
*** ryanpetrello has quit IRC08:58
*** viktors has quit IRC08:58
*** vipul has quit IRC08:58
*** gargola has quit IRC08:58
*** mikal has quit IRC08:58
*** bknudson has quit IRC08:58
*** derekh_afk has quit IRC08:58
*** ianw has quit IRC08:58
*** tcammann has quit IRC08:58
*** jraim has quit IRC08:58
*** jcooley has quit IRC08:58
*** YorikSar has quit IRC08:58
*** jamespd has quit IRC08:58
*** StevenK has quit IRC08:58
*** ityaptin has quit IRC08:58
*** ruhe has quit IRC08:58
*** sileht has quit IRC08:58
*** BobBall has quit IRC08:58
*** jomara has quit IRC08:58
*** gpocentek has quit IRC08:58
*** Clabbe has quit IRC08:58
*** d0ugal has quit IRC08:58
*** bearhands has quit IRC08:58
*** nibalizer has quit IRC08:58
*** tchaypo has quit IRC08:58
*** adam_g has quit IRC08:58
*** pabelanger has quit IRC08:58
*** roaet_ has quit IRC08:58
*** _nadya_ has quit IRC08:58
*** Daviey has quit IRC08:58
*** juice has quit IRC08:58
*** atarakt has quit IRC08:58
*** asettle has quit IRC08:58
*** ayoung has quit IRC08:58
*** primeministerp has quit IRC08:58
*** kevinbenton has quit IRC08:58
*** mika has quit IRC08:58
*** zaro has quit IRC08:58
*** yamahata_ has quit IRC08:58
*** gothicmindfood has quit IRC08:58
*** ccorrigan has quit IRC08:58
*** med_ has quit IRC08:58
*** cgoncalves has quit IRC08:58
*** EntropyWorks has quit IRC08:58
*** denis_makogon has joined #openstack-infra08:59
*** nijaba has joined #openstack-infra08:59
*** _nadya_ has joined #openstack-infra08:59
*** Daviey has joined #openstack-infra08:59
*** andreykurilin_ has joined #openstack-infra08:59
*** viktors has joined #openstack-infra08:59
*** Longgeek has joined #openstack-infra08:59
*** penguinRaider has joined #openstack-infra08:59
*** briancurtin has joined #openstack-infra08:59
*** kashyap has joined #openstack-infra08:59
*** mwagner_lap has joined #openstack-infra08:59
*** chuckC has joined #openstack-infra08:59
*** UtahDave has joined #openstack-infra08:59
*** maxbit has joined #openstack-infra08:59
*** salv-orlando has joined #openstack-infra08:59
*** vipul has joined #openstack-infra08:59
*** dtroyer has joined #openstack-infra08:59
*** plars has joined #openstack-infra08:59
*** dosaboy_ has joined #openstack-infra08:59
*** gargola has joined #openstack-infra08:59
*** jpeeler has joined #openstack-infra08:59
*** juice has joined #openstack-infra08:59
*** zz_gondoi has joined #openstack-infra08:59
*** Shrews has joined #openstack-infra08:59
*** mikal has joined #openstack-infra08:59
*** arunkant has joined #openstack-infra08:59
*** atarakt has joined #openstack-infra08:59
*** yamahata has joined #openstack-infra08:59
*** bknudson has joined #openstack-infra08:59
*** olaph has joined #openstack-infra08:59
*** zul has joined #openstack-infra08:59
*** fifieldt_ has joined #openstack-infra08:59
*** mattoliverau has joined #openstack-infra08:59
*** GheRivero has joined #openstack-infra08:59
*** bookwar has joined #openstack-infra08:59
*** derekh_afk has joined #openstack-infra08:59
*** mkerrin has joined #openstack-infra08:59
*** dragondm has joined #openstack-infra08:59
*** uvirtbot has joined #openstack-infra08:59
*** ttx has joined #openstack-infra08:59
*** clarkb has joined #openstack-infra08:59
*** thingee has joined #openstack-infra08:59
*** antonym has joined #openstack-infra08:59
*** chmouel has joined #openstack-infra08:59
*** cp16net has joined #openstack-infra08:59
*** hdd has joined #openstack-infra08:59
*** notmyname has joined #openstack-infra08:59
*** morgabra has joined #openstack-infra08:59
*** jgriffith has joined #openstack-infra08:59
*** zigo has joined #openstack-infra08:59
*** zhiyan_ has joined #openstack-infra08:59
*** mrda-longweekend has joined #openstack-infra08:59
*** bodepd has joined #openstack-infra08:59
*** mordred_phone has joined #openstack-infra08:59
*** redrobot has joined #openstack-infra08:59
*** Adri2000 has joined #openstack-infra08:59
*** rustlebee has joined #openstack-infra08:59
*** mgagne has joined #openstack-infra08:59
*** blamar has joined #openstack-infra08:59
*** dolphm has joined #openstack-infra08:59
*** saper has joined #openstack-infra08:59
*** dhellmann has joined #openstack-infra08:59
*** jbryce has joined #openstack-infra08:59
*** alaski has joined #openstack-infra08:59
*** harlowja_away has joined #openstack-infra08:59
*** michchap has joined #openstack-infra08:59
*** oomichi has joined #openstack-infra08:59
*** Mithrandir has joined #openstack-infra08:59
*** stevebaker has joined #openstack-infra08:59
*** rainya has joined #openstack-infra08:59
*** wendar has joined #openstack-infra08:59
*** vishy has joined #openstack-infra08:59
*** SpamapS has joined #openstack-infra08:59
*** asettle has joined #openstack-infra08:59
*** asadough1 has joined #openstack-infra08:59
*** cyeoh has joined #openstack-infra08:59
*** ianw has joined #openstack-infra08:59
*** julim has joined #openstack-infra08:59
*** ayoung has joined #openstack-infra08:59
*** jerryz has joined #openstack-infra08:59
*** spiffxp has joined #openstack-infra08:59
*** mrodden has joined #openstack-infra08:59
*** devananda has joined #openstack-infra08:59
*** yjiang5 has joined #openstack-infra08:59
*** ctracey has joined #openstack-infra08:59
*** cyli has joined #openstack-infra08:59
*** asselin has joined #openstack-infra08:59
*** achuprin has joined #openstack-infra08:59
*** primeministerp has joined #openstack-infra08:59
*** d0ugal has joined #openstack-infra08:59
*** dkehn has joined #openstack-infra08:59
*** mkoderer has joined #openstack-infra08:59
*** tcammann has joined #openstack-infra08:59
*** AaronGr has joined #openstack-infra08:59
*** simonmcc has joined #openstack-infra08:59
*** mancdaz has joined #openstack-infra08:59
*** jraim has joined #openstack-infra08:59
*** johnthetubaguy has joined #openstack-infra08:59
*** mdenny has joined #openstack-infra08:59
*** cody-somerville has joined #openstack-infra08:59
*** jcooley has joined #openstack-infra08:59
*** YorikSar has joined #openstack-infra08:59
*** jamespd has joined #openstack-infra08:59
*** sabari has joined #openstack-infra08:59
*** ilyashakhat has joined #openstack-infra08:59
*** torgomatic has joined #openstack-infra08:59
*** sulochan has joined #openstack-infra08:59
*** StevenK has joined #openstack-infra08:59
*** rickerc has joined #openstack-infra08:59
*** ityaptin has joined #openstack-infra08:59
*** bauzas has joined #openstack-infra08:59
*** Kiall has joined #openstack-infra08:59
*** kevinbenton has joined #openstack-infra08:59
*** rossella_s has joined #openstack-infra08:59
*** ruhe has joined #openstack-infra08:59
*** DinaBelova has joined #openstack-infra08:59
*** JayF has joined #openstack-infra08:59
*** jeremyb has joined #openstack-infra08:59
*** pfalleno1 has joined #openstack-infra08:59
*** mika has joined #openstack-infra08:59
*** bogdando has joined #openstack-infra08:59
*** NobodyCam has joined #openstack-infra08:59
*** BadCub has joined #openstack-infra08:59
*** zaro has joined #openstack-infra08:59
*** sileht has joined #openstack-infra08:59
*** BobBall has joined #openstack-infra08:59
*** fbo_away has joined #openstack-infra08:59
*** shardy has joined #openstack-infra08:59
*** locke105 has joined #openstack-infra08:59
*** dkliban_afk has joined #openstack-infra08:59
*** jomara has joined #openstack-infra08:59
*** fabo has joined #openstack-infra08:59
*** enikanorov_ has joined #openstack-infra08:59
*** gfa has joined #openstack-infra08:59
*** gpocentek has joined #openstack-infra08:59
*** yamahata_ has joined #openstack-infra08:59
*** jesusaurus has joined #openstack-infra08:59
*** tteggel has joined #openstack-infra08:59
*** jeblair has joined #openstack-infra08:59
*** gothicmindfood has joined #openstack-infra08:59
*** sdague has joined #openstack-infra08:59
*** belliott has joined #openstack-infra08:59
*** esmute has joined #openstack-infra08:59
*** dansmith has joined #openstack-infra08:59
*** dguerri has joined #openstack-infra08:59
*** kmartin has joined #openstack-infra08:59
*** dougwig has joined #openstack-infra08:59
*** ccorrigan has joined #openstack-infra08:59
*** isviridov|away has joined #openstack-infra08:59
*** greghaynes has joined #openstack-infra08:59
*** ekarlso has joined #openstack-infra08:59
*** boris-42 has joined #openstack-infra08:59
*** gnuoy has joined #openstack-infra08:59
*** Clabbe has joined #openstack-infra08:59
*** med_ has joined #openstack-infra08:59
*** katyafervent has joined #openstack-infra08:59
*** enikanorov has joined #openstack-infra08:59
*** pleia2 has joined #openstack-infra08:59
*** timfreund has joined #openstack-infra08:59
*** therve has joined #openstack-infra08:59
*** serverascode has joined #openstack-infra08:59
*** dangers_away has joined #openstack-infra08:59
*** beekneemech has joined #openstack-infra08:59
*** NithyaG_afk has joined #openstack-infra08:59
*** phschwartz has joined #openstack-infra08:59
*** hughsaunders has joined #openstack-infra08:59
*** portante has joined #openstack-infra08:59
*** timrc-afk has joined #openstack-infra08:59
*** cgoncalves has joined #openstack-infra08:59
*** gema has joined #openstack-infra08:59
*** jamielennox|away has joined #openstack-infra08:59
*** flaper87|afk has joined #openstack-infra08:59
*** soren has joined #openstack-infra08:59
*** lifeless has joined #openstack-infra08:59
*** skraynev has joined #openstack-infra08:59
*** ogelbukh has joined #openstack-infra08:59
*** jd__ has joined #openstack-infra08:59
*** Guest15213 has joined #openstack-infra08:59
*** pbelanyi has joined #openstack-infra08:59
*** Alex_Gaynor has joined #openstack-infra08:59
*** vladan has joined #openstack-infra08:59
*** mtreinish has joined #openstack-infra08:59
*** bearhands has joined #openstack-infra08:59
*** EntropyWorks has joined #openstack-infra08:59
*** ryanpetrello has joined #openstack-infra08:59
*** nibalizer has joined #openstack-infra08:59
*** flashgordon has joined #openstack-infra08:59
*** tchaypo has joined #openstack-infra08:59
*** ChanServ has joined #openstack-infra08:59
*** Ng has joined #openstack-infra08:59
*** morganfainberg has joined #openstack-infra08:59
*** psedlak has joined #openstack-infra08:59
*** sbadia has joined #openstack-infra08:59
*** gaelL has joined #openstack-infra08:59
*** NikitaKonovalov has joined #openstack-infra08:59
*** SergeyLukjanov has joined #openstack-infra08:59
*** pabelanger has joined #openstack-infra08:59
*** roaet_ has joined #openstack-infra08:59
*** msuriar has joined #openstack-infra08:59
*** adam_g has joined #openstack-infra08:59
*** mugsie has joined #openstack-infra08:59
*** mnaser has joined #openstack-infra08:59
*** ptoohill has joined #openstack-infra08:59
*** clayg has joined #openstack-infra08:59
*** dickson.freenode.net sets mode: +o ChanServ08:59
*** paul-- has quit IRC08:59
*** zz_gondoi has quit IRC09:01
*** vishy has quit IRC09:01
*** wendar has quit IRC09:01
*** rainya has quit IRC09:01
*** stevebaker has quit IRC09:01
*** Mithrandir has quit IRC09:01
*** oomichi has quit IRC09:01
*** michchap has quit IRC09:01
*** harlowja_away has quit IRC09:01
*** alaski has quit IRC09:01
*** jbryce has quit IRC09:01
*** dhellmann has quit IRC09:01
*** saper has quit IRC09:01
*** dolphm has quit IRC09:01
*** blamar has quit IRC09:01
*** mgagne has quit IRC09:01
*** Adri2000 has quit IRC09:01
*** mordred_phone has quit IRC09:01
*** bodepd has quit IRC09:01
*** zigo has quit IRC09:01
*** jgriffith has quit IRC09:01
*** morgabra has quit IRC09:01
*** notmyname has quit IRC09:01
*** redrobot has quit IRC09:01
*** hdd has quit IRC09:01
*** cp16net has quit IRC09:01
*** rustlebee has quit IRC09:01
*** zhiyan_ has quit IRC09:01
*** briancurtin has quit IRC09:01
*** chmouel has quit IRC09:01
*** mrda-longweekend has quit IRC09:01
*** antonym has quit IRC09:01
*** thingee has quit IRC09:01
*** clarkb has quit IRC09:01
*** ttx has quit IRC09:01
*** uvirtbot has quit IRC09:01
*** dragondm has quit IRC09:01
*** briancurtin has joined #openstack-infra09:01
*** zz_gondoi has joined #openstack-infra09:01
*** vishy has joined #openstack-infra09:01
*** wendar has joined #openstack-infra09:01
*** rainya has joined #openstack-infra09:01
*** stevebaker has joined #openstack-infra09:01
*** Mithrandir has joined #openstack-infra09:01
*** oomichi has joined #openstack-infra09:01
*** michchap has joined #openstack-infra09:01
*** harlowja_away has joined #openstack-infra09:01
*** alaski has joined #openstack-infra09:01
*** jbryce has joined #openstack-infra09:01
*** dhellmann has joined #openstack-infra09:01
*** saper has joined #openstack-infra09:01
*** dolphm has joined #openstack-infra09:01
*** blamar has joined #openstack-infra09:01
*** mgagne has joined #openstack-infra09:01
*** rustlebee has joined #openstack-infra09:01
*** Adri2000 has joined #openstack-infra09:01
*** redrobot has joined #openstack-infra09:01
*** mordred_phone has joined #openstack-infra09:01
*** bodepd has joined #openstack-infra09:01
*** mrda-longweekend has joined #openstack-infra09:01
*** zhiyan_ has joined #openstack-infra09:01
*** zigo has joined #openstack-infra09:01
*** jgriffith has joined #openstack-infra09:01
*** morgabra has joined #openstack-infra09:01
*** notmyname has joined #openstack-infra09:01
*** hdd has joined #openstack-infra09:01
*** cp16net has joined #openstack-infra09:01
*** chmouel has joined #openstack-infra09:01
*** antonym has joined #openstack-infra09:01
*** thingee has joined #openstack-infra09:01
*** clarkb has joined #openstack-infra09:01
*** ttx has joined #openstack-infra09:01
*** uvirtbot has joined #openstack-infra09:01
*** dragondm has joined #openstack-infra09:01
*** masayukig has quit IRC09:02
*** mattymo has quit IRC09:02
*** eharney has quit IRC09:02
*** krotscheck has quit IRC09:02
*** openstackgerrit has quit IRC09:02
*** yolanda has quit IRC09:02
*** mestery has quit IRC09:02
*** briancline has quit IRC09:02
*** jhesketh has quit IRC09:02
*** slamont has quit IRC09:02
*** bradm has quit IRC09:02
*** maurosr has quit IRC09:02
*** radez_g0n3 has quit IRC09:02
*** proffalken has quit IRC09:02
*** anteaya has quit IRC09:02
*** tristanC has quit IRC09:02
*** plomakin has quit IRC09:02
*** russell_h has quit IRC09:02
*** rcarrillocruz has joined #openstack-infra09:04
*** grantbow has quit IRC09:04
*** adarazs has quit IRC09:04
*** bcrochet has quit IRC09:04
*** talluri has quit IRC09:04
*** loquacities has quit IRC09:04
*** lbragstad has quit IRC09:04
*** SlickNik has quit IRC09:04
*** rkukura has quit IRC09:04
*** mat128 has quit IRC09:04
*** jlk has quit IRC09:04
*** jamespage has quit IRC09:04
*** davidlenwell has quit IRC09:04
*** wayneeseguin has quit IRC09:04
*** tnurlygayanov has quit IRC09:04
*** masayukig has joined #openstack-infra09:04
*** mattymo has joined #openstack-infra09:04
*** eharney has joined #openstack-infra09:04
*** krotscheck has joined #openstack-infra09:04
*** openstackgerrit has joined #openstack-infra09:04
*** yolanda has joined #openstack-infra09:04
*** mestery has joined #openstack-infra09:04
*** briancline has joined #openstack-infra09:04
*** jhesketh has joined #openstack-infra09:04
*** slamont has joined #openstack-infra09:04
*** bradm has joined #openstack-infra09:04
*** maurosr has joined #openstack-infra09:04
*** radez_g0n3 has joined #openstack-infra09:04
*** proffalken has joined #openstack-infra09:04
*** anteaya has joined #openstack-infra09:04
*** tristanC has joined #openstack-infra09:04
*** plomakin has joined #openstack-infra09:04
*** russell_h has joined #openstack-infra09:04
*** paul-- has joined #openstack-infra09:07
*** wayneeseguin has joined #openstack-infra09:08
*** tnurlygayanov has joined #openstack-infra09:10
*** trinaths has joined #openstack-infra09:10
*** grantbow has joined #openstack-infra09:11
*** adarazs has joined #openstack-infra09:11
*** bcrochet has joined #openstack-infra09:11
*** talluri has joined #openstack-infra09:11
*** loquacities has joined #openstack-infra09:11
*** lbragstad has joined #openstack-infra09:11
*** SlickNik has joined #openstack-infra09:11
*** mat128 has joined #openstack-infra09:11
*** rkukura has joined #openstack-infra09:11
*** jlk has joined #openstack-infra09:11
*** jamespage has joined #openstack-infra09:11
*** davidlenwell has joined #openstack-infra09:11
*** [1]trinaths has joined #openstack-infra09:12
*** trinaths has quit IRC09:15
*** [1]trinaths is now known as trinaths09:15
*** sarob has joined #openstack-infra09:15
*** _nadya_ has quit IRC09:17
*** sarob has quit IRC09:19
*** UtahDave has quit IRC09:31
SpamapShm09:33
SpamapSI hope I didn't break kibana09:33
SpamapS"If it helps, I received a 500 Internal Server Error from: api/search/eyJzZWFyY2giOiJmaWxlbmFtZTpsb2dzL3NjcmVlbi1rZXkudHh0Lmd6IEFORCBcIkFkZHJlc3MgYWxyZWFkeSBpbiB1c2VcIiIsImZpZWxkcyI6WyJmaWxlbmFtZSJdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjM2MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDAyMTMzNjA1MzI4fQ==?_=140213360555209:33
*** Longgeek_ has joined #openstack-infra09:36
*** Longgeek_ has quit IRC09:36
*** Longgeek has quit IRC09:37
*** Longgeek has joined #openstack-infra09:37
lifelessSpamapS: its working for me09:44
lifelessSpamapS: try the search again ?09:44
*** denis_makogon has quit IRC09:51
*** basha has joined #openstack-infra09:59
SpamapSlifeless: nope, still breaks10:14
SpamapSfilename:logs/screen-key.txt "Address already in use"10:14
*** sarob has joined #openstack-infra10:15
*** sarob has quit IRC10:20
*** _nadya_ has joined #openstack-infra10:34
lifelessfun!10:35
lifelessSpamapS: message:"Address already in use" can trigger it on its own10:43
SpamapSlifeless: but I want it from keystone10:50
SpamapSI found later that the fail I was looking at hadn't even been indexed yet10:51
sdagueSpamapS: reduce your date range?10:51
lifelessSpamapS: sure, just noting that the error triggers from merely the message search10:51
lifelessnight all10:51
*** basha has joined #openstack-infra11:01
SpamapSsdague: 12h is pretty modest is it not?11:01
SpamapSlifeless: oh!11:01
* SpamapS will attempt sleep again11:08
*** ildikov has joined #openstack-infra11:11
*** sarob has joined #openstack-infra11:15
*** _nadya_ has quit IRC11:16
*** sarob has quit IRC11:20
*** talluri has quit IRC11:32
*** basha has quit IRC11:35
*** basha has joined #openstack-infra11:36
*** basha has quit IRC11:57
*** _nadya_ has joined #openstack-infra12:01
*** ildikov_ has joined #openstack-infra12:02
*** ildikov has quit IRC12:05
*** sarob has joined #openstack-infra12:15
*** e0ne has joined #openstack-infra12:17
*** e0ne has quit IRC12:19
*** sarob has quit IRC12:19
*** basha has joined #openstack-infra12:21
*** _nadya_ has quit IRC12:35
*** basha has quit IRC12:37
*** [1]trinaths has joined #openstack-infra12:47
*** trinaths has quit IRC12:47
*** [1]trinaths is now known as trinaths12:47
*** HenryG has joined #openstack-infra13:07
fungiSpamapS: any particular interest in the address already in use fail for keystone?13:11
fungiSpamapS: that one's a long-standing, known design issue stemming from iana assigning the keystone service port from the default linux kernel ephemeral ports range13:12
fungiSpamapS: i believe there's work underway to front-end the keystone api endpoint with apache in devstack, to mitigate it13:12
fungiSpamapS: bug 125348213:13
uvirtbotLaunchpad bug 1253482 in devstack "Keystone's IANA-assigned default port in linux local ephemeral port range" [Undecided,In progress] https://launchpad.net/bugs/125348213:13
*** sarob has joined #openstack-infra13:15
*** sarob has quit IRC13:19
*** rkukura has quit IRC13:31
*** salv-orlando has quit IRC13:32
*** rkukura has joined #openstack-infra13:33
*** andreykurilin_ has quit IRC13:44
*** trinaths has quit IRC13:47
openstackgerritKiall Mac Innes proposed a change to openstack-infra/config: Move designate pre/post dsvm hooks to the designate repo  https://review.openstack.org/9858413:52
*** basha has joined #openstack-infra14:03
sdaguefungi: if you feel like a promote - this is a logging cleanup on tempest that hopefully dumps some cruft - https://review.openstack.org/#/c/98515/14:05
sdagueotherwise, I'm off for the weekend14:06
*** pcrews has joined #openstack-infra14:12
*** dizquierdo has joined #openstack-infra14:13
*** sarob has joined #openstack-infra14:15
*** sarob has quit IRC14:20
*** changbl has joined #openstack-infra14:22
*** basha has quit IRC14:22
*** otherwiseguy has joined #openstack-infra14:33
*** morganfainberg is now known as morganfainberg_Z14:39
*** alexpilotti has joined #openstack-infra14:41
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Add support for disk-image-builder in nodepool  https://review.openstack.org/8847914:41
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Split the database grants into their own class  https://review.openstack.org/9858614:41
mordredclarkb: ^^ new change to just do the database grant split, because it should be able to go in by itself14:42
mordredclarkb: and the other change is crazypants-big14:42
*** otherwiseguy has quit IRC14:43
*** nati_ueno has joined #openstack-infra14:45
*** nati_ueno has quit IRC14:46
clarkbcool. I am on a boat to victoria now so afk until monday14:48
*** gokrokve has joined #openstack-infra14:51
*** Longgeek_ has joined #openstack-infra14:53
*** Longgeek_ has quit IRC14:53
*** Longgeek_ has joined #openstack-infra14:54
mordredclarkb: eek14:56
*** Longgeek has quit IRC14:56
fungienjoy victoria... we had a fun time wandering around downtown, craigdarragh castle and beacon hill park just outside the city14:58
fungithey do a nice high tea at the empress hotel too14:59
fungioh, and it's craigdarroch... my spelling is atrocious14:59
*** adrian_otto has joined #openstack-infra15:02
mordredfungi: I'm shocked and appalled that you can't spell craigdarroch...15:02
fungimordred: don't be. i mix up my gaelic and gaelig transliterations constantly15:03
*** Longgeek_ has quit IRC15:04
*** paul-- has quit IRC15:06
*** otherwiseguy has joined #openstack-infra15:08
*** gokrokve has quit IRC15:10
*** adrian_otto has quit IRC15:12
*** paul-- has joined #openstack-infra15:12
*** sarob has joined #openstack-infra15:15
*** sarob has quit IRC15:19
*** basha has joined #openstack-infra15:20
*** medieval1 has joined #openstack-infra15:22
*** pcrews has quit IRC15:28
*** medieval1 has quit IRC15:31
*** gokrokve has joined #openstack-infra15:32
*** rkukura has quit IRC15:32
*** medieval1 has joined #openstack-infra15:33
*** rkukura has joined #openstack-infra15:42
*** basha has quit IRC15:48
*** dizquierdo has quit IRC15:51
*** otherwiseguy has quit IRC15:56
*** AaronGr has quit IRC15:57
*** otherwiseguy has joined #openstack-infra15:57
*** AaronGr has joined #openstack-infra15:59
*** ramashri has joined #openstack-infra16:00
*** harlowja_at_home has joined #openstack-infra16:09
*** ildikov_ has quit IRC16:15
*** sarob has joined #openstack-infra16:15
*** rkukura has quit IRC16:18
*** gokrokve has quit IRC16:19
*** sarob has quit IRC16:20
*** otherwiseguy has quit IRC16:21
*** wenlock has joined #openstack-infra16:22
*** zzelle has joined #openstack-infra16:27
*** adrian_otto has joined #openstack-infra16:31
*** rkukura has joined #openstack-infra16:31
*** yjiang5 has quit IRC16:32
*** ramashri has quit IRC16:32
*** yjiang5 has joined #openstack-infra16:33
*** basha has joined #openstack-infra16:45
*** basha has quit IRC16:51
*** godp1301 has joined #openstack-infra17:08
*** yamahata has quit IRC17:08
*** ramashri has joined #openstack-infra17:10
*** godp1301 has quit IRC17:13
*** basha has joined #openstack-infra17:14
boris-42mordred hey there17:14
*** sarob has joined #openstack-infra17:15
*** sarob has quit IRC17:19
*** basha has quit IRC17:26
*** basha has joined #openstack-infra17:28
*** gokrokve has joined #openstack-infra17:30
*** talluri has joined #openstack-infra17:31
*** gokrokve has quit IRC17:35
*** boris-42 has quit IRC17:35
*** boris-42 has joined #openstack-infra17:35
*** ildikov has joined #openstack-infra17:36
*** e0ne has joined #openstack-infra17:37
*** basha has quit IRC17:41
*** basha has joined #openstack-infra17:45
*** yfried has joined #openstack-infra17:46
*** ociuhandu has joined #openstack-infra17:48
*** e0ne has quit IRC17:48
*** talluri_ has joined #openstack-infra17:49
*** talluri has quit IRC17:50
*** rcarrillocruz has quit IRC17:50
*** adalbas has joined #openstack-infra17:53
*** ociuhandu has quit IRC17:54
*** rcarrillocruz has joined #openstack-infra17:56
*** ramashri has quit IRC17:59
*** harlowja_at_home has quit IRC18:03
*** basha has quit IRC18:10
*** sarob has joined #openstack-infra18:15
*** sarob has quit IRC18:19
*** mriedem has joined #openstack-infra18:28
*** _nadya_ has joined #openstack-infra18:30
*** godp1301 has joined #openstack-infra18:32
*** zz_gondoi is now known as gondoi18:35
*** Sukhdev has joined #openstack-infra18:42
*** rcarrill` has joined #openstack-infra18:52
*** e0ne has joined #openstack-infra18:53
*** rcarrillocruz has quit IRC18:54
openstackgerritChristian Berendt proposed a change to openstack-infra/zuul: Use import from six.moves to import the queue module  https://review.openstack.org/9859519:04
*** mriedem has quit IRC19:04
openstackgerritChristian Berendt proposed a change to openstack-infra/nodepool: Use import from six.moves to import the queue module  https://review.openstack.org/9859619:06
*** adalbas has quit IRC19:06
*** _nadya_ has quit IRC19:08
*** godp1301 has quit IRC19:15
*** sarob has joined #openstack-infra19:15
*** talluri_ has quit IRC19:16
*** talluri has joined #openstack-infra19:17
*** sarob has quit IRC19:20
*** talluri has quit IRC19:21
openstackgerritChristian Berendt proposed a change to openstack/requirements: Add tox as global requirement  https://review.openstack.org/9857519:24
openstackgerritChristian Berendt proposed a change to openstack/requirements: Add tox as global requirement  https://review.openstack.org/9857519:25
openstackgerritChristian Berendt proposed a change to openstack-infra/zuul: Use import from six.moves to import the ConfigParser module  https://review.openstack.org/9859719:31
*** gokrokve has joined #openstack-infra19:34
*** michchap has quit IRC19:38
*** jergerber has joined #openstack-infra19:39
*** otherwiseguy has joined #openstack-infra19:40
*** gondoi is now known as zz_gondoi19:44
*** adrian_otto has quit IRC19:45
*** otherwiseguy has quit IRC19:53
*** otherwiseguy has joined #openstack-infra19:54
*** gokrokve has quit IRC20:00
fungimestery: ssh timeout in test_server_connectivity_resize for check-tempest-dsvm-neutron... is that the one we were trying to hit on 98483 rechecks?20:04
fungimestery: http://logs.openstack.org/83/98483/1/check/check-tempest-dsvm-neutron/2514e4b/20:04
fungimestery: ssh jenkins@162.242.241.16020:04
*** terryw has joined #openstack-infra20:04
fungimestery: i added armax's ssh key too, and the node is held for as long as you need it20:05
*** otherwiseguy has quit IRC20:08
*** gokrokve has joined #openstack-infra20:09
*** sarob has joined #openstack-infra20:15
*** sarob has quit IRC20:19
*** terryw has quit IRC20:24
*** otherwiseguy has joined #openstack-infra20:24
*** gokrokve has quit IRC20:33
*** godp1301 has joined #openstack-infra20:37
*** homeless has joined #openstack-infra20:38
*** Sukhdev has quit IRC20:42
*** andreykurilin_ has joined #openstack-infra20:47
*** zz_gondoi is now known as gondoi20:54
*** homeless_ has joined #openstack-infra20:56
openstackgerritA change was merged to openstack-infra/devstack-gate: Capture old tempest artifacts too  https://review.openstack.org/9840620:56
*** homeless has quit IRC20:58
*** homeless_ has quit IRC20:58
*** homeless has joined #openstack-infra20:59
*** andreykurilin__ has joined #openstack-infra21:02
*** godp1301 has quit IRC21:03
*** andreykurilin_ has quit IRC21:04
*** terryw has joined #openstack-infra21:04
*** gondoi is now known as zz_gondoi21:06
*** otherwiseguy has quit IRC21:08
*** med_ has quit IRC21:10
*** andreykurilin__ has quit IRC21:12
*** yfried has quit IRC21:14
*** sarob has joined #openstack-infra21:15
*** sarob has quit IRC21:20
*** maxbit has quit IRC21:23
*** bauzas has quit IRC21:26
*** alexpilotti has quit IRC21:27
*** salv-orlando has joined #openstack-infra21:28
*** terryw has quit IRC21:28
*** otherwiseguy has joined #openstack-infra21:29
*** jergerber has quit IRC21:29
*** apevec has joined #openstack-infra21:38
*** salv-orlando has quit IRC21:44
*** otherwiseguy has quit IRC21:46
*** rcarrillocruz has joined #openstack-infra21:50
*** rcarrill` has quit IRC21:53
*** salv-orlando has joined #openstack-infra21:53
*** otherwiseguy has joined #openstack-infra21:54
*** otherwiseguy has quit IRC21:59
*** otherwiseguy has joined #openstack-infra22:02
mesteryfungi: Thanks! I'll take a peek tonight yet and let you know when it's done.22:03
mesteryfungi: At a quick glance at hte logs, this looks like it should be the one. I'll keep you posted!22:04
*** otherwiseguy has quit IRC22:13
*** otherwiseguy has joined #openstack-infra22:13
*** wenlock has quit IRC22:13
*** sarob has joined #openstack-infra22:15
*** homeless_ has joined #openstack-infra22:18
*** gokrokve has joined #openstack-infra22:18
*** sarob has quit IRC22:19
*** homeless has quit IRC22:20
*** terryw has joined #openstack-infra22:20
*** gokrokve has quit IRC22:24
fungimestery: awesome. i'm metaphorically on the edge of my seat (though in reality drinking and having a weekend)22:24
*** otherwiseguy has quit IRC22:24
mesteryfungi: Heh, you're doing better than me, I haven't started drinking yet. ;)22:25
mesteryfungi: OK, I've gotta go do some family stuff now, I'll check this out a bit more later tonight. Thanks and enjoy the weekend!22:26
*** pcrews has joined #openstack-infra22:26
fungimestery: good weekend to you too22:26
*** apevec has quit IRC22:46
*** terryw has quit IRC22:47
openstackgerritChristian Berendt proposed a change to openstack/requirements: Add tox as global requirement  https://review.openstack.org/9857522:56
*** aconrad_ has joined #openstack-infra22:59
*** e0ne has quit IRC22:59
*** harlowja_at_home has joined #openstack-infra23:09
*** sarob has joined #openstack-infra23:15
*** gokrokve has joined #openstack-infra23:18
*** sarob has quit IRC23:19
*** adrian_otto has joined #openstack-infra23:20
*** wenlock has joined #openstack-infra23:22
*** gokrokve has quit IRC23:22
*** praneshp has joined #openstack-infra23:30
*** praneshp_ has joined #openstack-infra23:33
harlowja_at_homehow's the gate doing, any better today?23:34
*** praneshp has quit IRC23:35
*** praneshp_ is now known as praneshp23:35
*** homeless has joined #openstack-infra23:39
*** homeless_ has quit IRC23:40
*** zzelle has quit IRC23:44
*** aconrad_ has quit IRC23:49
*** otherwiseguy has joined #openstack-infra23:52
*** sarob has joined #openstack-infra23:53
*** sarob_ has joined #openstack-infra23:55
SpamapSfungi: regarding bug 1253482 ... we should change the ephemeral ports to avoid that one until it is fixed.23:55
uvirtbotLaunchpad bug 1253482 in devstack "Keystone's IANA-assigned default port in linux local ephemeral port range" [Undecided,In progress] https://launchpad.net/bugs/125348223:55
*** sarob has quit IRC23:57

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