fungi | er, probably safe? do we need to test it out on a less-important server or two before it gets rolled out to all of them and then we can't get in to puppet them or even manually repair the situation? | 00:00 |
---|---|---|
*** amcrn has quit IRC | 00:00 | |
*** marcusvrn has quit IRC | 00:01 | |
fungi | i wouldn't expect it to cause a problem, but the kind of problem it *could* create might be particularly disruptive | 00:01 |
clarkb | ya we probably should I will try to do that tomorrow | 00:01 |
clarkb | runing out of time today | 00:01 |
fungi | me too | 00:01 |
notmyname | does the juno-3 feature freeze affect global requirements? | 00:04 |
notmyname | does a feature branch use the same global requirements? | 00:05 |
*** pballand has quit IRC | 00:05 | |
clarkb | I am howerver reenabling puppet on logstash-worker nodes which I had disabled a while back >_> | 00:05 |
clarkb | notmyname: we have been treating feature branches as roughly equivalent to master | 00:05 |
clarkb | notmyname: so ~yes | 00:05 |
clarkb | we can probably work around that if we need to | 00:06 |
notmyname | clarkb: got it | 00:06 |
notmyname | background: we'll need an update to eventlet for the EC patch which is on a feature branch. we'll want to run tests on it, so we need to update the requirements. but getting closer to juno, we don't want to be "frozen out" of testing | 00:06 |
clarkb | notmyname: that should be fine. adam_g was talking about bumping it now for ironic anyways | 00:07 |
adam_g | https://review.openstack.org/#/c/117601/ | 00:07 |
notmyname | clarkb: ok. this is actually something that will be in the next eventlet release (hopefully cut in the next few days) | 00:07 |
adam_g | tho its still unclear to me whether or not thats going to get a newer eventlet on the devstack slaves | 00:08 |
clarkb | adam_g: I don't think it will without removing python-eventlet from the apt list | 00:08 |
adam_g | clarkb, yeah, was gonna try that after the requirements change | 00:08 |
adam_g | seems like something that could potentially break the world | 00:09 |
clarkb | notmyname: note, nothing prevents you from using the newer version if we say >= and adam_g's stuff is sorted | 00:09 |
clarkb | notmyname: so you will get latest then when you merge back to master you can worry about bumping the min version | 00:10 |
notmyname | clarkb: no, we'll actually require the newer one | 00:10 |
clarkb | notmyname: I don't follow, do we pin eventlet? | 00:10 |
clarkb | notmyname: when you say foo>=x.y you will get the latest version | 00:10 |
notmyname | clarkb: no. we'll require another bump in the version. >=0.15.2 | 00:10 |
clarkb | notmyname: right but you dont' need that bump to move along | 00:11 |
notmyname | clarkb: as in, it won't work with the older one | 00:11 |
clarkb | you only need that bump when you merge into master and need to reflect that that is actually required | 00:11 |
notmyname | actually, we need that version when we update our requirements.txt. which is done on the feature branch which means we'd have to bump global requirements | 00:12 |
clarkb | no you don't... | 00:12 |
*** arborism has joined #openstack-infra | 00:12 | |
*** arborism is now known as amcrn | 00:12 | |
nibalizer | clarkb: want to weigh in on https://review.openstack.org/#/c/102739/ ? | 00:12 |
clarkb | notmyname: when the latest eventlet comes out it will be synced to our mirror | 00:12 |
clarkb | notmyname: your jobs will immediately start using it | 00:12 |
*** cody-somerville has quit IRC | 00:12 | |
* nibalizer is trying to get the red warnings to zero | 00:12 | |
clarkb | global requirements min versions are really there to guide the packagers what the minimum is but we alweays test with greatest | 00:13 |
clarkb | so yo really only need the bump the min version when you get back into master | 00:13 |
clarkb | nibalizer: thats another thing we should do when we can watch it | 00:13 |
jeblair | fungi, clarkb, ianw: to fungi's point, i think we probably could do a fifo allocator without too much trouble; it's not going to perform quite as well in the case of a specialized provider (only one provider supplies a certain node type), but i think that case would sort itself out eventually, and we may be able to mitigate that somewhat | 00:14 |
notmyname | clarkb: is it possible to add a comment to requirements.txt and get it to land in a project? | 00:14 |
clarkb | jeblair: as long as we accomodate errors properly I would be on board with that | 00:14 |
clarkb | notmyname: no | 00:14 |
notmyname | clarkb: :-( | 00:15 |
nibalizer | clarkb: okay | 00:15 |
clarkb | notmyname: you don't need to though | 00:15 |
clarkb | it will just work (tm) | 00:15 |
nibalizer | clarkb: i'll be available from 12pm ish central time, so 10am your time | 00:15 |
clarkb | nibalizer: oh thats perfect | 00:15 |
nibalizer | thats a bit soft given its at the end of a drive | 00:15 |
clarkb | ya understood | 00:15 |
notmyname | clarkb: well, I'd like to make a note in my feature branch that the min version hasn't been updated, but it actually is needed to actually do anything with ec | 00:15 |
clarkb | notmyname: oh thats what you mean by comment? ya you can do that. I thought you meant like a # noqa thing that would ignore the bump for that dep | 00:16 |
clarkb | notmyname: and again the bump isn't needed... | 00:16 |
clarkb | notmyname: pip always installs latest | 00:16 |
clarkb | when you don't pin a requirement. This means we can be eventually consistent which is handy | 00:16 |
notmyname | clarkb: no, I want a full line that says "# TODO: bump the min eventlet version to XXX" | 00:16 |
clarkb | notmyname: yup that you can do | 00:17 |
notmyname | clarkb: "...when this lands in master" | 00:17 |
notmyname | clarkb: ah, interesting | 00:17 |
* notmyname gets an evil gleam in his eye | 00:17 | |
*** dkehn__ has joined #openstack-infra | 00:17 | |
*** ominakov has quit IRC | 00:17 | |
*** SumitNaiksatam has quit IRC | 00:18 | |
clarkb | notmyname: another potential thing we can do is whitelist feature/* branches when it comes to requirements (maybe I haven't completely thought this through) then the merge commit back to master would fail until global requirements is updated | 00:19 |
clarkb | so you end up gated on everything properly while tracking the delta as you go | 00:20 |
clarkb | but that isn't implemented today | 00:20 |
*** dkehn_ has quit IRC | 00:20 | |
*** dkehn has quit IRC | 00:20 | |
*** dkehn_ has joined #openstack-infra | 00:20 | |
*** gargola has quit IRC | 00:20 | |
*** leifmadsen has joined #openstack-infra | 00:20 | |
*** dkehn has joined #openstack-infra | 00:22 | |
*** leifmadsen has quit IRC | 00:22 | |
*** leifmadsen has joined #openstack-infra | 00:22 | |
*** dkehn__ has quit IRC | 00:22 | |
*** asettle has joined #openstack-infra | 00:23 | |
notmyname | clarkb: thanks. I gotta run. I'll think about it | 00:23 |
jeblair | clarkb: also we could conceivably make a feature branch on requirements | 00:24 |
*** unicell has joined #openstack-infra | 00:25 | |
*** cody-somerville has joined #openstack-infra | 00:26 | |
*** joools has quit IRC | 00:26 | |
*** asettle has quit IRC | 00:28 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Adding a final setup step to install_puppet https://review.openstack.org/117659 | 00:30 |
*** morganfainberg is now known as morganfainberg_Z | 00:32 | |
*** hdd has quit IRC | 00:32 | |
*** signed8bit_ZZZzz is now known as signed8bit | 00:33 | |
ianw | jeblair: that seems like more of a change, compared to round-robin under contention. but i guess you're also saying that reality is nodepool is never not under contention? | 00:33 |
*** morganfainberg_Z is now known as morganfainberg | 00:33 | |
*** signed8bit has quit IRC | 00:33 | |
clarkb | ianw: on weekends it isn't :) but it is pretty much under contention 24 hours a day otherwise | 00:33 |
*** amotoki has joined #openstack-infra | 00:34 | |
*** trinaths has joined #openstack-infra | 00:35 | |
ianw | that's why monday .au is a nice time to clean up my reviews :) | 00:35 |
*** mmaglana_ has quit IRC | 00:35 | |
*** trinaths has quit IRC | 00:36 | |
*** linkid has left #openstack-infra | 00:37 | |
*** amotoki has quit IRC | 00:38 | |
*** homeless has quit IRC | 00:40 | |
*** amcrn has quit IRC | 00:40 | |
*** homeless has joined #openstack-infra | 00:41 | |
*** bdpayne has quit IRC | 00:44 | |
*** reed has quit IRC | 00:47 | |
*** gokrokve has joined #openstack-infra | 00:51 | |
*** stevemar has joined #openstack-infra | 00:52 | |
*** morganfainberg is now known as morganfainberg_Z | 00:53 | |
*** r-daneel has quit IRC | 00:53 | |
*** gyee has quit IRC | 00:54 | |
*** SumitNaiksatam has joined #openstack-infra | 00:54 | |
*** otherwiseguy has joined #openstack-infra | 00:55 | |
*** bhuvan has quit IRC | 00:56 | |
*** dmsimard is now known as dmsimard_away | 00:57 | |
*** otter768 has joined #openstack-infra | 00:58 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Formatting updates in hiera.yaml https://review.openstack.org/117664 | 01:00 |
*** joools has joined #openstack-infra | 01:02 | |
*** nosnos has joined #openstack-infra | 01:03 | |
*** homeless has quit IRC | 01:03 | |
*** joools has quit IRC | 01:04 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Upgrade the ntp module https://review.openstack.org/117665 | 01:07 |
*** praneshp has quit IRC | 01:08 | |
*** daya_k has joined #openstack-infra | 01:10 | |
*** RicoLin has joined #openstack-infra | 01:11 | |
*** tomoe_ has quit IRC | 01:14 | |
*** tomoe_ has joined #openstack-infra | 01:15 | |
harlowja_ | lifeless have u seen 'KeyError: 'Could not import command module testrepository.commands.list'' ; seems to be a new error? | 01:15 |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/config: Add bare-f20 nodes https://review.openstack.org/117397 | 01:16 |
lifeless | harlowja_: not before | 01:16 |
harlowja_ | hmm | 01:16 |
lifeless | harlowja_: context? | 01:16 |
harlowja_ | running taskflow tests in a virtualenv, just started seeing that | 01:16 |
lifeless | we did just release a new testtools | 01:16 |
lifeless | about 2m ago | 01:16 |
harlowja_ | ah, nm | 01:17 |
harlowja_ | let me try something then | 01:17 |
lifeless | I surely hope its not fallout from that | 01:17 |
harlowja_ | lifeless http://paste.ubuntu.com/8174093/ might be fallout, not sure, let me try this again | 01:18 |
*** gokrokve has quit IRC | 01:19 | |
*** gokrokve has joined #openstack-infra | 01:19 | |
harlowja_ | ya, hmmm, http://paste.ubuntu.com/8174114/ | 01:20 |
harlowja_ | testtools==0.9.38 and testrepository==0.0.20 | 01:20 |
harlowja_ | realpath = _jython_aware_splitext( | 01:21 |
harlowja_ | os.path.realpath(mod_file)) does look odd (this seems to be the line) | 01:21 |
harlowja_ | probably is realpath, _ext ? | 01:21 |
harlowja_ | ya, looks like thats what it should be | 01:22 |
ianw | jeblair: so to confirm, count_nodes_and_subnodes was too high with your tests (e.g. https://review.openstack.org/#/c/109185/2/nodepool/nodepool.py)? | 01:22 |
jogo | fungi: what happened to the drop f20 patch? | 01:22 |
gus | haha, jenkins machine is full, and all my tests are exploding with "No space left on device" | 01:22 |
harlowja_ | gus ah, i wonder if thats what caused a recent failure of mine | 01:23 |
gus | "ailed to create a temp file on /home/jenkins/workspaces/workspace/dsvm-tempest-full" | 01:23 |
gus | *Failed even | 01:23 |
gus | and similar error messages everywhere. | 01:23 |
harlowja_ | :-/ | 01:23 |
jeblair | ianw: i believe so; though that's not an error, should probably log that at debug | 01:24 |
*** dane_leblanc has joined #openstack-infra | 01:24 | |
openstackgerrit | Yanis Guenane proposed a change to openstack-infra/jenkins-job-builder: builder: Add a exist command helper https://review.openstack.org/117668 | 01:25 |
ianw | jeblair: alright, well i don't think the test case needs more than https://review.openstack.org/#/c/109185/2 already provides? | 01:26 |
jeblair | ianw: maybe? i'm kind of nodepooled out for the day, ill rexamine your changes tomorrow | 01:27 |
harlowja_ | lifeless i opened https://github.com/testing-cabal/testtools/issues/100 | 01:27 |
*** marcoemorais has quit IRC | 01:27 | |
lifeless | harlowja_: what python VM ? | 01:28 |
dolphm | \o/ i asked ttx earlier this afternoon to create a feature branch for keystone, and he wanted me to make sure "infra knew about it" -- what does infra need from me in that case? beer? | 01:28 |
ianw | jeblair: no worries. i will clean-up and send a little summary to -infra list | 01:28 |
jeblair | dolphm: case of beer? :) | 01:29 |
harlowja_ | lifeless '2.7.7 (default, Jul 1 2014, 01:25:31)' | 01:29 |
lifeless | how odd | 01:29 |
lifeless | see, this passed tests... | 01:29 |
harlowja_ | lifeless looking at it, https://github.com/testing-cabal/testtools/blob/master/testtools/run.py#L478 seems like it would return the splitext result (which afaik is a tuple) | 01:30 |
jeblair | dolphm: are you familiar with https://wiki.openstack.org/wiki/GerritJenkinsGit#Merge_Commits ? | 01:30 |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Add oslo.utils and oslo.concurrency https://review.openstack.org/117307 | 01:30 |
dolphm | jeblair: shipping address? | 01:31 |
harlowja_ | lifeless not sure if its as simple as http://paste.ubuntu.com/8174191/ | 01:31 |
jeblair | dolphm: and this is the group of people who can push up merge commits: https://review.openstack.org/#/admin/groups/57,members | 01:31 |
dolphm | jeblair: it's been awhile, but i believe i've used that | 01:31 |
jeblair | dolphm: if you grok those instructions (and why you need to be careful not to accidentally push up a merge commit that pulls in 1000 changes), and that list looks good, i think that's what we mostly care about in these parts | 01:32 |
*** mmaglana has joined #openstack-infra | 01:32 | |
dolphm | jeblair: understood | 01:32 |
dolphm | jeblair: so if i screw up these instructions, then i really need that shipping address? | 01:32 |
*** ominakov has joined #openstack-infra | 01:32 | |
jeblair | dolphm: exactly :) | 01:33 |
lifeless | harlowja_: I've got a patch I'm about to push | 01:33 |
harlowja_ | lifeless cool | 01:33 |
jeblair | ttx: ^ keystone feature branch is infra-approved. or something. :) | 01:34 |
jeblair | dolphm: let us know if you have any issues or questions -- we'd rather work through things and update instructions than fix up problems later :) | 01:34 |
*** zehicle has joined #openstack-infra | 01:35 | |
lifeless | harlowja_: can you test git@github.com:rbtcollins/testtools.git/0.9.39 ? | 01:36 |
dolphm | jeblair: ++ | 01:36 |
harlowja_ | lifeless sure | 01:36 |
lifeless | harlowja_: just like to know it really works before I tag it | 01:36 |
harlowja_ | lifeless agreed :) | 01:36 |
jeblair | dolphm: also you know if you need integration with any other project on the feature branch, if the other project has a feature branch with the same name, there's magic in devstack-gate to use it. | 01:37 |
dolphm | jeblair: oh awesome. that will certainly come in handy | 01:37 |
harlowja_ | lifeless seems liek good to go, list-tests going ok | 01:38 |
*** zehicle_at_dell has quit IRC | 01:38 | |
jeblair | gus: do you have a link to a failed job? | 01:40 |
*** salv-orlando has quit IRC | 01:40 | |
*** zehicle has quit IRC | 01:40 | |
harlowja_ | jeblair http://logs.openstack.org/92/117392/2/check/gate-taskflow-python27/ce4d27e/ might of been one of mine that had this issue (not 100%, need to adjust that test to show more) | 01:40 |
harlowja_ | ^ should fail really only if not any space | 01:41 |
gus | jeblair: oh wait - false alarm? Seems I was looking at the huawei CI and something else made all my other tests fail simultaneously :/ | 01:42 |
gus | yeah something about "'tuple' object has no attribute 'lower'" in testtools... | 01:43 |
lifeless | gus: thats me | 01:43 |
lifeless | gus: and fixed in 0.9.39 which we just pushed up | 01:43 |
gus | lifeless: yeah, this is where I say something snarky and unhelpful about testing :P | 01:44 |
jeblair | gus: glass houses :) | 01:44 |
gus | absolutely ;) | 01:44 |
lifeless | gus: yeah, it passed tests see. | 01:45 |
StevenK | Clearly, testtools needs better tests | 01:45 |
gus | haha. I'm telling you, we should gate new updates into our pypi mirror by making them also pass our unittests. | 01:46 |
lifeless | StevenK: if you'd like to contribute, that would be great. | 01:46 |
lifeless | gus: funny story | 01:46 |
StevenK | lifeless: I thought I already had one patch in testtools? | 01:46 |
lifeless | StevenK: contribute more :P | 01:46 |
lifeless | StevenK: that said I don't see you in NEWS. | 01:46 |
gus | StevenK: type faster! | 01:46 |
StevenK | lifeless: Like I'd write a news-worthy patch? | 01:47 |
StevenK | :-P | 01:47 |
StevenK | gus: I'm reminded of a comment you made to me years and years ago. "You. *point* Nose. Grindstone. Go" | 01:48 |
gus | lol | 01:48 |
*** otherwiseguy has quit IRC | 01:49 | |
*** ominakov has quit IRC | 01:50 | |
*** yamahata has joined #openstack-infra | 01:51 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Add missing oslo projects to gerritbot config https://review.openstack.org/117309 | 01:53 |
*** daya_k has quit IRC | 01:54 | |
*** baohua has joined #openstack-infra | 01:55 | |
*** ominakov has joined #openstack-infra | 02:06 | |
*** mmaglana has quit IRC | 02:07 | |
*** nelsnelson has joined #openstack-infra | 02:12 | |
*** medieval1_ has quit IRC | 02:15 | |
*** medieval1 has joined #openstack-infra | 02:15 | |
*** sdake_ has quit IRC | 02:18 | |
*** asettle has joined #openstack-infra | 02:20 | |
*** medieval1 has quit IRC | 02:20 | |
*** weshay has quit IRC | 02:21 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 02:24 | |
*** hdd has joined #openstack-infra | 02:26 | |
jogo | clarkb: random question for you: trunk of hacking has concurrency so its not single threaded anymore | 02:26 |
jogo | clarkb: but the latest version of flake8 causes new cases of W292 to fail (no newline at end of file) | 02:26 |
jogo | clarkb: is it worth releasing a new hacking 0.10.0 with concurrency (and a few removed rules), so projects can take advantage of the concurrency | 02:27 |
*** lcheng has joined #openstack-infra | 02:28 | |
jogo | clarkb: as far as I can tell only a few projects have W292 issues | 02:30 |
*** Longgeek has joined #openstack-infra | 02:31 | |
*** Longgeek has quit IRC | 02:31 | |
*** Longgeek has joined #openstack-infra | 02:32 | |
*** amotoki has joined #openstack-infra | 02:35 | |
*** amotoki has quit IRC | 02:40 | |
*** nelsnelson has quit IRC | 02:40 | |
*** blkperl has quit IRC | 02:42 | |
*** yamahata has quit IRC | 02:47 | |
*** yamahata has joined #openstack-infra | 02:47 | |
*** dkehn_ is now known as dkehnx | 02:47 | |
*** nosnos has quit IRC | 02:48 | |
*** nosnos has joined #openstack-infra | 02:49 | |
*** blkperl has joined #openstack-infra | 02:51 | |
lifeless | jogo: how does concurrency help hacking? | 02:52 |
*** nosnos has quit IRC | 02:53 | |
jogo | lifeless: makes it faster | 02:55 |
jogo | and thats it | 02:55 |
lifeless | jogo: well more I meant, how is it making it faster ... given python's inability to run python code concurrently | 02:55 |
jogo | lifeless: multiple threads | 02:56 |
jogo | checking a bunch of files is fairly easy to parallelize | 02:56 |
*** praneshp has joined #openstack-infra | 02:57 | |
lifeless | jogo: GIL | 02:58 |
lifeless | jogo: do you have timing data? | 02:58 |
jogo | on my 8 CPU machine (as per top) flake8 (with hacking) takes 1:17 without concurrency | 02:58 |
jogo | and 15 seconds with | 02:58 |
lifeless | jogo: are you using multiprocessing {the external worker thing} or plain python threads? | 02:58 |
jogo | ur 1:49 in user time | 02:58 |
*** harlowja_ is now known as harlowja_away | 02:58 | |
jogo | lifeless: TBH not sure, I didn't write the concurrency code | 02:58 |
lifeless | if its plain threads, I'd be very interested in a profile showing where the time is going | 02:59 |
jogo | lifeless: https://bitbucket.org/tarek/flake8 | 02:59 |
Alex_Gaynor | flake8's parallleism code uses multiple processes | 02:59 |
lifeless | since the only benefit you get from threads is in C modules that release the GIL | 02:59 |
jogo | https://bitbucket.org/tarek/flake8/commits/c051c99ce64f240346fd26278bd52bfaa2ef221b | 02:59 |
lifeless | if its dominated by e.g. regex that might explain | 02:59 |
lifeless | ah there we go | 02:59 |
jogo | Alex_Gaynor: it was broken until 2 days ago too (off by default even though notes said it was on) | 02:59 |
lifeless | Alex_Gaynor: thanks | 02:59 |
Alex_Gaynor | jogo: uhh, that's probably my fault | 03:00 |
jogo | Alex_Gaynor: oh? | 03:00 |
Alex_Gaynor | jogo: I wrote the "turn it back on by default" code | 03:00 |
jogo | the issue wasn't the code | 03:00 |
jogo | it was the tag used to release it or something | 03:00 |
Alex_Gaynor | Apparently I wrote some code that iddn't do anything, and then some docs that said "turns it back on" | 03:00 |
Alex_Gaynor | oh. sweet. | 03:00 |
Alex_Gaynor | That's like 9000% less emberassing | 03:00 |
jogo | well at least trunk worked but flake8 2.2.2 didn't | 03:01 |
jogo | and then 2.2.3 was released with trunk | 03:01 |
*** sdake_ has joined #openstack-infra | 03:01 | |
jogo | Alex_Gaynor:hmm maybe I am wrong | 03:01 |
jogo | https://bitbucket.org/tarek/flake8/commits/7bf3a296a4852e13b2d564d27bd7232c9ed16c4c | 03:02 |
*** asettle has quit IRC | 03:02 | |
*** Jcarlosgdl has joined #openstack-infra | 03:03 | |
jogo | Alex_Gaynor: what are your thoughts on cutting a new version of hacking? | 03:03 |
jogo | Alex_Gaynor: ^ | 03:03 |
jogo | Alex_Gaynor: see backlog, in short we can turn on concurrency but have to call it 0.10 since new cases where W292 triggers | 03:03 |
jogo | so new version would have no new hacking rules, just concurrency and a few rules that were dropped plus the W292 thing | 03:04 |
jogo | which I only found in neutron and ceilometer so far | 03:04 |
*** lcheng has quit IRC | 03:06 | |
Alex_Gaynor | jogo: The new version is needed to bump the flake8 requirement? | 03:08 |
*** hdd has quit IRC | 03:10 | |
*** chandankumar has joined #openstack-infra | 03:11 | |
*** pballand has joined #openstack-infra | 03:11 | |
lifeless | Alex_Gaynor: semver basically - letting folk opt in rather than be thrown in | 03:12 |
*** bdpayne has joined #openstack-infra | 03:12 | |
*** Longgeek_ has joined #openstack-infra | 03:12 | |
*** a2hill has joined #openstack-infra | 03:13 | |
*** Longgeek has quit IRC | 03:13 | |
*** nelsnelson has joined #openstack-infra | 03:14 | |
*** morganfainberg_Z is now known as morganfainberg | 03:15 | |
*** praneshp has quit IRC | 03:16 | |
*** jamespag` has joined #openstack-infra | 03:17 | |
*** jamespag` has joined #openstack-infra | 03:17 | |
*** mmaglana has joined #openstack-infra | 03:20 | |
*** mmaglana has quit IRC | 03:20 | |
*** jamespage has quit IRC | 03:20 | |
*** ptoohill has quit IRC | 03:20 | |
*** jbjohnso__ has quit IRC | 03:20 | |
lifeless | (I presume, colour me wrong ;:P)) | 03:20 |
*** dane_leblanc has quit IRC | 03:20 | |
*** asettle has joined #openstack-infra | 03:21 | |
*** koolhead17 has joined #openstack-infra | 03:22 | |
*** koolhead17 has joined #openstack-infra | 03:22 | |
*** dane_leblanc has joined #openstack-infra | 03:24 | |
*** chandankumar has quit IRC | 03:25 | |
*** Ryan_Lane has quit IRC | 03:29 | |
jogo | Alex_Gaynor: correct | 03:33 |
jogo | lifeless: yes flake8 2.2.3 would make neutron and ceilometer pep8 jobs fail | 03:34 |
Alex_Gaynor | jogo: I don't have strongly feelings in any direction; other than for large projects, the parallelism is pretty sweet | 03:34 |
jogo | so we need to make this an opt in thing | 03:34 |
Alex_Gaynor | breaking other people's jobs seems like a bridge a bit too far though. | 03:34 |
jogo | Alex_Gaynor: yeah that is not an option | 03:34 |
*** adalbas has joined #openstack-infra | 03:35 | |
jogo | so the question is cut hacking 0.10 from trunk now or wait | 03:35 |
clarkb | jogo: really it sounds like W292 is a thing we should have so as long as it eventually gets in I am fine with your plan | 03:35 |
clarkb | it may prompt people to use real editors :) | 03:35 |
mriedem | anyone seen this yet? http://goo.gl/UPp93c | 03:35 |
jogo | clarkb: I am more concerend about the timing then anything else | 03:35 |
*** ominakov has quit IRC | 03:35 | |
clarkb | mriedem: I think it was mentioend earlier testtools release or some such | 03:35 |
clarkb | jogo: ya | 03:35 |
Alex_Gaynor | jogo: I guess I'm in favor of 0.10 | 03:36 |
jogo | clarkb: I was hoping I could just add the new flake8 and no changes from projects would be needed | 03:36 |
jogo | Alex_Gaynor: and doing it nowish? | 03:36 |
*** stevemar has quit IRC | 03:36 | |
clarkb | jogo: the number of editors that remove newlines from the ends of files is amazing though | 03:36 |
jogo | versus waiting a few weeks for feature freeze to kick in etc. | 03:36 |
mriedem | clarkb: yup, testtools 0.9.39 released today | 03:36 |
mriedem | lifeless: ^ | 03:36 |
jogo | clarkb: I only found W292 in neutron and ceilometer | 03:36 |
*** stevemar has joined #openstack-infra | 03:36 | |
clarkb | mriedem: looks like lifeless pushed 0.9.39 as the fix | 03:36 |
mriedem | clarkb: oh | 03:37 |
*** yamahata has quit IRC | 03:37 | |
*** praneshp has joined #openstack-infra | 03:38 | |
jogo | sounds like there are no objects to cutting hacking 0.10.0 in the next day or so. so I will proceed | 03:38 |
jogo | with the release process | 03:39 |
*** gargola has joined #openstack-infra | 03:40 | |
*** bdpayne has quit IRC | 03:41 | |
*** lttrl has quit IRC | 03:42 | |
*** praneshp has quit IRC | 03:43 | |
*** nosnos has joined #openstack-infra | 03:44 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for testtools AttributeError bug 1362909 https://review.openstack.org/117683 | 03:47 |
uvirtbot` | Launchpad bug 1362909 in testtools ""AttributeError: 'tuple' object has no attribute 'lower'" in openstack runs" [Undecided,New] https://launchpad.net/bugs/1362909 | 03:47 |
*** medieval1 has joined #openstack-infra | 03:50 | |
*** pballand has quit IRC | 03:52 | |
cyeoh | is it still safe to +A a changeset that Jenkins has -1'd? ie it won't go into the gate until it passes check? Or has that changed again? | 03:53 |
*** mriedem has quit IRC | 03:53 | |
clarkb | cyeoh: it hasn't changed. The only thing that has changed is right now if you have a +1 we will not put you back in check if that +1 is old | 03:54 |
clarkb | cyeoh: previously we put you back in check if that +1 was more than 24hours old, that is no longer the case. A -1 will go back through check before going into the gate if it comes back +1 | 03:54 |
*** baoli has quit IRC | 03:55 | |
cyeoh | clarkb: ok, thanks! | 03:55 |
*** otherwiseguy has joined #openstack-infra | 04:01 | |
*** Longgeek_ has quit IRC | 04:01 | |
*** harlowja_at_home has joined #openstack-infra | 04:04 | |
*** Ryan_Lane has joined #openstack-infra | 04:05 | |
*** Longgeek has joined #openstack-infra | 04:06 | |
*** praneshp has joined #openstack-infra | 04:09 | |
*** garyh has quit IRC | 04:09 | |
*** xchu has joined #openstack-infra | 04:11 | |
*** xchu has quit IRC | 04:11 | |
*** chandankumar has joined #openstack-infra | 04:14 | |
*** _buzz_ has quit IRC | 04:17 | |
*** _buzz has joined #openstack-infra | 04:18 | |
*** yamahata has joined #openstack-infra | 04:21 | |
*** bdpayne has joined #openstack-infra | 04:24 | |
Jcarlosgdl | hi, good day, can someone help me? I'm trying to make an update of gerrit from 2.4.4 to 2.8.4, and i have a problem, there are some tables in reviewdb that have been dropped by gerrit for example the ones of user agreements, but i'm watching than openstack still have their user agreements, what have you done to achieve this? | 04:24 |
*** lcheng has joined #openstack-infra | 04:26 | |
*** praneshp_ has joined #openstack-infra | 04:29 | |
*** hdd has joined #openstack-infra | 04:29 | |
*** praneshp has quit IRC | 04:32 | |
*** praneshp_ is now known as praneshp | 04:32 | |
*** chandankumar has quit IRC | 04:32 | |
*** yamahata_ has joined #openstack-infra | 04:33 | |
*** lukego has joined #openstack-infra | 04:34 | |
*** amotoki has joined #openstack-infra | 04:36 | |
*** hdd has quit IRC | 04:36 | |
openstackgerrit | A change was merged to openstack-infra/zuul: Clarify docs for optional template pipelines https://review.openstack.org/116802 | 04:38 |
*** tsg has quit IRC | 04:38 | |
*** hdd has joined #openstack-infra | 04:40 | |
*** amotoki has quit IRC | 04:40 | |
*** garyh has joined #openstack-infra | 04:40 | |
*** marun has joined #openstack-infra | 04:41 | |
*** dane_leblanc has quit IRC | 04:45 | |
*** otter768 has quit IRC | 04:45 | |
*** asettle has quit IRC | 04:46 | |
*** pcrews has quit IRC | 04:47 | |
*** koolhead17 has quit IRC | 04:47 | |
*** koolhead17 has joined #openstack-infra | 04:48 | |
*** koolhead17 has joined #openstack-infra | 04:48 | |
*** harlowja_at_home has quit IRC | 04:51 | |
*** amotoki has joined #openstack-infra | 04:53 | |
*** Jcarlosgdl has quit IRC | 04:54 | |
*** harlowja_at_home has joined #openstack-infra | 04:54 | |
*** yaguang has joined #openstack-infra | 04:55 | |
*** hdd has quit IRC | 04:55 | |
*** otherwiseguy has quit IRC | 04:58 | |
*** chandankumar has joined #openstack-infra | 05:01 | |
*** nosnos has quit IRC | 05:01 | |
*** nosnos has joined #openstack-infra | 05:01 | |
*** bdpayne has quit IRC | 05:02 | |
*** otherwiseguy has joined #openstack-infra | 05:03 | |
*** nosnos_ has joined #openstack-infra | 05:03 | |
*** reed has joined #openstack-infra | 05:03 | |
*** nosnos has quit IRC | 05:04 | |
*** mspreitz has joined #openstack-infra | 05:05 | |
mspreitz | Is there a problem with libvirt-python now? | 05:06 |
mspreitz | nova's tox -epy27 fails to install libvirt-python | 05:06 |
*** reed has quit IRC | 05:07 | |
*** koolhead_ has joined #openstack-infra | 05:07 | |
*** otherwiseguy has quit IRC | 05:07 | |
*** bodepd has quit IRC | 05:08 | |
*** chandankumar has quit IRC | 05:08 | |
*** bdpayne has joined #openstack-infra | 05:08 | |
*** bodepd has joined #openstack-infra | 05:09 | |
*** yaguang has quit IRC | 05:09 | |
*** jbjohnso__ has joined #openstack-infra | 05:10 | |
*** koolhead17 has quit IRC | 05:10 | |
*** nosnos_ has quit IRC | 05:11 | |
*** nosnos has joined #openstack-infra | 05:11 | |
*** yaguang has joined #openstack-infra | 05:12 | |
*** ildikov has quit IRC | 05:12 | |
*** chandankumar has joined #openstack-infra | 05:15 | |
*** harlowja_at_home has quit IRC | 05:18 | |
*** penguinRaider has joined #openstack-infra | 05:20 | |
*** chandankumar has quit IRC | 05:21 | |
*** chandankumar has joined #openstack-infra | 05:22 | |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/nodepool: Avoid passing negative available count to allocator https://review.openstack.org/109185 | 05:24 |
*** Longgeek has quit IRC | 05:24 | |
clarkb | mspreitz: not that I am aware of. Is this happening in the jenkins jobs? | 05:26 |
mspreitz | clarkb: it is happening in my own environment... | 05:26 |
mspreitz | clarkb: checking to see if it is due to local breakage... | 05:26 |
mspreitz | I get mysterious complaints about TLS problems | 05:26 |
*** Longgeek has joined #openstack-infra | 05:29 | |
*** Longgeek has quit IRC | 05:34 | |
Ryan_Lane | updating the wiki | 05:35 |
*** ildikov has joined #openstack-infra | 05:35 | |
*** Sukhdev_ has joined #openstack-infra | 05:37 | |
Ryan_Lane | done. also fixed the EmbedVideo extension | 05:39 |
clarkb | awesome and thank you | 05:41 |
mspreitz | clarkb: my mysterious TLS problems have evaporated. But nova's `tox -epy27` still fails... | 05:41 |
mspreitz | it is trying to install version 1.2.5 of libvirt-python, but DevStack already installed version 1.2.2 | 05:41 |
clarkb | mspreitz: the tests run and fail? | 05:41 |
Ryan_Lane | yw | 05:41 |
mspreitz | tests do not start, install of deps fails | 05:42 |
clarkb | mspreitz: devstack installs globally | 05:42 |
mspreitz | yes | 05:42 |
clarkb | tox installs to a virtualenv | 05:42 |
*** nosnos has quit IRC | 05:42 | |
mspreitz | yes | 05:42 |
clarkb | completely separate installs | 05:42 |
mspreitz | OK, so that explains differences | 05:42 |
*** andreaf has joined #openstack-infra | 05:42 | |
mspreitz | but why is install of libvirt-python v1.2.5 failing me? Do other people have this problem? | 05:42 |
clarkb | mspreitz: without more info I can't say | 05:43 |
mspreitz | there is a long trail of blood... | 05:43 |
mspreitz | remind me where to paste temp files | 05:43 |
clarkb | https://jenkins06.openstack.org/job/gate-nova-python27/5764/console jenkins does not have any issues | 05:43 |
mspreitz | pls | 05:44 |
clarkb | mspreitz: paste.openstack.org or github gists or whatever your favorite is | 05:44 |
*** nosnos has joined #openstack-infra | 05:44 | |
clarkb | jenkins used 1.2.7 in that run | 05:44 |
mspreitz | clarkb: http://paste.openstack.org/show/102217/ that's from a fresh DevStack install on fresh Ubuntu 14.04 | 05:46 |
mspreitz | Why would it be using a lesser version than Jenkins? | 05:46 |
*** sflanigan has quit IRC | 05:47 | |
*** jamielennox has quit IRC | 05:48 | |
*** _buzz has quit IRC | 05:48 | |
clarkb | I don't know that it is. It is trying to install >=1.2.5 and failing | 05:48 |
clarkb | mspreitz: do you have the libvirt C package installed? I think it is complaining that you don't | 05:48 |
*** ianw-- has joined #openstack-infra | 05:48 | |
*** ianw has quit IRC | 05:48 | |
*** ianw-- is now known as ianw | 05:48 | |
*** jamielennox has joined #openstack-infra | 05:48 | |
*** nosnos has quit IRC | 05:49 | |
*** sballe_ has quit IRC | 05:49 | |
*** _buzz has joined #openstack-infra | 05:49 | |
*** m1dev has quit IRC | 05:49 | |
*** sballe_ has joined #openstack-infra | 05:49 | |
*** nosnos has joined #openstack-infra | 05:49 | |
clarkb | libvirt0 is the ubuntu package | 05:49 |
mspreitz | yes I have that | 05:50 |
mspreitz | version 1.2.2 | 05:50 |
*** m1dev has joined #openstack-infra | 05:50 | |
*** jamielennox has quit IRC | 05:50 | |
*** ianw has quit IRC | 05:50 | |
*** jamielennox has joined #openstack-infra | 05:50 | |
clarkb | the libvirt-python build is complaining that it can't find it. There is a suggestion there to edit PKG_CONFIG_PATH to contain a path to the directory containing libvirt.pc | 05:51 |
*** ianw_ has joined #openstack-infra | 05:51 | |
clarkb | odd though that it complains. /me checks locally | 05:51 |
clarkb | cool same issue on my desktop. did you upgrade fomr precise to trusty? | 05:52 |
mspreitz | No, got Ubuntu 14.04 directly from Canonical | 05:53 |
mspreitz | took a copy a month and a half ago | 05:53 |
mspreitz | dist-upgrade a few hours ago | 05:53 |
*** nosnos has quit IRC | 05:53 | |
clarkb | mspreitz: figured it out. you need the libvirt-dev package | 05:53 |
*** tsg has joined #openstack-infra | 05:54 | |
mspreitz | That's a system package, not a python package, right? | 05:54 |
clarkb | correct | 05:54 |
clarkb | it adds the headers you need to bind the python to C for libvirt | 05:54 |
mspreitz | So it should go in the list of system packages that DevStack installs when localrc sets INSTALL_TESTONLY_PACKAGES=True, right? | 05:55 |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 05:55 | |
*** chandankumar has quit IRC | 05:56 | |
clarkb | sure? I really dislike that distinction in devstack. Devstack was never meant to build unittest nodes | 05:56 |
clarkb | and it doens't install the python test requirements which is what it should do | 05:56 |
mspreitz | Is *anything( meant to build unittest nodes? | 05:56 |
openstackgerrit | Ian Wienand proposed a change to openstack-infra/nodepool: Revert "Revert "Track last allocations to ensure forward-progress"" https://review.openstack.org/109890 | 05:56 |
clarkb | mspreitz: our nodepool image builds do it | 05:56 |
clarkb | mspreitz: in any case installing nova's test-requirements requires libvirt-dev so that is something devstack should probably do if that flag is set | 05:57 |
mspreitz | Is there anything meant for an ordinary developer to use? | 05:57 |
mspreitz | odd, I set it | 05:57 |
clarkb | mspreitz: an ordinary developer can use those scripts... | 05:57 |
*** koolhead_ has quit IRC | 05:57 | |
clarkb | they are just bash scripts that do a few things (but like devstack you don't wnat to run them on say your laptop) | 05:57 |
*** nosnos_ has joined #openstack-infra | 05:57 | |
*** Longgeek has joined #openstack-infra | 05:58 | |
*** koolhead17 has joined #openstack-infra | 05:58 | |
mspreitz | No problem there, I run everything in VMs | 05:58 |
*** koolhead17 has quit IRC | 05:58 | |
*** koolhead17 has joined #openstack-infra | 05:58 | |
mspreitz | where do I find those scripts and doc for how to use them? | 05:58 |
clarkb | mspreitz: so my guess is devstack doesn't list libvirt-dev as a testonly package | 05:58 |
mspreitz | right, it does not | 05:59 |
clarkb | https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/nodepool/scripts/prepare_node_bare.sh is the script, there is no official document but its a pretty straightforward chain of shell scripts | 06:00 |
*** koolhead17 has quit IRC | 06:00 | |
mspreitz | clarkb: thanks. Now back to draining the swamp... | 06:00 |
mspreitz | I have a question about writing a unit test.. | 06:00 |
mspreitz | Can I use mock to hack an object field instead of a method? | 06:01 |
mspreitz | or maybe I should ask about mox | 06:01 |
mspreitz | This is a Nova unit test | 06:01 |
clarkb | I am not sure. I am not super familiar with the various mocking tools openstack uses | 06:01 |
mspreitz | thanks | 06:01 |
clarkb | but it is python so I would be surpsied if you can't | 06:02 |
mspreitz | yeah, I just need to know the precise way | 06:02 |
*** bdpayne has quit IRC | 06:02 | |
clarkb | https://code.google.com/p/pymox/wiki/MoxDocumentation#Attributes looks like you can override them in the expected way | 06:03 |
*** melwitt has joined #openstack-infra | 06:05 | |
mspreitz | clarkb: ouch, I do not want to mock the whole object, just one field. the object in question is CONF! | 06:06 |
clarkb | oh for that I think you just set the value you want | 06:06 |
mspreitz | OTOH, this is just a unit test, so maybe I will get away with it.. | 06:06 |
mspreitz | oh | 06:06 |
clarkb | monkey patch what you need in if its just one thing | 06:07 |
mspreitz | well, I am very new to this stuff | 06:07 |
mspreitz | I do not know what persists from one test to the next | 06:07 |
clarkb | ideally nothing, but you may haev to clean up after yourself to get that | 06:07 |
*** HeOS has joined #openstack-infra | 06:07 | |
mspreitz | I could just do that with bare Python, right? I mean write code that hacks CONF, does some testing, and unhacks CONF no matter what, right? | 06:08 |
clarkb | yes, there should be examples of it in the nova tests | 06:08 |
clarkb | its a pretty common patter iirc | 06:08 |
*** yfried_ has quit IRC | 06:08 | |
clarkb | ya see nova/tests/api/test_auth.py for example | 06:09 |
*** bdpayne has joined #openstack-infra | 06:09 | |
*** simonmcc__ has quit IRC | 06:11 | |
*** simonmcc___ has joined #openstack-infra | 06:11 | |
*** StevenK has quit IRC | 06:12 | |
mspreitz | clarkb: which test in test_auth.py has an example of what I mentioned? | 06:12 |
*** StevenK has joined #openstack-infra | 06:13 | |
clarkb | the ones with CONF set overrides | 06:14 |
openstackgerrit | Andrey Nikitin proposed a change to openstack-infra/jeepyb: Added the ability to run jeepyb not only on the host where the Gerrit installed. https://review.openstack.org/116936 | 06:14 |
mspreitz | clarkb: ah, right. That looks like a permanent side-effect. What resets CONF? | 06:15 |
openstackgerrit | Andrey Nikitin proposed a change to openstack-infra/jeepyb: Update mechanism of creating groups in database and managing access rights with jeepyb. https://review.openstack.org/117199 | 06:17 |
clarkb | the base test class does conf stuff and may reset state for you | 06:17 |
*** gokrokve has quit IRC | 06:19 | |
mspreitz | I found something suspicious there. I will hope it does the job.. | 06:19 |
*** Sukhdev_ has quit IRC | 06:20 | |
*** harlowja_at_home has joined #openstack-infra | 06:21 | |
*** chandankumar has joined #openstack-infra | 06:25 | |
*** e0ne has joined #openstack-infra | 06:25 | |
*** flaper87|afk is now known as flaper87 | 06:28 | |
*** e0ne has quit IRC | 06:28 | |
*** Longgeek has quit IRC | 06:35 | |
*** bdpayne has quit IRC | 06:36 | |
*** Ryan_Lane has quit IRC | 06:36 | |
*** amotoki_ has joined #openstack-infra | 06:37 | |
*** sdake_ has quit IRC | 06:38 | |
*** asadoughi has quit IRC | 06:39 | |
*** flaper87 is now known as flaper87|afk | 06:40 | |
*** Ryan_Lane has joined #openstack-infra | 06:40 | |
*** amotoki_ has quit IRC | 06:41 | |
*** andreykurilin has joined #openstack-infra | 06:42 | |
*** marun has quit IRC | 06:44 | |
*** zz_naotok is now known as naotok | 06:46 | |
*** flaper87|afk is now known as flaper87 | 06:47 | |
*** jyuso has joined #openstack-infra | 06:48 | |
*** jyuso has quit IRC | 06:48 | |
*** jyuso has joined #openstack-infra | 06:48 | |
*** alexpilotti has joined #openstack-infra | 06:49 | |
*** yolanda has joined #openstack-infra | 06:51 | |
*** Ryan_Lane has quit IRC | 06:52 | |
*** gokrokve has joined #openstack-infra | 06:55 | |
*** chandankumar has quit IRC | 06:55 | |
*** Longgeek has joined #openstack-infra | 06:55 | |
*** lcheng has quit IRC | 06:57 | |
*** gokrokve has quit IRC | 07:00 | |
*** melwitt has quit IRC | 07:05 | |
*** camunoz has quit IRC | 07:05 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 07:05 | |
*** HeOS has quit IRC | 07:07 | |
*** andreykurilin has quit IRC | 07:07 | |
*** lcheng has joined #openstack-infra | 07:08 | |
*** jcoufal has joined #openstack-infra | 07:11 | |
*** dizquierdo has joined #openstack-infra | 07:12 | |
*** mspreitz has quit IRC | 07:12 | |
*** mrmartin has joined #openstack-infra | 07:13 | |
*** ociuhandu has quit IRC | 07:15 | |
*** flaper87 is now known as flaper87|afk | 07:16 | |
*** stevemar has quit IRC | 07:16 | |
*** andreaf has quit IRC | 07:18 | |
*** andreaf has joined #openstack-infra | 07:18 | |
*** nosnos_ has quit IRC | 07:19 | |
*** nosnos has joined #openstack-infra | 07:20 | |
*** HeOS has joined #openstack-infra | 07:20 | |
*** jgallard has joined #openstack-infra | 07:23 | |
*** yfried_ has joined #openstack-infra | 07:24 | |
*** nosnos has quit IRC | 07:24 | |
*** flaper87|afk is now known as flaper87 | 07:26 | |
*** andreaf_ has joined #openstack-infra | 07:26 | |
*** andreaf has quit IRC | 07:30 | |
*** e0ne has joined #openstack-infra | 07:31 | |
*** _nadya_ has joined #openstack-infra | 07:32 | |
*** dtantsur|afk is now known as dtantsur | 07:35 | |
*** zehicle_at_dell has joined #openstack-infra | 07:36 | |
*** lcheng has quit IRC | 07:39 | |
*** dizquierdo has quit IRC | 07:40 | |
*** flaper87 is now known as flaper87|afk | 07:40 | |
*** nosnos has joined #openstack-infra | 07:42 | |
*** zehicle_at_dell has quit IRC | 07:43 | |
*** e0ne has quit IRC | 07:44 | |
*** praneshp has quit IRC | 07:44 | |
*** jamielennox is now known as jamielennox|away | 07:46 | |
*** Ryan_Lane has joined #openstack-infra | 07:49 | |
*** e0ne has joined #openstack-infra | 07:49 | |
*** Hal_ has joined #openstack-infra | 07:49 | |
*** Ryan_Lane has quit IRC | 07:50 | |
*** Ryan_Lane has joined #openstack-infra | 07:50 | |
*** ociuhandu has joined #openstack-infra | 07:53 | |
*** doude has joined #openstack-infra | 07:53 | |
*** hashar has joined #openstack-infra | 07:53 | |
*** Ryan_Lane has quit IRC | 07:54 | |
*** jlibosva has joined #openstack-infra | 07:55 | |
*** jp_at_hp has joined #openstack-infra | 07:55 | |
*** tomoe_ has quit IRC | 07:55 | |
*** tomoe_ has joined #openstack-infra | 07:55 | |
*** gokrokve has joined #openstack-infra | 07:56 | |
*** jpich has joined #openstack-infra | 07:57 | |
*** pblaho has joined #openstack-infra | 07:58 | |
*** tomoe_ has quit IRC | 07:58 | |
*** rdopieralski has joined #openstack-infra | 07:58 | |
*** tomoe_ has joined #openstack-infra | 07:58 | |
*** gokrokve has quit IRC | 08:01 | |
*** jistr has joined #openstack-infra | 08:01 | |
*** dguerri`afk is now known as dguerri | 08:03 | |
*** derekh has joined #openstack-infra | 08:04 | |
*** tchaypo has quit IRC | 08:08 | |
*** tchaypo has joined #openstack-infra | 08:08 | |
*** alexpilotti has quit IRC | 08:08 | |
*** che-arne has joined #openstack-infra | 08:09 | |
*** alkari has quit IRC | 08:10 | |
*** _nadya_ has quit IRC | 08:12 | |
*** chandankumar has joined #openstack-infra | 08:13 | |
*** salv-orlando has joined #openstack-infra | 08:15 | |
*** tsg has quit IRC | 08:15 | |
openstackgerrit | A change was merged to openstack-infra/release-tools: Support oslo-incubator in final release scripts https://review.openstack.org/116222 | 08:16 |
*** hashar_ has joined #openstack-infra | 08:18 | |
*** hashar has quit IRC | 08:22 | |
*** lttrl has joined #openstack-infra | 08:22 | |
*** ociuhandu_ has joined #openstack-infra | 08:24 | |
*** ociuhandu has quit IRC | 08:26 | |
*** ociuhandu_ is now known as ociuhandu | 08:26 | |
*** ildikov_ has joined #openstack-infra | 08:26 | |
*** hashar_ is now known as hashar | 08:26 | |
*** ildikov has quit IRC | 08:29 | |
*** jgallard has quit IRC | 08:31 | |
*** jgallard has joined #openstack-infra | 08:31 | |
*** jgallard has quit IRC | 08:32 | |
*** jgallard has joined #openstack-infra | 08:32 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 08:33 | |
*** harlowja_at_home has quit IRC | 08:33 | |
*** _buzz has quit IRC | 08:37 | |
*** amotoki_ has joined #openstack-infra | 08:37 | |
adam_g | lifeless, https://bugs.launchpad.net/openstack-ci/+bug/1362979 the same issue fixed /w testtools 0.9.39? | 08:38 |
uvirtbot` | Launchpad bug 1362979 in openstack-ci "jobs failing to run tempest: Non-zero exit code (1) from test listing, AttributeError: 'tuple' object has no attribute 'lower'" [Undecided,New] | 08:38 |
*** _buzz has joined #openstack-infra | 08:38 | |
*** amotoki_ has quit IRC | 08:43 | |
*** dizquierdo has joined #openstack-infra | 08:45 | |
lifeless | adam_g: yes | 08:45 |
*** hashar_ has joined #openstack-infra | 08:46 | |
*** hashar has quit IRC | 08:49 | |
*** rlandy has joined #openstack-infra | 08:50 | |
*** hashar has joined #openstack-infra | 08:53 | |
*** hashar_ has quit IRC | 08:56 | |
*** gokrokve has joined #openstack-infra | 08:56 | |
*** medieval1 has quit IRC | 08:56 | |
*** medieval1 has joined #openstack-infra | 08:57 | |
*** gokrokve has quit IRC | 08:58 | |
*** gokrokve has joined #openstack-infra | 08:58 | |
*** dkehn_ has joined #openstack-infra | 08:58 | |
*** flaper87|afk is now known as flaper87 | 08:59 | |
*** _nadya_ has joined #openstack-infra | 09:00 | |
*** dkehn_ has quit IRC | 09:01 | |
*** dkehnx has quit IRC | 09:01 | |
*** dkehn has quit IRC | 09:01 | |
*** dkehn_ has joined #openstack-infra | 09:01 | |
*** tchaypo has quit IRC | 09:01 | |
*** tchaypo1 has joined #openstack-infra | 09:02 | |
*** gokrokve has quit IRC | 09:02 | |
*** dkehn has joined #openstack-infra | 09:03 | |
*** ildikov has joined #openstack-infra | 09:04 | |
*** ildikov_ has quit IRC | 09:07 | |
*** chandankumar has quit IRC | 09:09 | |
*** pelix1 has joined #openstack-infra | 09:10 | |
*** dizquierdo has quit IRC | 09:11 | |
*** chandankumar has joined #openstack-infra | 09:11 | |
*** Hal_ has quit IRC | 09:14 | |
*** dtantsur is now known as dtantsur|brb | 09:14 | |
*** gargola has quit IRC | 09:16 | |
*** koolhead17 has joined #openstack-infra | 09:16 | |
*** _nadya_ has quit IRC | 09:16 | |
*** rlandy has quit IRC | 09:16 | |
*** jgallard has quit IRC | 09:16 | |
*** andreaf_ has quit IRC | 09:16 | |
*** Longgeek has quit IRC | 09:16 | |
*** SumitNaiksatam has quit IRC | 09:16 | |
*** boris-42 has quit IRC | 09:16 | |
*** dhellmann_ has quit IRC | 09:16 | |
*** bradm has quit IRC | 09:16 | |
*** pbelanyi_ has quit IRC | 09:16 | |
*** uvirtbot` has quit IRC | 09:16 | |
*** ubuntu3 has quit IRC | 09:16 | |
*** IAX has quit IRC | 09:16 | |
*** dvorak has quit IRC | 09:16 | |
*** jyuso has quit IRC | 09:17 | |
*** _nadya_ has joined #openstack-infra | 09:17 | |
*** rlandy has joined #openstack-infra | 09:17 | |
*** jgallard has joined #openstack-infra | 09:17 | |
*** andreaf_ has joined #openstack-infra | 09:17 | |
*** Longgeek has joined #openstack-infra | 09:17 | |
*** SumitNaiksatam has joined #openstack-infra | 09:17 | |
*** boris-42 has joined #openstack-infra | 09:17 | |
*** dhellmann_ has joined #openstack-infra | 09:17 | |
*** bradm has joined #openstack-infra | 09:17 | |
*** pbelanyi_ has joined #openstack-infra | 09:17 | |
*** uvirtbot` has joined #openstack-infra | 09:17 | |
*** ubuntu3 has joined #openstack-infra | 09:17 | |
*** IAX has joined #openstack-infra | 09:17 | |
*** dvorak has joined #openstack-infra | 09:17 | |
*** penguinRaider has quit IRC | 09:17 | |
*** amotoki has quit IRC | 09:17 | |
*** baohua has quit IRC | 09:17 | |
*** RicoLin has quit IRC | 09:17 | |
*** jpeeler has quit IRC | 09:17 | |
*** annegentle has quit IRC | 09:17 | |
*** bcrochet has quit IRC | 09:17 | |
*** jd__ has quit IRC | 09:17 | |
*** jlk has quit IRC | 09:17 | |
*** aviau has quit IRC | 09:17 | |
*** pleia2 has quit IRC | 09:17 | |
*** notmyname has quit IRC | 09:17 | |
*** lyxus has quit IRC | 09:17 | |
*** medberry has quit IRC | 09:17 | |
*** DinaBelova has quit IRC | 09:17 | |
*** NikitaKonovalov has quit IRC | 09:17 | |
*** SpamapS has quit IRC | 09:17 | |
*** mugsie has quit IRC | 09:17 | |
*** antonym has quit IRC | 09:17 | |
*** mkoderer has quit IRC | 09:17 | |
*** grantbow has quit IRC | 09:17 | |
*** Alex_Gaynor has quit IRC | 09:19 | |
*** ildikov_ has joined #openstack-infra | 09:20 | |
*** Alex_Gaynor has joined #openstack-infra | 09:21 | |
*** ildikov has quit IRC | 09:21 | |
*** mugsie has joined #openstack-infra | 09:22 | |
*** pleia2 has joined #openstack-infra | 09:22 | |
*** SpamapS has joined #openstack-infra | 09:22 | |
*** SpamapS has quit IRC | 09:22 | |
*** SpamapS has joined #openstack-infra | 09:22 | |
*** Hal_ has joined #openstack-infra | 09:22 | |
*** dizquierdo has joined #openstack-infra | 09:23 | |
*** pblaho is now known as pblaho|afk | 09:24 | |
*** lyxus has joined #openstack-infra | 09:27 | |
*** cnesa8 has joined #openstack-infra | 09:29 | |
*** penguinRaider has joined #openstack-infra | 09:29 | |
*** amotoki has joined #openstack-infra | 09:29 | |
*** baohua has joined #openstack-infra | 09:29 | |
*** RicoLin has joined #openstack-infra | 09:29 | |
*** jpeeler has joined #openstack-infra | 09:29 | |
*** annegentle has joined #openstack-infra | 09:29 | |
*** bcrochet has joined #openstack-infra | 09:29 | |
*** jd__ has joined #openstack-infra | 09:29 | |
*** jlk has joined #openstack-infra | 09:29 | |
*** notmyname has joined #openstack-infra | 09:29 | |
*** DinaBelova has joined #openstack-infra | 09:29 | |
*** NikitaKonovalov has joined #openstack-infra | 09:29 | |
*** mkoderer has joined #openstack-infra | 09:29 | |
*** antonym has joined #openstack-infra | 09:29 | |
*** grantbow has joined #openstack-infra | 09:30 | |
*** aviau has joined #openstack-infra | 09:30 | |
*** koolhead17 has quit IRC | 09:31 | |
*** joools has joined #openstack-infra | 09:33 | |
openstackgerrit | Victor Sergeyev proposed a change to openstack-infra/config: Enable oslo.db testing on python 3.3 https://review.openstack.org/112006 | 09:34 |
*** trinaths has joined #openstack-infra | 09:42 | |
*** dizquierdo has quit IRC | 09:45 | |
*** EntropyWorks has quit IRC | 09:45 | |
*** EntropyWorks has joined #openstack-infra | 09:45 | |
*** sressot has quit IRC | 09:46 | |
*** Mithrandir has quit IRC | 09:46 | |
*** kashyap has quit IRC | 09:46 | |
*** anteaya has quit IRC | 09:46 | |
*** wendar_ has joined #openstack-infra | 09:46 | |
*** kashyap has joined #openstack-infra | 09:46 | |
*** Mithrandir has joined #openstack-infra | 09:47 | |
*** anteaya has joined #openstack-infra | 09:47 | |
*** ilyashakhat has joined #openstack-infra | 09:47 | |
*** timfreun1 has joined #openstack-infra | 09:48 | |
*** r1chardj0n3s has joined #openstack-infra | 09:48 | |
*** marzif_ has joined #openstack-infra | 09:48 | |
*** jeblair_ has joined #openstack-infra | 09:48 | |
*** andreaf has joined #openstack-infra | 09:49 | |
*** dizquierdo has joined #openstack-infra | 09:50 | |
*** freyes_ has joined #openstack-infra | 09:50 | |
*** imcsk8_ has joined #openstack-infra | 09:50 | |
*** jeblair has quit IRC | 09:50 | |
*** r1chardj0n3s_afk has quit IRC | 09:50 | |
*** msuriar has quit IRC | 09:50 | |
*** timfreund has quit IRC | 09:50 | |
*** ilyashakhat_ has quit IRC | 09:50 | |
*** wendar has quit IRC | 09:50 | |
*** marzif has quit IRC | 09:50 | |
*** bogdando has quit IRC | 09:50 | |
*** freyes has quit IRC | 09:50 | |
*** dougwig has quit IRC | 09:50 | |
*** d34dh0r53 has quit IRC | 09:50 | |
*** markvan has quit IRC | 09:50 | |
*** imcsk8 has quit IRC | 09:50 | |
*** zaro has quit IRC | 09:50 | |
*** russellb has quit IRC | 09:51 | |
*** rakhmerov has quit IRC | 09:51 | |
*** rakhmerov has joined #openstack-infra | 09:51 | |
*** freyes_ is now known as freyes | 09:51 | |
*** russellb has joined #openstack-infra | 09:51 | |
*** bogdando has joined #openstack-infra | 09:51 | |
*** markvan has joined #openstack-infra | 09:51 | |
*** sressot has joined #openstack-infra | 09:51 | |
*** comstud has quit IRC | 09:51 | |
*** sileht has quit IRC | 09:51 | |
*** andreaf_ has quit IRC | 09:51 | |
*** dougwig has joined #openstack-infra | 09:51 | |
*** d34dh0r53 has joined #openstack-infra | 09:53 | |
*** ildikov has joined #openstack-infra | 09:53 | |
*** comstud has joined #openstack-infra | 09:54 | |
*** zaro has joined #openstack-infra | 09:54 | |
*** sileht has joined #openstack-infra | 09:54 | |
*** andreykurilin has joined #openstack-infra | 09:54 | |
*** schang_ has joined #openstack-infra | 09:54 | |
*** ryanpetrello_ has joined #openstack-infra | 09:54 | |
*** ryanpetrello has quit IRC | 09:54 | |
*** ryanpetrello_ is now known as ryanpetrello | 09:54 | |
*** Ng_ has joined #openstack-infra | 09:55 | |
*** asselin_ has joined #openstack-infra | 09:55 | |
*** sweston_ has joined #openstack-infra | 09:55 | |
*** _shaps__ has joined #openstack-infra | 09:55 | |
*** gokrokve has joined #openstack-infra | 09:56 | |
*** persia__ has joined #openstack-infra | 09:56 | |
*** ildikov_ has quit IRC | 09:56 | |
*** nimrodsun_ has joined #openstack-infra | 09:56 | |
*** schang has quit IRC | 09:57 | |
*** schang_ is now known as schang | 09:57 | |
*** gus_ has joined #openstack-infra | 09:57 | |
*** Ng has quit IRC | 09:57 | |
*** Ng_ is now known as Ng | 09:57 | |
*** persia__ has quit IRC | 09:58 | |
*** persia__ has joined #openstack-infra | 09:58 | |
*** persia has quit IRC | 09:58 | |
*** persia__ is now known as persia | 09:58 | |
*** tcammann_ has joined #openstack-infra | 09:58 | |
*** unicell has quit IRC | 09:58 | |
*** matt__ has joined #openstack-infra | 09:58 | |
*** lifeless1 has joined #openstack-infra | 09:58 | |
*** Ng is now known as Ng_ | 09:58 | |
*** erw_ has joined #openstack-infra | 09:58 | |
*** zhiyan_ has joined #openstack-infra | 09:58 | |
*** zeus_ has joined #openstack-infra | 09:59 | |
*** YorikSar_ has joined #openstack-infra | 10:00 | |
*** Ng_ is now known as Ng | 10:00 | |
*** vish1 has joined #openstack-infra | 10:00 | |
*** jhesketh_ has joined #openstack-infra | 10:00 | |
*** gokrokve has quit IRC | 10:01 | |
*** EmilienM_ has joined #openstack-infra | 10:01 | |
*** sc68cal_ has joined #openstack-infra | 10:01 | |
*** mrodden_ has joined #openstack-infra | 10:02 | |
*** dstufft_ has joined #openstack-infra | 10:02 | |
*** naotok_ has joined #openstack-infra | 10:03 | |
*** Ryan_Lane has joined #openstack-infra | 10:03 | |
*** AaronGr has joined #openstack-infra | 10:03 | |
*** vipul- has joined #openstack-infra | 10:04 | |
*** roaet- has joined #openstack-infra | 10:04 | |
*** markmc has joined #openstack-infra | 10:05 | |
*** pblaho|afk is now known as pblaho | 10:05 | |
*** Hunner_ has joined #openstack-infra | 10:06 | |
yolanda | pleia2, anteaya, do you know if we need some kind of badge or ticket to attend to Fossetcon or Pycon UK? Or just go there and say we are speakers? | 10:09 |
*** erlon has quit IRC | 10:09 | |
*** vipul has quit IRC | 10:09 | |
*** mrodden has quit IRC | 10:09 | |
*** AaronGreen has quit IRC | 10:09 | |
*** bookwar has quit IRC | 10:09 | |
*** asselin has quit IRC | 10:09 | |
*** YorikSar has quit IRC | 10:09 | |
*** naotok has quit IRC | 10:09 | |
*** _shaps_ has quit IRC | 10:09 | |
*** Hunner has quit IRC | 10:09 | |
*** zhiyan has quit IRC | 10:09 | |
*** sc68cal has quit IRC | 10:09 | |
*** erw has quit IRC | 10:09 | |
*** zeus has quit IRC | 10:09 | |
*** nimrodsun has quit IRC | 10:09 | |
*** sweston has quit IRC | 10:09 | |
*** vishy has quit IRC | 10:09 | |
*** jhesketh has quit IRC | 10:09 | |
*** Vek has quit IRC | 10:09 | |
*** dstufft has quit IRC | 10:09 | |
*** tcammann has quit IRC | 10:09 | |
*** monester has quit IRC | 10:09 | |
*** roaet_ has quit IRC | 10:09 | |
*** niska has quit IRC | 10:09 | |
*** lifeless has quit IRC | 10:09 | |
*** gus has quit IRC | 10:09 | |
*** mattoliverau has quit IRC | 10:09 | |
*** EmilienM has quit IRC | 10:09 | |
*** jvrbanac has quit IRC | 10:09 | |
*** vipul- is now known as vipul | 10:09 | |
*** dstufft_ is now known as dstufft | 10:09 | |
*** vish1 is now known as vishy | 10:09 | |
*** zeus_ is now known as zeus | 10:09 | |
*** mrodden_ is now known as mrodden | 10:09 | |
*** amuller has joined #openstack-infra | 10:09 | |
*** zeus is now known as Guest39000 | 10:10 | |
*** sweston_ is now known as sweston | 10:10 | |
*** erlon has joined #openstack-infra | 10:10 | |
*** EmilienM_ is now known as EmilienM | 10:10 | |
*** nimrodsun_ is now known as nimrodsun | 10:10 | |
*** erw_ is now known as erw | 10:10 | |
*** zhiyan_ is now known as zhiyan | 10:11 | |
*** niska has joined #openstack-infra | 10:11 | |
*** monester has joined #openstack-infra | 10:11 | |
*** jvrbanac has joined #openstack-infra | 10:11 | |
*** bookwar has joined #openstack-infra | 10:11 | |
openstackgerrit | Mike Heald proposed a change to openstack-infra/zuul: Enforce ref only for gerrit events that supply a ref https://review.openstack.org/114510 | 10:11 |
*** msuriar has joined #openstack-infra | 10:14 | |
*** joools has quit IRC | 10:14 | |
openstackgerrit | A change was merged to openstack-dev/pbr: Raise an error if preversion versions are too low https://review.openstack.org/108269 | 10:15 |
*** asselin_ has quit IRC | 10:15 | |
*** nosnos has quit IRC | 10:16 | |
*** nosnos has joined #openstack-infra | 10:17 | |
openstackgerrit | Thierry Carrez proposed a change to openstack-infra/release-tools: Update release-tools doc to match Juno tools https://review.openstack.org/117289 | 10:17 |
openstackgerrit | Thierry Carrez proposed a change to openstack-infra/release-tools: Support new location for oslo-incubator https://review.openstack.org/117733 | 10:17 |
*** jgallard has quit IRC | 10:18 | |
*** Hal_ has quit IRC | 10:19 | |
*** nosnos has quit IRC | 10:21 | |
*** e0ne has quit IRC | 10:22 | |
*** dkehn__ has joined #openstack-infra | 10:23 | |
*** [HeOS] has joined #openstack-infra | 10:23 | |
*** HeOS has quit IRC | 10:24 | |
*** pblaho is now known as pblaho|afk | 10:24 | |
*** marun has joined #openstack-infra | 10:24 | |
*** acfleury has joined #openstack-infra | 10:26 | |
*** doude_ has joined #openstack-infra | 10:26 | |
*** dosaboy_ has joined #openstack-infra | 10:27 | |
*** bodepd_ has joined #openstack-infra | 10:28 | |
*** hashar has quit IRC | 10:30 | |
*** cody-somerville_ has joined #openstack-infra | 10:33 | |
*** jedimike has joined #openstack-infra | 10:33 | |
*** wolsen_ has joined #openstack-infra | 10:33 | |
*** coolsvap has quit IRC | 10:34 | |
*** dkehn_ has quit IRC | 10:34 | |
*** adalbas has quit IRC | 10:34 | |
*** cody-somerville has quit IRC | 10:34 | |
*** dosaboy has quit IRC | 10:34 | |
*** doude has quit IRC | 10:34 | |
*** bodepd has quit IRC | 10:34 | |
*** openstackgerrit has quit IRC | 10:34 | |
*** bknudson has quit IRC | 10:34 | |
*** wolsen has quit IRC | 10:34 | |
*** sbadia has quit IRC | 10:34 | |
*** coolsvap has joined #openstack-infra | 10:35 | |
*** sbadia has joined #openstack-infra | 10:36 | |
*** bookwar has left #openstack-infra | 10:36 | |
*** amotoki_ has joined #openstack-infra | 10:38 | |
*** pcm_ has joined #openstack-infra | 10:39 | |
*** bknudson has joined #openstack-infra | 10:40 | |
*** mancdaz has joined #openstack-infra | 10:40 | |
*** openstackgerrit has joined #openstack-infra | 10:40 | |
*** amotoki_ has quit IRC | 10:43 | |
*** boris-42 has quit IRC | 10:43 | |
*** koolhead17 has joined #openstack-infra | 10:46 | |
*** koolhead17 has joined #openstack-infra | 10:46 | |
*** mestery_ has joined #openstack-infra | 10:47 | |
*** Mmike has quit IRC | 10:48 | |
*** willroberts_ has joined #openstack-infra | 10:49 | |
*** dougwig_ has joined #openstack-infra | 10:49 | |
*** erw_ has joined #openstack-infra | 10:49 | |
*** eglynn-regus has joined #openstack-infra | 10:49 | |
*** Mmike has joined #openstack-infra | 10:50 | |
*** Kiall_ has joined #openstack-infra | 10:50 | |
*** TheJulia has joined #openstack-infra | 10:51 | |
*** tristanC_ has joined #openstack-infra | 10:51 | |
*** Adri2000_ has joined #openstack-infra | 10:51 | |
*** clayg_ has joined #openstack-infra | 10:51 | |
*** NobodyCa1 has joined #openstack-infra | 10:51 | |
*** Adri2000_ is now known as Guest54399 | 10:51 | |
*** BobBall_1way has joined #openstack-infra | 10:51 | |
*** ctracey_ has joined #openstack-infra | 10:51 | |
*** _nadya_ has quit IRC | 10:53 | |
*** dtantsur|brb is now known as dtantsur | 10:53 | |
*** yamahata has quit IRC | 10:54 | |
*** amotoki has quit IRC | 10:54 | |
*** freyes has quit IRC | 10:55 | |
*** garyh has quit IRC | 10:55 | |
*** Kiall has quit IRC | 10:55 | |
*** Mithrandir has quit IRC | 10:55 | |
*** TheJulia_ has quit IRC | 10:55 | |
*** tristanC has quit IRC | 10:55 | |
*** Adri2000 has quit IRC | 10:55 | |
*** clarkb has quit IRC | 10:55 | |
*** jpich has quit IRC | 10:55 | |
*** dteselkin has quit IRC | 10:55 | |
*** mestery has quit IRC | 10:55 | |
*** oanufriev has quit IRC | 10:55 | |
*** NobodyCam has quit IRC | 10:55 | |
*** mrda has quit IRC | 10:55 | |
*** clayg has quit IRC | 10:55 | |
*** Svedrin has quit IRC | 10:55 | |
*** BobBall_Away has quit IRC | 10:55 | |
*** lxsli has quit IRC | 10:55 | |
*** EmilienM has quit IRC | 10:55 | |
*** erw has quit IRC | 10:55 | |
*** dougwig has quit IRC | 10:55 | |
*** mtreinish has quit IRC | 10:56 | |
*** eglynn-office has quit IRC | 10:56 | |
*** willroberts has quit IRC | 10:56 | |
*** ctracey has quit IRC | 10:56 | |
*** jcooley has quit IRC | 10:56 | |
*** freyes has joined #openstack-infra | 10:56 | |
*** EmilienM has joined #openstack-infra | 10:56 | |
*** jpich has joined #openstack-infra | 10:56 | |
*** gokrokve has joined #openstack-infra | 10:56 | |
*** Mithrandir has joined #openstack-infra | 10:56 | |
*** dteselkin has joined #openstack-infra | 10:56 | |
*** mrda has joined #openstack-infra | 10:57 | |
*** Svedrin has joined #openstack-infra | 10:57 | |
*** dougwig_ is now known as dougwig | 10:57 | |
*** eglynn-regus is now known as eglynn-officeafk | 10:57 | |
*** penguinRaider has quit IRC | 10:57 | |
*** bmwiedemann has joined #openstack-infra | 10:57 | |
*** jcooley has joined #openstack-infra | 10:57 | |
*** mwagner_lap has joined #openstack-infra | 10:57 | |
*** mtreinish has joined #openstack-infra | 10:57 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/requirements: Rename glance.store into glance_store https://review.openstack.org/117744 | 10:57 |
*** erw_ is now known as erw | 10:58 | |
*** lxsli has joined #openstack-infra | 10:59 | |
*** willroberts_ is now known as willroberts | 11:00 | |
*** ctracey_ is now known as ctracey | 11:00 | |
*** gokrokve has quit IRC | 11:01 | |
*** clarkb has joined #openstack-infra | 11:03 | |
*** clarkb has quit IRC | 11:03 | |
*** andreaf has quit IRC | 11:04 | |
*** marun_ has joined #openstack-infra | 11:04 | |
*** clarkb has joined #openstack-infra | 11:05 | |
*** baohua_ has joined #openstack-infra | 11:05 | |
*** med_ has joined #openstack-infra | 11:05 | |
*** med_ has quit IRC | 11:05 | |
*** med_ has joined #openstack-infra | 11:05 | |
*** andreaf has joined #openstack-infra | 11:05 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Fix typo - run gate/check against oslo.serialization-py33 https://review.openstack.org/116997 | 11:06 |
*** marun has quit IRC | 11:07 | |
*** aviau has quit IRC | 11:07 | |
*** baohua has quit IRC | 11:07 | |
*** aviau has joined #openstack-infra | 11:07 | |
*** Dafna has joined #openstack-infra | 11:13 | |
*** bmwiedemann has left #openstack-infra | 11:13 | |
*** hashar has joined #openstack-infra | 11:20 | |
*** joachim has joined #openstack-infra | 11:21 | |
*** pfallenop has quit IRC | 11:22 | |
*** joa has quit IRC | 11:22 | |
*** jogo has quit IRC | 11:22 | |
*** Mmike has quit IRC | 11:22 | |
*** bogdando has quit IRC | 11:22 | |
*** zhiyuan has quit IRC | 11:22 | |
*** s0nea has quit IRC | 11:22 | |
*** jogo has joined #openstack-infra | 11:22 | |
*** pfallenop has joined #openstack-infra | 11:23 | |
*** Mmike has joined #openstack-infra | 11:23 | |
*** s0nea has joined #openstack-infra | 11:23 | |
*** bogdando has joined #openstack-infra | 11:24 | |
*** pblaho|afk is now known as pblaho | 11:24 | |
*** Vega has joined #openstack-infra | 11:25 | |
*** Vega is now known as Guest17883 | 11:25 | |
*** froek_ has joined #openstack-infra | 11:26 | |
*** hashar_ has joined #openstack-infra | 11:27 | |
*** froek has quit IRC | 11:27 | |
*** froek_ is now known as froek | 11:27 | |
*** dguerri has quit IRC | 11:27 | |
*** dansmith has quit IRC | 11:27 | |
*** mrda has quit IRC | 11:27 | |
*** blkperl has quit IRC | 11:27 | |
*** ruhe has quit IRC | 11:27 | |
*** dguerri has joined #openstack-infra | 11:27 | |
*** penguinRaider has joined #openstack-infra | 11:28 | |
*** tteggel_ has joined #openstack-infra | 11:28 | |
*** trinaths has quit IRC | 11:29 | |
*** blkperl has joined #openstack-infra | 11:29 | |
*** naotok_ is now known as zz_naotok_ | 11:29 | |
*** TheJulia_ has joined #openstack-infra | 11:29 | |
*** proffalken has joined #openstack-infra | 11:30 | |
*** tristanC has joined #openstack-infra | 11:30 | |
*** gpocente1 has joined #openstack-infra | 11:30 | |
*** TheJulia has quit IRC | 11:30 | |
*** proffalk1n has quit IRC | 11:30 | |
*** tristanC_ has quit IRC | 11:30 | |
*** zaro has quit IRC | 11:30 | |
*** gpocentek has quit IRC | 11:30 | |
*** vladan has quit IRC | 11:30 | |
*** tteggel has quit IRC | 11:30 | |
*** gmurphy has quit IRC | 11:30 | |
*** dosaboy_ has quit IRC | 11:30 | |
*** gpocente1 is now known as gpocentek | 11:30 | |
*** hashar has quit IRC | 11:30 | |
*** dosaboy has joined #openstack-infra | 11:30 | |
*** gpocentek has quit IRC | 11:30 | |
*** gpocentek has joined #openstack-infra | 11:30 | |
*** ildikov_ has joined #openstack-infra | 11:31 | |
*** dizquierdo has quit IRC | 11:31 | |
*** oanufriev has joined #openstack-infra | 11:31 | |
*** ildikov has quit IRC | 11:31 | |
*** chandankumar has quit IRC | 11:32 | |
*** gmurphy has joined #openstack-infra | 11:33 | |
*** zaro has joined #openstack-infra | 11:33 | |
*** dansmith has joined #openstack-infra | 11:34 | |
*** vladan has joined #openstack-infra | 11:34 | |
*** dansmith is now known as Guest64 | 11:34 | |
*** ruhe has joined #openstack-infra | 11:34 | |
*** mrda has joined #openstack-infra | 11:34 | |
*** [HeOS] is now known as HeOS | 11:37 | |
*** dizquierdo has joined #openstack-infra | 11:43 | |
*** mmedvede has joined #openstack-infra | 11:44 | |
*** vhoward- has quit IRC | 11:44 | |
*** vhoward has joined #openstack-infra | 11:44 | |
*** chandankumar has joined #openstack-infra | 11:44 | |
sdague | ianw_: you still about? | 11:51 |
ekarlso | hmmm, are triggers assigned to projects or jobs ? | 11:53 |
ekarlso | I copied the python jobs stuff from the config repo into a privat one for a project and wanting to use the github trigger on a project but wondering if I need to assign it to the job-group or the project | 11:53 |
*** gokrokve has joined #openstack-infra | 11:56 | |
*** Vek has joined #openstack-infra | 11:57 | |
*** flaper87 is now known as flaper87|afk | 12:00 | |
*** baohua_ has quit IRC | 12:00 | |
*** gokrokve has quit IRC | 12:01 | |
*** marcusvrn has joined #openstack-infra | 12:03 | |
*** flaper87 has joined #openstack-infra | 12:08 | |
*** dane_leblanc has joined #openstack-infra | 12:09 | |
*** ajo has joined #openstack-infra | 12:09 | |
*** ZZelle has joined #openstack-infra | 12:10 | |
*** lukego has quit IRC | 12:10 | |
*** pblaho is now known as pblaho|afk | 12:11 | |
*** HenryG has joined #openstack-infra | 12:12 | |
*** bradm has quit IRC | 12:13 | |
*** joachim is now known as joa | 12:14 | |
*** blkperl has quit IRC | 12:14 | |
*** pblaho|afk is now known as pblaho | 12:15 | |
*** cody-somerville_ is now known as cody-somerville | 12:15 | |
*** blkperl has joined #openstack-infra | 12:15 | |
*** GheRivero is now known as GheRivero_afk | 12:16 | |
*** mriedem has joined #openstack-infra | 12:16 | |
*** IAX has quit IRC | 12:16 | |
*** IAX has joined #openstack-infra | 12:17 | |
*** Guest17883 has quit IRC | 12:18 | |
*** acfleury has quit IRC | 12:18 | |
*** amotoki has joined #openstack-infra | 12:19 | |
*** mriedem has quit IRC | 12:20 | |
*** Guest17883 has joined #openstack-infra | 12:22 | |
*** e0ne has joined #openstack-infra | 12:23 | |
*** unicell has joined #openstack-infra | 12:24 | |
*** mbacchi has joined #openstack-infra | 12:24 | |
*** acfleury has joined #openstack-infra | 12:24 | |
*** mriedem has joined #openstack-infra | 12:24 | |
*** dizquierdo has quit IRC | 12:26 | |
*** hdd has joined #openstack-infra | 12:27 | |
*** hdd has quit IRC | 12:30 | |
*** lukego has joined #openstack-infra | 12:31 | |
*** flaper87 has quit IRC | 12:31 | |
*** flaper87|afk is now known as flaper87 | 12:31 | |
ajo | fungi, there? if gate check failed on https://review.openstack.org/#/c/113453/ (unrelated timeout) what should I use to re-trigger it? | 12:33 |
ajo | btw, hi :), and thanks | 12:33 |
*** amotoki_ has joined #openstack-infra | 12:39 | |
*** jpich has quit IRC | 12:40 | |
*** jpich has joined #openstack-infra | 12:41 | |
fungi | ajo: it's been rerunning tests for over 30 minutes already according to http://status.openstack.org/zuul/ | 12:43 |
*** amotoki_ has quit IRC | 12:44 | |
fungi | ajo: also, for reference, it was bug 1311066 which bounced it out of the gate the last time | 12:44 |
*** dkehn__ has quit IRC | 12:44 | |
uvirtbot` | Launchpad bug 1311066 in openstack-ci "Some nodes allocated in node pool are very very slow" [High,Confirmed] https://launchpad.net/bugs/1311066 | 12:44 |
*** dkehn has quit IRC | 12:44 | |
*** ominakov has joined #openstack-infra | 12:44 | |
fungi | ajo: http://logs.openstack.org/53/113453/3/gate/gate-tempest-dsvm-full/c2a2052/console.html#_2014-08-29_10_42_22_519 | 12:44 |
ajo | hmm, thanks fungi I didn't see any jenkins comments on the review itself, and I thought it wasn't happening | 12:46 |
ajo | I'll check the gate status next time, sorry ':) | 12:46 |
*** baoli has joined #openstack-infra | 12:47 | |
fungi | ajo: jenkins doesn't leave comments when reenqueuing jobs for check any more--that was a workaround for a problem in an older version of gerrit we're no longer using, so we were able to eliminate the behavior recently | 12:49 |
*** weshay has joined #openstack-infra | 12:49 | |
*** chandankumar has quit IRC | 12:49 | |
ajo | fungi, aaahaaaa, understood | 12:49 |
*** mrmartin has quit IRC | 12:50 | |
fungi | ajo: and we hope to eventually start displaying test progress within the gerrit webui automatically, in real time, which should make it less necessary to go digging in the zuul status page once that's working | 12:50 |
*** hdd has joined #openstack-infra | 12:50 | |
*** plomakin has quit IRC | 12:51 | |
ajo | fungi, that will be awesome | 12:53 |
ajo | I really like the idea | 12:53 |
*** amuller has quit IRC | 12:53 | |
*** aysyd has joined #openstack-infra | 12:53 | |
ajo | the last gerrit change hiding CI comments was already awesome, any idea if that was a local gerrit branch modification, or was it accepted gerrit upstream? | 12:54 |
*** radez_g0n3 is now known as radez | 12:54 | |
*** _buzz_ has joined #openstack-infra | 12:55 | |
*** dprince has joined #openstack-infra | 12:55 | |
*** Longgeek has quit IRC | 12:56 | |
*** gokrokve has joined #openstack-infra | 12:56 | |
fungi | ajo: it's actually just a javascript overlay | 12:56 |
fungi | bolted on, not integrated into gerrit itself | 12:57 |
fungi | ajo: though they have some similar sort of functionality to be able to separate out reviewer and ci data channels in the ui, slated for 2.10 i think? | 12:57 |
*** Longgeek has joined #openstack-infra | 12:58 | |
fungi | but it actually goes deeper, stores them as different sorts of data and makes it more useful for queries et cetera, if memory serves | 12:58 |
*** _buzz has quit IRC | 12:58 | |
ajo | :) | 13:00 |
*** gokrokve has quit IRC | 13:01 | |
*** esker has joined #openstack-infra | 13:05 | |
*** alexpilotti has joined #openstack-infra | 13:06 | |
*** marun_ has quit IRC | 13:06 | |
*** russellb is now known as rustlebee | 13:09 | |
*** mestery_ is now known as mestery | 13:09 | |
*** mjturek has joined #openstack-infra | 13:10 | |
*** dkehn has joined #openstack-infra | 13:10 | |
*** dkehn is now known as dkehnx | 13:11 | |
*** dkehn has joined #openstack-infra | 13:12 | |
*** dkehnx has quit IRC | 13:12 | |
*** alexpilotti has quit IRC | 13:12 | |
*** leifmadsen is now known as blitzrage | 13:13 | |
*** dkehnx has joined #openstack-infra | 13:13 | |
*** mspreitz has joined #openstack-infra | 13:13 | |
fungi | wow... nodepool has basically caught up with the zuul job load now (no waiting jobs!) | 13:14 |
*** _buzz_ has quit IRC | 13:15 | |
*** Hal_ has joined #openstack-infra | 13:15 | |
fungi | maybe tomorrow's gerrit maintenance won't be terribly disruptive after all | 13:15 |
*** koolhead17 has quit IRC | 13:17 | |
*** Guest39000 is now known as zeus | 13:21 | |
*** _nadya_ has joined #openstack-infra | 13:21 | |
*** zeus has quit IRC | 13:21 | |
*** zeus has joined #openstack-infra | 13:21 | |
*** _nadya_ has quit IRC | 13:22 | |
*** _nadya_ has joined #openstack-infra | 13:22 | |
*** doug-fish has joined #openstack-infra | 13:23 | |
*** bknudson has quit IRC | 13:24 | |
mspreitz | Is it known that check-grenade-dsvm-partial-ncpu is flaky or broken? | 13:24 |
*** mrmartin has joined #openstack-infra | 13:24 | |
*** signed8bit has joined #openstack-infra | 13:24 | |
*** _buzz has joined #openstack-infra | 13:27 | |
fungi | mspreitz: no idea... probably more of an audience for that discussion on #openstack-qa but presumably jogo has his finger on the pulse of that job | 13:27 |
mspreitz | jogo: any idea? | 13:28 |
*** Guest64 is now known as dansmith | 13:30 | |
*** dansmith is now known as superdan | 13:30 | |
*** superdan is now known as Guest946 | 13:30 | |
*** lcheng has joined #openstack-infra | 13:30 | |
*** daneleblanc has joined #openstack-infra | 13:31 | |
*** dane_leblanc has quit IRC | 13:32 | |
*** NobodyCa1 is now known as NobodyCam | 13:32 | |
*** ominakov has quit IRC | 13:32 | |
ekarlso | is there a way to use a job-group outside of a project ? | 13:33 |
*** habib has joined #openstack-infra | 13:35 | |
*** jab has joined #openstack-infra | 13:35 | |
*** jab has joined #openstack-infra | 13:35 | |
fungi | ekarlso: no idea... where outside of a project are you wanting to use it? (inside another job-group is the only other place i can imagine it making sense) | 13:35 |
*** habib has quit IRC | 13:36 | |
ekarlso | fungi: well, I don't have zuul setup atm and the job group is nice to have.. | 13:36 |
ekarlso | but I guess I can use a multijob then instead | 13:36 |
*** habib has joined #openstack-infra | 13:36 | |
ekarlso | just a tad more tedious to setup | 13:36 |
fungi | oh, that's probably a jenkinsy feature we don't use, in which case i don't know much about it | 13:37 |
*** kgiusti has joined #openstack-infra | 13:37 | |
*** kgiusti has left #openstack-infra | 13:38 | |
*** Guest946 is now known as dansmith | 13:38 | |
fungi | ekarlso: as far as i know job-groups are only used for template expansion/instantiation purposes and don't translate to any specific construct in jenkins configuration, but there are people here who know a lot more about jenkins and jjb than i do so they may tell me i'm wrong | 13:38 |
*** kgiusti has joined #openstack-infra | 13:38 | |
fungi | hashar_: ^ maybe something you know for sure (assuming you're around this afternoon)? | 13:39 |
*** koolhead17 has joined #openstack-infra | 13:41 | |
*** balles has joined #openstack-infra | 13:42 | |
*** lukego has quit IRC | 13:44 | |
*** jaypipes has joined #openstack-infra | 13:44 | |
*** pcrews has joined #openstack-infra | 13:44 | |
ekarlso | fungi: template expansion ? | 13:45 |
ekarlso | job templates u mean ? | 13:45 |
*** annegent_ has joined #openstack-infra | 13:45 | |
fungi | ekarlso: right | 13:46 |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Fix sideways grenade local tmp variables https://review.openstack.org/117435 | 13:46 |
ekarlso | k | 13:47 |
*** eharney has joined #openstack-infra | 13:49 | |
*** marun_ has joined #openstack-infra | 13:51 | |
*** lcheng has quit IRC | 13:51 | |
*** mcgin has joined #openstack-infra | 13:52 | |
*** r-daneel has joined #openstack-infra | 13:52 | |
*** ominakov has joined #openstack-infra | 13:52 | |
mcgin | Hey, I've submitted a change a while back for Jenkins Job Builder and it's been sitting around awaiting a merge to master | 13:54 |
*** jaypipes is now known as leakypipes | 13:54 | |
*** doude_ has quit IRC | 13:55 | |
mcgin | It's been reviewed by somebody already | 13:55 |
*** dmsimard_away is now known as dmsimard | 13:55 | |
mcgin | and I'm wondering what I need to do to get it merged | 13:55 |
mcgin | The change is - https://review.openstack.org/#/c/114630/ | 13:55 |
hashar_ | ekarlso: hello :)Â I got some experience with both jjb and zuul | 13:55 |
hashar_ | ekarlso: what are you trying to do and do you have any configuration file available publicly ? | 13:55 |
ekarlso | hashar_: well, when u use project and job group normally the execution is done by zuul I guess | 13:56 |
*** gokrokve has joined #openstack-infra | 13:56 | |
ekarlso | when u dont use zuul how do you get the same effect :P | 13:56 |
hashar_ | ekarlso: you mean in Jenkins job builder? | 13:56 |
hashar_ | ekarlso: the job-group is merely to easily apply a set of jobs to a lot of projects | 13:57 |
hashar_ | ekarlso: jenkins job builder just creates the job. The way they are triggered together is handled in Zuul and is unrelated. | 13:57 |
hashar_ | ekarlso: you can have a job-group named 'linters' | 13:57 |
hashar_ | that would have job templates like '{name}-lint-php' '{name}-lint-js' . Then on your jenkins job builder projects just: jobs: - linters and that will create the php and js linting job | 13:58 |
hashar_ | but they will not be run together unless you ask Zuul to do so | 13:58 |
ekarlso | hashar_: when you mean the jobs: is that on a "project" then ? | 13:59 |
*** amotoki has quit IRC | 13:59 | |
hashar_ | ekarlso: yes | 13:59 |
*** Longgeek has quit IRC | 13:59 | |
ekarlso | so the "trigger" if not using zuul would need to be on the job then right ? | 13:59 |
hashar_ | ekarlso: triggers: should be added on jobs: or job-templates: | 14:00 |
*** gokrokve has quit IRC | 14:01 | |
hashar_ | ekarlso: at the project level, you just (optionally) list variables you want to pass to job templates, and then the list of job and job templates to realize | 14:01 |
hashar_ | ekarlso: can go in details with your own template if you want. | 14:01 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add query for testtools AttributeError bug 1362909 https://review.openstack.org/117683 | 14:02 |
uvirtbot` | Launchpad bug 1362909 in testtools ""AttributeError: 'tuple' object has no attribute 'lower'" in openstack runs" [Undecided,Confirmed] https://launchpad.net/bugs/1362909 | 14:02 |
*** bknudson has joined #openstack-infra | 14:02 | |
*** ArxCruz has joined #openstack-infra | 14:02 | |
*** asadoughi has joined #openstack-infra | 14:02 | |
*** wenlock has joined #openstack-infra | 14:03 | |
pelix1 | zaro: could do with a review from someone else on https://review.openstack.org/#/c/75514/ as I've tinkered enough around adding threading to JJB that I'm potentially blind to whether the author needs to make any further changes | 14:03 |
*** mfer has joined #openstack-infra | 14:04 | |
*** rpodolyaka has quit IRC | 14:04 | |
*** Longgeek has joined #openstack-infra | 14:04 | |
*** lukego has joined #openstack-infra | 14:07 | |
*** dkehnx has quit IRC | 14:08 | |
*** HeOS has quit IRC | 14:08 | |
*** chuckC has quit IRC | 14:08 | |
*** rpodolyaka has joined #openstack-infra | 14:09 | |
*** zz_jgrimm is now known as jgrimm | 14:10 | |
*** abhishekk has joined #openstack-infra | 14:10 | |
*** dizquierdo has joined #openstack-infra | 14:10 | |
abhishekk | hi all, is 'reverify no bug' not used any more? | 14:10 |
*** mmedvede has quit IRC | 14:11 | |
*** amuller has joined #openstack-infra | 14:11 | |
*** mmedvede has joined #openstack-infra | 14:11 | |
*** mmedvede has quit IRC | 14:13 | |
yolanda | anteaya, pleia2, documentation about Running your own CI infrastructure talks about: Then follow the puppet.rsh instructions for bringing up a puppetmaster, replacing openstack_project with your project name | 14:13 |
yolanda | where can i find that puppet.rsh file? | 14:13 |
*** mmedvede has joined #openstack-infra | 14:13 | |
*** daneleblanc has quit IRC | 14:14 | |
*** bradm has joined #openstack-infra | 14:14 | |
*** daneleblanc has joined #openstack-infra | 14:15 | |
*** dizquierdo has quit IRC | 14:21 | |
*** andreykurilin has quit IRC | 14:25 | |
*** salv-orlando has quit IRC | 14:26 | |
*** _nadya_ has quit IRC | 14:28 | |
*** wenlock has quit IRC | 14:29 | |
*** yamahata has joined #openstack-infra | 14:32 | |
*** dizquierdo has joined #openstack-infra | 14:33 | |
*** dansmith is now known as superdan | 14:34 | |
*** mspreitz has quit IRC | 14:34 | |
*** david-lyle has joined #openstack-infra | 14:34 | |
*** david-lyle has quit IRC | 14:34 | |
*** david-lyle has joined #openstack-infra | 14:35 | |
*** laxity has quit IRC | 14:36 | |
*** laxity has joined #openstack-infra | 14:37 | |
*** jergerber has joined #openstack-infra | 14:37 | |
*** david-lyle has quit IRC | 14:38 | |
sdake | morning | 14:38 |
*** LandenAuer has quit IRC | 14:38 | |
*** gokrokve has joined #openstack-infra | 14:38 | |
*** stevemar has joined #openstack-infra | 14:38 | |
*** otherwiseguy has joined #openstack-infra | 14:40 | |
mriedem | does anyone know what the bug was that fixed this? http://goo.gl/aU9uDI | 14:40 |
*** amotoki has joined #openstack-infra | 14:40 | |
*** Longgeek has quit IRC | 14:41 | |
mriedem | looks like the job was made non-voting here http://git.openstack.org/cgit/openstack-infra/config/commit/?id=70d909536116a14f670f44ee7411552bd6e0cf2a | 14:41 |
*** medieval1_ has joined #openstack-infra | 14:41 | |
mriedem | marun_: ^? | 14:42 |
mriedem | nvm https://bugs.launchpad.net/neutron/+bug/1360658 | 14:42 |
uvirtbot` | Launchpad bug 1360658 in neutron "Managing functional job hooks in the infra config repo is error prone" [High,In progress] | 14:42 |
*** tchaypo1 has quit IRC | 14:43 | |
*** tristanC has quit IRC | 14:43 | |
*** medieval1 has quit IRC | 14:43 | |
*** tristanC has joined #openstack-infra | 14:44 | |
*** dkehn has quit IRC | 14:44 | |
*** tchaypo1 has joined #openstack-infra | 14:44 | |
*** amotoki has quit IRC | 14:45 | |
*** dkehn has joined #openstack-infra | 14:45 | |
*** tsg has joined #openstack-infra | 14:45 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for neutron functional job bug 1360658 https://review.openstack.org/117805 | 14:45 |
uvirtbot` | Launchpad bug 1360658 in neutron "Managing functional job hooks in the infra config repo is error prone" [High,In progress] https://launchpad.net/bugs/1360658 | 14:45 |
*** alexpilotti has joined #openstack-infra | 14:46 | |
*** hdd has quit IRC | 14:47 | |
*** datsun180b has joined #openstack-infra | 14:50 | |
*** andreaf has quit IRC | 14:51 | |
*** andreaf has joined #openstack-infra | 14:51 | |
*** wenlock has joined #openstack-infra | 14:51 | |
*** penguinRaider has quit IRC | 14:52 | |
*** penguinRaider has joined #openstack-infra | 14:54 | |
*** amotoki has joined #openstack-infra | 14:54 | |
*** esker has quit IRC | 14:58 | |
*** nelsnelson has quit IRC | 14:59 | |
*** amuller has quit IRC | 14:59 | |
*** yfried_ has quit IRC | 15:00 | |
*** chuckC has joined #openstack-infra | 15:00 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add footprint for bug 1362528 https://review.openstack.org/117468 | 15:01 |
uvirtbot` | Launchpad bug 1362528 in neutron "cirros starts with file system in read only mode" [Medium,New] https://launchpad.net/bugs/1362528 | 15:01 |
*** marun has joined #openstack-infra | 15:01 | |
marun | fungi: mriedem say again? | 15:01 |
marun | mriedem: ah, yes. | 15:01 |
marun | mriedem: the fixes for that were merged to neutron | 15:01 |
marun | mriedem: so the job can be re-enabled. | 15:01 |
mriedem | marun: yup, just wanted to get an e-r query up for it since it hit pretty hard while it was an issue | 15:02 |
mriedem | will reduce the noise in the uncategorized bugs page | 15:02 |
marun | mriedem: ok | 15:02 |
*** marun_ has quit IRC | 15:02 | |
marun | mriedem: question - do you know how to do rechecks for openstack-infra/* changes? | 15:03 |
*** jerdfelt_ has joined #openstack-infra | 15:03 | |
*** david-lyle has joined #openstack-infra | 15:03 | |
mriedem | marun: assuming the same as rechecking for anything else | 15:03 |
mriedem | just 'recheck' | 15:03 |
*** homeless has joined #openstack-infra | 15:04 | |
jerdfelt_ | https://review.openstack.org/#/c/79689/ | 15:04 |
marun | mriedem: I've had a few outstanding for more than 24h, neutron rechecks at the same time have completed and the patches merged | 15:04 |
mriedem | the fun thing is when you get to recheck and elastic-recheck chnage | 15:04 |
jerdfelt_ | that change got approved 8 days ago, but it looks like jenkins never started it in the gate? | 15:04 |
mriedem | if i don't see it in zuul i recheck it | 15:04 |
marun | mriedem: how to check if it's in zuul? | 15:05 |
mriedem | jerdfelt_: just rechecked that one | 15:05 |
*** daneleblanc has quit IRC | 15:05 | |
mriedem | marun: go here http://status.openstack.org/zuul/ | 15:05 |
marun | mriedem: danke | 15:05 |
mriedem | plugin the gerrit number, e.g. 79689 in this case | 15:05 |
openstackgerrit | yolanda.robla proposed a change to openstack-infra/publications: Use of Openstack CI for your own projects doc https://review.openstack.org/117811 | 15:05 |
mriedem | and i click 'expand by default' | 15:05 |
*** timfreun1 is now known as timfreund | 15:05 | |
jerdfelt_ | mriedem: i knew a recheck could get it working again, but was curious why it never got added into the gate in the first place | 15:06 |
*** nelsnelson has joined #openstack-infra | 15:06 | |
mriedem | jerdfelt_: i've seen that from time to time lately, assuming weird infra blips and blorps, i just recheck and don't raise a stink | 15:06 |
sdague | jerdfelt_: if zuul takes a restart it looses event stream | 15:06 |
mriedem | yeah, blips and blorps :) | 15:06 |
*** dkehn_ has joined #openstack-infra | 15:07 | |
jerdfelt_ | so i should expect this to happen? | 15:07 |
sdague | well, normally zuul restarts are kept to quiet hours | 15:07 |
mriedem | jerdfelt_: maybe not expect, but shouldn't be surprised | 15:07 |
*** kgiusti has quit IRC | 15:07 | |
sdague | however, this time of the cycle, there are no quiet hours | 15:07 |
*** dkehn_ is now known as dkehnx | 15:07 | |
sdague | so if there is a critical bug to get fixed, it might happen and lose a few things | 15:07 |
*** yaguang has quit IRC | 15:07 | |
*** jerdfelt_ is now known as jerdfelt | 15:08 | |
sdague | not ideal... but one of the reasons I try to keep an eye on stuff I've approved to figure out if it got stuck | 15:08 |
* mriedem gets image of sdague as a human fly | 15:08 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/config: Add the tempest-lib project to openstack https://review.openstack.org/117640 | 15:10 |
*** PsionTheory has joined #openstack-infra | 15:10 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/requirements: Rename glance.store into glance_store https://review.openstack.org/117744 | 15:10 |
mtreinish | sdague: ^^^ I'm sure you have an opinion on the job selection for tempest-lib | 15:11 |
*** dkehn has quit IRC | 15:11 | |
*** kgiusti has joined #openstack-infra | 15:11 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/requirements: Rename glance.store into glance_store https://review.openstack.org/117744 | 15:11 |
*** dkehn has joined #openstack-infra | 15:11 | |
*** dkehnx has quit IRC | 15:12 | |
*** dkehn is now known as dkehnx | 15:12 | |
*** salv-orlando has joined #openstack-infra | 15:12 | |
*** bdpayne has joined #openstack-infra | 15:12 | |
fungi | jerdfelt: in this case the change got caught in a zuul restart from when the vmware ci spammed rechecks on hundreds of open changes and we dumped the check pipeline to evacuate the load. the change was left with no "jenkins" vote and so didn't meet the enqueuing criteria when it was approved | 15:12 |
*** mfer has quit IRC | 15:12 | |
*** dkehn has joined #openstack-infra | 15:13 | |
*** dkehnx has quit IRC | 15:13 | |
fungi | jerdfelt: so any changes which were uploaded/rechecked around 2200-2300 utc on the 12th and didn't get rechecked or have a new patchset uploaded thereafter will be in the same boat | 15:13 |
*** dkehnx has joined #openstack-infra | 15:14 | |
fungi | hopefully there aren't many of them left at this point though | 15:14 |
*** zz_gondoi is now known as gondoi | 15:14 | |
jeblair_ | jogo: hi, please don't release a hacking with new rules at this point in the cycle | 15:14 |
jerdfelt | well, that patch is over 5 months old at this point, so i guess anything is possible | 15:14 |
*** dprince has quit IRC | 15:15 | |
sdague | mtreinish: so I'm going to throw a random idea into the mix... why does tempest-lib actually need to be a separate git tree? | 15:15 |
*** mfer has joined #openstack-infra | 15:15 | |
jeblair_ | jogo: we promised a long time ago that we would only bump pep8 versions at the beginning of a cycle (eg, before 1st milestone) | 15:15 |
*** kgiusti has quit IRC | 15:16 | |
*** kgiusti has joined #openstack-infra | 15:17 | |
jeblair_ | jogo: so i think at this point it's a bit late to impose that on people, and if you want to get the performance increase in before kilo opens, then you should mask the new error | 15:17 |
*** hdd has joined #openstack-infra | 15:17 | |
*** jerdfelt has left #openstack-infra | 15:17 | |
*** jeblair_ is now known as jeblair | 15:17 | |
*** rdopieralski has quit IRC | 15:17 | |
*** dane_leblanc has joined #openstack-infra | 15:18 | |
mtreinish | sdague: my thoughts were that it makes it easier to manage it that way. Things like pypi upload, etc. I'm not sure how to do if it were just a dir in the tempest repo | 15:18 |
* jeblair perks up at pypi upload | 15:19 | |
mtreinish | sdague: I guess I just assumed a separate namespace == a separate repo | 15:19 |
sdague | it seems to add a lot of complexity in the refactoring though, it seems like it might be better to figure out pypi upload from subdirs in git | 15:19 |
fungi | and also, can't upload "tempest" to pypi without a hostile takeover | 15:19 |
fungi | and i'm a little squeamish about having python projects where only a subtree of the git repo is in the package. it'll need some reworking of our release tooling | 15:20 |
jeblair | sdague: we have a strict one-repo one-upload rule, for $good_reasons | 15:20 |
mtreinish | sdague: well the refactoring still need to happen to make it a lib. Or were you refering about keeping the git history? | 15:20 |
*** mspreitz has joined #openstack-infra | 15:21 | |
*** ildikov_ has quit IRC | 15:21 | |
*** penguinRaider has quit IRC | 15:23 | |
sdague | jeblair: ok, I guess I don't know the background on $good_reasons | 15:23 |
*** lukego has quit IRC | 15:24 | |
*** pballand has joined #openstack-infra | 15:24 | |
jeblair | sdague: basically, the build machinery (not just ours, but the whole setup.py stuff) gets really weird with multiple packages in a repo. i think it gets complicated with pbr too. | 15:25 |
jeblair | sdague: we have everything special cased for horizon which does this; and they are working to end that, and we are very happy about it :) | 15:26 |
sdague | jeblair: even if the setup.py was pushed down a layer ? | 15:26 |
fungi | for the moment, at least, there's also a huge convenience at being able to just 'pip install /path/to/my/repo' | 15:26 |
*** markmcclain has joined #openstack-infra | 15:26 | |
fungi | without having to know that you need a subtree of that repo | 15:26 |
*** flaper87 is now known as flaper87|afk | 15:26 | |
jeblair | sdague: so is the goal to have one or multiple packages? | 15:26 |
mtreinish | jeblair: it'd be 2 but with only one publish on pypi | 15:27 |
homeless | hi guys, can anyone take a look at this please? https://review.openstack.org/#/c/117636 it is just a feature to handle which repos will be copied to the local git mirror from jeepyb | 15:27 |
jeblair | mtreinish: what's the other package for? | 15:27 |
*** rlandy has quit IRC | 15:28 | |
mtreinish | jeblair: it's tempest and tempest-lib | 15:28 |
*** markmcclain1 has joined #openstack-infra | 15:28 | |
jeblair | mtreinish: tempest itself uses tempest lib from within its own repo? | 15:28 |
mtreinish | but tempest-lib will be used in other places eventually too | 15:28 |
jeblair | mtreinish: why does tempest itself need to be a package (esp if it's not published to pypi)? for the integrated release? | 15:28 |
jeblair | mtreinish: so it's easy to use with tox? | 15:29 |
mtreinish | yeah that's a big part of it | 15:29 |
mtreinish | the tox part | 15:29 |
*** esker has joined #openstack-infra | 15:29 | |
*** otherwiseguy has quit IRC | 15:29 | |
*** markmcclain has quit IRC | 15:30 | |
jeblair | so honestly, in an ideal world, i think there would be one repo, which produces one package that is uploaded to pypi. that package produces an app that can be run, "tempest", as a setuptools command, and it is also importable (from tempest import cool_tests) | 15:30 |
jeblair | is the only problem with that the fact that we don't own tempest on pypi? | 15:30 |
*** ominakov has quit IRC | 15:31 | |
sdague | the reason I throw the idea out there is there is some additional non linear overhead for every git tree we add, especially if 2 projects are close in nature. Like honestly I would personally find oslo easier to work with if it was one lib tree, instead of the 20 we seem to be headed towards. | 15:31 |
sdague | and was wondering if tempest might be a good place to figure out if that was workable | 15:31 |
sdague | anyway, mostly a question / thought exercise | 15:32 |
*** che-arne has quit IRC | 15:32 | |
*** vponomaryov has quit IRC | 15:33 | |
jeblair | sdague: the overhead of multiple deliverables in one repo is very large, yeah. when mordred gets back, let's ask him for an itemized list. but for now, i know that we've had to deal with issues at every level (our scripts, setupdistutilstools, translations, pbr, etc) | 15:34 |
jeblair | sdague: (oh, for one thing, consider what you would you tag to make a tag-based release with pbr) | 15:34 |
*** gokrokve has quit IRC | 15:35 | |
*** abhishekk has quit IRC | 15:35 | |
*** che-arne has joined #openstack-infra | 15:35 | |
*** linkid has joined #openstack-infra | 15:35 | |
jeblair | sdague, mtreinish: so if the only deliverables are an app and a library, that seems like the sort of thing that could be in one repo/package/whatever; no reason a python package can't be both a command and an importable lib (i mean, all our client libs are that) | 15:36 |
jeblair | i always thought the libification of tempest just meant a code reorg to make that sensible | 15:36 |
sdague | sure, the inverse issue though is from a testing perspective we lose things like dependent change streams because you can't do those between projects, which causes a certain amount of slow down in landing things | 15:36 |
sdague | anyway, clearly it's overhead in either direction. Maybe a good beer chat with mordred some time as he's definitely probably thought through a ton of it with doing pbr | 15:38 |
jeblair | sdague: between what projects? how does having tempest be 2 repos help that? doesn't that just make it worse? | 15:38 |
sdague | jeblair: right, that's what I was arguing against, 2 repos | 15:38 |
jeblair | sdague: me too | 15:38 |
sdague | or in the oslo case, 20 | 15:38 |
mtreinish | jeblair: the thing is there isn't really a tempest app. It's really a big dir with tests and common glue that's needed to make things work | 15:39 |
jeblair | sdague: i've been asking you and mtreinish for 10 minutes why you need two _packages_ :) | 15:39 |
*** ominakov has joined #openstack-infra | 15:39 | |
sdague | jeblair: oh, I didn't realize that was the ask :) | 15:39 |
mtreinish | jeblair: but I think you may be right that it doesn't need to be a separate package if the lib was a separate dir under the same namespace | 15:40 |
jeblair | yeah, i'm trying to figure out why one package in one repo doesn't work | 15:40 |
mtreinish | we would just need to figure out the pypi name then... | 15:40 |
sdague | I was on vacation / linuxcon, so I'm only half up to speed here :) | 15:40 |
jeblair | sdague: you're way ahead of me :) | 15:40 |
fungi | wow, something is tanking unit tests for all horizon changes in the gate | 15:40 |
fungi | that's ugly | 15:41 |
jeblair | mtreinish: yeah, so i think in setup.cfg you can say, here's the stuff that should be installed (ie, the "tempest lib"), and then things outside of that tree can be the big glop of files that make up the tempest test suite | 15:41 |
*** gokrokve has joined #openstack-infra | 15:41 | |
sdague | mtreinish: well, so maybe the answer is that tempest needs to be an app, and things can be imported as the lib. | 15:41 |
jeblair | mtreinish, sdague: for instance, zuul installs a bunch of code, but its actual test suite, etc, live outside of the 'zuul' namespace. mordred hates that pattern, but it is an option. | 15:42 |
sdague | though it still begs the question of the namespace collision, as it's already taken upstream | 15:42 |
mtreinish | well could we make the pypi name openstack-tempest and the actual import name tempest? | 15:43 |
sdague | I think that's considered no no | 15:43 |
sdague | because it would conflict at a system level | 15:43 |
sdague | if this and the other tempest were installed | 15:43 |
*** Sincler has joined #openstack-infra | 15:43 | |
jeblair | mtreinish, sdague: 'python-novaclient' is 'novaclient'. that may be unfriendly to people who want to do integration testing on their heat-map images | 15:43 |
jeblair | sdague: yeah | 15:43 |
jeblair | i'm sure debian would yell at us if they packaged both | 15:44 |
*** Sincler has quit IRC | 15:44 | |
*** Hunner_ is now known as Hunner | 15:44 | |
*** otherwiseguy has joined #openstack-infra | 15:48 | |
*** ominakov has quit IRC | 15:49 | |
*** ominakov has joined #openstack-infra | 15:51 | |
jeblair | fungi: did you girue out what it is; should we snipe them? | 15:53 |
fungi | jeblair: what what is? the tempest project on pypi? | 15:54 |
*** alexpilotti has quit IRC | 15:54 | |
jeblair | fungi: horizon | 15:54 |
*** reed has joined #openstack-infra | 15:54 | |
*** Sincler_ has joined #openstack-infra | 15:54 | |
*** alexpilotti has joined #openstack-infra | 15:54 | |
fungi | oh, no it looks like one of the unit tests is consistently failing now but i'm not sure why. no horizon bug open for it yet that i've found--about to start looking through proposed changes which might address it. and yes i don't think any horizon changes are going to merge now until it gets fixed | 15:55 |
*** Sincler_ has quit IRC | 15:55 | |
jeblair | david-lyle: ping | 15:55 |
*** jistr is now known as jistr|afk | 15:55 | |
*** alexpilotti has quit IRC | 15:55 | |
david-lyle | jeblair: pong | 15:55 |
jeblair | david-lyle: any idea about why all the horizon unit test jobs in the gate are failing ^ ? | 15:56 |
jeblair | https://jenkins06.openstack.org/job/gate-horizon-python27/1571/console | 15:56 |
david-lyle | jeblair: not yet, I was just looking into that | 15:56 |
*** Hal_ has quit IRC | 15:56 | |
fungi | yeah, it's consistently failing the same test on all platforms | 15:56 |
david-lyle | notice we have 3 in the gate that failed in the same way | 15:56 |
*** Sincler_ has joined #openstack-infra | 15:57 | |
david-lyle | trying to diagnose | 15:57 |
david-lyle | on the plus side it's not blocking other projects | 15:57 |
*** denis_makogon has joined #openstack-infra | 15:57 | |
jeblair | david-lyle, fungi: if we can't figure it out in an hour or so, we should probably remove the remaining changes from the gate since they'll just cause resets | 15:57 |
jeblair | david-lyle: yeah, that sort of suggests something external; maybe a dependency changed or something | 15:57 |
*** SumitNaiksatam has quit IRC | 15:58 | |
fungi | ProtocolError: ('Connection aborted.', gaierror(-2, 'Name or service not known')) | 15:58 |
fungi | seems to be the exception it's throwing | 15:58 |
*** penguinRaider has joined #openstack-infra | 15:58 | |
jeblair | fungi, clarkb: i'm going to be afk this morning; back in the afternoon | 15:59 |
pleia2 | yolanda: I think it means puppet.rst which you can see rendered here: http://ci.openstack.org/puppet.html | 15:59 |
fungi | bubbling up from urllib3 through requests and keystoneclient | 15:59 |
pleia2 | yolanda: and I got an email on June 30th saying "A Fossetcon staff member has registered you for Fossetcon 2014" so I think they got that sorted | 15:59 |
fungi | no new keystoneclient release at least | 16:00 |
sdague | david-lyle: though in the gate that means they are adding 30 - 60 minutes to the gate time of content behind them per | 16:00 |
fungi | david-lyle: requests 2.4.0 was released today | 16:00 |
sdague | so it would be good if you could punch them out of the gate until it is resolved | 16:00 |
david-lyle | sure, I'll remove them until we fix this | 16:01 |
sdague | ok, lunch, bike ride, and probably an early day ... being holiday weekend. Enjoy the weekend folks! | 16:02 |
fungi | david-lyle: looks like it landed on our mirror at 14:35 utc | 16:02 |
*** YorikSar_ is now known as YorikSar | 16:03 | |
*** gokrokve has quit IRC | 16:03 | |
*** todd_dsm has joined #openstack-infra | 16:03 | |
*** gokrokve has joined #openstack-infra | 16:04 | |
*** bdpayne has quit IRC | 16:04 | |
fungi | david-lyle: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiUHJvdG9jb2xFcnJvcjogKCdDb25uZWN0aW9uIGFib3J0ZWQuJywgZ2FpZXJyb3IoLTIsICdOYW1lIG9yIHNlcnZpY2Ugbm90IGtub3duJykpXCIgQU5EIHRhZ3M6Y29uc29sZSIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiMTcyODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQwOTMyODI3NDgyOX0= | 16:04 |
*** mjturek has left #openstack-infra | 16:04 | |
fungi | david-lyle: earliest hit was 2 minutes after requests 2.4.0 was present on our mirror | 16:05 |
fungi | smoking gun | 16:05 |
david-lyle | fungi: indeed | 16:05 |
david-lyle | let me if I can fix in Horizon to work with the new version | 16:06 |
fungi | that would be best, yes | 16:06 |
david-lyle | after I bump some gate jobs | 16:06 |
*** annegent_ has quit IRC | 16:06 | |
*** r-daneel has quit IRC | 16:06 | |
*** julim has quit IRC | 16:07 | |
*** gokrokve has quit IRC | 16:08 | |
jpich | david-lyle: Just to confirm that yes, the failure is reproducible after upgrading requests in a local virtual env | 16:09 |
*** julim has joined #openstack-infra | 16:10 | |
*** ociuhandu has quit IRC | 16:10 | |
zaro | morning | 16:11 |
*** jogo is now known as flashgordon | 16:11 | |
*** ominakov has quit IRC | 16:12 | |
*** clayg_ is now known as clayg | 16:14 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add query for neutron functional job bug 1360658 https://review.openstack.org/117805 | 16:14 |
uvirtbot` | Launchpad bug 1360658 in neutron "Managing functional job hooks in the infra config repo is error prone" [High,In progress] https://launchpad.net/bugs/1360658 | 16:14 |
*** weshay has quit IRC | 16:15 | |
*** dizquierdo has quit IRC | 16:15 | |
zaro | pelix1: will take a look at parallel option. | 16:16 |
zaro | Sincler_: still around? | 16:16 |
*** e0ne has quit IRC | 16:17 | |
*** ominakov has joined #openstack-infra | 16:17 | |
*** mrmartin has quit IRC | 16:17 | |
zaro | Sincler_: maybe these will help? https://bugs.launchpad.net/openstack-ci/+bug/1082781 and https://blueprints.launchpad.net/openstack-ci/+spec/gerrit-2.8-upgrade | 16:18 |
uvirtbot` | Launchpad bug 1082781 in openstack-ci "Upgrade Gerrit to 2.6" [Medium,Fix released] | 16:18 |
*** melwitt has joined #openstack-infra | 16:20 | |
*** todd_dsm has quit IRC | 16:21 | |
*** linkid has left #openstack-infra | 16:21 | |
*** koolhead17 has quit IRC | 16:24 | |
flashgordon | jeblair: if I do releae a new hacking it would drop two rules. Have a stricter W292 and be opt-in | 16:25 |
jpich | fungi: Do you know if there is an open bug for that Horizon issue? | 16:25 |
*** tonytan4ever has joined #openstack-infra | 16:25 | |
fungi | jpich: i didn't see one, no | 16:25 |
Sincler_ | zaro: i'm reading them thanks | 16:25 |
fungi | jpich: nor any pending code review which looked like it might be attempting to fix it | 16:25 |
jpich | fungi: Thanks, will open one | 16:25 |
flashgordon | mspreitz: AFAIK there may be a bug that the partial-ncpu job is hitting I would have to double check | 16:25 |
jpich | fungi: I think we may have a fix | 16:25 |
fungi | jpich: awesome--that was very quick | 16:26 |
*** asselin has joined #openstack-infra | 16:26 | |
flashgordon | jeblair: I have not cut it yet I was planning on doing the preliminary work today for that (without cutting an actual release). My thinking was this change is fairly small no new hacking rules just an improved W292 | 16:26 |
flashgordon | jeblair: and significant performance benefits, that would make flake8 way faster | 16:27 |
flashgordon | jeblair: but I am happy to postpone the release a little as well | 16:27 |
fungi | flashgordon: improved w292 as in stricter or looser? | 16:27 |
*** marcoemorais has joined #openstack-infra | 16:27 | |
flashgordon | fungi: stricter, there was a bug in its enforcment | 16:28 |
*** reed has quit IRC | 16:28 | |
flashgordon | fungi: http://paste.openstack.org/show/102499/ neutron run of trunk hacking | 16:28 |
*** Sincler_ has quit IRC | 16:29 | |
fungi | that seems likely to generate cosmetic churn which we'd want to avoid when the project reviewers need to be focused on actual feature wrap-up and bug fixes | 16:29 |
*** SumitNaiksatam has joined #openstack-infra | 16:30 | |
*** hashar_ has quit IRC | 16:30 | |
flashgordon | fungi: for sure, *if* we cut hacking soon, I would recommend projects that have issues to not adopt it yet | 16:31 |
flashgordon | fungi: but most projects have no issues | 16:31 |
flashgordon | but for nova it makes things way faster | 16:31 |
*** aysyd has quit IRC | 16:31 | |
*** jistr|afk is now known as jistr | 16:32 | |
fungi | i don't suppose the performance improvements could be released without the behavior change | 16:32 |
fungi | without reverting something at this point | 16:32 |
*** bdpayne has joined #openstack-infra | 16:33 | |
*** marcoemorais has quit IRC | 16:33 | |
*** Sincler_ has joined #openstack-infra | 16:34 | |
*** marcoemorais has joined #openstack-infra | 16:34 | |
flashgordon | fungi: not that I know of | 16:35 |
flashgordon | fungi: which is too bad, I only noticed the W292 thing yesterday. and a large number of projects don't have that issue | 16:36 |
*** gyee has joined #openstack-infra | 16:36 | |
*** Dafna has quit IRC | 16:36 | |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Revert "add query for trove failure in devstack exercises" https://review.openstack.org/117833 | 16:36 |
openstackgerrit | Matt Riedemann proposed a change to openstack-infra/elastic-recheck: Revert "add query for trove failure in devstack exercises" https://review.openstack.org/117833 | 16:36 |
*** mmaglana has joined #openstack-infra | 16:37 | |
*** dtantsur is now known as dtantsur|afk | 16:38 | |
*** pblaho has quit IRC | 16:38 | |
fungi | oh, well there's an option... if the w292 behavior change came after the performance improvement work, you could tag the commit before that fix as the release and then hold the behavior change for early next cycle | 16:38 |
*** yamahata has quit IRC | 16:38 | |
*** derekh has quit IRC | 16:40 | |
*** jpeeler has quit IRC | 16:40 | |
*** mmedvede has quit IRC | 16:46 | |
mspreitz | flashgordon: yes, it is https://bugs.launchpad.net/grenade/+bug/1349617 | 16:47 |
uvirtbot` | Launchpad bug 1349617 in neutron "test_volume_boot_pattern fails in grenade with "SSHException: Error reading SSH protocol banner[Errno 104] Connection reset by peer"" [High,New] | 16:47 |
*** jcoufal has quit IRC | 16:47 | |
flashgordon | fungi: W292 change came before the concurrency work | 16:48 |
*** zul has quit IRC | 16:48 | |
fungi | oh, poo | 16:48 |
*** ildikov has joined #openstack-infra | 16:48 | |
flashgordon | fungi: and I don't even want to consider forking flake8 | 16:48 |
fungi | aha, the w292 fix is in flake8, not in hacking itself. nevermind then | 16:49 |
*** gokrokve has joined #openstack-infra | 16:49 | |
*** yamahata has joined #openstack-infra | 16:50 | |
*** yamahata has quit IRC | 16:50 | |
*** Sincler_ has quit IRC | 16:50 | |
*** dprince has joined #openstack-infra | 16:52 | |
*** amt has joined #openstack-infra | 16:52 | |
david-lyle | fungi: jpich has posted https://review.openstack.org/#/c/117831/ to fix the Horizon gate issue | 16:53 |
david-lyle | works locally for both of us | 16:54 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Write cache to file on process exit https://review.openstack.org/117838 | 16:54 |
*** dguerri is now known as dguerri`afk | 16:54 | |
fungi | david-lyle: jpich: cool... looks like it's still about 20 minutes out from getting job workers in the check pipeline | 16:55 |
*** jp_at_hp has quit IRC | 16:57 | |
clarkb | o/ | 16:58 |
*** ominakov has quit IRC | 16:59 | |
*** tsg has quit IRC | 17:02 | |
*** tsg has joined #openstack-infra | 17:03 | |
*** yamahata has joined #openstack-infra | 17:03 | |
*** reed has joined #openstack-infra | 17:05 | |
*** reed has quit IRC | 17:05 | |
*** reed has joined #openstack-infra | 17:05 | |
*** markmcclain1 has quit IRC | 17:06 | |
*** lcheng has joined #openstack-infra | 17:06 | |
*** ominakov has joined #openstack-infra | 17:07 | |
*** dustins has joined #openstack-infra | 17:08 | |
*** bhuvan has joined #openstack-infra | 17:09 | |
*** jpeeler has joined #openstack-infra | 17:09 | |
*** jpeeler has quit IRC | 17:09 | |
*** jpeeler has joined #openstack-infra | 17:09 | |
*** mcgin has quit IRC | 17:11 | |
*** marcoemorais has quit IRC | 17:11 | |
*** marcoemorais has joined #openstack-infra | 17:12 | |
zaro | clarkb: https://review.openstack.org/#/c/56734/5/etc/jenkins_jobs.ini-sample | 17:12 |
*** fifieldt has joined #openstack-infra | 17:12 | |
*** jistr has quit IRC | 17:13 | |
*** rustlebee is now known as russellb | 17:14 | |
*** melwitt has quit IRC | 17:14 | |
*** melwitt has joined #openstack-infra | 17:14 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 17:15 | |
*** harlowja_away is now known as harlowja_ | 17:15 | |
*** zul has joined #openstack-infra | 17:19 | |
*** chandankumar has joined #openstack-infra | 17:20 | |
clarkb | fungi: anything I should be looking at this morning? | 17:21 |
clarkb | fungi: if you don't have anything I am going to test that fedora iptables change | 17:21 |
*** marcoemorais has quit IRC | 17:21 | |
*** marcoemorais has joined #openstack-infra | 17:21 | |
fungi | clarkb: please do that and i'll be happy to help babysit it | 17:22 |
fungi | i'm just trying to get caught up from the week myself, since it's been a quiet(ish) morning | 17:22 |
clarkb | fungi: I am going to pull it onto the dev env on the puppetmaster and noop apply it to the logstash and es nodes as they do extra stuff with iptables and should be good canaries | 17:24 |
fungi | sounds good. they do indeed have moderately complex iptables configs | 17:24 |
*** harlowja has joined #openstack-infra | 17:24 | |
*** praneshp has joined #openstack-infra | 17:25 | |
*** harlowja_ has quit IRC | 17:26 | |
*** marcoemorais has quit IRC | 17:26 | |
*** marcoemorais has joined #openstack-infra | 17:26 | |
*** markmcclain1 has joined #openstack-infra | 17:27 | |
*** markmcclain1 has quit IRC | 17:27 | |
*** markmcclain1 has joined #openstack-infra | 17:27 | |
morganfainberg | clarkb, so looks like requests 2.4.0 was released and they did some rather serious reworking of exceptions (urllib 1.9) | 17:28 |
*** praneshp_ has joined #openstack-infra | 17:28 | |
morganfainberg | clarkb, not sure how bad this will break things, but we're already seeing keystoneclient failing at least one test on master. | 17:29 |
*** e0ne has joined #openstack-infra | 17:29 | |
morganfainberg | fungi, sdague, jeblair, ^ | 17:29 |
*** amt has quit IRC | 17:29 | |
fungi | morganfainberg: good to know--it hit horizon too resulting in https://review.openstack.org/117831 | 17:30 |
*** atiwari has joined #openstack-infra | 17:30 | |
morganfainberg | pinning to <2.4 might be needed for the immidiate (till past milestone?) | 17:30 |
*** mrmartin has joined #openstack-infra | 17:30 | |
fungi | morganfainberg: how severe is the impact on keystone? (is the fix likely to be significant work?) | 17:31 |
morganfainberg | fungi, i'm looking at it, but i really don't know how bad it's going to be. we only have a single unit test failing, but it's potentially failing detecting keepalives. | 17:31 |
morganfainberg | fungi, i'll know more a bit later today, if nothing but keystoneclient is really affected i'm ok with saying we'll work on a fix asap | 17:31 |
*** praneshp has quit IRC | 17:32 | |
*** praneshp_ is now known as praneshp | 17:32 | |
morganfainberg | fungi, but if it starts looking uglier, we may want to wedge in a "lets get that pinned" and work on fixing post milestone | 17:32 |
anteaya | yolanda: I don't know, I have never attended either Fossetcon or Pycon UK | 17:32 |
fungi | morganfainberg: yeah, likely so | 17:32 |
morganfainberg | fungi, i need to head off for breakfast but i'll be back shortly and will continue on it. | 17:33 |
yolanda | anteaya, looks as Fossetcon registration is solved, i'll ask to PyCon UK | 17:33 |
morganfainberg | fungi, but wanted to let you guys know incase everything started exploding before we got too far :) | 17:33 |
anteaya | yolanda: might it be a puppet.rst file? | 17:33 |
yolanda | anteaya, then there is a bug in doc | 17:34 |
yolanda | or i read very bad | 17:34 |
*** jp_at_hp has joined #openstack-infra | 17:34 | |
anteaya | yolanda: okay, which doc? | 17:34 |
*** annegent_ has joined #openstack-infra | 17:35 | |
*** tonytan4ever has quit IRC | 17:35 | |
anteaya | this is the first weekday morning since February that I have been at home that I have *not* been awoken at 7am by heavy equipment backing up | 17:35 |
yolanda | http://ci.openstack.org/running-your-own.html | 17:35 |
yolanda | puppet.rsh instructions | 17:35 |
anteaya | I knew I slept late but I didn't realise I slept til after 1 | 17:35 |
* anteaya clicks | 17:36 | |
*** jp_at_hp has quit IRC | 17:36 | |
*** boris-42 has joined #openstack-infra | 17:36 | |
clarkb | do I win a prize for being awake before anteaya? | 17:36 |
clarkb | morganfainberg: fungi: should we go ahead and propose the pin to global requirements so that the change is up and being tested? | 17:37 |
fungi | clarkb: sure, i can do that real fast and set it wip for now | 17:37 |
* anteaya gives clarkb a set of unbreakable glasses | 17:37 | |
morganfainberg | fungi, clarkb, ++ | 17:37 |
*** tsg has quit IRC | 17:37 | |
morganfainberg | fungi, clarkb, i really hope it's only ksc (and puppet) affected | 17:37 |
morganfainberg | so i can grumble but not watch fireworks today :) | 17:38 |
*** mpaolino has joined #openstack-infra | 17:38 | |
clarkb | fungi: logstash/es nodes look happy. Going to test on a git server now since they are centos and more affected by the change | 17:39 |
*** tsg has joined #openstack-infra | 17:39 | |
*** jpich has quit IRC | 17:39 | |
*** annegent_ has quit IRC | 17:39 | |
anteaya | yolanda: here is a puppet.rst file: http://git.openstack.org/cgit/openstack-infra/config/tree/doc/source/puppet.rst | 17:41 |
*** e0ne has quit IRC | 17:41 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack/requirements: Temporarily pin requests<2.4.0 https://review.openstack.org/117848 | 17:41 |
*** hogepodge has quit IRC | 17:41 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Added recursive option https://review.openstack.org/85106 | 17:41 |
anteaya | yolanda: does it appear to be the next step the instructions are referencing? | 17:41 |
anteaya | yolanda: if so, then yes, puppet.rsh is a bug | 17:41 |
yolanda | anteaya, thx, building some slides for Pycon UK | 17:42 |
anteaya | yolanda: you well organized person you | 17:42 |
anteaya | yolanda: deep respect | 17:42 |
yolanda | the file is the one needed there, yes | 17:42 |
yolanda | anteaya, thx | 17:42 |
*** hogepodge has joined #openstack-infra | 17:43 | |
*** mpaolino has quit IRC | 17:43 | |
*** e0ne has joined #openstack-infra | 17:45 | |
anteaya | yolanda: great | 17:46 |
anteaya | yolanda: subscribe me to your patch to fix the file extention (and perhaps provide a link) in the doc | 17:46 |
yolanda | ok | 17:46 |
*** ominakov has quit IRC | 17:46 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Revert "add query for trove failure in devstack exercises" https://review.openstack.org/117833 | 17:48 |
*** tonytan4ever has joined #openstack-infra | 17:50 | |
*** emagana has joined #openstack-infra | 17:51 | |
anteaya | so if this change to the docs to redirect account requests to the new third party mailing list could queue to merge today, that would be great: https://review.openstack.org/#/c/116989/ 3 +1's and clarkb's +2 at present | 17:51 |
clarkb | fungi: git01 applied clean too | 17:51 |
clarkb | fungi: I amgoing to +2 the change and give you a chance to review it if you haven't yet | 17:51 |
fungi | clarkb: yeah, seems perfectly safe to do | 17:51 |
fungi | clarkb: already reviewed and +2'd | 17:51 |
fungi | approve at will | 17:52 |
clarkb | done | 17:52 |
* clarkb points fungi at anteaya's change next | 17:52 | |
anteaya | clarkb: thanks | 17:53 |
*** grantbow has quit IRC | 17:54 | |
*** grantbow has joined #openstack-infra | 17:54 | |
*** mspreitz has quit IRC | 17:54 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Allow configuration of Topics for Gerrit trigger https://review.openstack.org/115820 | 17:55 |
clarkb | nibalizer: crinkle: ping me when you are about and we can give https://review.openstack.org/#/c/109351/ a go | 17:55 |
clarkb | fungi: ^ | 17:55 |
*** hogepodge has quit IRC | 17:55 | |
morganfainberg | clarkb, fungi, looks like this is affecting novaclient as well https://jenkins02.openstack.org/job/gate-python-novaclient-python26/2145/console | 17:56 |
openstackgerrit | A change was merged to openstack-infra/config: iptables on fedora https://review.openstack.org/106402 | 17:57 |
fungi | morganfainberg: any idea whether they're working on it yet? | 17:57 |
fungi | morganfainberg: if it's something as simple as it was for horizon (adding another mock for a couple unit tests) then hopefully we can still avoid pinning it across all projects | 17:58 |
*** kumagai19o has joined #openstack-infra | 17:58 | |
*** melwitt has quit IRC | 17:58 | |
fungi | morganfainberg: and for everything else, there's mastercard^H^H^H^H^H^H^H^H^H^H^H https://review.openstack.org/117848 | 17:59 |
morganfainberg | fungi, dstanek said he'd look at it, this will probably affect any client that uses ksc's session object now | 17:59 |
openstackgerrit | A change was merged to openstack-infra/config: Directs new account requests to use the new mailing list https://review.openstack.org/116989 | 18:00 |
morganfainberg | fungi, i'll also be jumping on this once i get back from food. so hopefully we can get something in quickly vs pinning, but just pointing out it was happening there too. | 18:00 |
*** jab has quit IRC | 18:00 | |
dstanek | morganfainberg: k, i actually think it may just be an issue if mock_requests so i'm pursuing that now | 18:00 |
morganfainberg | dstanek, ++ | 18:00 |
*** bhuvan has quit IRC | 18:00 | |
morganfainberg | dstanek, great. | 18:00 |
morganfainberg | dstanek, i'll be back in ~40 mins or so. | 18:01 |
fungi | dstanek: yeah, that's all jpich ended up needing to do for horizon | 18:01 |
*** weshay has joined #openstack-infra | 18:01 | |
*** ominakov has joined #openstack-infra | 18:01 | |
fungi | since this isn't breaking integration tests, only unit tests (from what i've seen so far) i'd *really* like to avoid pinning the library | 18:01 |
clarkb | ++ | 18:01 |
anteaya | fungi: thanks | 18:02 |
clarkb | best I can tell things are still merging in the gate so I think this isn't a huge emergency outside of the projects affected | 18:02 |
*** denis_makogon has quit IRC | 18:02 | |
*** bhuvan has joined #openstack-infra | 18:03 | |
anteaya | so pleia2 you can share that email you composed with the mailing list, that instructs third party stuff to the new mailing lists | 18:03 |
fungi | clarkb: and so far it's only impacted one project which participates in the integrated release (and they already have a fix about to get approved) so shouldn't be a huge impact on the milestone | 18:03 |
*** Albina_Paucek has joined #openstack-infra | 18:04 | |
*** melwitt has joined #openstack-infra | 18:04 | |
*** pelix1 is now known as pelix | 18:04 | |
*** pelix is now known as 21WAA5HXD | 18:04 | |
*** andreaf_ has joined #openstack-infra | 18:04 | |
*** Sukhdev has joined #openstack-infra | 18:05 | |
*** jlibosva has quit IRC | 18:05 | |
*** Albina_Paucek has quit IRC | 18:05 | |
anteaya | I keep getting an unresponsive script warning in the gerrit gui | 18:05 |
clarkb | anteaya: it will do that on large files | 18:05 |
*** bnemec is now known as beekneemech | 18:05 | |
anteaya | ah | 18:05 |
*** smcginnis has joined #openstack-infra | 18:05 | |
clarkb | anteaya: I have noticed it more lately, might be related to new firefox? | 18:05 |
*** andreaf has quit IRC | 18:05 | |
anteaya | possibly | 18:06 |
*** gondoi is now known as zz_gondoi | 18:06 | |
anteaya | I'm on firefox 31.0 | 18:06 |
*** amcrn has joined #openstack-infra | 18:06 | |
fungi | flaper87|afk: were you planning to put together a glance.store->glance_store config change for tomorrow? if not (since i can't seem to find a proposed one), i'll get that going in a few | 18:06 |
clarkb | me too | 18:06 |
clarkb | and 31 is relatively new iirc | 18:06 |
clarkb | fungi: I thought there was one | 18:06 |
clarkb | or maybe I misread the mail thread | 18:06 |
* fungi must be blind | 18:06 | |
*** hogepodge has joined #openstack-infra | 18:07 | |
clarkb | "I went with glance_store" but no change linked | 18:07 |
clarkb | so maybe I misread that | 18:07 |
ekarlso | any jjb folks around ? ;) | 18:07 |
fungi | also i've added a manila rename (stackforge->openstack) for discussion in next week's meeting | 18:07 |
anteaya | I don't see an acl file change for glance.store/_store | 18:08 |
anteaya | NOT owner:self status:open file:^.*/acls/.* label:Code-Review=0,self label:Workflow=0 NOT project:^stackforge/.* | 18:08 |
fungi | anteaya: nor i, so if i don't hear from flaper87|afk in a bit, i'll write one | 18:08 |
anteaya | fungi: kk | 18:08 |
clarkb | fungi: sounds good | 18:08 |
*** dkehn_ has joined #openstack-infra | 18:09 | |
smcginnis | Anyone help with a ci question? Having trouble setting up a third party ci. | 18:09 |
smcginnis | Failing because it can't find the mem_cache apache module. | 18:09 |
*** e0ne has quit IRC | 18:10 | |
fungi | phschwartz: whatever was going on with neutron in dfw erroring out instances has cleared up... i haven't seen one stuck there all day | 18:10 |
*** dkehn has quit IRC | 18:10 | |
*** amotoki has quit IRC | 18:11 | |
*** dkehnx has quit IRC | 18:11 | |
anteaya | hi smcginnis | 18:11 |
smcginnis | anteaya: Hi anteaya! | 18:11 |
anteaya | paste the output? | 18:11 |
anteaya | where is it looking for mem_cache? | 18:12 |
smcginnis | http://paste.openstack.org/show/102536/ | 18:12 |
*** dkehn has joined #openstack-infra | 18:12 | |
smcginnis | On zuul installation: sudo a2enmod mem_cache | 18:12 |
smcginnis | ERROR: Module mem_cache does not exist! | 18:12 |
fungi | smcginnis: what operating system/distribution are you running it on? | 18:13 |
smcginnis | fungi: Ubuntu trusty | 18:13 |
anteaya | this looks interesting: Warning: Found multiple default providers for vcsrepo: hg, git, svn, cvs, bzr; using hg | 18:13 |
clarkb | anteaya: that is a vcsrepo quirk | 18:13 |
anteaya | vcsrepo is using mercurial rather than git | 18:13 |
smcginnis | anteaya: Had seen that. What I found made it sound harmless. (maybe) | 18:14 |
fungi | smcginnis: aha, we've been running on ubuntu precise, so there might be a package name change or the name of that module might have changed | 18:14 |
clarkb | anteaya: smcginnis yup it is harmless | 18:14 |
anteaya | well clarkb seem's to feel it is | 18:14 |
anteaya | okay | 18:14 |
*** linkid has joined #openstack-infra | 18:14 | |
clarkb | fungi: smcginnis apache is v2.4 on trusty precise is 2.2 which may explain it | 18:14 |
smcginnis | fungi: I did see something that that module was deprecated. | 18:14 |
clarkb | anteaya: I think that module wants you to set a default somehow, but all of our uses of it uses git properly | 18:14 |
fungi | clarkb: yeah, there's likely to be a fair amount more that will be different in the apache config on trusty as well | 18:14 |
fungi | smcginnis: ^ | 18:14 |
anteaya | clarkb: okay | 18:15 |
clarkb | also puppet 2.7 vs 3 (I don't think you can get 2.7 on trusty and we are not quite there yet for puppet3) | 18:15 |
smcginnis | clarkb: fungi: OK, will retry on a precise box. | 18:15 |
openstackgerrit | K Jonathan Harker proposed a change to openstack-infra/config: Start running bashate on config (nonvoting) https://review.openstack.org/112446 | 18:15 |
*** paulrad has joined #openstack-infra | 18:15 | |
*** lukego has joined #openstack-infra | 18:15 | |
fungi | smcginnis: it looks like the mem_cache mod might have been renamed to socache_memcache in more recent apache | 18:15 |
*** lukego has quit IRC | 18:16 | |
anteaya | keep in mind devstack-gate needs to run on trusty smcginnis | 18:16 |
anteaya | smcginnis: on precise it has the wrong version of netaddr | 18:16 |
*** linkid has left #openstack-infra | 18:16 | |
anteaya | smcginnis: once you get that far | 18:16 |
smcginnis | anteaya: Hm, so setup only works on precise, but requires trusty to run? | 18:16 |
*** latexcaravan has joined #openstack-infra | 18:16 | |
anteaya | smcginnis: difference between puppet and devstack-gate | 18:17 |
smcginnis | anteaya: OK, still figuring out my way. Will reload with precise and see how things look there. | 18:17 |
clarkb | smcginnis: anteaya: the machine that runs zuul should be precise. The machines that run the tests should probably be trusty or fedora if testing juno openstack | 18:17 |
*** otherwiseguy has quit IRC | 18:17 | |
clarkb | basically control plane vs slave nodes | 18:18 |
*** todd_dsm has joined #openstack-infra | 18:18 | |
anteaya | clarkb: thanks | 18:18 |
*** latexcaravan has quit IRC | 18:18 | |
*** timrc is now known as timrc-afk | 18:18 | |
smcginnis | clarkb: So is it a valid setup having the master run zuul, jenkins, and nodepool. Then another trusty host running the actual nodes? | 18:18 |
ekarlso | https://github.com/ekarlso/vyos-jobs/blob/master/jobs/jobs.yaml < is there a way to trigger the jobs there easily when using github? | 18:19 |
clarkb | smcginnis: having an all in one control plane on precise is fine. Then have trusty test slaves | 18:19 |
smcginnis | clarkb: OK, thanks. Still figuring out what goes where. Sounds like I have a general direction now. :) | 18:19 |
clarkb | ekarlso: jenkins has a github trigger which JJB supports (double check that since we don't use github) and that should do what you want | 18:20 |
*** dkehn_ is now known as dkehnx | 18:20 | |
fungi | smcginnis: it's possible, though i think asselin had a puppet change proposed which fixes a package collision between zuul and nodepool when installed together on one server. checking to see whether that's merged yet | 18:20 |
ekarlso | clarkb: yeah, but would I then have to do the trigger pr project bases or can one do that from 1 place ? ;p | 18:20 |
clarkb | ekarlso: I don't understand the question. what is a trigger pr project base? | 18:21 |
fungi | ahh, yep, was https://review.openstack.org/116373 merged a week ago | 18:21 |
clarkb | ekarlso: the way the plugin works is it uses the github callback functionality to trigger your jenkins or it can operate on a timer | 18:21 |
smcginnis | fungi: OK, good. I was chatting with asselin over in cinder as well. | 18:21 |
ekarlso | should one put the trigger on the job-template or where is the best place to put it sorry ;) | 18:21 |
ekarlso | trying to emulate a zuul pipeline ish thing | 18:21 |
clarkb | ekarlso: yes I would put it in the templates then template out the project information in the trigger | 18:22 |
fungi | david-lyle: jpich's https://review.openstack.org/117831 fix passed check and is probably fit for emergency approval | 18:22 |
ekarlso | clarkb: k | 18:22 |
*** kumagai19o has quit IRC | 18:23 | |
*** yamahata has quit IRC | 18:23 | |
21WAA5HXD | zaro: is it worth asking for the '!!seq []' to be remove from https://review.openstack.org/#/c/107091/3/tests/wrappers/fixtures/locks001.yaml before approving? | 18:23 |
*** 21WAA5HXD is now known as pelix | 18:24 | |
*** Ajaeger has joined #openstack-infra | 18:24 | |
*** e0ne has joined #openstack-infra | 18:25 | |
*** jpeeler has quit IRC | 18:25 | |
crinkle | clarkb: nibalizer and I are settled and interneted | 18:25 |
ekarlso | clarkb: u know if there's a zuul pipeline thing ish one can do without zuul ? | 18:25 |
clarkb | fungi: how do you feel about the stdlib upgrade? you +2'd are you ready for me to approve? | 18:25 |
clarkb | ekarlso: I do not | 18:26 |
*** dprince has quit IRC | 18:26 | |
fungi | clarkb: yeah, seems fine to me | 18:26 |
ekarlso | clarkb: ok | 18:26 |
clarkb | ekarlso: zuul was written because nothing existed in the past | 18:26 |
*** timrc-afk is now known as timrc | 18:26 | |
ekarlso | ah | 18:26 |
clarkb | fungi: crinkle ok approving now | 18:26 |
ekarlso | guess i'll try to set it up then ;) | 18:26 |
ekarlso | we dont have gerrit but should be plausable I guess | 18:27 |
mriedem | fungi: is there a bug associated with this yet? https://review.openstack.org/#/c/117848/ | 18:27 |
clarkb | crinkle: nibalizer approved | 18:27 |
fungi | ekarlso: before zuul, we were using the gerrit trigger plugin for jenkins, and so had no pipelines | 18:27 |
*** jpeeler has joined #openstack-infra | 18:27 | |
*** jpeeler has quit IRC | 18:27 | |
*** jpeeler has joined #openstack-infra | 18:27 | |
fungi | mriedem: i think there are several bugs open on the various affected projects, though they seem to be working through them (and it's not impacting integration testing) | 18:27 |
mtreinish | fungi, jeblair: I was thinking about the tempest-lib some more(and reading what I put in the spec: http://specs.openstack.org/openstack/qa-specs/specs/tempest-library.html ) | 18:28 |
fungi | mriedem: i'm hoping i can just abandon that soon, once i hear back from keystoneclient and novaclient | 18:28 |
clarkb | ekarlso: phschwartz is/was working on a zuul github trigger | 18:28 |
mtreinish | and I've got 2 concerns with doing it in the tempest repo, the versionioning, because tempest has a different cadence then what the library will be | 18:28 |
clarkb | ekarlso: that may fill your need | 18:28 |
mtreinish | and the pypi name being used | 18:29 |
clarkb | but I am not sure how far along it is | 18:29 |
zaro | pelix: i would. good catch. | 18:29 |
mtreinish | but if we can figure those out I agree it makes more sense to put it in the same repo | 18:29 |
nibalizer | ohai | 18:29 |
fungi | mtreinish: from a release cadence standpoint, tempest-the-client was going to have releases around what tests were available to support which openstack integrated releases and deprecation of same? | 18:30 |
*** andreaf_ has quit IRC | 18:30 | |
* fungi is trying to remember the details from the summit discussions | 18:31 | |
zaro | pelix: do you see any other tests that would be applicable for https://review.openstack.org/#/c/117041/ ? | 18:31 |
mtreinish | fungi: yeah tempest will release based on each supported integrated release | 18:31 |
mtreinish | either adding a new one or removing an old one will increment the version | 18:31 |
fungi | mtreinish: right, so that does seem orthogonal to how i would expect the testing library to be released, and what with tag-based releasing like we've gravitated toward that almost certainly points to needing separate repos | 18:32 |
ekarlso | phschwartz: around mate ? :) | 18:33 |
mtreinish | fungi: yeah, that's what I was thinking | 18:33 |
openstackgerrit | A change was merged to openstack-infra/config: Update version of puppetlabs-stdlib in install_modules.sh https://review.openstack.org/109351 | 18:33 |
nibalizer | woo! | 18:34 |
*** annegent_ has joined #openstack-infra | 18:36 | |
pelix | zaro: not that I can think of unless we want to support UTF-16 as well. But maybe worry about that later. | 18:37 |
clarkb | pelix: zaro: we don't need to support utf-16 in jjb imo | 18:38 |
*** todd_dsm has quit IRC | 18:39 | |
zaro | yeah, lets not go there | 18:40 |
*** annegent_ has quit IRC | 18:40 | |
phschwartz | fungi: Not that it is clear just not seen as redeletes work again. Deployed a new code base to Dfw last night. | 18:40 |
phschwartz | ekarlso: Yes and no. Just woke up to get son from school after an all mightier deploying to prod. | 18:41 |
*** IAX has quit IRC | 18:41 | |
*** homeless has quit IRC | 18:41 | |
pelix | zaro: clarkb: sure, also seems unnecessary to include a test for the 'include' tag since that uses yaml.load anyway, which already handles the different formats correctly. So, no can't see any other tests to add there. | 18:41 |
fungi | phschwartz: awesome! and hopefully the efforts yesterday narrowed down what was going on with neutron queries blowing up on nova's requests | 18:42 |
clarkb | phschwartz: but school starts on tuesday. is it different in texas? | 18:42 |
fungi | phschwartz: anyway, it's made a notable improvement in our testing throughput, so thanks | 18:42 |
clarkb | all hail new code base | 18:42 |
nibalizer | clarkb: im looking at puppetboard and everything seems cool after the stdlib bump | 18:42 |
*** pelix has quit IRC | 18:42 | |
nibalizer | crinkle: do you concur? | 18:42 |
*** IAX has joined #openstack-infra | 18:42 | |
clarkb | nibalizer: well it hasn't gone in yet | 18:42 |
nibalizer | idunno how fast nodes really run | 18:42 |
clarkb | nibalizer: patience | 18:42 |
nibalizer | oh | 18:42 |
clarkb | every 15 minutes | 18:42 |
* nibalizer patiencies | 18:43 | |
clarkb | so we should see it happen in about 3 minutes or so | 18:43 |
*** homeless has joined #openstack-infra | 18:43 | |
fungi | flashgordon: sounds like your nova delete error instances patch is finally in production in rax-dfw | 18:43 |
clarkb | ansible will update the module, then run puppet. I will double check on the master itself that we get the new version | 18:43 |
nibalizer | okay cool | 18:43 |
*** markmcclain1 has quit IRC | 18:44 | |
ekarlso | phschwartz: u wrote a github trigger for zuul ? | 18:45 |
flashgordon | fungi: sweet that only took a month? | 18:45 |
flashgordon | which is actually not bad at all | 18:45 |
fungi | flashgordon: yep. rackspace runs straight from trunk, modulo a month or so ;) | 18:46 |
clarkb | nibalizer: crinkle new version appears isntalled. so any puppet runs after this point should have new stdlib | 18:46 |
nibalizer | woot | 18:46 |
*** annegent_ has joined #openstack-infra | 18:46 | |
nibalizer | http://puppetdb.openstack.org/report/elasticsearch07.openstack.org/c7d230c59ccba54d268c4f1710c672f0b7fa5234 | 18:46 |
*** paulrad has quit IRC | 18:46 | |
nibalizer | so thats a strange failure | 18:46 |
*** smcginnis has left #openstack-infra | 18:47 | |
*** vponomaryov has joined #openstack-infra | 18:47 | |
*** sweston has quit IRC | 18:47 | |
clarkb | nibalizer: huh couldn't find pip | 18:47 |
crinkle | that doesn't seem related tho | 18:48 |
flashgordon | fungi: so now we have close to 0 machines stuck in error state? | 18:48 |
*** mspreitz has joined #openstack-infra | 18:48 | |
*** sweston_ has joined #openstack-infra | 18:48 | |
clarkb | which pip says its in /usr/local/bin | 18:48 |
clarkb | crinkle: ya I think we can ignore that for now | 18:48 |
nibalizer | also the most recent run of that node seems to be working | 18:48 |
clarkb | unless it spreads like the plague | 18:48 |
*** paulrad has joined #openstack-infra | 18:48 | |
*** lcheng has quit IRC | 18:49 | |
nibalizer | clarkb: look at this: http://puppetdb.openstack.org/node/elasticsearch07.openstack.org | 18:49 |
*** Ajaeger has quit IRC | 18:49 | |
nibalizer | it looks like it gets puppet twice every fifteen minutes | 18:49 |
nibalizer | maybe the ansible hits it twice? | 18:49 |
clarkb | nibalizer: that could be an ansible bug | 18:49 |
* clarkb makes note to look into that | 18:49 | |
fungi | flashgordon: yep | 18:50 |
clarkb | or rather a bug in our use of ansible | 18:50 |
* nibalizer kinda bets on two dns names pointing to that node, and they're both in the ansible list | 18:50 | |
*** tonytan4ever has quit IRC | 18:50 | |
clarkb | nibalizer: oh interesting. and ya es02 doesn't have that | 18:50 |
clarkb | so it isn't a larger glob issue best I cantell | 18:50 |
fungi | flashgordon: no machines stuck in error state in that region, in fact, because nodepool manages to delete them successfully | 18:50 |
nibalizer | its also possible that es07 has a 'run puppet every 15' cron on it | 18:51 |
flashgordon | fungi: isn't it nice when things work the way you expect them to | 18:51 |
nibalizer | in addition to the ansible kicker | 18:51 |
clarkb | nibalizer: ya, I will dig into it after lunch | 18:51 |
*** emagana has quit IRC | 18:51 | |
clarkb | things look pretty quiet though which is a good sign | 18:52 |
nibalizer | yea | 18:52 |
nibalizer | do you want to land apt as well after lunch | 18:52 |
*** emagana has joined #openstack-infra | 18:52 | |
*** stiffpish has joined #openstack-infra | 18:52 | |
*** stiffpish has quit IRC | 18:52 | |
clarkb | nibalizer: sure, I need to review that one though. I am more familiar with stdlib | 18:53 |
nibalizer | https://review.openstack.org/#/c/102739/ | 18:53 |
*** paulrad has quit IRC | 18:53 | |
clarkb | thanks | 18:53 |
clarkb | ya that looks simple we can do it after lunch, and I am getting hungry now so & | 18:54 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add get_failing_from_run db api method https://review.openstack.org/117860 | 18:54 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add order column to run table https://review.openstack.org/117861 | 18:54 |
*** amcrn has quit IRC | 18:55 | |
*** sc68cal_ is now known as sc68cal | 18:56 | |
*** emagana has quit IRC | 18:56 | |
*** tonytan4ever has joined #openstack-infra | 18:56 | |
*** chandankumar has quit IRC | 18:58 | |
*** e0ne has quit IRC | 18:58 | |
*** emagana has joined #openstack-infra | 18:59 | |
*** homeless has quit IRC | 18:59 | |
*** homeless has joined #openstack-infra | 19:00 | |
*** markmcclain has joined #openstack-infra | 19:00 | |
*** emagana has quit IRC | 19:02 | |
*** e0ne has joined #openstack-infra | 19:02 | |
*** jedimike has quit IRC | 19:02 | |
*** emagana has joined #openstack-infra | 19:02 | |
*** tonytan4ever has quit IRC | 19:03 | |
*** RicoLin has quit IRC | 19:04 | |
*** emagana has quit IRC | 19:07 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/config: Add the tempest-lib project to openstack https://review.openstack.org/117640 | 19:07 |
*** e0ne has quit IRC | 19:09 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Rename glance.store to glance_store https://review.openstack.org/117864 | 19:11 |
fungi | flaper87|afk: ^ | 19:11 |
*** chandankumar has joined #openstack-infra | 19:12 | |
*** Mmike has quit IRC | 19:12 | |
*** Mmike has joined #openstack-infra | 19:12 | |
*** e0ne has joined #openstack-infra | 19:13 | |
*** e0ne has quit IRC | 19:16 | |
*** zul has quit IRC | 19:18 | |
*** e0ne has joined #openstack-infra | 19:20 | |
*** dkehnx has quit IRC | 19:20 | |
*** annegent_ has quit IRC | 19:21 | |
*** paulrad has joined #openstack-infra | 19:22 | |
*** e0ne has quit IRC | 19:22 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Move manila repos from stackforge to openstack https://review.openstack.org/117867 | 19:23 |
fungi | added that ^ for further discussion, but not happening tomorrow | 19:23 |
*** cnesa8 has quit IRC | 19:24 | |
*** paulrad has quit IRC | 19:27 | |
*** e0ne has joined #openstack-infra | 19:27 | |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add order column to run table https://review.openstack.org/117861 | 19:28 |
openstackgerrit | Doug Wiegley proposed a change to openstack-infra/config: Make Octavia python 3.3 jobs non-voting https://review.openstack.org/117868 | 19:29 |
*** ominakov has quit IRC | 19:29 | |
*** andreaf has joined #openstack-infra | 19:30 | |
fungi | and i'm gonna go out and get some food... back later | 19:32 |
david-lyle | fungi: was away, what is the process? | 19:33 |
david-lyle | I approved it, is there a way to expedite it? | 19:34 |
*** dkehn_ has joined #openstack-infra | 19:34 | |
*** ominakov has joined #openstack-infra | 19:34 | |
david-lyle | oops, I'll wait til you're back | 19:34 |
openstackgerrit | A change was merged to stackforge/python-jenkins: Enabled hacking check H404 https://review.openstack.org/106374 | 19:34 |
*** dkehn_ is now known as dkehnx | 19:35 | |
*** Ryan_Lane has quit IRC | 19:37 | |
*** tsg has quit IRC | 19:37 | |
*** chandankumar has quit IRC | 19:38 | |
*** e0ne has quit IRC | 19:39 | |
*** ominakov has quit IRC | 19:40 | |
*** otter768 has joined #openstack-infra | 19:41 | |
clarkb | nibalizer: still ready to do the apt module update? | 19:41 |
clarkb | nibalizer: I can approve whenever you are ready | 19:41 |
nibalizer | clarkb: im ready | 19:42 |
clarkb | approved | 19:42 |
*** zul has joined #openstack-infra | 19:42 | |
clarkb | I skimmed the changelog for that module too and it seems safe | 19:42 |
clarkb | mostly support for different distro releases and minor bugfixes | 19:42 |
*** e0ne has joined #openstack-infra | 19:43 | |
clarkb | david-lyle: where is that change? if you approve it we can promote it in the next gate restset | 19:44 |
clarkb | *reset | 19:44 |
clarkb | david-lyle: I am happy to do that while fungi dines | 19:44 |
david-lyle | clarkb: https://review.openstack.org/#/c/117831/ | 19:44 |
pleia2 | anteaya: through post queue - yay! sending email now :) | 19:45 |
clarkb | david-lyle: thanks, I will watch the gate and promote that chagne on the next reset | 19:45 |
david-lyle | clarkb: thank you | 19:45 |
anteaya | pleia2: great thanks | 19:45 |
anteaya | I still don't understand why point 3 appears as though a subpoint to point 2 in the rendered html: http://ci.openstack.org/third_party.html#requesting-a-service-account but the changes are up | 19:47 |
*** hashar has joined #openstack-infra | 19:47 | |
clarkb | whitespace maybe? | 19:47 |
*** Ryan_Lane has joined #openstack-infra | 19:48 | |
anteaya | clarkb: I looked for that, if there is a whitespace my eyes can't pick it up | 19:48 |
*** balles has quit IRC | 19:48 | |
openstackgerrit | A change was merged to openstack-infra/config: Bump the apt module version from 1.1 to 1.4 https://review.openstack.org/102739 | 19:49 |
clarkb | nibalizer: ^ we should see that in use at the top of the hour | 19:49 |
nibalizer | woot clarkb++ | 19:50 |
nibalizer | also im not sure if this is in the commit msg, but new apt module has built in support for unattended upgrades | 19:50 |
clarkb | it is there | 19:50 |
nibalizer | so we could probably switch over to that instead of our own uu stuff | 19:50 |
*** ominakov has joined #openstack-infra | 19:50 | |
*** balles has joined #openstack-infra | 19:50 | |
clarkb | yup | 19:51 |
*** hogepodge has quit IRC | 19:53 | |
*** habib has quit IRC | 19:54 | |
jesusaurus | nibalizer: do we have a similar change ready downstream? | 19:54 |
jeblair | fungi, mtreinish: yeah, if you're releasing two things on different schedules, that suggests 2 repos (one python package each) | 19:54 |
*** habib has joined #openstack-infra | 19:54 | |
nibalizer | jesusaurus: uh no | 19:55 |
nibalizer | jesusaurus: i could make one | 19:55 |
*** julim has quit IRC | 19:55 | |
mtreinish | jeblair: yup, that's what it's gonna be, because the tempest releases have to be tied to the integrated release | 19:55 |
*** rhe00 has joined #openstack-infra | 19:56 | |
clarkb | I am looking at ansible logs to debug the es07 double tap and I am not seeing anything that looks like it is related | 19:57 |
clarkb | I do note there are no timestamps in that log which makes it hard. going to look into adding timestamps | 19:57 |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/config: Announce doc8 events in #openstack-doc https://review.openstack.org/117876 | 19:57 |
jesusaurus | timestamps are useful | 19:57 |
clarkb | jeblair: ansible can't ssh into zm03 according to the logs btw | 19:57 |
jeblair | oh neato | 19:57 |
nibalizer | clarkb: could look at 'last' on es07 aas well as roots crontab | 19:58 |
clarkb | nibalizer: what do you know there is a puppet in cron | 19:58 |
nibalizer | woot | 19:59 |
nibalizer | dat psychic debugging | 19:59 |
jeblair | # The following ssh key was injected by Nova | 19:59 |
jeblair | ?? | 19:59 |
nibalizer | although that was my second guess | 19:59 |
*** dkliban is now known as dkliban_brb | 19:59 | |
jeblair | why did nova write something to ~root/.ssh/authorized_keys? | 20:00 |
clarkb | jeblair: o_O | 20:00 |
*** unicell has quit IRC | 20:00 | |
morganfainberg | clarkb, fungi, looking at the requests issue, and the upstream project there is a number of oddities going on, just was told that a number of requests users are going to pin to <2.4 this is not something that is guaranteed to be solved quickly | 20:00 |
clarkb | nibalizer: thanks, that should be cleaned up now | 20:00 |
*** hogepodge has joined #openstack-infra | 20:00 | |
clarkb | morganfainberg: noted | 20:00 |
morganfainberg | clarkb, fungi, at least through the milestone it probably makes sense to do the pin. and work on resolving the issues w/ mocking / changes etc. | 20:00 |
nibalizer | clarkb: it might be cool to do some kind of an 'ansible all-hosts crontab -l | grep puppet' to see if anyone else still has that cron | 20:01 |
ekarlso | what gearman server does openstack use? | 20:01 |
clarkb | ekarlso: geard from gear | 20:01 |
clarkb | nibalizer: ya, I should learn more about the ansibles | 20:01 |
jeblair | morganfainberg: we can resolve so many issues with mocking! i will start taunting the requests library now. | 20:01 |
clarkb | and that may be a good way to do it | 20:01 |
*** ominakov has quit IRC | 20:01 | |
morganfainberg | jeblair, +++++++++ | 20:01 |
ekarlso | the C version clarkb ? | 20:02 |
clarkb | ekarlso: no, its the python lib that jeblair wrote called 'gear' it provides 'geard' | 20:02 |
ekarlso | ah | 20:02 |
jeblair | i'm going to review ianw's nodepool changes now | 20:03 |
morganfainberg | clarkb, jeblair, fungi, related bug: https://github.com/kennethreitz/requests/issues/2192 | 20:03 |
clarkb | jeblair: ok, I didn'trealize there were changes but now that I do I should review them too | 20:03 |
jeblair | clarkb: i had previously -1d them because of the uncertainly around what was actually happening. i'm going to rereview them with new knowledge | 20:03 |
jeblair | clarkb: (the changes themselves look correct, it was just uncertain that they actually fixed the problem we saw) | 20:04 |
*** habib has quit IRC | 20:04 | |
clarkb | jeblair: oh those changes, I understand now | 20:04 |
*** Ryan_Lane has quit IRC | 20:04 | |
jeblair | also, i think we need one change to geard in order to do fifo :( so that's not going to happen right away | 20:04 |
*** Sukhdev has quit IRC | 20:04 | |
nibalizer | clarkb: im seeing no explosions in puppetboard | 20:05 |
clarkb | nibalizer: great | 20:05 |
jeblair | clarkb, nibalizer: the puppet key was in root's authorized_keys on zm03 | 20:05 |
*** esker has quit IRC | 20:05 | |
jeblair | in addition to the nsa key | 20:05 |
clarkb | david-lyle: we haven't reset yet, but I am still watching | 20:05 |
clarkb | jeblair: did the file get corrupted otherwise? odd that it couldn't ssh if the key was there | 20:06 |
*** esker has joined #openstack-infra | 20:06 | |
jeblair | clarkb: looked okay? but i also didn't check the logs | 20:06 |
*** mmedvede has joined #openstack-infra | 20:06 | |
nibalizer | jeblair: weird | 20:06 |
*** PsionTheory has quit IRC | 20:06 | |
nibalizer | will be interesting to see if it finds its way back there | 20:06 |
*** radez is now known as radez_g0n3 | 20:07 | |
*** resker has joined #openstack-infra | 20:09 | |
*** paulrad has joined #openstack-infra | 20:10 | |
*** esker has quit IRC | 20:10 | |
*** fifieldt has quit IRC | 20:11 | |
*** praneshp is now known as praneshp_away | 20:11 | |
ekarlso | how does one secure gearman ? :p | 20:12 |
ekarlso | ssl ? | 20:12 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/nodepool: Change history allocation from list to dict https://review.openstack.org/109187 | 20:13 |
*** e0ne has quit IRC | 20:13 | |
jeblair | clarkb: i just did 'c' on the parent change, then 'x' on the child in gertty, to rebase that change... but then i had to open a terminal and cd around and run git-review... i kind of want a key in gertty to upload... | 20:13 |
clarkb | one tool to rule them all | 20:15 |
clarkb | ekarlso: yes geard supports ssl | 20:15 |
ekarlso | required for zuul ? | 20:18 |
ekarlso | ehm, is swift required ? | 20:20 |
clarkb | ekarlso: no | 20:21 |
clarkb | we are currently not using swift for much yet | 20:21 |
*** Hefeweizin has quit IRC | 20:21 | |
*** Ryan_Lane has joined #openstack-infra | 20:23 | |
jesusaurus | is swift (going to be) used for anything other than storing logs? | 20:23 |
ekarlso | does zuul-server start the gearman server as well ? | 20:23 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add order column to run table https://review.openstack.org/117861 | 20:24 |
clarkb | ekarlso: it does | 20:24 |
clarkb | ekarlso: it can be configured not to | 20:24 |
ekarlso | import apscheduler.scheduler < fails here when starting zuul-server | 20:26 |
clarkb | ekarlso: do you have a traceback? | 20:26 |
clarkb | ekarlso: and how did you install it? | 20:27 |
clarkb | gah I missed a reset | 20:28 |
*** cody-somerville has quit IRC | 20:29 | |
*** mfer has quit IRC | 20:30 | |
*** tsg has joined #openstack-infra | 20:34 | |
*** habib has joined #openstack-infra | 20:37 | |
*** paulrad has quit IRC | 20:38 | |
*** habib has quit IRC | 20:41 | |
*** denis_makogon has joined #openstack-infra | 20:43 | |
marun | https://review.openstack.org/#/c/117741/ | 20:44 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/subunit2sql: Add db api function to get the latest run https://review.openstack.org/117882 | 20:44 |
marun | clarkb, fungi, jeblair: ^^ functional job ready to be enabled | 20:44 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/nodepool: Some extra safety around negative numbers https://review.openstack.org/117883 | 20:49 |
jeblair | fungi, clarkb: okay, ian's changes all check out in my local reproduction of the problem we saw. I added one more change on the tip of the branch that is some more belt-and-braces around the problem. the whole stack could use some review though (most only have my +2 atm) | 20:52 |
*** dkehn_ has joined #openstack-infra | 20:52 | |
*** arborism has joined #openstack-infra | 20:53 | |
jeblair | marun: aprvd | 20:53 |
marun | jeblair: danke! | 20:53 |
*** dkehn has quit IRC | 20:54 | |
*** dkehnx has quit IRC | 20:55 | |
jeblair | flaper87|afk: did you see fungi wrote the glance_store config change? 117864 | 20:55 |
clarkb | does anyone know why JJB supports json output now? | 20:55 |
clarkb | I am trying to clean up my tests for unicode and I can't tell if this is unnecesary tech debt or not | 20:55 |
*** shardy has quit IRC | 20:56 | |
*** mspreitz has quit IRC | 20:56 | |
*** dkehn has joined #openstack-infra | 20:56 | |
jeblair | clarkb: the only thing i see in the git log is this: 97f9c072e87476e338fd8a121021a61640df5a18 | 20:57 |
*** mmedvede has left #openstack-infra | 20:57 | |
clarkb | its almost like we are using json as an intermediate representation for yaml | 20:57 |
jeblair | clarkb: that matches the description in that commit msg | 20:57 |
jeblair | wow i can not find that in gerryt | 20:58 |
clarkb | I am not sure json is an appropriate IR for yaml, but I think I can ignore that for my change | 20:58 |
jeblair | clarkb: https://review.openstack.org/#/c/24409/ | 20:58 |
clarkb | thanks | 20:59 |
jeblair | clarkb: json is halfway between yaml and xml? :) | 20:59 |
clarkb | its a subset of yaml | 21:00 |
*** dkehn_ is now known as dkehnx | 21:00 | |
*** zz_dimtruck is now known as dimtruck | 21:00 | |
clarkb | which maybe that does make it a good IR? its just odd that yaml isn't being used since we are already yaml | 21:00 |
openstackgerrit | A change was merged to openstack-infra/config: Revert "Make neutron functional job non-voting" https://review.openstack.org/117741 | 21:01 |
jeblair | marun: that was fast ^ | 21:01 |
*** homeless has quit IRC | 21:02 | |
*** marcoemorais has quit IRC | 21:03 | |
*** marcoemorais has joined #openstack-infra | 21:03 | |
*** hogepodge has quit IRC | 21:04 | |
*** andreykurilin has joined #openstack-infra | 21:06 | |
*** signed8bit has quit IRC | 21:06 | |
*** signed8bit has joined #openstack-infra | 21:07 | |
*** cody-somerville has joined #openstack-infra | 21:07 | |
*** cody-somerville has quit IRC | 21:07 | |
*** cody-somerville has joined #openstack-infra | 21:07 | |
*** otter768 has quit IRC | 21:07 | |
*** sballe__ has joined #openstack-infra | 21:07 | |
*** hdd has quit IRC | 21:08 | |
*** otter768 has joined #openstack-infra | 21:09 | |
jeblair | fungi: are the manila folks okay with a rename tomorrow? | 21:09 |
fungi | jeblair: clarkb: catching up on scrollback now, but presumably i missed a step when setting up zm03 | 21:09 |
jeblair | fungi: i don't know that we've figured out what it is :) | 21:09 |
*** baoli has quit IRC | 21:09 | |
*** otter768 has quit IRC | 21:09 | |
*** baoli has joined #openstack-infra | 21:09 | |
clarkb | looks like we just reset | 21:09 |
*** hdd has joined #openstack-infra | 21:09 | |
*** dustins has quit IRC | 21:10 | |
clarkb | people good with a horizon promotion? | 21:10 |
*** otter768 has joined #openstack-infra | 21:10 | |
hashar | hey | 21:10 |
jeblair | clarkb: i don't know what you're talking about so, i'm not going to object! :) | 21:10 |
clarkb | jeblair: 117831 | 21:10 |
*** SumitNaiksatam has quit IRC | 21:10 | |
*** sballe_ has quit IRC | 21:10 | |
clarkb | horizon change to deal with new requests lib | 21:10 |
jeblair | clarkb: lgtm | 21:11 |
clarkb | morganfainberg: david-lyle or should we hold off on that and do the pin instead? | 21:11 |
hashar | flake8 2.2.3 enable multiprocessing which fail / lock on my Wikimedia installation. You might want to write that somewhere in case you upgrade flake8 and have the related jobs stalled :D | 21:11 |
clarkb | fungi: ^ thoughts? | 21:11 |
jeblair | hashar: flashgordon was just talking about upgrading flake8 in hacking to get multiprocessing | 21:11 |
david-lyle | clarkb: our patch should fix Horizon for now, can't speak for other projects | 21:11 |
clarkb | david-lyle: ok, I will go ahead and promote it then | 21:11 |
clarkb | promoting now | 21:12 |
marun | jeblair: wow, that was fast. how on earth? | 21:12 |
*** marga_ has joined #openstack-infra | 21:12 | |
jeblair | hashar: thanks for letting us know! hopefully that will save us some consternation | 21:12 |
*** balles has quit IRC | 21:12 | |
clarkb | and done | 21:12 |
marun | jeblair: In contrast, the patches to minimize the execution time of the neutron-dsvm-functional have been stalled for a couple of days now | 21:13 |
marun | jeblair: https://review.openstack.org/#/c/116892/ | 21:13 |
marun | and https://review.openstack.org/#/c/114416/ | 21:13 |
marun | flashgordon++ on multiprocessing for flake8 | 21:13 |
*** balles has joined #openstack-infra | 21:13 | |
jeblair | marun: did you read what hashar wrote? | 21:14 |
marun | jeblair: I did now, darn :/ | 21:14 |
*** hogepodge has joined #openstack-infra | 21:14 | |
hashar | workaround is apparently to either: flake8 --jobs=1 or use a previous version of flake8 | 21:14 |
jeblair | hashar: oh, so it's specifically the multiprocessing that's problematic | 21:15 |
*** otter768 has quit IRC | 21:15 | |
hashar | potentially | 21:16 |
hashar | that is the only change in the last version | 21:16 |
fungi | jeblair: i dont think the manila folks even have a rename/move on their radar. i just whipped that change up to have something to link in the meeting agenda next week | 21:16 |
jeblair | fungi: ok thx | 21:17 |
hashar | though my specific job runs flake8-docstrings (enforce pep257 which are related to docstring formatting) | 21:17 |
fungi | jeblair: since i was already in the mindset for the glance.store rename, it was quick to toss in | 21:17 |
*** otter768 has joined #openstack-infra | 21:18 | |
*** otter768 has quit IRC | 21:18 | |
*** otter768 has joined #openstack-infra | 21:18 | |
stevemar | fungi, whats the going rate for an infra review bribe? :P | 21:18 |
fungi | morganfainberg: clarkb: i'm still unconvinced on the requests pin. with horizon fixed (in moments, fingers crossed) the only other reported projects impacted are client ibs which don't participate in the integrated release, and are thus irrelevant to the upcoming release milestone | 21:19 |
*** habib has joined #openstack-infra | 21:19 | |
openstackgerrit | Clark Boylan proposed a change to openstack-infra/jenkins-job-builder: Handle utf8 in JJB https://review.openstack.org/117041 | 21:19 |
clarkb | zaro: ^ | 21:20 |
fungi | stevemar: you bribe us by doing infra reviews and low-hanging bugs ;) | 21:20 |
stevemar | fungi, darn, you don't accept payments in the form of beer like the keystone team | 21:20 |
stevemar | we need to standardize the system | 21:20 |
morganfainberg | fungi, i'm fine with that. there are related issues to this and part of the issue is the mock library. in either case it may block client patches until it's resolved. | 21:20 |
morganfainberg | stevemar, s/beer/whiskey | 21:20 |
fungi | we're not in college any longer, and can afford our own beer | 21:21 |
morganfainberg | fungi, but as you said not as big a deal since clients aren't tied to the same release schedule | 21:21 |
morganfainberg | we *are* working on it :) | 21:21 |
*** gokrokve has quit IRC | 21:21 | |
hashar | jeblair: marun I have filled a bug for flake8 2.2.3 https://bitbucket.org/tarek/flake8/issue/167/flake8-223-stall-with-multiprocessing | 21:21 |
openstackgerrit | Edward Raigosa (wenlock) proposed a change to openstack-infra/config: give install_modules options for loading requirements externally https://review.openstack.org/117892 | 21:22 |
stevemar | fungi, can i buy a review on credit, and promise infra reviews next week :) | 21:22 |
fungi | stevemar: i'll gladly pay you tuesday for a hamburger today? what review number? | 21:22 |
stevemar | fungi, haha, https://review.openstack.org/#/c/117533/ | 21:23 |
clarkb | fungi: stevemar is the doc publishing site necessary? | 21:23 |
ekarlso | phschwartz: there ? :p | 21:24 |
*** habib has quit IRC | 21:24 | |
*** fifieldt has joined #openstack-infra | 21:25 | |
marun | jeblair: it's a wonder anything merges at all given how often tempest fails x number of tempest-requiring jobs per patch | 21:26 |
*** mrmartin has quit IRC | 21:27 | |
* marun sacrifices another goat in the the hopes of a clean check run | 21:27 | |
fungi | stevemar: ahh, clarkb has a point on the doc-publisher-site parameter. when you were asking about that the other day i thought you'd added it because the layout job was saying it was missing, and then i misremembered the tarball-site parameter which gets dragged in by the python-jobs group as that one | 21:28 |
mtreinish | marun: heh try landing a tempest patch. 26 jobs run on each tempest patch... | 21:29 |
marun | mtreinish: yikes | 21:29 |
marun | mtreinish: Methinks we are boiling oceans | 21:29 |
mtreinish | marun: we need to run all the gating jobs, the incubated projects nonvoting, and then with branchless tempest everything repeats on stable/icehouse | 21:30 |
stevemar | clarkb, i thought it was because the job needed that param | 21:30 |
clarkb | It shouldn't. if it publishes to read the docs the publishing site is a noop | 21:31 |
mtreinish | marun: after the juno release we'll add even more jobs to the list... | 21:31 |
marun | mtreinish: I get that its currently how things are done, but I still can't help but think 'crazytown'. | 21:31 |
stevemar | clarkb, yeah, now that i'm looking at other example in the file, it's sometimes there, sometimes not | 21:31 |
*** andreaf has quit IRC | 21:31 | |
fungi | stevemar: try removing that line and it should still pass. then i'll be +2 on it | 21:31 |
*** SumitNaiksatam has joined #openstack-infra | 21:32 | |
clarkb | marun: and yet the mail list explodes when you even suggest we stop testing postgres in the integration tests | 21:32 |
*** andreaf has joined #openstack-infra | 21:32 | |
*** dkehn_ has joined #openstack-infra | 21:32 | |
clarkb | I would like to see the integration tests slimmed down just to simplify the mental model everyone eneds to keep in their heads | 21:32 |
marun | clarkb: did those vocal folks offer to do 3rd pary ci for pg? | 21:32 |
marun | clarkb: or they want a free ride? | 21:32 |
clarkb | I don't think we need third party | 21:32 |
fungi | mtreinish: though in a few weeks we can drop your havana jobs... that's something at least, right? | 21:33 |
clarkb | test it in unittests/functional tests and move on | 21:33 |
openstackgerrit | Steve Martinelli proposed a change to openstack-infra/config: Add readthedocs for heat-translator https://review.openstack.org/117533 | 21:33 |
*** pcm_ has quit IRC | 21:33 | |
*** doug-fish has left #openstack-infra | 21:33 | |
stevemar | clarkb, fungi thanks guys | 21:33 |
marun | clarkb: ah, definitely agree on that one. | 21:33 |
stevemar | ^ | 21:33 |
hashar | have a good week-end folks *wave* | 21:33 |
*** praneshp_away is now known as praneshp | 21:33 | |
fungi | good night and good weekend, hashar! | 21:33 |
mtreinish | fungi: we don't have havana jobs, because that was the last stable branch for tempest | 21:34 |
mtreinish | although we might be able to drop the icehouse grenade jobs, I forgot what the policy was for those | 21:34 |
*** dkehn_ has quit IRC | 21:35 | |
*** dkehnx has quit IRC | 21:35 | |
*** otherwiseguy has joined #openstack-infra | 21:35 | |
*** dkehn_ has joined #openstack-infra | 21:35 | |
*** dkehn has quit IRC | 21:35 | |
fungi | mtreinish: no need (or ability) to test upgrades from havana to icehouse once we stop supporting havana | 21:35 |
fungi | they will insta-break anyway | 21:36 |
jeblair | marun: yeah, the plan sdague and i outlined on the -dev list a few weeks back should help a lot with that. it's not a short term plan though; parts of it we can probably finish this cycle, parts of it definitely won't be finished until next | 21:36 |
mtreinish | fungi: ok cool, then we'll drop a couple jobs after that | 21:36 |
marun | jeblair: The post-germany post? | 21:37 |
jeblair | marun: yep | 21:37 |
*** dkehn has joined #openstack-infra | 21:37 | |
marun | jeblair: I am definitely in support of that proposal. | 21:37 |
jeblair | the "darmstadt accord?" :) | 21:37 |
marun | jeblair: heh | 21:37 |
fungi | mtreinish: actually, some of the convoluted branch override logic in devtack-gate was added specifically to allow you to test tempest master against havana of other projects even though tempest had a havana branch | 21:37 |
fungi | so i thought it was doing that with havana backward-compat for branchless tempest already | 21:38 |
jeblair | yep, that's the per-project branch override | 21:38 |
jeblair | export OVERRIDE_TEMPEST_PROJECT_BRANCH=master shows up 3 times in jjb config | 21:39 |
jeblair | '{pipeline}-tempest-master-dsvm-full{branch-designator}', '{pipeline}-tempest-master-dsvm-neutron{branch-designator}', '{pipeline}-tempest-dsvm-nova-v3-full{branch-designator}' | 21:40 |
*** acfleury has quit IRC | 21:40 | |
mtreinish | fungi: we're using that on the icehouse jobs now from master tempest | 21:40 |
ekarlso | clarkb: virtualenv pip install :) | 21:40 |
mtreinish | master tempest doesn't actually work against havana | 21:40 |
mtreinish | the apis drifted too much | 21:41 |
jeblair | check-tempest-master-dsvm-full-havana check-tempest-master-dsvm-neutron-havana are in the experimental queue on tempest | 21:41 |
jeblair | devstack and devstack-gate | 21:41 |
fungi | mtreinish: oh, right, we added it so that you could analyze the delta and determine whether master tempest against havana release servers was a tractable problem | 21:41 |
ekarlso | http://paste.openstack.org/show/102647/ | 21:41 |
mtreinish | oh, I didn't realize they were still on the experimental pipeline | 21:42 |
fungi | and you presumably concluded that within the support timeframe of havana, it was not | 21:42 |
ekarlso | @Â clarkb or anyone with zuul knowledge ;) | 21:42 |
mtreinish | fungi: yeah, it wasn't worth the effort | 21:42 |
fungi | mtreinish: yep, totally understand. it was a bit of a long shot | 21:42 |
clarkb | ekarlso: try installing from source | 21:42 |
ekarlso | clarkb: that is fron source ;) | 21:43 |
clarkb | ekarlso: `pip install zuul` or `pip install /path/to/zuul/repo`? | 21:43 |
*** ArxCruz has quit IRC | 21:43 | |
ekarlso | python setup.py develop :) | 21:43 |
clarkb | ekarlso: apscheduler is in the rquirements.txt | 21:43 |
*** _buzz_ has joined #openstack-infra | 21:43 | |
clarkb | ekarlso: never using python setup.py install/develop... | 21:44 |
ekarlso | oh raelly : ) | 21:44 |
clarkb | ekarlso: you get easy_install and all sorts of weirdness. try `pip install -e /path/to/zuul/repo` | 21:44 |
ekarlso | ah ok | 21:44 |
clarkb | -e makes it equivalent to develop | 21:44 |
clarkb | but should use pip for everything and not easy_install | 21:45 |
ekarlso | :D | 21:45 |
*** marzif__ has joined #openstack-infra | 21:45 | |
*** asselin_ has joined #openstack-infra | 21:45 | |
*** eglynn-regus has joined #openstack-infra | 21:45 | |
*** ArxCruz has joined #openstack-infra | 21:46 | |
*** dkehn__ has joined #openstack-infra | 21:47 | |
ekarlso | still the same clarkb after using pip -e :) | 21:49 |
*** terryw has joined #openstack-infra | 21:49 | |
clarkb | ekarlso: huh, can you check a pip freeze to see if apscheduler is installed? | 21:49 |
*** SumitNaiksatam has quit IRC | 21:49 | |
reed | openstackid.org is coming \o/ | 21:49 |
*** dkehn_ is now known as dkehnx | 21:50 | |
*** tchaypo1 is now known as tchaypo | 21:50 | |
hashar | reed: yet another standard centralized identity system ? :D | 21:50 |
reed | baby steps | 21:50 |
*** imcsk8 has joined #openstack-infra | 21:50 | |
reed | hashar, just one, exactly :) | 21:50 |
hashar | reed: an OpenId provider so ?:] | 21:50 |
clarkb | ekarlso: I guess it is also possible that zuul-server is jumping out of the venv? /me looks | 21:50 |
reed | hashar, the definitive home for what now is testing on openstackid-dev.openstack.org | 21:50 |
clarkb | no they are console script entry points so they shouldn't do that | 21:51 |
*** boris-42_ has joined #openstack-infra | 21:51 | |
*** jlk_clone has joined #openstack-infra | 21:51 | |
*** mkoderer_ has joined #openstack-infra | 21:51 | |
reed | hashar, http://ci.openstack.org/openstackid.html | 21:51 |
*** notmyname_ has joined #openstack-infra | 21:51 | |
*** bcrochet_ has joined #openstack-infra | 21:51 | |
*** AaronGreen has joined #openstack-infra | 21:51 | |
*** s0nea_ has joined #openstack-infra | 21:51 | |
*** dansmith has joined #openstack-infra | 21:51 | |
*** jd__` has joined #openstack-infra | 21:51 | |
*** NikitaKonovalov2 has joined #openstack-infra | 21:51 | |
*** mmedvede has joined #openstack-infra | 21:51 | |
fungi | hashar: we have a lot of webapps which mostly only agree on openid as a common sso authentication solution, and we needed to tie web application accounts to foundation membership and other interrelated activities | 21:51 |
*** DinaBelova2 has joined #openstack-infra | 21:51 | |
clarkb | it is the precursor to skynet | 21:52 |
hashar | reed: can't I log in with my Google account ? *grin* | 21:52 |
*** dkehn has quit IRC | 21:52 | |
*** otherwiseguy has quit IRC | 21:52 | |
*** fifieldt has quit IRC | 21:52 | |
*** balles has quit IRC | 21:52 | |
*** cody-somerville has quit IRC | 21:52 | |
*** andreykurilin has quit IRC | 21:52 | |
*** boris-42 has quit IRC | 21:52 | |
*** asselin has quit IRC | 21:52 | |
*** jergerber has quit IRC | 21:52 | |
*** bknudson has quit IRC | 21:52 | |
*** leakypipes has quit IRC | 21:52 | |
*** _buzz has quit IRC | 21:52 | |
*** superdan has quit IRC | 21:52 | |
*** s0nea has quit IRC | 21:52 | |
*** aviau has quit IRC | 21:52 | |
*** med_ has quit IRC | 21:52 | |
*** mwagner_lap has quit IRC | 21:52 | |
*** eglynn-officeafk has quit IRC | 21:52 | |
*** markmc has quit IRC | 21:52 | |
*** AaronGr has quit IRC | 21:52 | |
*** imcsk8_ has quit IRC | 21:52 | |
*** marzif_ has quit IRC | 21:52 | |
*** grantbow has quit IRC | 21:52 | |
*** annegentle has quit IRC | 21:52 | |
*** bcrochet has quit IRC | 21:52 | |
*** jd__ has quit IRC | 21:52 | |
*** jlk has quit IRC | 21:52 | |
*** notmyname has quit IRC | 21:52 | |
*** DinaBelova has quit IRC | 21:52 | |
*** NikitaKonovalov has quit IRC | 21:52 | |
*** antonym has quit IRC | 21:52 | |
*** mkoderer has quit IRC | 21:52 | |
*** bcrochet_ is now known as bcrochet | 21:52 | |
*** DinaBelova2 is now known as DinaBelova | 21:52 | |
*** notmyname_ is now known as notmyname | 21:52 | |
*** s0nea_ is now known as s0nea | 21:52 | |
*** NikitaKonovalov2 is now known as NikitaKonovalov | 21:52 | |
*** jd__` is now known as jd__ | 21:52 | |
hashar | reed: anyway good job :] I am off for the night. | 21:53 |
reed | hashar, nope, you can't, but that's something we can definitely discuss (and the code is publicly accepting patches) | 21:53 |
fungi | hashar: so this allows us to have a central join key between accounts on the various systems we're managing, as opposed to using random openid providers which wouldn't get us any ability to correlate | 21:53 |
*** marun has quit IRC | 21:53 | |
ekarlso | well they doing something weird clarkb | 21:53 |
clarkb | fungi: and just as importantly services that allow openid from all over isntead of sso openid end up creating large sets of redundant and confusing users | 21:53 |
fungi | clarkb: that's true, for sure | 21:53 |
*** flaviof is now known as flaviof_zzz | 21:54 | |
clarkb | ekarlso: try sourcing the venv and running the script to see if that helps. doing so should make it slightly harder to jump out | 21:54 |
ekarlso | already done like 5 times :) | 21:54 |
clarkb | ekarlso: I don't know then. jeblair may have more ideas | 21:55 |
hashar | fungi: reed: the thing I loved when I connected to Openstack gerrit, is that I could just reuse my launchpad account. Saving me the trouble of generating yet another password :D | 21:55 |
*** marga_ has quit IRC | 21:55 | |
hashar | fungi: reed: but that is all because I am lazy hehe | 21:55 |
reed | we all are lazy | 21:55 |
ekarlso | I found a bug :O | 21:55 |
ekarlso | it's apscheduler.schedulers vs scheduler | 21:55 |
clarkb | ekarlso: well it works for us | 21:55 |
clarkb | so it may be a version difference | 21:56 |
fungi | hashar: yeah, but then we crammed a bunch of contributor license agreement stuff in the way, and so if you were contributing to anything besides stackforge and a few of the infra projects, you needed a foundation member account anyway | 21:56 |
clarkb | ekarlso: I am trying to reproduce locally | 21:57 |
clarkb | should have an idea shortly | 21:57 |
fungi | reed: as to the third-party mailing lists, the announce list was a compromise because we lack a proper way to maintain good contact information for them. this gives us a broadcast mechanism to reach them (particularly when we need to disable their system because it's misbehaving) | 21:57 |
clarkb | import apscheduler.scheduler works fine in the venv | 21:57 |
*** laca has quit IRC | 21:57 | |
clarkb | now to see if zuul does it correctly | 21:57 |
ekarlso | what version of apscheduler are you at ? | 21:58 |
clarkb | ekarlso: 2.1.2 | 21:58 |
fungi | reed: the request list is an attempt to get them to cooperate and support one another in cleaning up their new account requests without joining some confusing high-traffic mailing list to do so | 21:58 |
reed | fungi, ... you make so many assumptions in your sentence that I have a hard time finding where to start | 21:58 |
*** sballe_ has joined #openstack-infra | 21:58 | |
ekarlso | APScheduler==3.0.0rc1 | 21:58 |
ekarlso | .. | 21:58 |
ekarlso | no wonder | 21:58 |
*** kgiusti has left #openstack-infra | 21:58 | |
*** kgiusti has quit IRC | 21:58 | |
reed | I believe you've underestimated a lot of issues with new lists | 21:58 |
clarkb | ekarlso: the requirements say < 3.0 are you usig old pip? | 21:59 |
hashar | fungi: so overall +1 for openstackid :-] | 21:59 |
hashar | that said. I am sleeping for real. | 21:59 |
ekarlso | clarkb: might be... | 21:59 |
clarkb | ekarlso: old pip will install an rc candidate like that. current pip will not | 21:59 |
fungi | reed: not so much assumptions as observations over the past year of trying to support nearly 100 of them, none of whom know much if anything about our existing systems or culture | 21:59 |
reed | and with change in general... changning things is awfully expensive | 21:59 |
*** dimtruck is now known as zz_dimtruck | 21:59 | |
ekarlso | yap | 21:59 |
ekarlso | looks so | 21:59 |
*** hogepodge has quit IRC | 21:59 | |
clarkb | ekarlso: update virtualenv will get you newer pip | 21:59 |
fungi | reed: i think the goal is to get in front of this between now and when the current 100 become 1000 | 21:59 |
reed | fungi, exactly, the 3rd party folks goes into the large bucket of people who don't read documentation | 22:00 |
*** markmc has joined #openstack-infra | 22:00 | |
reed | and in many aspects, I put myself into that bucket: I don't like reading things, I expect things to be just right as I expect them to be :) we all do that | 22:00 |
*** cnesa has joined #openstack-infra | 22:00 | |
fungi | reed: yeah, we're trynig to figure out how to narrow the things they need to pay attention to, rather than just telling them to go away (or ignoring them) | 22:01 |
*** stevemar2 has joined #openstack-infra | 22:01 | |
*** stevemar has quit IRC | 22:01 | |
reed | I fail to see how giving them 2 more places to pay attention to is 'narrowing down' | 22:01 |
*** sballe__ has quit IRC | 22:01 | |
reed | anyway, I'll put more thoughts into a message to the list | 22:02 |
*** hashar has quit IRC | 22:02 | |
*** mriedem has quit IRC | 22:02 | |
jeblair | reed: you just sent a message to the list | 22:02 |
jeblair | reed: you're going to send another one? | 22:02 |
*** fifieldt has joined #openstack-infra | 22:02 | |
fungi | we've definitely identified that the majority of them don't read or follow instructions well, at least not early on. and yeah, i acknowledge it's a balancing act. follow-up to the list is good | 22:02 |
reed | jeblair, great, I have not replied to pleia2 because I don't want that conversation to be a 1-1 | 22:03 |
*** bknudson has joined #openstack-infra | 22:03 | |
*** habib has joined #openstack-infra | 22:03 | |
*** mmedvede has quit IRC | 22:03 | |
*** laca has joined #openstack-infra | 22:03 | |
jeblair | reed: i'm confused. you just sent a message to the -dev and -infra lists in response to pleia2's message | 22:03 |
*** dolphm is now known as dolphm2 | 22:04 | |
*** dolphm2 is now known as dolphm | 22:04 | |
reed | jeblair, yes, 1 message, and I saw pleia2 responded and was going to respond to that (later) | 22:04 |
jeblair | oh i don't see her response yet | 22:04 |
jeblair | but i responded | 22:04 |
reed | jeblair, I saw it on pipermail archives | 22:05 |
jeblair | reed: anyway, do you object to both lists? | 22:05 |
reed | jeblair, well... hard to give you a straight answer... not necessarily... I object at how the decision was taken (too lightly, IMHO, and without consulting with the 3rd party) | 22:06 |
*** stevemar2 is now known as bknudson3 | 22:06 | |
*** marun has joined #openstack-infra | 22:06 | |
* fungi thought it was discussed with them at the weekly thord-party irc meeting, but maybe not? | 22:06 | |
jeblair | it was certainly discussed at the infra meeting | 22:06 |
clarkb | well and our meetings are open too... I don't think we need a separate meeting for things like this | 22:06 |
anteaya | reed what part was not consulted with the thrid party? | 22:07 |
jeblair | and infra is certainly well within its rights to change its own processes using it's established open procedures | 22:07 |
fungi | there were some (more than one) third-party ci operators present at the infra meeting | 22:07 |
reed | jeblair, I saw the infra meeting logs, I didn't see any reference there to a discussion or a decision in 3rd party meeting | 22:07 |
anteaya | this isn't a decision for the thrid party meeting to make | 22:07 |
reed | fungi, the logs don' show any of them participating to that debate: silence is not approval IMHO | 22:08 |
anteaya | the thrid party meeting doesn't make deicions | 22:08 |
*** hdd has quit IRC | 22:08 | |
anteaya | it has no mandate to make decisions | 22:08 |
anteaya | it has no official status and zero elected representatives | 22:08 |
reed | anteaya, it's an interested party in the decision, it should be consulted that's my point | 22:08 |
* fungi coulda sworn asselin_ and krtaylor spoke up... looking back over the logs now | 22:09 | |
jeblair | yeah, pretty sure they were there | 22:09 |
anteaya | it is an infra decision, how we collect emails for gerrit or not | 22:09 |
anteaya | how infra communications changes to them | 22:09 |
anteaya | and third party folks are always welcome to the infra meetings | 22:09 |
anteaya | and some show up weekly | 22:09 |
jeblair | reed: i'm not buying your argument. the infra team has open meetings with a published agenda in advance. we had it, interested parties showed up. we made a decision about how we're going to do our work. | 22:09 |
reed | anteaya, let me put it another way: it feels like infra is adding more processes and rules to somethign that is already quite opaque | 22:10 |
*** leakypipes has joined #openstack-infra | 22:10 | |
anteaya | we aren't goint to ask permissin from third party folks to make a change | 22:10 |
fungi | i think we talked about almost nothing but third-party-testing concerns for a meeting or two in a row i fact | 22:10 |
jeblair | reed: we have nearly 100 systems, we need more processes. | 22:10 |
anteaya | reed: what we are doing now itn's working | 22:10 |
anteaya | for anyone | 22:10 |
anteaya | we need to make changes | 22:10 |
anteaya | for my own sanity at the very least | 22:10 |
anteaya | that change is going to happen | 22:10 |
anteaya | now we do make every effort to communicate that process and those changes | 22:11 |
anteaya | but we aren't going to wait for permission | 22:11 |
anteaya | if folks show up and speak up, we listen | 22:11 |
*** annegentle has joined #openstack-infra | 22:11 | |
*** otherwiseguy has joined #openstack-infra | 22:11 | |
*** balles has joined #openstack-infra | 22:11 | |
*** cody-somerville has joined #openstack-infra | 22:11 | |
*** andreykurilin has joined #openstack-infra | 22:11 | |
*** jergerber has joined #openstack-infra | 22:11 | |
*** aviau has joined #openstack-infra | 22:11 | |
*** med_ has joined #openstack-infra | 22:11 | |
*** mwagner_lap has joined #openstack-infra | 22:11 | |
*** AaronGr has joined #openstack-infra | 22:11 | |
*** 17SAA0LVL has joined #openstack-infra | 22:11 | |
*** antonym has joined #openstack-infra | 22:11 | |
*** datsun180b has quit IRC | 22:11 | |
anteaya | we hear their side, we edcate | 22:11 |
reed | anteaya, fair enough but in my books, when you have problems you talk to all parties to find solutions. I felt that you came out with one out of the blue, probably not even an optimal one. | 22:11 |
anteaya | we are doing the best we can, and it ins't enough | 22:11 |
anteaya | it is never enough | 22:11 |
reed | what's wrong with using the bug tracker for requests? | 22:11 |
*** bknudson3 is now known as bknudsondplgner | 22:12 | |
anteaya | the bug tracker for request was disabled some time ago | 22:12 |
reed | why? | 22:12 |
jeblair | reed: if you suggest that we don't talk to people and listen to them one more time, i'm going to get quite upset. | 22:12 |
anteaya | since rather than making one decision out of 3 options folks were using all 3 options | 22:12 |
anteaya | so all we got was duplicates | 22:12 |
jeblair | reed: because i'm pretty sure that of all of the parts of the openstack project, we have an unblemished track record in that regard. | 22:12 |
*** med_ has quit IRC | 22:12 | |
*** jergerber has quit IRC | 22:12 | |
*** otherwiseguy has quit IRC | 22:12 | |
*** andreykurilin has quit IRC | 22:12 | |
anteaya | with was more waste of our time | 22:12 |
reed | jeblair, that's not what I suggested :) IRC is filtering out a lot of nuances | 22:12 |
*** aviau has quit IRC | 22:12 | |
*** mwagner_lap has quit IRC | 22:12 | |
*** AaronGr has quit IRC | 22:12 | |
*** 17SAA0LVL has quit IRC | 22:12 | |
asselin_ | For 3rd party requests, I though bug submission was good, but I didn't insist since I'm not familiar with the burdens of that on the infra-side (compared to mailing list). | 22:12 |
anteaya | asselin_: thanks | 22:13 |
*** aviau has joined #openstack-infra | 22:13 | |
jeblair | i only use launchpad every 2 months :) | 22:13 |
ekarlso | is zuul possible to not use gerrit via a config option ? :) | 22:13 |
*** emagana has joined #openstack-infra | 22:14 | |
asselin_ | and as fas as I understand, you don't need to subscribe to the request mailing list unless you're going to act on those requests. So it's just changing which mailing list you send your request to. | 22:14 |
reed | jeblair, there! I knew that the driver behind using mailman was the 'hammer-nail' syndrome :) | 22:14 |
*** otherwiseguy has joined #openstack-infra | 22:14 | |
ekarlso | was hoping for phschwartz to answer since someone said he had written a gh trigger | 22:14 |
asselin_ | *far | 22:14 |
*** terryw has quit IRC | 22:14 | |
clarkb | ekarlso: it isn't possible to not use gerrit today | 22:14 |
*** skath_ has quit IRC | 22:14 | |
clarkb | ekarlso: I don't know that phschwartz's trigger is complete | 22:14 |
*** grantbow has joined #openstack-infra | 22:14 | |
*** dmsimard is now known as dmsimard_away | 22:14 | |
jeblair | reed: if you insist. as pleia2 points out, we tell people to do both today. we're just reducing it to one. | 22:14 |
ekarlso | clarkb: would it be amazingly hard to write ? | 22:14 |
*** morganfainberg is now known as dolphm3 | 22:15 | |
fungi | ekarlso: i think for it to be efficient zuul needs a way to handle webhooks | 22:15 |
*** daxatlas has quit IRC | 22:15 | |
jeblair | reed: at any rate, we're going to look into what we can do to make it more self-service. but why am i even saying this? it's all in the meeting minutes. i'm done. | 22:15 |
*** dolphm3 is now known as morganfainberg | 22:15 | |
fungi | ekarlso: right now it's web interface is one-way (it pubishes a json status bob and that's it) | 22:16 |
ekarlso | fungi: patches welcome I "pressume" ? | 22:16 |
*** denis_makogon has quit IRC | 22:16 | |
clarkb | ekarlso: I would double check with phschwartz before duplicating work though | 22:16 |
david-lyle | clarkb: made it, thanks | 22:17 |
fungi | ekarlso: i think phschwartz was working on some of those welcome patches | 22:17 |
reed | jeblair, I know you're all trying to do good things, but from where I stand I see all programs adding rules and hoops that need to be jumped, and I wish we all came to agree that we have already way too many hoops | 22:17 |
*** skath_ has joined #openstack-infra | 22:17 | |
ekarlso | clarkb: yeah, but wondering where he's hiding :p | 22:17 |
anteaya | reed: we have way too many people who need the hoops | 22:17 |
anteaya | it is in response to their activity that we create these new processes | 22:17 |
jeblair | i don't think we're adding any hoops. we're actually trying to streamline it for everyone | 22:17 |
reed | anteaya, that-s correct, as long as you see the risks of creating a disfunctional burocracy | 22:18 |
anteaya | reed: it is dysfunctional already | 22:18 |
fungi | reed: to a great extent, i think it's an immune response to volumes of new would-be contributors who want to jump right in working on what they think would be cool rather than the longer learning curve of shoring things up from within to support all the cool new features. the third-party ci proliferation is a recent-ish extension of that issue | 22:18 |
anteaya | we are trying to encourage it to become functional | 22:18 |
reed | jeblair, I have the feeling that your perception of mailing lists being capable of streamlining anything for your target audience is overestimated | 22:19 |
*** daxatlas_ has joined #openstack-infra | 22:19 | |
reed | fungi, jeblair, anteaya, let me put it another way, spelling it out: I think you're not solving a problem that the community managers will have to be involved in fixing later on | 22:20 |
jeblair | reed: you are getting really, really, really offensive. | 22:21 |
reed | jim, come on | 22:21 |
ekarlso | anyone know when phschwartz is up / around ? | 22:21 |
reed | I though you knew me well enough, I'm not offending... | 22:21 |
*** bknudson has quit IRC | 22:21 | |
clarkb | ekarlso: I think central time so he may be weekedning now | 22:21 |
ekarlso | awwww | 22:22 |
ekarlso | darn! | 22:22 |
fungi | ekarlso: usually north-america daylight hours, but he was up all night doing production maintenance and it's heading into a holiday weekend here now | 22:22 |
ekarlso | ah | 22:22 |
reed | jeblair, here is why I think this decision is a problem for me: | 22:22 |
anteaya | reed: I think you dismiss the work *I* do and have done for the past 10 months in this area | 22:22 |
anteaya | because this change, or any other for third party, require no more cleanup than what I do everyday | 22:23 |
*** SumitNaiksatam has joined #openstack-infra | 22:23 | |
anteaya | and what infra does when I'm away or can't answer the question | 22:23 |
reed | in my role I talk to a lot of people, right? and they expect me to know how things work, where they should be sending messages and requests | 22:24 |
anteaya | so if this is about you being caught by surprise, well I had no idea you had any interest in third party | 22:25 |
anteaya | but I can correct that going forward and ensure you are invited to the mailing lists | 22:25 |
anteaya | so you can stay abreast of activity | 22:25 |
reed | if I am not consulted for relevant changes in important places for contributors, like 3rd party, I am going to be involved *after* and recently this after has been quite messy | 22:25 |
ekarlso | does zuul have it's own web interface or ? | 22:26 |
reed | I'm not talking about infra, it's in general | 22:26 |
anteaya | you wanted to be consulted on changes to third party? | 22:26 |
clarkb | ekarlso: it does, it is in tree | 22:26 |
anteaya | reed: I hereby invite you to third party meetings | 22:26 |
clarkb | ekarlso: it is not the same as the one we run, that is in the config repo, but they are converging | 22:26 |
jeblair | reed: i have no intention of giving you any special treatment. | 22:26 |
anteaya | mondays, 1800 utc, -meeting channel | 22:26 |
jeblair | reed: you know where we meet and when. | 22:26 |
anteaya | reed: do attend | 22:26 |
jeblair | reed: and if anyone asks you about how their third-party ci system should be set up, please point them here: http://ci.openstack.org/third_party.html | 22:27 |
reed | now, I don't know where to start with that either :) | 22:27 |
reed | jeblair, indeed, will do that | 22:27 |
*** dkliban_brb is now known as dkliban_afk | 22:31 | |
*** marcoemorais has quit IRC | 22:32 | |
*** marcoemorais has joined #openstack-infra | 22:32 | |
*** signed8bit is now known as signed8bit_ZZZzz | 22:36 | |
*** signed8bit_ZZZzz has quit IRC | 22:36 | |
*** mmaglana has quit IRC | 22:37 | |
*** mmaglana has joined #openstack-infra | 22:37 | |
*** tsg has quit IRC | 22:39 | |
*** tsg has joined #openstack-infra | 22:40 | |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Add a configurable keymap https://review.openstack.org/116513 | 22:41 |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: Remove stray debug line https://review.openstack.org/116514 | 22:41 |
openstackgerrit | James E. Blair proposed a change to stackforge/gertty: fix typo when raising syntax error https://review.openstack.org/115009 | 22:41 |
*** marcusvrn has quit IRC | 22:41 | |
*** arnaud has joined #openstack-infra | 22:42 | |
*** ArxCruz has quit IRC | 22:43 | |
*** emagana has quit IRC | 22:43 | |
*** emagana has joined #openstack-infra | 22:44 | |
*** atiwari has quit IRC | 22:44 | |
*** otherwiseguy has quit IRC | 22:47 | |
*** emagana has quit IRC | 22:48 | |
*** otherwiseguy has joined #openstack-infra | 22:48 | |
nibalizer | jeblair: clarkb how do you feal about a bare bones puppet.conf being populated in install_puppet.sh ? | 22:49 |
nibalizer | just the idea of that, before i code it up for review | 22:49 |
jeblair | nibalizer: what for? | 22:49 |
arnaud | anyone around? I am seeing ValueError: git history requires a target version of pbr.version.SemanticVersion(2014.1.2), but target version is pbr.version.SemanticVersion(2014.1.1) | 22:49 |
arnaud | after patch https://review.openstack.org/#/c/108269/ | 22:49 |
clarkb | I think we already do that with puppet.conf | 22:49 |
nibalizer | jeblair: it appears, and im still digging, that the puppet.conf that gets put in for puppet 3 has syntax errors? | 22:50 |
nibalizer | oh if puppet.conf is put in already that might explain some things | 22:50 |
clarkb | arnaud: where are you seeing that? it means that the version specified in setup.cfg is too low | 22:50 |
arnaud | I am seeing that in my internal tree | 22:50 |
clarkb | arnaud: you have probably added code on top of 2014.1.1 | 22:50 |
clarkb | which requires a version bump to at least 2014.1.2 | 22:50 |
wenlock | nibalizer i really like that puppet.conf is defined by pupet.conf.erb, i think however it should have been a module and not buried in openstack_project | 22:50 |
arnaud | I mean I have commits on top of 2014.1.1, yes | 22:51 |
arnaud | but why would that require a new tag | 22:51 |
clarkb | arnaud: that is what is causing it | 22:51 |
nibalizer | wenlock: sure | 22:51 |
clarkb | arnaud: it does not require a new tag | 22:51 |
arnaud | before this change | 22:51 |
nibalizer | but im dealing with the puppet installation phase right now | 22:51 |
clarkb | arnaud: it requires that the target version specified in setup.cfg be updated | 22:51 |
arnaud | so we have to update all the projects? | 22:51 |
arnaud | so what is the underlying rule | 22:51 |
arnaud | I am not sure to get it | 22:51 |
clarkb | arnaud: only if they have moved beyond the version specified in setup.cfg. | 22:52 |
fungi | arnaud: i think there are stable branch patches proposed for any which were lacking those edits | 22:52 |
nibalizer | clarkb: looking, i dont see us copy in a puppet.conf anywhere but in the openstack_project class | 22:52 |
clarkb | fungi: they have merged | 22:52 |
nibalizer | so until that class is applied i think we're going with whats provided by the package | 22:52 |
*** bknudsondplgner is now known as ramevets | 22:52 | |
jeblair | zuul has spare capacity now | 22:52 |
fungi | arnaud: at least for openstack projects using pre-version release model | 22:52 |
clarkb | arnaud: pbr is enforcing semantic versions. So if you do a release say 2014.1.1 with a tag and commits on top of that tag are for a new version. the target version in setup.cfg must reflect that | 22:52 |
arnaud | so, say I have | 22:53 |
arnaud | a commit | 22:53 |
arnaud | 2014-1.1-122 | 22:53 |
clarkb | jeblair: is that because of merge check doing a bunch of stuff? | 22:53 |
arnaud | 122 means that setup.cfg should be 2014.1.2 | 22:53 |
arnaud | correct? | 22:53 |
fungi | ideally the first change merged to the branch after the 2014.1.1 tag would be a modification to the setup.cfg setting the next release version number | 22:53 |
arnaud | I see | 22:54 |
arnaud | ok | 22:54 |
jeblair | clarkb: heh possibly right at this moment, but a few mins ago, the waiting job queue touched 0, so we're basically no longer backlogged | 22:54 |
clarkb | jeblair: nice | 22:54 |
jeblair | i think everyone has started weekending | 22:54 |
fungi | i know i have | 22:54 |
jeblair | fungi: i can tell | 22:55 |
*** dolphm is now known as pong | 22:55 | |
arnaud | fungi, clarkb: may I know why this was not enforced before? | 22:55 |
* fungi is actually sitting at his workbench hacking on a radxa rock arm rk3188 development board | 22:55 | |
clarkb | arnaud: because the tooling wasn't available. This is a new feature in pbr | 22:55 |
arnaud | ok | 22:55 |
*** pong is now known as Guest24670 | 22:55 | |
fungi | arnaud: it's a new feature of pbr, only on the master branch, not even released yet | 22:55 |
jeblair | clarkb, fungi: should we make zm04? | 22:56 |
jeblair | merge-check has a 21 minute backlog right now | 22:56 |
fungi | oh, wow | 22:56 |
fungi | maybe then | 22:56 |
*** lifeless1 is now known as lifeless | 22:56 | |
clarkb | I would be on board with that | 22:56 |
clarkb | I would weekend but I was told I can't play The Wolf Among Us until larissa gets home | 22:57 |
clarkb | fungi: ^ you may nejoy that it is quite good so far | 22:57 |
*** dane_leblanc has quit IRC | 22:57 | |
fungi | clarkb: i'll look into it, though not set up for much in the way of video games at the new place just yet | 22:58 |
jeblair | clarkb, fungi: we could probably make those 4g nodes based on cacti | 22:58 |
clarkb | jeblair: what if we ran multiple workers per node? | 22:58 |
jeblair | clarkb: oh, we could do that too | 22:58 |
clarkb | serving the refs might bget complicated | 22:59 |
fungi | jeblair: good point, i didn't think to revisit the utilization on 01 and 02 when i built 03 | 22:59 |
jeblair | clarkb: oh yeah. messy. | 22:59 |
notmyname | FYI closed CI bug https://bugs.launchpad.net/openstack-ci/+bug/1334550 was flagged on https://review.openstack.org/#/c/117842/ | 22:59 |
uvirtbot` | Launchpad bug 1334550 in openstack-ci "Could not find any downloads that satisfy the requirement X" [Low,Fix released] | 22:59 |
*** alaski is now known as alaski-out | 23:01 | |
clarkb | notmyname: fun, that is actually a slightly differnet bug I think (that e-r query is too liberal) it is trying to get pyscss when it should be getting pyScss and pip name case sesnsitivity is biting us | 23:01 |
notmyname | clarkb: oh ok. I couldn't find where the error was looking through the logs provided | 23:02 |
jeblair | notmyname: http://logs.openstack.org/42/117842/2/check/check-swift-dsvm-functional/d97eb48/logs/devstacklog.txt.gz | 23:02 |
clarkb | david-lyle: https://git.openstack.org/cgit/openstack/horizon/tree/requirements.txt#n21 needs an update | 23:02 |
clarkb | david-lyle: should be pyScss | 23:02 |
david-lyle | ok, does the case cause problems or just inconsistent? | 23:02 |
jeblair | clarkb: is this a universal gate-breaking issue? | 23:03 |
notmyname | clarkb: thanks | 23:03 |
clarkb | jeblair: I don't think so, but not sure why it isn't universal | 23:03 |
clarkb | david-lyle: pip doesn't handle them well when not speaking to cheeseshop proper | 23:03 |
clarkb | david-lyle: so case matters, but it isn't clear to me why it failed here but not in other jobs | 23:04 |
david-lyle | proposing patch | 23:04 |
clarkb | possibly because django-pyscss wsa fulfilling the dep for us somehow in other cases? also django-pyscss is the correct case for that package | 23:04 |
*** notmyname has quit IRC | 23:04 | |
clarkb | dstufft: if you have any insight into why it doesn't fail 100% of the time that would be great | 23:04 |
*** notmyname has joined #openstack-infra | 23:05 | |
dstufft | are you using different versions of pip | 23:05 |
jeblair | clarkb: are you sure it wasn't a coincidence? a network blip while it was getting that package? | 23:05 |
clarkb | lol django-pyscss depends on PyScss which is also wrong | 23:05 |
clarkb | jeblair: pretty sure, the note about ignoreing external package links is the signature for this issue | 23:05 |
clarkb | jeblair: pip sorts out that pyscss is really pyScss but treats that as an external package link | 23:05 |
dstufft | clarkb: if you want to run patched versions of pip and bandersnatch you can fix it right now :V | 23:06 |
jeblair | http://logs.openstack.org/42/117842/2/check/check-swift-dsvm-functional/ | 23:06 |
clarkb | then fails because external package links are not allowed | 23:06 |
jeblair | that's 3 runs of that job within a few hours, only one of them failed | 23:06 |
dstufft | a network failure could look like the exteranl package thing | 23:06 |
clarkb | jeblair: http://logs.openstack.org/42/117842/2/check/check-swift-dsvm-functional/d97eb48/logs/devstacklog.txt.gz#_2014-08-29_21_13_10_129 is the signature for this thing | 23:06 |
clarkb | dstufft: oh, they both look like that? | 23:06 |
dstufft | if pip failed to get /simple/whatever/, it'll fall back to /simple/ | 23:06 |
jeblair | clarkb: because it also says "2014-08-29 21:13:00.341 | Cannot fetch index base URL http://pypi.openstack.org/simple/" | 23:07 |
clarkb | ohhhh ok | 23:07 |
clarkb | I bet that is why it is being problematic | 23:07 |
*** markmc has quit IRC | 23:07 | |
*** zz_johnthetubagu has quit IRC | 23:07 | |
clarkb | for packages that are named from the /simple/foo url 404s | 23:07 |
clarkb | fall back on the large /simple/index.html and that fails because ELARGE | 23:07 |
clarkb | then we die | 23:08 |
* clarkb goes to see how big it is | 23:08 | |
dstufft | pip is hopefully going to get more obvious about things | 23:08 |
dstufft | 2MB I think | 23:08 |
dstufft | or so | 23:08 |
clarkb | fixing the case avoids the fallbak which is error prone | 23:08 |
*** ramevets has quit IRC | 23:08 | |
*** balles has quit IRC | 23:08 | |
openstackgerrit | A change was merged to stackforge/gertty: Fix crash on comments from undisplayed files https://review.openstack.org/114831 | 23:09 |
clarkb | its only 2.1MB | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Fix newline warning overwriting final line https://review.openstack.org/114835 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Fix crash on diff of new empty file https://review.openstack.org/114838 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Make the commit message box hypertext https://review.openstack.org/114852 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Correct some search problems https://review.openstack.org/114853 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Support 80 column terminals in change view https://review.openstack.org/114854 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Restrict comment display to 80 columns https://review.openstack.org/114855 | 23:09 |
openstackgerrit | A change was merged to stackforge/gertty: Fix immediate sync of change by change ID https://review.openstack.org/115156 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Add unified diff view https://review.openstack.org/115166 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Fix account table indexes https://review.openstack.org/115768 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Include more info in dependencies https://review.openstack.org/115805 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Add option to hide certain comments https://review.openstack.org/115767 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Add test results to top of change view https://review.openstack.org/116471 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Hide fully reviewed projects by default https://review.openstack.org/99591 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Don't hide inactive projects when listing all. https://review.openstack.org/106615 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Change active project toggle key https://review.openstack.org/116474 | 23:10 |
openstackgerrit | A change was merged to stackforge/gertty: Add a standard 'light' palette https://review.openstack.org/116512 | 23:10 |
*** balles has joined #openstack-infra | 23:11 | |
openstackgerrit | A change was merged to stackforge/gertty: Add a configurable keymap https://review.openstack.org/116513 | 23:11 |
openstackgerrit | A change was merged to stackforge/gertty: Remove stray debug line https://review.openstack.org/116514 | 23:11 |
openstackgerrit | A change was merged to stackforge/gertty: fix typo when raising syntax error https://review.openstack.org/115009 | 23:11 |
david-lyle | clarkb: so updating the case will fix the fallback error, which is hit because of another error? | 23:11 |
jeblair | clarkb, fungi: static.o.o runs mlocate on all its content | 23:12 |
clarkb | david-lyle: ya I think so, so its a work around | 23:12 |
clarkb | jeblair: :/ | 23:12 |
*** pballand has quit IRC | 23:13 | |
*** marun has quit IRC | 23:13 | |
clarkb | david-lyle: if it hits pyScss the first time it won't have to fallback | 23:13 |
clarkb | I was going to grep access logs for that node, but hpcloud nodes are NATed so I don't actually know what the public IP was... | 23:13 |
clarkb | go cloud | 23:13 |
jeblair | clarkb: i think devstack-gate prints it | 23:14 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Add zm04 https://review.openstack.org/117908 | 23:14 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Use zm04 https://review.openstack.org/117909 | 23:14 |
clarkb | jeblair: it prints the internal address | 23:15 |
jeblair | clarkb: oh, i'm one step behind you :) | 23:15 |
jeblair | clarkb: you can map it through nodepool | 23:15 |
clarkb | jeblair: even after the node is deleted? | 23:15 |
jeblair | clarkb: yeah, i think it's logged | 23:15 |
clarkb | cool /me looks for it there | 23:15 |
openstackgerrit | David Lyle proposed a change to openstack/requirements: Correcting case of pyscss to match pypi https://review.openstack.org/117910 | 23:16 |
jeblair | for the record, machines that do not know their own ip addresses are not real machines | 23:16 |
clarkb | Node id: 1779817 is running, ip: 15.126.207.93, testing ssh <- it did log it | 23:16 |
*** emagana has joined #openstack-infra | 23:17 | |
clarkb | log file is a bit massive, waiting on grep now | 23:18 |
*** otter768 has quit IRC | 23:18 | |
clarkb | http://paste.openstack.org/show/102685/ those are transposed for some reason (apache worker log contention?) | 23:20 |
clarkb | but its 404 on pyscss then /simple is 200 then 404 on pyscss again | 23:20 |
clarkb | dstufft: ^ | 23:20 |
clarkb | dstufft: shouldn't it get pyScss after getting /simple? | 23:21 |
*** melwitt has quit IRC | 23:21 | |
clarkb | the pip logging doesn't quite match up there but that may be ntp skew? or even just IO | 23:22 |
jeblair | clarkb: i believe apache logs in order at request completion (but the timestamp is request start) | 23:26 |
*** markmcclain has quit IRC | 23:26 | |
jeblair | clarkb: so, /simple/pyscss, /simple, /simple/pyscss ? | 23:27 |
*** emagana has quit IRC | 23:27 | |
clarkb | jeblair: yeah which matches what dstufft said | 23:27 |
*** emagana has joined #openstack-infra | 23:28 | |
dstufft | do you have the pip log | 23:28 |
clarkb | dstufft: no we don't | 23:30 |
clarkb | the curious thing is apache says /simple 200'd | 23:31 |
dstufft | clarkb: you might want to switch pip to use -vvv and/or save the pip debug log when you grab log files | 23:31 |
dstufft | it'll give more info about what exactly pip is doing | 23:31 |
*** emagana has quit IRC | 23:32 | |
clarkb | ok | 23:32 |
clarkb | dstufft: and pip debug log is in .pop? | 23:32 |
clarkb | er ~/.pip? | 23:32 |
dstufft | ya | 23:33 |
dstufft | the downside on the debug log is it's overwritten on every pip invocation | 23:33 |
dstufft | for right now anyways | 23:33 |
clarkb | but in this case we short circuit so that is probably ok | 23:33 |
clarkb | when we grab it it should have the failing run log in it (but I will be wrong now that I used "should") | 23:34 |
dstufft | pip might not be correctly following the URL it finds in /simple/ | 23:34 |
dstufft | it might treat it as case insensitive or something | 23:34 |
dstufft | I'm not sure | 23:34 |
dstufft | this whole thing is a stupid mess | 23:35 |
clarkb | dstufft: we should burn it down and start over | 23:35 |
clarkb | I propose we name the tool 'pop' | 23:35 |
dstufft | lol | 23:35 |
clarkb | or soda | 23:35 |
dstufft | clarkb: alternative fix: shove a tiny web app in front of bandersnatch | 23:35 |
dstufft | one that'll make it follow normalization rules | 23:36 |
*** emagana has joined #openstack-infra | 23:36 | |
clarkb | dstufft: yeah... but thats :( actually can we get away with mod autoindex and case insensitivity in the /simple dir? | 23:37 |
clarkb | and ignore the bandersnatch index.html? | 23:37 |
dstufft | clarkb: the answer is, sort of | 23:37 |
dstufft | normalization does more than just case insensitivity | 23:37 |
clarkb | we wouldn't want it for any of the subdirs because those go over to the package dirs | 23:37 |
clarkb | dstufft: oh right _ vs - | 23:37 |
clarkb | and so on | 23:37 |
dstufft | but those are rarer than case differences | 23:38 |
clarkb | would a little wsgi thing to normalize be something that should live in the bandersnatch repo? | 23:38 |
clarkb | eg if we write it would upstream want it? | 23:39 |
*** bdpayne has quit IRC | 23:41 | |
dstufft | clarkb: dunno, this will be fixed better in bandernsatch + pip if I have anything to say about it | 23:43 |
dstufft | so I'd consider the wsgi thing to be a bandaid | 23:43 |
dstufft | https://gist.github.com/dstufft/6145634c0ae4ba36d184 :D | 23:43 |
*** morganfainberg is now known as SkepticalCore | 23:44 | |
dstufft | (yea yea status code and shit is wrong, I jsut tossed it together in 30s) | 23:44 |
*** emagana has quit IRC | 23:46 | |
*** emagana has joined #openstack-infra | 23:46 | |
*** david-lyle has quit IRC | 23:47 | |
*** sballe has joined #openstack-infra | 23:48 | |
*** emagana_ has joined #openstack-infra | 23:50 | |
*** sballe_ has quit IRC | 23:50 | |
*** emagana has quit IRC | 23:51 | |
*** andreaf has quit IRC | 23:51 | |
*** matt__ is now known as mattoliverau | 23:52 | |
*** reed has quit IRC | 23:55 | |
*** fifieldt has quit IRC | 23:56 | |
*** arborism is now known as amcrn | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!