Saturday, 2015-07-18

jeblairi mean, how does a change to a library actually get tested in devstack?00:00
clarkbjeblair ya you need a job to do it from git for glance_store00:00
jeblairthat doesn't make any sense...00:00
*** ashleighfarnham has quit IRC00:00
jheskethjeblair: looking00:00
clarkbjeblair tgere should be prior art for the clients00:01
clarkbiirc you set install from git to ZUUL_PROJECT00:01
*** puranamr has quit IRC00:01
jeblairclarkb: i don't see the devstack jobs running on client changes00:02
jeblairi have this suspicion that basically any libraries aren't doing any worthwhile integration testing which is why we get gate wedges all the time00:03
*** annegentle_ has joined #openstack-infra00:03
madhu_akhello, I would like to have a core reviewer from infra to approve this one: https://review.openstack.org/#/c/199754/00:04
jeblairthere really should be an "install everything from git" version of devstack, since that's sort of the point00:04
*** EricGonczer_ has joined #openstack-infra00:04
*** patrickeast has quit IRC00:05
*** Sukhdev has joined #openstack-infra00:05
madhu_akanteaya: could you have a look into it ^^ thanks00:05
*** puranamr has joined #openstack-infra00:06
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to glance_store  https://review.openstack.org/20329900:06
*** ddieterl_ has quit IRC00:06
jeblairmriedem, clarkb: ^ sadly, i think that will do nothing.00:06
mriedemjeblair: doesn't it have to be one of the 'src' jobs?00:06
*** larainema has quit IRC00:06
clarkbya those jobs00:06
*** ayoung has joined #openstack-infra00:07
*** tsekiyam_ has joined #openstack-infra00:07
*** larainema has joined #openstack-infra00:07
*** puranamr has quit IRC00:07
*** puranamr has joined #openstack-infra00:07
jeblairoh 'gate-tempest-dsvm-neutron-src-{name}' is run on clients00:08
*** annegentle_ has quit IRC00:08
jeblairso we could do a src-glance_store and that would work....00:09
jeblairbut this still sort of rubs me the wrong way, because we're testing that change in isolation from other clients...00:09
jeblairi'm starting to think the right apporach is to run two devstack jobs in the integrated gate -- install all libs from pypi, and install all libs from git00:09
*** mtanino has quit IRC00:10
*** tsekiyama has quit IRC00:10
lifelessjeblair: so yes, this is the 'and we should run the jobs that can break on new packages on proposed changes to g-r'00:11
*** tsekiyam_ has quit IRC00:11
lifelessjeblair: its evidence the design works (we weren't broken until upper-constraints changed'00:11
lifelessjeblair: but that thet set of tests we're gating on for that is too slim00:12
jeblairlifeless: oh, so you think a ceph job on reqs would have helped?00:12
*** rm_work is now known as rm_work|away00:12
lifelessjeblair: it would have voted 'broken' on the upper-requirements.txt change00:12
jeblairmriedem, clarkb: 'lib-forward-testing' is already on glance_store00:13
lifelessjeblair: so yes, I do. It wouldn't have stopped a broken glance-store being *released*, but it would have made it not a fire-drill00:13
clarkbjeblair but that doesnt do ceph00:13
jeblairmriedem, clarkb: oh, but of course, it's not ceph00:13
jeblairright00:13
jeblairlifeless: yep.  so maybe add jobs to both to prevent both :)00:13
lifelessjeblair: sounds good to me00:14
lifelessjeblair: assuming ceph isn't generally flaky00:14
jeblairexcept i still have no idea how to test this on glance_store00:14
lifelessjeblair: on glance-store changes?00:15
clarkbneed a new src ceph job00:15
lifelessjeblair: that would require installing ceph with glance-store from-git00:15
clarkbthat does the src client thing and ceph00:15
lifelessjeblair: I haven't looked into the infra-wire-up of that00:15
jeblairyeah, i find that frustrating :)00:15
*** dannywilson has quit IRC00:15
lifelessjeblair: the requirements job should be trivial, just the normal ceph dvsm job00:15
*** madhu_ak has quit IRC00:17
openstackgerritMerged openstack-infra/elastic-recheck: Add query for ceph glance_store bug 1475811  https://review.openstack.org/20329600:18
openstackbug 1475811 in Glance "gate-tempest-dsvm-full-ceph fails to upload image with "TypeError: an integer is required"" [Critical,In progress] https://launchpad.net/bugs/1475811 - Assigned to Matt Riedemann (mriedem)00:18
*** bharath has quit IRC00:18
clarkbmaybe ew can do something like lib from git always == ZUUL_PROJECT00:20
clarkbthen collapse the jobs00:20
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to glance_store  https://review.openstack.org/20329900:20
jeblairclarkb, mriedem: ^ using existing src pattern00:21
jeblairclarkb: yeah, that's an idea, though i think what we have is two goals that can't be tested in the same job: make sure the released world doesn't break, and make sure we don't introduce bugs that will break things when released.00:22
jeblairclarkb: which is why i'm thinking of a "libs from pypi" job and an "all libs from git" job00:22
lifelessyes00:23
lifelessI support this thinking00:23
clarkbjeblair: for the first thing we get that whenever we make changes to not the lib (and by the constraints enforcement and bumping) for the second we get that by testing changes to the lib itself from source00:23
lifelesshowever, I know sdague has spent a bunch of time around what-jobs-when etc, so perhaps loop him in ?00:23
jeblairclarkb: then there's real integration testing again, since the "one lib at a time" job doesn't do integration testing.00:23
*** shashank_hegde has quit IRC00:23
*** marzif__ has joined #openstack-infra00:23
jeblairat least, it doesn't integrate with other changes in-flight00:23
jeblairso we can still wedge00:23
jeblairlifeless: yep00:24
clarkbjeblair: right, the assumpton was we only need to make sure the changing side doesn't break things (but that isn't necessarily true I guess)00:24
lifelessone thing I hesitate around here, for instance, is that a lot of effort was spent to decouple the various things and depend only on releases00:24
lifelessand unwinding that seems to be against that consensus00:24
lifelesswhereas checking on the re-entry doesn't00:24
lifelessand with dhellmann's cunning plan to have gates around releases00:25
lifelesswe can make sure we don't release broken things00:25
lifelesswithout making every git commit have to run dvsm from-git00:25
jeblairlifeless: i recognize the value of that and don't want to undo it.  i want to keep that and add back in the ability to avoid landing changes that break things.00:25
*** bharath has joined #openstack-infra00:25
lifelesserm every library commit have to run dvsm from-git against $other00:25
*** patrickeast has joined #openstack-infra00:25
clarkbI have cleaned up my held nodes00:25
jeblairlifeless: i'm not familiar with a plan to run gates around releases00:26
lifelessjeblair: dhellmann has a repo now where library releases are described in a yaml file00:26
lifelessjeblair: he plans to make a job that does stuff with the proposed sha before pushing the tag00:26
lifelessjeblair: so that the tag-pushing becomes driven from approvals to that repo00:26
jeblairlifeless: yep: http://specs.openstack.org/openstack-infra/infra-specs/specs/centralize-release-tagging.html00:26
sigmavirus24lifeless: wouldn't hurt to know about ceph problems before release time though00:27
lifelesssigmavirus24: sure00:27
lifelessand hey, I'm all for more testing00:27
jeblairlifeless: i provided a lot of feedback on that spec, but don't recall anything in it about testing things before release00:27
*** marzif_ has quit IRC00:27
lifelessMy hesitation here is that I don't want to accidentally undo stuff other folk spent a bunch of time putting together00:27
lifelessthats all00:27
jeblairlifeless: yep, i think my suggestion is additive00:27
*** ddieterly has joined #openstack-infra00:28
jheskethclarkb: Given people are still busy, I suggest we wait an hour or so before merging those os-loganalyze updates if that works for you? (I'm also happy to do it later today when things are even quieter as worst case reverting it is very straight forward)00:28
lifelessI don't think I can proxy sdague's thinking on this sufficiently well00:28
lifelessso, I'm not going to support or oppose :)00:28
clarkbjhesketh: works fine for me00:28
clarkblet me go double check the changes now while I am thinking about it00:28
clarkbmy +2s are still on most of the changes00:29
jheskethokay thanks :-)00:29
jeblairlifeless: best to let him do his own thinking.  :)00:29
lifelessjeblair: yep00:29
lifelessjeblair: the requirements gate on ceph though, I can support, since it was designed in. sdague was worried about running *everything* due to the additive nature of flaky tests.00:30
*** bharath has quit IRC00:30
lifelessjeblair: but not about *some increase* - and its a knob we can dial up or down too.00:30
jeblairlifeless: the main argument for not installing libs from git is that we kept landing changes to things that used libs that required those unreleased changes, so we had to make sure servers could run with the released versions of dependencies they expressed.00:31
jeblairthis is a good thing for us to test and i do not want to stop doing it00:31
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to requirements  https://review.openstack.org/20330300:34
jeblairactually, let me reparent that00:34
clarkbjhesketh: reading the diff between the old change and the new change looks like the only real updates are where you deal with the trailing slashes as thats newer than the reverted code00:34
clarkbjhesketh: that sound right to you?00:34
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to requirements  https://review.openstack.org/20330300:34
jeblairlifeless, mriedem: ^00:34
*** s0nea has quit IRC00:34
jheskethclarkb: yep, that was the merge conflict00:34
*** EricGonczer_ has quit IRC00:36
*** ajmiller has quit IRC00:36
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to glance_store  https://review.openstack.org/20329900:37
lifelessjeblair: absolutely, great to hear that: knowing we work with latest-released is very important to me ;)00:37
mriedemjeblair: i think we should just do https://review.openstack.org/#/c/203299/00:37
mriedemjeblair: otherwise other optional backends will be clamoring for gating on requirements too like glusterfs and sheepdog00:37
mriedemthat came up when we pushed for gating ceph on cinder00:37
*** s0nea has joined #openstack-infra00:38
openstackgerritJames E. Blair proposed openstack-infra/project-config: Add ceph devstack job to requirements  https://review.openstack.org/20330300:38
jeblairmriedem: yeah, that's a good point.  i won't be offended if we decide not to do that.  maybe collect a few more thoughts on that next week?00:39
jeblairmriedem: you should re-minus-one that00:39
jeblairoh good you just did :)00:40
mriedemwoot00:40
clarkbpart of me doesn't think that should be a problem00:40
mriedemi worry about cat herding00:40
clarkbI mean we have chosen the mysql + qemu + nova net is sort of the blessed thing00:40
clarkbno one is screaming that postgres should be tested more00:40
clarkbor that we should use lxc00:40
jeblairsome neighborhood cats are contesting whose territory my yard is, and i have been doing a lot of literal cat herding lately.00:41
*** _ody has joined #openstack-infra00:41
clarkbwe can make good decisions for effective testing independent of cat herding I hope00:41
clarkbjeblair: you need to assert yourself as alpha cat00:41
* jeblair dons alpha cat costume00:41
*** marzif__ has quit IRC00:41
*** rfolco has quit IRC00:42
jeblairclarkb: do you have outstanding q's on the zuul change?00:42
clarkbjeblair: just if two jobs had failed will the second be reset to skipped in the live reconfiguration after fail case00:42
clarkbjeblair: when it should preserve the second jobs fail instead00:42
jeblairclarkb: that should only affect job trees, which won't run a child job if the parent fails, so the only possibilities are: SUCCESS->(any) or FAILED->SKIPPED00:43
clarkbjeblair: oh right00:44
clarkbjeblair: this is when you have pipeline:\n  - foo:\n      - bar00:44
clarkbif foo fails bar doesn't run00:44
jeblairclarkb: so on re-enqueue, if the parent succeeded, it will basically noop the parent, then the same thing will happen for children.  if the parent failed, it will mark all the children (which have not run) as skipped00:44
jeblairclarkb: yep00:44
jeblairclarkb: in the tests, the jobs "test-*" are children of "test-merge"00:45
jeblair(we used to run that way!)00:45
clarkbya00:45
clarkblooks like tests failed again and jhesketh has comments00:45
*** baoli has quit IRC00:46
*** _ody has quit IRC00:46
clarkbhttp://www.oregonlive.com/health/index.ssf/2015/07/salmonella_outbreak_in_portlan.html and you thought your conference illness was bad00:46
jeblairugh00:47
clarkbjhesketh: I am +2 on the os-loganalyze stack00:48
jheskethcheers00:48
*** baoli has joined #openstack-infra00:48
clarkbhuh it thinks change A which should merge hasn't merged00:49
jeblairhttp://logs.openstack.org/81/203281/2/check/gate-zuul-python27/a3de3a4/console.html#_2015-07-17_23_40_36_53200:49
jeblairthat's weird.00:49
clarkbjeblair: do we have to release the gerrit events? is it possile that B is processed first due to some reace so A ends up sticking around and not B?00:50
jeblairno i think http://logs.openstack.org/81/203281/2/check/gate-zuul-python27/a3de3a4/console.html#_2015-07-17_23_40_36_532 is the cause00:50
clarkboh weird indeed00:51
*** puranamr has quit IRC00:54
*** puranamr has joined #openstack-infra00:55
*** xyang1 has quit IRC00:55
*** sigmavirus24 is now known as sigmavirus24_awa00:58
*** pvaneck has quit IRC00:59
*** esmute has quit IRC00:59
openstackgerritJames E. Blair proposed openstack-infra/zuul: Handle adding a job to a failing change during reconfig  https://review.openstack.org/20328101:01
jeblairaddressed jhesketh's comments; did nothing about the weird git thing.01:01
*** puranamr_ has joined #openstack-infra01:01
*** puranamr_ has quit IRC01:02
*** puranamr has quit IRC01:05
jeblairyeah, so that's a really weird flake.01:05
clarkblgtm01:05
Sukhdevclarkb jeblair: can you please look at this paste especially the last command - http://paste.openstack.org/show/385075/01:08
Sukhdevclarkb jeblair: what am I doing wrong?01:08
clarkbyou don't have git review installed01:10
Sukhdevclarkb: oh - I must have accidentally removed it while trying to clean other packages -  thanks for pointing it out01:11
* jeblair goes in search of avocados01:11
*** SumitNaiksatam has quit IRC01:12
openstackgerritJeremy Stanley proposed openstack-infra/bindep: Add profile to the usage text  https://review.openstack.org/20327201:13
clarkbfungi: danke01:13
*** geoffarnold has joined #openstack-infra01:13
*** baoli has quit IRC01:14
*** baoli has joined #openstack-infra01:15
openstackgerritSukhdev Kapur proposed openstack-infra/project-config: Updating ACLs for networking-arista  https://review.openstack.org/20330501:16
*** mriedem1 has joined #openstack-infra01:17
*** unicell has quit IRC01:18
openstackgerritMerged openstack-infra/zuul: Handle adding a job to a failing change during reconfig  https://review.openstack.org/20328101:18
*** mriedem has quit IRC01:19
fungilifeless: mriedem: i agree if the gate-tempest-dsvm-full-ceph job is gating on tempest and/or devstack then requirements makes sense to add too01:20
fungi(or i guess nova+cinder+glance... at least)01:20
mtreinishfungi: I don't think it's voting on tempest, and fwiw I don't really think it makes sense there01:21
fungiin this case the upper-constraints.txt change from ==0.6.0 to 0.7.0 would have been tested by the ceph job (assuming it's running with constraints enabled) and failed, preventing it from landing01:23
* fungi is now noticing people have already said the things he's saying and stops ;)01:25
*** Sukhdev has quit IRC01:28
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add migration to add indexes on common search patterns  https://review.openstack.org/19619401:31
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Don't try to create indexes twice  https://review.openstack.org/19619301:31
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Compact existing schema and start 1.x.x release branch  https://review.openstack.org/20325201:31
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db migration to align column size to 255 and drop FKs  https://review.openstack.org/20325101:31
*** woodster_ has quit IRC01:32
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Compact existing schema and start 1.x.x release branch  https://review.openstack.org/20325201:37
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add db migration to align column size to 255 and drop FKs  https://review.openstack.org/20325101:37
*** jasondotstar has joined #openstack-infra01:38
*** jasondotstar has quit IRC01:38
*** jasondotstar has joined #openstack-infra01:38
*** geoffarnold has quit IRC01:40
*** jasondotstar has quit IRC01:40
*** earlephilhower has quit IRC01:40
lifelessfungi: tempest and devstack are not library changes though01:43
lifelessfungi: and ceph is arguably our most popular block volume layer IIRC01:43
lifelessfungi: so I'm not sure whether tempest and devstack make sense, but I certainly think requirements does entirely independently01:43
lifelesshas https://review.openstack.org/#/c/199782/ gone into lala land?01:45
fungiit's gone into lala-two-neutron-changes-ahead-of-it-in-the-gate-land01:46
fungijenkins says eta 17 minutes to merge, assuming neither of those choke ahead of it01:46
fungiand yeah, if nova, cinder and glance have the ceph job voting on them then chances are requirements is also a sensible add01:48
fungiand 199782 is now up front01:49
fungijust needs to pass the neutron-full job and it's home-free01:49
fungilooks like it's succeeded and reporting now01:50
openstackgerritMerged openstack/requirements: Move integration test dependencies into bindep  https://review.openstack.org/19978201:51
fungilifeless: there ^ we go!01:51
fungiahead of schedule even01:51
* fungi should be a sports commentator01:51
fungior maybe get some sleep instead01:52
openstackgerritOpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/20185201:52
*** annegentle_ has joined #openstack-infra01:52
*** ajmiller has joined #openstack-infra01:53
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: SUPER WIP: Stop using oslo anything  https://review.openstack.org/20330801:56
*** unicell has joined #openstack-infra01:57
*** annegentle_ has quit IRC01:57
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: SUPER WIP: Stop using oslo anything  https://review.openstack.org/20330801:57
mtreinishjeblair: ^^^ if you have the time or energy to take that over at some point in the future that would be awesome02:00
*** unicell1 has joined #openstack-infra02:01
mtreinishbecause I have no idea when I'll be able to dedicate serious, not mildly drunk, thought to it02:01
*** unicell has quit IRC02:01
fungidrunkgramming02:02
*** sputnik13 has quit IRC02:04
*** ajmiller has quit IRC02:06
*** _ody has joined #openstack-infra02:07
jeblairmtreinish: thanks! marked for later.02:07
jeblairin the mean time... oops, i put bacon in my guacamole.  i better eat it before anyone notices.02:08
jheskethclarkb: I'll merge the os-loganalyze change(s) now unless you have any objections02:08
fungii totally had guac tonight02:08
fungibut did not make it myself, so baconless :(02:08
jeblairfungi: better luck next time?02:09
fungiganbatte kudssai02:09
fungier, kudasai02:09
*** Kennan2 has quit IRC02:10
*** shashank_hegde has joined #openstack-infra02:10
clarkbjhesketh go for it though I am semi afk for about half an hour while I feed babies back after02:10
jheskethclarkb: okay, I'll wait a few min and then punch the button (it'll still take some time to apply)02:11
clarkbkk02:11
*** FallenPegasus has joined #openstack-infra02:11
*** yamahata has quit IRC02:12
*** baoli has quit IRC02:12
*** FallenPe_ has joined #openstack-infra02:13
*** baoli has joined #openstack-infra02:15
*** baoli has quit IRC02:15
*** FallenPegasus has quit IRC02:16
fungitook some photos at the house tonight: http://fungi.yuggoth.org/tmp/house/02:20
clarkbnice02:21
clarkbyou face west over the sound/bay/notocean?02:22
*** baoli has joined #openstack-infra02:23
*** baoli has quit IRC02:23
*** Kennan has joined #openstack-infra02:23
*** mriedem1 has quit IRC02:24
*** esmute has joined #openstack-infra02:27
fungiyep, safer there02:27
*** EricGonczer_ has joined #openstack-infra02:28
fungiexcept for when a storm forces the ocean through the inlet and up into the sound/bay/notocean02:28
fungiwhere it then tries to escape by carving new inlets02:28
openstackgerritMerged openstack-infra/os-loganalyze: Reapply tidy up generators into contained objects  https://review.openstack.org/18580402:29
fungialso the ocean-facing beaches here are public property, so you can't have your own dock or boat ramp02:30
*** FallenPe_ has quit IRC02:31
*** shashank_hegde has quit IRC02:31
*** esmute has quit IRC02:31
*** SumitNaiksatam has joined #openstack-infra02:34
*** harlowja_at_home has joined #openstack-infra02:34
jheskethclarkb, fungi: the new osloganalyze has merged and apache restarted successfully02:35
jheskeththings appear to be good for me02:35
fungiawesome02:35
fungithat's been a long time coming02:35
fungi""02:35
fungihrm, wrong terminal, clearly02:36
clarkbneat sp you applied by hand?02:36
clarkbor did puppet timing work out well02:36
jheskethsp?02:36
jheskethpuppet restarted the service for us02:36
clarkb*so02:36
jheskethnope, nothing by hand02:36
clarkbya but puppet is on a ~45 minute cycle02:36
jheskethclarkb: not on this box http://puppetdb.openstack.org/node/static.openstack.org02:37
jheskethit's 15min02:37
jhesketherr, no, it's 4502:37
jheskethbut we were lucky with the timing being next to the merge02:37
clarkblooks like timing just worked02:37
clarkbyup02:37
clarkbdo we want to apply the others now too?02:38
jheskethyep, I think so... shall we do one at a time?02:38
clarkbsure02:38
clarkband can run `sudo puppet agent --test` to trigger puppet quicker on static.o.o02:39
openstackgerritMerged openstack-infra/os-loganalyze: Allow the config to set the filter and view  https://review.openstack.org/17332802:40
jheskethclarkb: okay running02:41
*** dims_ has quit IRC02:41
jheskethclarkb: okay and that's in and working02:42
jheskethonto the next one02:42
*** achanda has joined #openstack-infra02:42
openstackgerritMerged openstack-infra/os-loganalyze: Add support for setting filters and views per file  https://review.openstack.org/17332902:44
*** dims_ has joined #openstack-infra02:44
jheskethand puppet applied on that one02:44
jheskethand all working02:45
*** asselin has joined #openstack-infra02:45
clarkbdo we have a change to config passthrough for anythibg not matching the existibg rules ib apache?02:45
clarkbdont have to do that now but thats next step right?02:45
jheskethI don't think we have that change ready02:46
openstackgerritlitong01 proposed openstack-infra/project-config: Add new cloud-monitor repository for OpenStack monitoring service  https://review.openstack.org/20325902:47
clarkbgood thing for next week02:48
jheskethyep02:48
jheskethright now I want to tidy up the debugging from swift because the apache error.log is 17GB02:48
jheskethit's an easy fix02:48
*** asselin__ has joined #openstack-infra02:48
clarkbok02:49
jheskethclarkb: basically because we try to fetch from swift and then do other things if that fails, this exception is clobbering the error.log http://git.openstack.org/cgit/openstack-infra/os-loganalyze/tree/os_loganalyze/generator.py#n14002:49
jheskethbut that's still a useful exception so need to filter out if it's a 404 or something else02:51
*** asselin has quit IRC02:52
*** baoli has joined #openstack-infra02:52
*** baoli has quit IRC02:52
*** baoli has joined #openstack-infra02:52
*** baoli has quit IRC02:53
clarkbgotcha02:53
*** dims_ has quit IRC02:54
*** SumitNaiksatam has left #openstack-infra02:56
*** baoli has joined #openstack-infra02:57
lifelessfungi: thanks, for some reason I was blind when reading zuul02:59
lifelessI wish gerrit showed the zuul status live02:59
*** jerryz has quit IRC03:01
harlowja_at_homelifeless,  https://github.com/harlowja/gerrit_view/#czuul should still work (last time i checked); if u want something to view specific projects (in a console...)03:02
harlowja_at_homealthough it would be nice to have zuul live-status on gerrit somehow03:02
*** EricGonczer_ has quit IRC03:02
*** boris-42 has quit IRC03:02
fungilifeless: we sort of had that for a bit but all the queries killed zuul. we've now got a less shotgun-oriented status api in zuul so that our javascript overlay can make more lightweight requests, though it's not fully in place yet (last i saw there's still a toggle in the javascript disabling it for testing purposes)03:02
fungisdague was working on it off and on03:03
harlowja_at_homefungi,  i thought the zuul webpage was cached (accurate to every 5 seconds or something) anyway (so hopefully most queries just hit the cache?)03:05
*** larainema has quit IRC03:05
fungiharlowja_at_home: yes, however the sheer volume being queried by hundreds of devs every several seconds multiplied by the number of browser tabs they have open to gerrit changes...03:06
fungiit was pretty bad03:06
harlowja_at_home:-/03:06
harlowja_at_homeall served by 1 eventlet greenthread, lol :-P03:07
fungiat the moment, the full status.json is 144k of data03:08
openstackgerritJoshua Hesketh proposed openstack-infra/os-loganalyze: Surpress 404 errors from swift  https://review.openstack.org/20331103:09
jheskethclarkb: ^03:09
harlowja_at_homefungi,  ya, every 30 seconds https://github.com/harlowja/gerrit_view/#czuul will try to grab it (and parse, and redisplay)03:09
harlowja_at_homebut i'd imagine a webpage viewing 1 review would hopefully be like 1k (if that)03:11
fungiwhereas when you're looking at the gerrit webui in the context of a single change, you can query /status/change/203148,2 for ~4k of data03:12
harlowja_at_homenice03:13
clarkbjhesketh +2 maybe fungi will approve?03:13
funginot 1k, but still a lot less than 144k (and we're not even busy)03:13
harlowja_at_homeagreed03:13
fungiclarkb: jhesketh: which changes? i'm not sussing it from scrollback trivially03:14
fungioh, 20331103:14
fungii'm blind03:14
*** jpeeler has quit IRC03:15
*** achanda has quit IRC03:17
*** Sukhdev has joined #openstack-infra03:18
openstackgerritMerged openstack-infra/os-loganalyze: Surpress 404 errors from swift  https://review.openstack.org/20331103:19
*** Kennan has quit IRC03:20
fungijhesketh: ^03:23
*** baoli has quit IRC03:23
*** bharath has joined #openstack-infra03:26
jheskethfungi: thanks :-)03:29
jhesketh(sorry went off to make some lunch)03:30
fungii'm going off to get some sleep03:30
*** bharath has quit IRC03:30
jheskethseeya03:30
jheskeththanks for your help :-)03:30
openstackgerritlitong01 proposed openstack-infra/project-config: Add new cloud-monitor repository for OpenStack monitoring service  https://review.openstack.org/20325903:31
*** pal has joined #openstack-infra03:31
*** harlowja_at_home has quit IRC03:32
jheskethclarkb: error.log and error.log.1 are 17GB and 23GB respectfully03:33
jheskeththe disk has 221GB free space, so it's not an issue03:33
*** Sukhdev has quit IRC03:33
jheskethshould we just let them rotate out normally03:33
clarkbthat works for me03:34
*** Kennan has joined #openstack-infra03:35
jheskethokay then, os-loganalyze is looking good :-)03:36
*** sputnik13 has joined #openstack-infra03:37
*** annegentle_ has joined #openstack-infra03:41
*** hdd has joined #openstack-infra03:42
*** annegentle_ has quit IRC03:45
*** hdd has quit IRC03:47
*** tongli has joined #openstack-infra03:47
*** asselin__ has quit IRC03:47
*** mpopow has joined #openstack-infra03:49
openstackgerritlitong01 proposed openstack-infra/project-config: Add new cloud-monitor repository for OpenStack monitoring service  https://review.openstack.org/20325903:57
*** Sukhdev has joined #openstack-infra03:58
*** Sukhdev has quit IRC04:03
*** yamahata has joined #openstack-infra04:05
*** pal has quit IRC04:10
*** bhunter71_2 has quit IRC04:11
*** Sukhdev has joined #openstack-infra04:13
lifelessoh, has anyone proposed the revert to upper-constraints.txt?04:21
lifelesscause, thats what needs to happen to fix the gate...04:22
*** tongli has quit IRC04:23
*** tongli has joined #openstack-infra04:24
*** caphrim007 has joined #openstack-infra04:24
lifelessahh https://review.openstack.org/#/c/203295/04:25
lifelessthats what needs a second +2A04:25
lifelessclarkb: ^ jeblair: ^04:25
*** caphrim007 has quit IRC04:26
*** caphrim007 has joined #openstack-infra04:27
*** caphrim007 has quit IRC04:30
*** tongli has quit IRC04:32
*** tongli has joined #openstack-infra04:33
*** bdemers has quit IRC04:33
*** bdemers has joined #openstack-infra04:33
*** tongli has quit IRC04:35
*** ddieterly has quit IRC04:36
*** changbl has quit IRC04:44
*** Sukhdev has quit IRC04:48
*** caphrim007 has joined #openstack-infra04:48
*** Sukhdev has joined #openstack-infra04:54
*** baoli has joined #openstack-infra04:54
*** kushal has quit IRC04:56
*** FallenPegasus has joined #openstack-infra04:58
*** baoli has quit IRC04:59
*** kushal has joined #openstack-infra05:12
*** bdemers has quit IRC05:13
*** bdemers has joined #openstack-infra05:13
*** bdemers has quit IRC05:15
*** bdemers has joined #openstack-infra05:16
*** Sukhdev has quit IRC05:17
*** Sukhdev has joined #openstack-infra05:21
*** mrmartin has joined #openstack-infra05:25
*** btully has joined #openstack-infra05:26
*** crc32 has quit IRC05:27
*** annegentle_ has joined #openstack-infra05:30
*** bdemers has quit IRC05:30
*** bdemers has joined #openstack-infra05:31
*** flashgordon has quit IRC05:32
*** annegentle_ has quit IRC05:34
*** FallenPegasus has quit IRC05:36
*** ddieterly has joined #openstack-infra05:37
*** bdemers has quit IRC05:40
*** bdemers has joined #openstack-infra05:41
*** mrmartin has quit IRC05:41
*** ddieterly has quit IRC05:41
*** otter768 has quit IRC05:46
*** flashgordon has joined #openstack-infra05:48
*** caphrim007 has quit IRC05:49
*** yamahata has quit IRC05:54
*** j^2 has quit IRC05:54
*** j^2 has joined #openstack-infra05:55
*** bdemers has quit IRC05:57
*** bdemers has joined #openstack-infra05:58
*** tlian has quit IRC06:04
*** sputnik13 has quit IRC06:06
*** sputnik13 has joined #openstack-infra06:09
*** fabo has quit IRC06:09
*** fabo has joined #openstack-infra06:17
*** bdemers has quit IRC06:21
*** SumitNaiksatam has joined #openstack-infra06:35
*** ddieterly has joined #openstack-infra06:38
*** liam__ has joined #openstack-infra06:39
*** achanda has joined #openstack-infra06:40
*** liam__ has quit IRC06:41
*** liam__ has joined #openstack-infra06:41
*** ddieterly has quit IRC06:43
*** liam__ has quit IRC06:43
*** pcaruana has joined #openstack-infra06:52
*** mfalatic has quit IRC06:54
*** nagyz__ has joined #openstack-infra06:55
*** SumitNaiksatam has quit IRC06:56
*** nagyz_ has quit IRC06:58
*** sergmelikyan has joined #openstack-infra07:01
*** SumitNaiksatam has joined #openstack-infra07:02
*** sergmelikyan has quit IRC07:11
*** annegentle_ has joined #openstack-infra07:19
*** unicell1 has quit IRC07:19
*** unicell has joined #openstack-infra07:20
*** Sukhdev has quit IRC07:21
*** annegentle_ has quit IRC07:23
electricalMorning all07:29
*** unicell has quit IRC07:39
*** ddieterly has joined #openstack-infra07:39
*** ddieterly has quit IRC07:44
*** btully has quit IRC08:08
*** ihrachyshka has joined #openstack-infra08:23
*** ihrachyshka has quit IRC08:33
*** achanda has quit IRC08:35
*** e0ne has joined #openstack-infra08:36
*** achanda has joined #openstack-infra08:38
*** e0ne has quit IRC08:39
*** ddieterly has joined #openstack-infra08:40
*** achanda has quit IRC08:44
openstackgerrityolanda.robla proposed openstack-infra/system-config: Start using cgit::lb class  https://review.openstack.org/18182908:44
*** ddieterly has quit IRC08:45
*** Kennan has quit IRC08:49
openstackgerrityolanda.robla proposed openstack-infra/puppet-jeepyb: Separate the fetch remotes log dir and file  https://review.openstack.org/19218708:52
*** Kennan has joined #openstack-infra08:53
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: New logrotate class in gerrit  https://review.openstack.org/20131208:57
openstackgerrityolanda.robla proposed openstack-infra/puppet-gerrit: New logrotate class in gerrit  https://review.openstack.org/20131208:59
openstackgerrityolanda.robla proposed openstack-infra/system-config: Start using gerrit logrotation options  https://review.openstack.org/20333109:00
*** annegentle_ has joined #openstack-infra09:07
*** Kiall has quit IRC09:10
*** annegentle_ has quit IRC09:12
*** Kiall has joined #openstack-infra09:13
*** Kennan has quit IRC09:17
*** geoffarnold has joined #openstack-infra09:17
*** heyongli has quit IRC09:29
*** heyongli has joined #openstack-infra09:30
*** Kennan has joined #openstack-infra09:30
*** ihrachyshka has joined #openstack-infra09:36
*** ddieterly has joined #openstack-infra09:40
*** asselin has joined #openstack-infra09:44
*** ddieterly has quit IRC09:45
*** pal has joined #openstack-infra09:47
*** asselin has quit IRC09:48
*** isviridov_away is now known as isviridov09:56
*** geoffarnold has quit IRC10:04
*** geoffarnold has joined #openstack-infra10:06
*** asselin_ has quit IRC10:18
*** kmartin has quit IRC10:19
*** isviridov is now known as isviridov_away10:26
*** Kennan has quit IRC10:38
*** ddieterly has joined #openstack-infra10:41
*** ddieterly has quit IRC10:46
*** marzif__ has joined #openstack-infra10:50
*** Kennan has joined #openstack-infra10:51
*** annegentle_ has joined #openstack-infra10:56
*** annegentle_ has quit IRC11:01
*** rossella_s has joined #openstack-infra11:02
openstackgerritMorgan Fainberg proposed openstack/requirements: ldappool is only python-2.7  https://review.openstack.org/20333611:04
openstackgerritMorgan Fainberg proposed openstack/requirements: Add ldap3 to global-requirements  https://review.openstack.org/17655611:04
*** ddieterly has joined #openstack-infra11:07
*** pal has quit IRC11:09
*** _nadya_ has joined #openstack-infra11:12
*** pal has joined #openstack-infra11:14
*** rguillebert has joined #openstack-infra11:18
openstackgerrityolanda.robla proposed openstack-infra/puppet-jeepyb: Separate the fetch remotes log dir and file  https://review.openstack.org/19218711:20
*** _nadya_ has quit IRC11:26
*** _nadya_ has joined #openstack-infra11:27
*** _nadya_ has quit IRC11:31
openstackgerrityolanda.robla proposed openstack-infra/puppet-jeepyb: Separate the fetch remotes log dir and file  https://review.openstack.org/19218711:35
*** bdemers has joined #openstack-infra11:43
*** dizquierdo has joined #openstack-infra11:50
*** geoffarnold has quit IRC12:18
*** HeOS has quit IRC12:19
*** dims_ has joined #openstack-infra12:20
*** ildikov has joined #openstack-infra12:22
*** dizquierdo has quit IRC12:29
*** pal has quit IRC12:31
*** ruagair has quit IRC12:34
*** mriedem has joined #openstack-infra12:40
*** pal has joined #openstack-infra12:43
*** EricGonczer_ has joined #openstack-infra12:45
*** annegentle_ has joined #openstack-infra12:45
*** annegentle_ has quit IRC12:50
*** Kiall has quit IRC12:50
*** Kiall has joined #openstack-infra12:50
*** ruagair has joined #openstack-infra12:51
*** Kiall has quit IRC13:00
*** pal has quit IRC13:00
*** Kiall has joined #openstack-infra13:00
*** pal has joined #openstack-infra13:00
*** heyongli has quit IRC13:02
*** heyongli has joined #openstack-infra13:03
*** mhu has quit IRC13:05
*** miand has joined #openstack-infra13:07
*** mhu has joined #openstack-infra13:08
*** chlong has joined #openstack-infra13:09
*** EricGonczer_ has quit IRC13:09
greghaynesianw: I think https://review.openstack.org/#/c/186620/7 requires a rebase maybe?13:11
greghaynesits pretty unclear what is going on, but gerrit is definitely not happy with it13:12
greghaynesseems like maybe a jgit / zuul git not doing the same thing deal13:12
*** michchap has quit IRC13:24
*** michchap has joined #openstack-infra13:32
*** nagyz__ has quit IRC13:38
*** e0ne has joined #openstack-infra13:40
*** e0ne has quit IRC13:45
openstackgerritIhar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos ml2 extension driver for feature/qos  https://review.openstack.org/20335113:46
*** ihrachyshka has quit IRC13:58
*** annegentle_ has joined #openstack-infra14:01
*** e0ne has joined #openstack-infra14:04
*** e0ne has quit IRC14:07
greghaynesmriedem: re: your ML post, are you sure that is the fial causing this? there is also http://logs.openstack.org/95/203295/1/check/gate-requirements-integration-dsvm/10073dd/console.html#_2015-07-18_13_16_32_832 later on...14:07
greghaynesmtreinish: which might just be messing uuid-deb14:08
greghayneser, uuid-dev14:08
*** btully has joined #openstack-infra14:10
*** e0ne has joined #openstack-infra14:10
mriedemgreghaynes: ah yeah that's probably it14:10
mriedemso, i guess i'll try adding that to devstack's list of files for debs14:10
greghaynesyep14:11
mriedemi'm not sure why this would be a new failure in the last 24 hours14:11
greghayneslooks like it was also causing sqlite3's wheel build to fail which proably doesnt matter14:11
greghaynesuhhh, me either, could be new release on their part or could be something wierd with new images14:11
mriedemyeah, doesn't matter at this point i guess14:12
*** e0ne has quit IRC14:12
mriedemopened https://bugs.launchpad.net/devstack/+bug/147588014:13
openstackLaunchpad bug 1475880 in devstack "gate-requirements-integration-dsvm fails due to missing uuid-dev package" [Undecided,Confirmed] - Assigned to Matt Riedemann (mriedem)14:13
mriedemwill push a change14:13
mriedemle sigh14:13
mriedemit's a good thing i've got dora the explorer on in the background to keep my spirits up14:13
mriedem"you can do it!"14:13
greghayneshaha14:13
*** btully has quit IRC14:14
*** e0ne has joined #openstack-infra14:17
*** hrubi has joined #openstack-infra14:20
*** FallenPegasus has joined #openstack-infra14:21
*** FallenPegasus has quit IRC14:22
*** FallenPegasus has joined #openstack-infra14:26
openstackgerritMerged openstack-infra/glean: Refuse to replace pre-existing interface configs.  https://review.openstack.org/20298414:27
*** FallenPegasus has quit IRC14:28
*** annegentle_ has quit IRC14:30
greghaynesNg: mordred ^14:31
openstackgerritMatt Riedemann proposed openstack/requirements: Exclude glance_store 0.7.0 due to gate blocking regression  https://review.openstack.org/20329514:32
mriedemfungi: clarkb: ^ added the depends-on for the devstack change14:32
fungimriedem: dims_: anybody happen to know how we got in a state of oslo.messaging needing uuid-dev and swig in devstack?14:33
*** amotoki has joined #openstack-infra14:33
mriedemfungi: https://review.openstack.org/#/c/186671/14:34
fungii mean, i get that it's needed to be able to build proton, just14:34
mriedemoslo.messaging has amqp as an optional backend,14:34
mriedemwhich is qpid-proton,]14:34
mriedemwhich requires those other things to build14:34
fungiand enabling it passed devstack jobs14:35
mriedemi'm looking to see if there is a way to just restrict this to the gate-requirements-integration-dsvm14:35
*** annegentle_ has joined #openstack-infra14:35
mriedemsince i'm guessing sdague won't want those packages listed in devstack14:35
fungijust wondering how oslo.messaging with 186671 was installed in devstack even though uuid-dev and swig weren't present14:36
fungilooking at the job logs now to see if i can figure it out14:36
fungii suppose it's only tickled by the requirements integration job14:37
mriedemyeah devstack doesn't install qpid-proton14:37
mriedemthat'd only be via the amqp job for oslo.messaging i guess14:37
mriedemwith that post hook14:37
*** e0ne has quit IRC14:39
mriedemso i'm guessing that the packages should actually be installed here: https://github.com/openstack/requirements/blob/master/tools/integration.sh14:40
mriedemthat's what's called from the project definition in project-config14:40
mriedemand that would keep these things out of devstack if you're not using amqp14:40
fungiright, requirements just added (i think it merged?) a bindep other-requirements.txt file to make those easier to manage14:41
mriedemhttps://github.com/openstack/requirements/blob/master/other-requirements.txt14:41
mriedemyup14:41
mriedemnice14:41
mriedemhowever14:42
mriedemthat already has uuid-dev and swig listed14:42
*** e0ne has joined #openstack-infra14:44
fungifrom the log, it's also failing to find sqlite3.h14:44
*** dizquierdo has joined #openstack-infra14:44
fungi2015-07-18 13:07:59.643 | /opt/stack/new/requirements/tools/integration.sh: line14:46
fungi 29: /usr/bindep-env/bin/bindep: No such file or directory14:46
fungibuilt on devstack-trusty rax-iad so it should have it installed already14:47
*** gyee has joined #openstack-infra14:47
mriedemyeah https://review.openstack.org/#/c/199782/ merged yesterday14:48
*** superdan is now known as dansmith14:48
mriedemso that's what changed in the last 24 hours to break14:48
mriedemgdi14:48
fungiconfirmed, for some reason /usr/bindep-env/bin/bindep is not on that image. checking the image update logs now to see why14:48
*** hdd has joined #openstack-infra14:49
mriedemfungi: can we just revert this for now14:49
mriedemit's saturday and i'm 3 blockers deep in the gate by now14:49
*** anthonyper has quit IRC14:49
*** anthonyper has joined #openstack-infra14:49
openstackgerritMatt Riedemann proposed openstack/requirements: Revert "Move integration test dependencies into bindep"  https://review.openstack.org/20335514:50
openstackgerritMatt Riedemann proposed openstack/requirements: Exclude glance_store 0.7.0 due to gate blocking regression  https://review.openstack.org/20329514:50
*** puranamr has joined #openstack-infra14:50
*** e0ne has quit IRC14:53
fungiaww crap14:53
fungii see the problem14:53
fungiwe're not uploading dib-built devstack-trusty images to rackspace, just hpcloud14:54
fungii thought we already were14:54
fungiwe'll need to revert 199782 for now14:54
*** gyee has quit IRC14:54
fungigreghaynes: mordred: ^ do you know what's left to do before we start using dib-built devstack-trusty images in rackspace? or do we need to move all the devstack-based jobs to ubuntu-trusty nodes instead?14:55
anteayayesterday sometime you were talking about reducing the amount of apache logs we retain, fungi. clarkb mentioned I had a patch on it, yolanda has taken it over, here it is, your thoughts welcome: https://review.openstack.org/#/c/201312/1014:56
*** e0ne has joined #openstack-infra14:57
*** asselin has joined #openstack-infra14:57
mriedemfungi: yup, got the revert posted https://review.openstack.org/#/c/203355/14:57
greghaynesfungi: correct, no dib is actually being used in rax yet. There was some error handling that went into shade that has been released, I think there might also be some more packages missing for multinode...14:58
greghaynesI wonder if the job to run ubuntu-trusty multinode merged14:58
greghayneshttps://review.openstack.org/#/c/202093/14:59
*** hdd has quit IRC14:59
greghaynesfungi: ^ we need to merge that and then cycle on possibly more missing packages in the images14:59
openstackgerritJeremy Stanley proposed openstack/requirements: Revert "Move integration test dependencies into bindep"  https://review.openstack.org/20335715:00
openstackgerritJeremy Stanley proposed openstack/requirements: Move integration test dependencies into bindep  https://review.openstack.org/20335815:00
fungimriedem: lifeless: ^ i'll wip the second one for now15:00
anteayagreghaynes: do you understand the failure in the log for that patch?15:00
greghaynesanteaya: just did a recheck, it was a git cloning fail15:00
anteayaA TLS packet with unexpected length was received.15:01
anteayaokay15:01
mriedemfungi: no arguments from me except i have the glance_store block change dependent on my revert15:03
mriedemfungi: so either we need to drop mine and point at yours, or drop yours and probably copy the commit message since it's better15:03
anteayagreghaynes: +2 from me assuming you can get jenkins in a happy place15:03
fungimriedem: oh, i missed you saying you were working on proposing a revert. sorry about that15:03
mriedemfungi: should i just steal your commit message?15:04
* fungi will stop duplicating effort now15:04
fungifeel free15:04
openstackgerritMatt Riedemann proposed openstack/requirements: Revert "Move integration test dependencies into bindep"  https://review.openstack.org/20335515:04
mriedemdone15:04
mriedemthanks15:04
funginp15:05
*** mhu has quit IRC15:05
Nggreghaynes: woot! Thanks :)15:05
Nggreghaynes: fancy looking at the one that depends on it? https://review.openstack.org/#/c/202250/15:06
*** ddieterly has quit IRC15:07
*** mhu has joined #openstack-infra15:07
openstackgerritJeremy Stanley proposed openstack/requirements: Move integration test dependencies into bindep  https://review.openstack.org/20335815:08
*** pal has quit IRC15:08
fungimriedem: okay, rebased the unrevert on top of your revert15:08
mriedemyup, see that15:09
mriedemmight want to wip your unrevert again15:09
mriedemfungi: also, want to re-approve the glance_store block? https://review.openstack.org/#/c/203295/15:09
*** puranamr has quit IRC15:09
fungiyep15:10
fungihrm, it has a depends-on to another requirements change rather than being rebased onto it15:11
*** e0ne has quit IRC15:11
fungii guess that's okay15:11
mriedemyeah guess i didn't think about that15:12
fungii've bumped them straight to the gate pipeline to get this knocked out a little sooner15:13
*** dizquierdo has quit IRC15:13
*** changbl has joined #openstack-infra15:14
*** e0ne has joined #openstack-infra15:15
*** e0ne has quit IRC15:17
dims_yay fungi thanks15:19
*** e0ne has joined #openstack-infra15:20
*** e0ne has quit IRC15:23
fungiwell, i feel fairly responsible for the situation since i let that change through not realizing we weren't dib'ing devstack images in rax yet15:24
*** btully has joined #openstack-infra15:24
*** e0ne has joined #openstack-infra15:26
greghaynesfungi: https://review.openstack.org/#/c/202093/ passed now15:27
greghaynesand once that goes in I can cycle on stuff needed to move over to dib in rax15:27
*** e0ne has quit IRC15:29
*** e0ne has joined #openstack-infra15:32
fungi+315:34
*** e0ne has quit IRC15:35
openstackgerritMerged openstack-infra/project-config: Add experimental multi-node job to use dib images  https://review.openstack.org/20209315:37
*** e0ne has joined #openstack-infra15:40
*** e0ne has quit IRC15:42
*** sputnik13 has quit IRC15:43
*** tlian has joined #openstack-infra15:46
*** e0ne has joined #openstack-infra15:46
*** mwagner_lap has quit IRC15:47
jeblairfungi: i see things are happening.  if i wanted to restart zuul and/or gerrit, what should i ensure is stabilized before i do so?15:50
*** e0ne has quit IRC15:50
jeblairfungi: i'm guessing 355 and 295 landing are the most important things15:51
fungijeblair: letting the two requirements changes in te gate merge first would be awesome15:51
fungiyep, thanks!15:51
jeblaircool, i think i'm caught up (after reading their commit msgs)15:52
*** e0ne has joined #openstack-infra15:54
*** ildikov has quit IRC15:55
*** _fortis has quit IRC15:57
*** e0ne has quit IRC15:58
*** _fortis has joined #openstack-infra15:58
*** ig0r_ has joined #openstack-infra16:01
*** dizquierdo has joined #openstack-infra16:01
*** e0ne has joined #openstack-infra16:02
openstackgerritMerged openstack/requirements: Revert "Move integration test dependencies into bindep"  https://review.openstack.org/20335516:03
*** _nadya_ has joined #openstack-infra16:03
openstackgerritSomay Jain proposed openstack-infra/jenkins-job-builder: Adding support for monitoring files using FSTrigger Plugin  https://review.openstack.org/20336416:04
*** ig0r_ has quit IRC16:05
*** miand has quit IRC16:07
*** sdake has joined #openstack-infra16:07
*** ddieterly has joined #openstack-infra16:07
*** ddieterly has quit IRC16:12
*** e0ne has quit IRC16:12
*** mhu has quit IRC16:13
*** Somay has joined #openstack-infra16:15
*** e0ne has joined #openstack-infra16:16
*** pcrews__ has quit IRC16:17
*** e0ne has quit IRC16:19
*** mhu has joined #openstack-infra16:19
*** puranamr has joined #openstack-infra16:20
*** pcrews has joined #openstack-infra16:20
*** FallenPegasus has joined #openstack-infra16:21
*** armax has quit IRC16:21
*** FallenPe_ has joined #openstack-infra16:21
*** armax has joined #openstack-infra16:22
*** e0ne has joined #openstack-infra16:23
*** FallenPegasus has quit IRC16:25
openstackgerritSomay Jain proposed openstack-infra/jenkins-job-builder: Adding support for IvyTrigger Plugin  https://review.openstack.org/20049116:25
*** annegentle_ has quit IRC16:25
*** sdake_ has joined #openstack-infra16:26
*** _nadya_ has quit IRC16:27
*** _nadya_ has joined #openstack-infra16:28
*** _nadya_ has quit IRC16:28
*** sdake has quit IRC16:29
*** _nadya_ has joined #openstack-infra16:29
*** e0ne has quit IRC16:31
*** Somay has quit IRC16:32
*** puranamr has quit IRC16:33
*** e0ne has joined #openstack-infra16:35
*** e0ne has quit IRC16:37
*** _nadya_ has quit IRC16:39
*** shashank_hegde has joined #openstack-infra16:40
*** _nadya_ has joined #openstack-infra16:40
*** e0ne has joined #openstack-infra16:41
*** armax has quit IRC16:42
*** jsavak has joined #openstack-infra16:44
*** _nadya_ has quit IRC16:44
*** e0ne has quit IRC16:46
*** jsavak has quit IRC16:48
*** jsavak has joined #openstack-infra16:48
*** dims_ has quit IRC16:49
*** e0ne has joined #openstack-infra16:50
jeblairfungi: ha, i just spent the last 30 minutes trying to figure out why the builds for 203295 restarted -- i thought there was something wrong with the severed head case (the case of the severed head?) where every change behind it might be restarted when it got to the top.  but that's not the case -- it works just fine...16:51
*** e0ne has quit IRC16:53
*** tlian has quit IRC16:53
jeblairfungi: i eventually realized it's because a reconfiguration happened right around the time that the change ahead merged; so actually it was restarted because it rebuilt the queue after the reconfiguration and it was different than before (possibly still because of the severed head, but that makes it a much smaller edge case)16:54
openstackgerritMerged openstack/requirements: Exclude glance_store 0.7.0 due to gate blocking regression  https://review.openstack.org/20329516:55
jeblairyay16:55
*** FallenPe_ has quit IRC16:55
*** e0ne has joined #openstack-infra16:57
jeblairrestarting gerrit17:00
*** s0nea has quit IRC17:02
*** amotoki has quit IRC17:04
*** e0ne has quit IRC17:05
*** s0nea has joined #openstack-infra17:06
*** ddieterly has joined #openstack-infra17:08
*** marekd has joined #openstack-infra17:08
*** e0ne has joined #openstack-infra17:10
jeblairrestarting zuul17:10
*** jamesmcarthur has joined #openstack-infra17:11
*** e0ne has quit IRC17:11
*** ddieterly has quit IRC17:13
fungiheh, yep, interesting side effect17:13
*** pal has joined #openstack-infra17:15
*** e0ne has joined #openstack-infra17:16
jeblairfungi: i've manually configured gerrit to replicate to afs (via ssh to afstest.o.o for now, just for testing).  i note that it is in fact creating the git repositories without the need for manage-projects.17:18
*** e0ne has quit IRC17:18
jeblairfungi: (however, i did pre-create the 'org' directories (eg 'openstack'); i don't know if gerrit can create those on its own)17:18
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Test both fedora 21 and fedora 22  https://review.openstack.org/20324717:18
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Update default Fedora to 22  https://review.openstack.org/18584317:18
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Cleanup yum downloading  https://review.openstack.org/18662017:18
fungijeblair: oh, nice!17:19
jeblairi'll see if i can answer that question next17:19
jeblairit would be cool not to have to run m-p on the git farm17:19
fungiin theory, once it stops replicating, you could just delete stackforge-attic and then force replication for one of the repos under it again17:19
jeblairgood idea17:20
fungismallest org by commit count, probably17:20
fungibtw, i'm mostly afk back and forth with boxes most of the day17:21
jeblairfungi: lift with your legs!17:21
jeblairi mean, you may also want to use arms and hands, etc.17:21
*** e0ne has joined #openstack-infra17:22
*** jsavak has quit IRC17:22
*** jsavak has joined #openstack-infra17:22
* fungi lifts with tools17:23
jeblairoh.  also,  i should set the quota for the git volume higher than 5M.17:23
fungioh, yeah that's probably a wise precaution ;)17:24
*** e0ne has quit IRC17:26
*** ddieterly has joined #openstack-infra17:26
*** jsavak has quit IRC17:28
jeblairfungi, clarkb, mordred, pleia2: i've confirmed that gerrit replication over ssh will both create git repos and intermediate directories (eg 'openstack/').  so i think we can look into removing manage-projects from the git servers and simplifying the ansible runs17:29
*** zz_dimtruck is now known as dimtruck17:29
*** e0ne has joined #openstack-infra17:30
fungithat will be quite awesomemaking17:31
clarkbooh17:32
jeblairand those of you with afs clients can watch /afs/openstack.org/mirror/git being populated right now if you want :)17:33
clarkbis that replicating "locally"?17:33
jeblairclarkb: no, over ssh17:34
jeblairso we can try stuff out without futzing with the client on gerrit17:34
*** harlowja_at_home has joined #openstack-infra17:35
*** jamesmcarthur has quit IRC17:35
fungiand saves us needing to kexec wrap the gerrit jvm (for now at least, we can always decide to try that down the road)17:35
jeblairyep17:35
jeblairi also just gave afstest an ip acl to write to the directory to make that part easier for testing too17:36
fungii wonder though whether the afs max path length is going to cause issues17:36
fungii guess for bare repos probably not17:36
*** e0ne has quit IRC17:38
fungithe answer, for anyone curious, is that the longest path rooted at /var/lib/git on our git servers is 126 characters17:41
*** dims_ has joined #openstack-infra17:41
*** e0ne has joined #openstack-infra17:41
*** marekd has quit IRC17:42
*** marekd has joined #openstack-infra17:42
jeblairis there a path length limit?  i didn't think so, though there are filename limits (and limits for symlink targets)17:43
jeblairhrm.  for some reason the file 'refs/heads/master' is not being replicated17:43
jeblairand it's important17:43
fungiyep, i just went hunting, apparently it's that the number of files you can fit in a directory decreases the longer the filenames are17:44
funginot the max path length17:44
jeblairyep17:44
*** shashank_hegde has quit IRC17:44
*** ildikov has joined #openstack-infra17:44
fungi64k slots and every 16 bytes or fraction thereof in a filename takes one slot17:45
jeblairi wonder why the heads are not being replicated... and i wonder if that's something that we get as a side effect of m-p...17:45
dims_fungi: mriedem: i'll cut the glance_store release to unblock gates17:46
fungijeblair: looking at the replication config documentation, it looks like pushing refs/heads/* and refs/tags/* is optional17:47
jeblairi copied the cgit configuration...17:47
fungiyeah, that's seriously strange17:47
fungibecause it seems to be working there17:47
mriedemdims_: it actually looks like glance's requirements pull glance_store from source rather than pypi17:48
jeblairthough that is slightly complicated by the fact that we pack refs on cgit...17:48
mriedemdims_: so just getting my fix into glance_store might have fixed things17:48
*** enikanorov_ has quit IRC17:48
mriedemdims_: https://github.com/openstack/glance/blob/master/requirements.txt#L6317:48
jeblairbut the gerrit repo itself doesn't, so i'd expect it to look like that17:48
*** enikanorov has joined #openstack-infra17:49
jeblairfungi: oh weird17:49
jeblairfungi: when replicate a second time, it pushes it17:50
fungithat's pure strangeness17:50
jeblairso i wonder if there's a malfunction during the initial creation17:50
fungisounds like a gerrit bug17:50
fungiyeah, maybe it gets interrupted17:50
fungior interrupts itself anyway17:50
jeblairwe should probably verify that's a gerrit replication thing vs an afs thing17:51
*** achanda has joined #openstack-infra17:51
* jeblair kicks off the fourth full replication pass of the morning17:52
jeblair(and indeed, i'm now watching refs/heads/master show up one repo at a time)17:52
jeblairthis works now: git --git-dir /afs/openstack.org/mirror/git/openstack-infra/devstack-gate.git log17:54
openstackgerritMatt Riedemann proposed openstack/requirements: Bump glance_store to 0.7.1 for py34 compatibility  https://review.openstack.org/20337217:54
*** e0ne has quit IRC17:55
fungislick!17:56
*** HeOS has joined #openstack-infra17:58
*** e0ne has joined #openstack-infra17:59
*** nelsnelson has joined #openstack-infra18:00
*** e0ne has quit IRC18:02
*** thedodd has joined #openstack-infra18:03
*** puranamr has joined #openstack-infra18:04
*** amotoki has joined #openstack-infra18:04
dims_mriedem: ack. i've cut the 0.7.1 anyways :)18:05
*** e0ne has joined #openstack-infra18:06
*** pal has quit IRC18:06
*** puranamr has quit IRC18:06
*** e0ne has quit IRC18:08
*** puranamr has joined #openstack-infra18:08
*** amotoki has quit IRC18:09
*** amotoki has joined #openstack-infra18:11
*** e0ne has joined #openstack-infra18:11
*** puranamr has quit IRC18:15
*** e0ne has quit IRC18:17
*** harlowja_at_home has quit IRC18:19
*** ddieterl_ has joined #openstack-infra18:20
*** ddieterly has quit IRC18:20
*** e0ne has joined #openstack-infra18:20
kragnizmriedem: ah yes, 0.7.0 was mostly so we could fix that up18:22
*** e0ne has quit IRC18:23
mriedemkragniz: the py34 stuff?18:23
kragnizyeah18:23
mriedemanyway, dims_ kragniz fungi we're golden now https://jenkins06.openstack.org/job/gate-tempest-dsvm-full-ceph/597/console18:23
mriedemthanks!18:23
*** geoffarnold has joined #openstack-infra18:24
kragnizmriedem: good job!18:24
mriedemtime to celebrate with a flav-or-ice18:25
mriedem*flav-r-ice?18:25
*** btully has quit IRC18:27
*** e0ne has joined #openstack-infra18:27
*** e0ne has quit IRC18:28
*** _nadya_ has joined #openstack-infra18:29
fungimriedem: thanks for staying on top of that!18:30
jeblairrestarting gerrit again18:31
jeblairi've just learned about sysctl kernel.yama.protected_nonaccess_hardlinks18:31
*** kdas__ has joined #openstack-infra18:32
*** achanda has quit IRC18:33
*** geoffarnold has quit IRC18:34
*** geoffarnold has joined #openstack-infra18:34
*** dizquierdo has quit IRC18:35
*** jsavak has joined #openstack-infra18:35
*** kushal has quit IRC18:35
*** shashank_hegde has joined #openstack-infra18:38
*** jsavak has quit IRC18:39
*** achanda has joined #openstack-infra18:41
*** tongli has joined #openstack-infra18:43
pabelangerWell, that explains why nodepool image-build is failing, looks like a bug18:44
pabelangerand lack of test coverage18:44
*** EricGonczer_ has joined #openstack-infra18:44
fungiapparently fs.protected_hardlinks in later kernels18:45
*** changbl has quit IRC18:48
openstackgerritPaul Belanger proposed openstack-infra/nodepool: [WIP] Add test_dib_image_build test  https://review.openstack.org/20337518:49
*** geoffarnold has quit IRC18:52
*** maishsk has joined #openstack-infra18:57
jeblairfungi, clarkb, mordred, pleia2: so, er, i think i'm actually confirming that gerrit may or may not create missing repositories based on some criteria that i have not determined.  it created 392 of our 728 repos.18:57
jeblairi suspect a bug in the replication plugin; perhaps one that only shows up if you have >1 replication target19:00
jeblairat any rate, my hopes of being able to avoid m-p are being dashed.19:00
pabelangerYup, nodepool image-build is broken. It expects an image-type however, no way to set it from diskimages section in config19:08
*** HeOS has quit IRC19:09
openstackgerritlitong01 proposed openstack-infra/project-config: Add new monitor repository for OpenStack monitoring service  https://review.openstack.org/20325919:10
openstackgerritlitong01 proposed openstack-infra/project-config: Add new monitor repository for OpenStack monitoring service  https://review.openstack.org/20325919:10
*** marekd has quit IRC19:12
clarkbpabelanger I used it jusya couple days ago and it worked19:12
*** amotoki has quit IRC19:12
clarkbits jus image-build diskimage-name19:12
clarkbmade vhd and qcow2 for since nodepool.yaml was set up for both19:13
clarkbshould do qcow2 by default19:13
*** EricGonczer_ has quit IRC19:14
pabelanger2015-07-18 18:30:29,593 INFO nodepool.DiskImageBuilderThread: Running disk-image-create -x -t  --no-tmpfs  -o /opt/nodepool_dib/devstack-fedora22-dib-1437244229 fedora19:14
pabelangerclarkb: ^ node the empty value after -t19:14
clarkbit should default to qcow2 hrm19:14
clarkbmaybe mine worjed because we are explicit19:15
pabelangerthat is my using: $ nodepool --debug image-build devstack-fedora22-dib19:15
pabelangermight you19:15
pabelangerI don't have devstack-fedora22-dib declared in a provider yet19:15
pabelangerso, I think that is the issue19:15
clarkboh ya thats it19:15
pabelangerI just added it under the diskimages section19:15
clarkbnodepool isnt going to find any provider info and be confused since that determines what image type to use19:16
*** btully has joined #openstack-infra19:16
clarkbits required to be in a provider but may have min ready 019:16
*** puranamr has joined #openstack-infra19:17
*** esmute has joined #openstack-infra19:17
*** EricGonczer_ has joined #openstack-infra19:18
openstackgerritIan Cordasco proposed openstack/requirements: Add keystoneauth to projects.txt  https://review.openstack.org/20325619:18
pabelangerclarkb: added. Lets see what happens now19:18
*** armax has joined #openstack-infra19:18
*** jsavak has joined #openstack-infra19:20
*** FallenPegasus has joined #openstack-infra19:20
pabelangerclarkb: ya, better now19:21
pabelangereither way, I have a patchset up to add test coverage to the command, since it is missing19:21
pabelangerwill work on it this week and see if I can clean it up19:22
*** armax has quit IRC19:22
*** shashank_hegde has quit IRC19:23
pabelangernow to fix puppet for fedora 2219:23
*** Somay has joined #openstack-infra19:24
*** flashgordon has quit IRC19:25
openstackgerritlitong01 proposed openstack-infra/project-config: Add new monitor repository for OpenStack monitoring service  https://review.openstack.org/20325919:25
clarkbfwiw you can also just run dib directly if iterating on a new image. I find that to be easier as I can jump i to the image if needes wjthout nodepool deleting it19:26
*** marekd has joined #openstack-infra19:27
*** mriedem has quit IRC19:29
*** shashank_hegde has joined #openstack-infra19:30
*** tongli has quit IRC19:32
*** puranamr has quit IRC19:32
pabelangerack19:34
pabelangerAnyways, calling it for now.  Ran into https://review.openstack.org/#/c/202884/ for puppet-4.19:34
pabelangerwill check back later once I get some +A action on it19:34
pabelanger:D19:34
*** shashank_hegde has quit IRC19:36
*** dimtruck is now known as zz_dimtruck19:36
dgonzalezHi all, if somebody has time, i would really appreciate it if you could have a look at https://review.openstack.org/#/c/201316/. (and maybe https://review.openstack.org/#/c/200309/ wich is related to it)19:38
*** marekd has quit IRC19:40
*** flashgordon has joined #openstack-infra19:41
*** mdbooth has quit IRC19:42
*** FallenPegasus has quit IRC19:42
*** Sherif has joined #openstack-infra19:44
*** EricGonc_ has joined #openstack-infra19:45
*** ig0r_ has joined #openstack-infra19:45
*** Somay has quit IRC19:45
*** zz_dimtruck is now known as dimtruck19:47
*** FallenPegasus has joined #openstack-infra19:47
*** ig0r_ has quit IRC19:47
*** mrmartin has joined #openstack-infra19:48
*** ddieterl_ has quit IRC19:48
*** EricGonczer_ has quit IRC19:49
*** achanda has quit IRC19:52
*** EricGonc_ has quit IRC19:53
*** Sherif_ has joined #openstack-infra19:55
*** marekd has joined #openstack-infra19:55
*** Sherif has quit IRC19:59
*** dims_ has quit IRC20:00
*** Sherif_ has quit IRC20:03
*** dims_ has joined #openstack-infra20:04
*** SergK has quit IRC20:06
*** ddieterly has joined #openstack-infra20:07
*** mattymo- has quit IRC20:08
*** kozhukalov has quit IRC20:08
*** pasquier-s_ has quit IRC20:08
*** dims_ has quit IRC20:09
*** dimtruck is now known as zz_dimtruck20:10
openstackgerritMarton Kiss proposed openstack-infra/puppet-askbot: Add virtualenv support  https://review.openstack.org/20337820:10
*** maishsk_ has joined #openstack-infra20:10
*** maishsk has quit IRC20:10
*** maishsk_ is now known as maishsk20:10
*** linkedinyou has quit IRC20:11
*** kozhukalov has joined #openstack-infra20:12
*** pasquier-s has joined #openstack-infra20:13
*** linkedinyou has joined #openstack-infra20:15
*** linkedinyou has quit IRC20:16
*** pasquier-s has quit IRC20:18
*** linkedinyou has joined #openstack-infra20:19
*** kozhukalov has quit IRC20:19
*** linkedinyou has quit IRC20:19
*** _nadya_ has quit IRC20:21
openstackgerritMarton Kiss proposed openstack-infra/puppet-askbot: Add virtualenv support  https://review.openstack.org/20337820:21
*** _nadya_ has joined #openstack-infra20:21
*** SergK has joined #openstack-infra20:22
*** mrmartin has quit IRC20:22
*** dizquierdo has joined #openstack-infra20:22
lifelessfungi: can we just install bindep directly, like I started out doing ?20:23
*** kozhukalov has joined #openstack-infra20:24
*** mattymo_ has joined #openstack-infra20:24
*** pasquier-s has joined #openstack-infra20:25
*** _nadya_ has quit IRC20:26
openstackgerritMarton Kiss proposed openstack-infra/puppet-askbot: Add virtualenv support  https://review.openstack.org/20337820:29
*** HeOS has joined #openstack-infra20:29
fungilifeless: we can, or we can hold off while the dibification of our devstack-based jobs completes. it's up to you20:31
fungigreghaynes and mordred are supposedly *very* close now20:32
greghaynesfungi: speaking of, I did a check experimental but the results never got submitted to https://review.openstack.org/#/c/198795/20:32
fungi(close to having that running, i mean. they may be close in other ways too, i have no idea)20:32
greghaynesfungi: im guessing due to restarts of services... any way I can find those logs20:32
greghaynesor I can just wait until the new one I did reports in20:33
fungigreghaynes: you could just check experimental again. i expect jeblair did not restore the experimental pipeline when he restarted zuul20:33
lifelessfungi: I have other changes blocked on that20:33
lifelessfungi: its a usability issue for people submitting req changes20:33
greghaynesah, ok20:33
lifelessfungi: so if the dibification stuff is done and just percolating through merges, sure. But if it still has work to go (which is my understanding) I'd much rather not delay20:34
greghaynesYea, thers an unknown amount of work left20:34
greghaynesin theory its not much, but not certain20:34
fungilifeless: makes sense. if you want to go back to installing bindep within the job while we wait for dib-based workers running devstack jobs in rax, that's okay with me20:34
lifelesswhats the review # for the unrevert ?20:35
*** achanda has joined #openstack-infra20:35
fungiapologies again. i didn't realize it was not there yet (i should have checked)20:35
fungilifeless: 20335820:36
*** mwagner_lap has joined #openstack-infra20:36
fungiit's just a reproposal of your commit (even still has you as the author)20:36
openstackgerritlifeless proposed openstack/requirements: Move integration test dependencies into bindep  https://review.openstack.org/20335820:37
fungitransiting between houses again. afk for a bit...20:37
lifelessno apologies needed20:37
lifelessrollbacks to unblock folk are a strategy I encourage20:37
lifelessand forgetting a difference between two deploy strategies is an expected side effect of having two deploy strategies:)20:38
*** jsavak has quit IRC20:39
*** mrmartin has joined #openstack-infra20:39
*** esmute has quit IRC20:42
*** thedodd has quit IRC20:47
*** thedodd has joined #openstack-infra20:47
mrmartinfungi: the venv patch for askbot: https://review.openstack.org/20337820:51
*** puranamr has joined #openstack-infra20:58
*** puranamr has quit IRC21:04
*** amotoki has joined #openstack-infra21:05
*** hdd has joined #openstack-infra21:07
*** puranamr has joined #openstack-infra21:08
*** amotoki has quit IRC21:10
*** esmute has joined #openstack-infra21:10
fungimrmartin: saw it. will try to review this evening--thanks for working that out!21:12
*** esmute has quit IRC21:13
mrmartinfungi: it is running well in my vagrant test env, but the review is required.21:14
*** hdd has quit IRC21:14
*** dims_ has joined #openstack-infra21:15
greghayneslooks like the ubuntu-trusty multinode test is going to pass21:15
greghaynesso we might be good to go on trying to switch images again21:16
clarkbwhat did we have to add to it?21:24
greghayneswe added ping21:24
greghaynesI dont think anything since then21:24
*** btully has quit IRC21:25
*** dims_ has quit IRC21:26
fungiheh... ping? check21:27
greghaynesyes, the minimal part of ubuntu-minimal is not to be taken lightly21:27
fungimaybe devstack (or devstack-gate?) should install ping21:27
fungiin reality it was devstack gate trying to make sure the git server was reachable that was failing on lack of ping21:28
fungibut i don't think devstack-gate currently installs any distro packages and leaves that to devstack (which may not use/expect ping?)21:29
greghaynesNo idea, I doubt many have tested running devstack on a host without ping ;)21:29
mordredyay21:31
*** puranamr has quit IRC21:32
mordred(re ubuntu-trusty)21:32
*** ddieterly has quit IRC21:38
*** mrmartin has quit IRC21:40
*** FallenPegasus has quit IRC21:52
*** sdake_ has quit IRC21:58
*** dmellado has quit IRC22:03
*** lennyb has quit IRC22:04
*** esmute has joined #openstack-infra22:04
*** dmellado has joined #openstack-infra22:05
*** dizquierdo has quit IRC22:14
*** thedodd has quit IRC22:17
*** harlowja_at_home has joined #openstack-infra22:18
*** esmute has quit IRC22:18
*** yfried_ has joined #openstack-infra22:22
*** flashgordon has quit IRC22:23
*** harlowja_still_a has joined #openstack-infra22:24
*** amotoki has joined #openstack-infra22:25
*** harlowja_at_home has quit IRC22:26
*** harlowja_at_home has joined #openstack-infra22:27
*** harlowja_at_home has quit IRC22:28
*** harlowja_still_a has quit IRC22:29
*** dims_ has joined #openstack-infra22:29
*** amotoki has quit IRC22:30
*** puranamr has joined #openstack-infra22:32
*** dims_ has quit IRC22:35
*** ddieterly has joined #openstack-infra22:39
*** flashgordon has joined #openstack-infra22:39
greghaynesmordred: argh, ping still not on the images22:41
greghaynesfungi: clarkb https://review.openstack.org/#/c/202116/22:42
*** ddieterly has quit IRC22:43
*** marzif__ has quit IRC22:45
*** sdake has joined #openstack-infra22:50
*** FallenPegasus has joined #openstack-infra22:53
*** jamesmcarthur has joined #openstack-infra22:54
*** marzif_ has joined #openstack-infra22:57
*** Sherif has joined #openstack-infra23:00
*** puranamr has quit IRC23:04
*** puranamr has joined #openstack-infra23:04
*** btully has joined #openstack-infra23:05
*** btully has quit IRC23:10
*** rbrooker has quit IRC23:11
*** ajmiller_ has joined #openstack-infra23:12
*** Sherif has quit IRC23:13
*** ajmiller__ has joined #openstack-infra23:16
*** Sherif has joined #openstack-infra23:18
*** ajmiller_ has quit IRC23:19
*** jamesmcarthur has quit IRC23:19
*** Sherif has quit IRC23:19
*** EricGonczer_ has joined #openstack-infra23:20
*** Sherif has joined #openstack-infra23:20
*** Sherif has quit IRC23:21
openstackgerritMerged openstack-infra/system-config: Add ping to our machines  https://review.openstack.org/20211623:24
*** amotoki has joined #openstack-infra23:26
*** FallenPegasus has quit IRC23:27
*** FallenPegasus has joined #openstack-infra23:28
*** amotoki has quit IRC23:30
*** FallenPegasus has quit IRC23:32
*** FallenPegasus has joined #openstack-infra23:37
*** jsavak has joined #openstack-infra23:39
*** ddieterly has joined #openstack-infra23:39
*** ddieterly has quit IRC23:44
*** jsavak has quit IRC23:44
openstackgerritMerged openstack-infra/puppet-askbot: Add virtualenv support  https://review.openstack.org/20337823:56

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