clarkb | fungi: zaro: doing the conversion in python should be fairly safe as the internal unicode representation is encoding agnostic | 00:00 |
---|---|---|
clarkb | and will throw exceptions if you can't go in one direction | 00:00 |
fungi | yep. python's unicode string encode/decode is great for that | 00:00 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Convert failed_job into an object https://review.openstack.org/70537 | 00:00 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Map failed jobs to bugs in gerrit comment https://review.openstack.org/71148 | 00:00 |
jog0 | sdague: ^ | 00:02 |
jog0 | also sdague how is korea | 00:02 |
*** changbl has quit IRC | 00:02 | |
sdague | good, about to come home | 00:03 |
jog0 | sdague: that was quick | 00:04 |
*** amcrn has quit IRC | 00:04 | |
*** harlowja is now known as harlowja_away | 00:04 | |
sdague | yeh, I've been traveling enough, I kind of wanted to just be home when I could | 00:05 |
clarkb | fungi: jeblair: https://review.openstack.org/#/c/66939/ you both reviewed that and gave it +2's, any chance you can check my -1 comment and see if it is sane | 00:05 |
sdague | also, better to extend a stay when the weather is nicer | 00:05 |
jog0 | whats the weather there? | 00:05 |
clarkb | though NY weather isn't so great either :P | 00:05 |
jog0 | its raining here | 00:06 |
sdague | clarkb: it's the same weather | 00:06 |
fungi | clarkb: well, for starters, it depends on an abandoned patch | 00:06 |
*** oubiwann_ has quit IRC | 00:06 | |
sdague | except we have a bunch of snow in NY now apparently | 00:06 |
*** cody-somerville has joined #openstack-infra | 00:06 | |
*** cody-somerville has quit IRC | 00:06 | |
*** cody-somerville has joined #openstack-infra | 00:06 | |
sdague | which my wife is going to be unforgiving of, as she spent 5 hrs shoveling out our driveway.... | 00:06 |
sdague | jog0: did you have any further comments on - https://review.openstack.org/#/c/63769/ ? | 00:07 |
jog0 | sdague: *shrug* haven't reviewed it in some time | 00:09 |
jog0 | so notright now | 00:09 |
jog0 | 5 hours ouch | 00:09 |
*** amcrn has joined #openstack-infra | 00:11 | |
*** mriedem has quit IRC | 00:11 | |
*** dstufft|laptop has joined #openstack-infra | 00:11 | |
sdague | yeh, I think a snow thrower might be in our future | 00:12 |
jog0 | that means next year will be a mild winter | 00:12 |
jeblair | clarkb: removed my +2 | 00:12 |
StevenK | sdague: Snow thrower? | 00:12 |
*** dstufft|laptop is now known as dstufft|airplane | 00:12 | |
clarkb | sdague: is that like a ground tiller built for snow? | 00:13 |
StevenK | All these things I don't know about due to living in a country with summer and lack-of-summer, rather than winter and lack-of-winter | 00:13 |
sdague | http://www.amazon.com/Snow-Throwers-Removal/b?ie=UTF8&node=3043481 | 00:13 |
sdague | clarkb: yeh, basically | 00:14 |
jeblair | sdague: we had one in MA; was great. | 00:14 |
sdague | yeh, our neihbors have them | 00:14 |
jog0 | sdague: http://www.heateddriveway.com/site/page | 00:14 |
sdague | honestly, I mostly was ok with shoveling, even if it takes time | 00:14 |
clarkb | jog0: the green bay packers have a heated field | 00:14 |
sdague | good exercise | 00:14 |
clarkb | but one time it broke and everything refroze udner the tarp | 00:14 |
clarkb | and now we call the game played on that turf the "ice bowl" | 00:15 |
*** harlowja_away is now known as harlowja | 00:15 | |
sdague | ok, boarding shortly. Catch you all later. | 00:16 |
jeblair | sdague: heh, sometimes if your neighbors have one, that sort of necessitates you having one, depending on proximity of the driveway and how conscientous they are about aiming the nozzle. :) | 00:16 |
jeblair | sdague: have a good flight | 00:16 |
jog0 | clarkb: whoa nice | 00:16 |
clarkb | jog0: one person died in the stands due to exposure | 00:16 |
jog0 | ouch | 00:17 |
*** freyes has joined #openstack-infra | 00:18 | |
*** mrodden has quit IRC | 00:18 | |
*** matsuhashi has joined #openstack-infra | 00:19 | |
zaro | clarkb: you think this will work to detect bad chars in utf8 tables? http://stackoverflow.com/a/6112241 | 00:20 |
clarkb | zaro: no that will just show you where there are multibyte chars | 00:21 |
clarkb | not all multibyte chars are bad | 00:21 |
*** enikanorov_ has joined #openstack-infra | 00:21 | |
clarkb | zaro: I think it may be better to run the strings through a simple python program that reads in from the old format, converts to utf-8 and logs any exceptions thrown | 00:21 |
clarkb | then you will know exactly which strings can't be converted cleanly | 00:21 |
*** enikanorov has quit IRC | 00:23 | |
*** atiwari has quit IRC | 00:23 | |
*** mrda is now known as mrda_away | 00:23 | |
*** dangers is now known as dangers_away | 00:25 | |
wenlock | question on manage-projects yaml configuration, is there a way to specify an ssh key to use for the upstream? | 00:25 |
*** flaper87 is now known as flaper87|afk | 00:27 | |
*** ok_delta has joined #openstack-infra | 00:27 | |
clarkb | wenlock: /me looks but why not make it not ssh? | 00:28 |
clarkb | pretty sure it doesn't know how to do any special auth | 00:28 |
wenlock | clarkb: ok.. yeah, was looking through it... was hoping maybe some magic in get_options but wanted to confirm.... so basically if the upstream is not public, you can't pull it right? | 00:29 |
wenlock | im just trying to deal with a little migration madness | 00:29 |
*** CaptTofu has quit IRC | 00:29 | |
wenlock | thinking about best way to do it, was hoping maybe manage-projects helps | 00:29 |
*** CaptTofu has joined #openstack-infra | 00:30 | |
*** gokrokve has quit IRC | 00:30 | |
clarkb | wenlock: it just uses git commands with the remote as provided | 00:30 |
wenlock | if im able to get the repo manually somewhere on the file system, will manage-projects pick it up? or maybe even use something like a file://url | 00:30 |
clarkb | if you give that user a default key without a passphrase that has access it should work | 00:30 |
fungi | will git use ssh urls like ssh://username:password@host/repo? | 00:30 |
clarkb | or you could extend the handling of upstream to use GIT_SSH and configure it that way if the upstream is an ssh remote | 00:30 |
clarkb | fungi: maybe? | 00:31 |
clarkb | wenlock: yes it literally sets a git remote with the uri | 00:31 |
clarkb | so anything git can talk to should work | 00:31 |
wenlock | ok, i might try that and see if file://someshare works | 00:32 |
*** wenlock has quit IRC | 00:33 | |
*** CaptTofu has quit IRC | 00:34 | |
clarkb | gah wenlock left | 00:34 |
clarkb | I had questions about a change | 00:34 |
* fungi still doesn't understand people who just disappear from irc | 00:34 | |
clarkb | AaronGr: https://review.openstack.org/#/c/66072/3/manifests/site.pp a bunch of sysadmins replacements were not made, is that intentional? | 00:37 |
openstackgerrit | Joshua Harlow proposed a change to openstack/requirements: Taskflow 0.1.3 was released https://review.openstack.org/71699 | 00:40 |
*** cadenzajon has quit IRC | 00:41 | |
*** sarob has joined #openstack-infra | 00:41 | |
*** CaptTofu has joined #openstack-infra | 00:41 | |
AaronGr | clarkb: not sure why i didn't do the others. | 00:41 |
*** thuc has quit IRC | 00:42 | |
clarkb | AaronGr: I assume those should be updated too for consistency? I will leave a comment | 00:43 |
*** thuc has joined #openstack-infra | 00:43 | |
AaronGr | no problem. i will adjust and resubmit. | 00:43 |
clarkb | thanks | 00:44 |
*** thuc_ has joined #openstack-infra | 00:45 | |
*** sarob has quit IRC | 00:46 | |
*** thuc has quit IRC | 00:47 | |
*** lcheng_ has joined #openstack-infra | 00:47 | |
AaronGr | clarkb: looks like it's too old, can't rebase. | 00:48 |
openstackgerrit | Joshua Harlow proposed a change to openstack/requirements: Taskflow 0.1.3 was released https://review.openstack.org/71699 | 00:48 |
*** UtahDave has quit IRC | 00:49 | |
clarkb | AaronGr: should be able to resolve the conflicts | 00:49 |
openstackgerrit | Aaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables https://review.openstack.org/66072 | 00:51 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Revert "Temporarily stop running tripleo seed/undercloud" https://review.openstack.org/71700 | 00:51 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider" https://review.openstack.org/71684 | 00:51 |
AaronGr | clarkb: you're right, end of day, head wasn't working right, thanks. | 00:51 |
*** sarob has joined #openstack-infra | 00:51 | |
fungi | end of day is beginning of night! | 00:51 |
fungi | (the cycle of all things) | 00:51 |
clarkb | fungi: https://review.openstack.org/#/c/70685/ I feel slightly crazy for the suggestion there, but the 127/8 address overloading is somethign our testers should be much more aware of | 00:55 |
clarkb | markwash: btw ^ I think that will help fix some of the non deterministic glance tests if they havne't already been fixed | 00:55 |
*** sarob has quit IRC | 00:56 | |
clarkb | we don't have to worry about ports because we have a much larger supply of addresses | 00:56 |
markwash | ugh I'm just disgusted with myself that glance causes this problem :-( | 00:57 |
fungi | clarkb: i've been hesitant to suggest that because there's no ipv6 equivalent (it has only one loopback address rather than a whole network) | 00:57 |
*** virmitio has quit IRC | 00:57 | |
markwash | it should be possible to just create unnamed pipes and run with that | 00:57 |
clarkb | fungi: is that a problem? | 00:57 |
markwash | but thanks for accomodating our behavior! | 00:57 |
clarkb | markwash: well glance doesn't cause it in the test above | 00:57 |
fungi | clarkb: i just mean in general. for this particular case it's probably fine | 00:57 |
clarkb | glance's functional unittests internally have the same issues though | 00:57 |
clarkb | where the tests try to guess an available port then fail | 00:58 |
clarkb | fungi: also any idea why ipv6 didn't give us a /24 for this sort of thing? its not like ipv6 is hurting for addresses | 00:58 |
fungi | is binding on port 0 and then querying the socket object for its actual port number not viable? | 00:58 |
*** yamahata has joined #openstack-infra | 00:59 | |
*** markwash_ has joined #openstack-infra | 00:59 | |
clarkb | fungi: nope, because how do you hand that off to gerrit | 00:59 |
clarkb | glance could deal with it that way with some internal logic on what to do with open file descriptors afte rbeing exec'd | 00:59 |
clarkb | but I wouldn't count on gerrit being so smart | 00:59 |
fungi | ahh, i didn't look at which review you were talking about and thought you meant glance tests | 00:59 |
*** freyes has quit IRC | 01:00 | |
clarkb | er /120 for ipv6 | 01:01 |
clarkb | or whatever, >/128 please | 01:01 |
fungi | might have to take a modulus of the pid... i think linux uses a 32-bit int for it | 01:01 |
lifeless | so THAT is why systemd | 01:02 |
*** lcheng_ has quit IRC | 01:02 | |
lifeless | avoid running out of pids | 01:02 |
*** markwash has quit IRC | 01:02 | |
*** markwash_ is now known as markwash | 01:02 | |
fungi | systemd for moar pids! | 01:02 |
fungi | or something | 01:02 |
fungi | keep calm and iterate | 01:02 |
clarkb | fungi: the defautls are usualy much smaller than that | 01:02 |
clarkb | 32 or 65k iirc | 01:02 |
*** sarob has joined #openstack-infra | 01:02 | |
clarkb | anyways, trying to find open ports to set in gerrit confs is insane | 01:03 |
zaro | fungi: ETA for the review.o.o db dump? | 01:03 |
clarkb | we should overload addresses instead | 01:03 |
fungi | zaro: i'll send it over now--just a sec | 01:03 |
clarkb | lifeless: how does systemd fix running out of pids? pid table is in the kernel I thought | 01:03 |
lifeless | clarkb: less processes | 01:04 |
lifeless | clarkb: also, it was a troll | 01:04 |
lifeless | clarkb: with just enough validity to be amusing | 01:04 |
fungi | clarkb: yeah, i think it's fine to map to loopback addresses in this case | 01:04 |
*** ryanpetrello has quit IRC | 01:05 | |
clarkb | fungi: the modulo of the pid in the port search is part of the problem, so just double checking we don't have to do that with the /8 address space | 01:05 |
clarkb | is that something hiding in /proc? | 01:06 |
fungi | clarkb: yeah, i guess pids aren't going to exceed 2^24 so should be fine | 01:06 |
fungi | zaro: it's now at review-dev:~fungi/production-gerrit.sql.gz | 01:08 |
clarkb | fungi: ya my pidmax is 23k | 01:08 |
clarkb | *32k | 01:08 |
*** sarob has quit IRC | 01:08 | |
clarkb | it hides in /proc/sys/kernel/pid_max if we want to be extra careful the tests can check that value | 01:08 |
fungi | clarkb: so 2^15... plenty of room | 01:08 |
*** mrodden has joined #openstack-infra | 01:09 | |
*** mrodden1 has joined #openstack-infra | 01:12 | |
*** ryanpetrello has joined #openstack-infra | 01:12 | |
*** melwitt has quit IRC | 01:12 | |
*** mrodden has quit IRC | 01:14 | |
*** sandywalsh has quit IRC | 01:14 | |
clarkb | http://tools.ietf.org/html/draft-smith-v6ops-larger-ipv6-loopback-prefix-04 woot I am not crazy | 01:15 |
*** enikanorov_ has quit IRC | 01:17 | |
*** enikanorov has joined #openstack-infra | 01:17 | |
*** thuc_ has quit IRC | 01:19 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Convert failed_job into an object https://review.openstack.org/70537 | 01:20 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Map failed jobs to bugs in gerrit comment https://review.openstack.org/71148 | 01:20 |
*** thuc has joined #openstack-infra | 01:20 | |
*** oubiwann_ has joined #openstack-infra | 01:21 | |
*** thuc has quit IRC | 01:24 | |
*** nosnos has joined #openstack-infra | 01:28 | |
*** smurugesan has quit IRC | 01:29 | |
*** ken1ohmichi has quit IRC | 01:33 | |
*** dstufft|airplane has quit IRC | 01:33 | |
*** mrda_away is now known as mrda | 01:33 | |
*** thuc has joined #openstack-infra | 01:38 | |
*** malini_afk is now known as malini | 01:39 | |
*** dims has quit IRC | 01:39 | |
*** sarob has joined #openstack-infra | 01:39 | |
*** dims has joined #openstack-infra | 01:40 | |
*** igor__ has joined #openstack-infra | 01:42 | |
*** igor has quit IRC | 01:42 | |
clarkb | granted that draft seems to have gone nowhere | 01:44 |
*** nati_ueno has quit IRC | 01:44 | |
clarkb | fungi: if we really really want better ipv6 testing we can add addresses to the lo interface for ipv6 | 01:44 |
*** nati_ueno has joined #openstack-infra | 01:45 | |
fungi | true! | 01:45 |
clarkb | apparently you have to add them individually, so probably want to have nodepool add like 16 if we go that route | 01:45 |
clarkb | or run the test on nodes that allow root and let the tests themselves deal with it | 01:45 |
fungi | we can in theory pick any nonglobal network and bind addresses from it to lo | 01:46 |
clarkb | yup | 01:46 |
clarkb | which is why the draft above died | 01:46 |
clarkb | I like the idea of automagic though | 01:46 |
fungi | with the addition of single-use nodes, i think it might eventually make sense to allow all jobs to define whether sudo is allowed and take some action to either limit or allow it as desired by the config | 01:47 |
clarkb | fungi: hrm | 01:47 |
fungi | rather than artificially constraining it by node type | 01:47 |
*** nati_uen_ has joined #openstack-infra | 01:48 | |
clarkb | I wonder if the people writing code would take advantage of that in bad ways | 01:48 |
*** sarob_ has joined #openstack-infra | 01:48 | |
fungi | though in general i agree jobs should aggressively prefer a sudoless implementation because that makes them more runnable outside of upstream ci | 01:48 |
*** bknudson has joined #openstack-infra | 01:49 | |
clarkb | yup which is a problem with my ipv6 just add addresses idea | 01:49 |
clarkb | I don't think that was properly captured in the draft above | 01:49 |
*** sarob has quit IRC | 01:49 | |
clarkb | the handyness of ipv4 loopback is it is the same everywhere. no special bit flipping required | 01:49 |
*** nati_ueno has quit IRC | 01:51 | |
StevenK | clarkb: So is IPv6 loopback? | 01:51 |
clarkb | StevenK: it is only one address | 01:52 |
*** Hefeweizen has joined #openstack-infra | 01:52 | |
clarkb | they went and made every atom on the surface of this planet addressable and gave us one loopback address | 01:52 |
StevenK | Haha, indeed | 01:53 |
clarkb | StevenK: turns out you have more ipv4 loopback addresses than ports available. so multiplexing services for testing is easier across addresses than ports | 01:54 |
*** thuc_ has joined #openstack-infra | 01:54 | |
*** morganfainberg is now known as morganfainberg_Z | 01:54 | |
StevenK | Hah, yes. | 01:55 |
StevenK | clarkb: It's a good point as to why IPv4 loopback is a /8, and IPv6 loopback is a /128 | 01:57 |
*** thuc has quit IRC | 01:58 | |
*** thuc_ has quit IRC | 01:58 | |
*** alexpilotti has quit IRC | 02:05 | |
*** mriedem has joined #openstack-infra | 02:06 | |
*** dstanek_afk is now known as dstanek | 02:07 | |
*** emagana has quit IRC | 02:13 | |
*** yamahata has quit IRC | 02:14 | |
*** jasondotstar has quit IRC | 02:15 | |
fungi | zomg, i think i'm almost caught back up on e-mail | 02:17 |
*** gokrokve has joined #openstack-infra | 02:17 | |
* pleia2 sends fungi an email, congratulating him | 02:17 | |
* fungi sends pleia2 a gift basket full of unread debian-devel posts | 02:18 | |
lifeless | 'gift' | 02:19 |
*** jasondotstar has joined #openstack-infra | 02:19 | |
*** sarob_ has quit IRC | 02:19 | |
pleia2 | fungi: oh good, I'll put these with the others! | 02:19 |
*** pcrews has quit IRC | 02:19 | |
*** sarob has joined #openstack-infra | 02:19 | |
clarkb | being sick has been horrible for my email backlog | 02:20 |
clarkb | much harder to multitask, I got some reviews done though | 02:20 |
pleia2 | no more going outside for you (hope you feel better) | 02:20 |
fungi | glad i got the memo that in a couple debian releases, i might need to start installing rename rather than just expecting it to be there | 02:20 |
* fungi could have been in for a very brief but mildly unpleasant surprise in 3-5 years | 02:21 | |
clarkb | mikal: how often does your review counter thing update? | 02:21 |
*** sarob has quit IRC | 02:24 | |
*** yamahata has joined #openstack-infra | 02:27 | |
*** ewindisch has joined #openstack-infra | 02:28 | |
*** sarob has joined #openstack-infra | 02:28 | |
*** primemin1sterp has joined #openstack-infra | 02:28 | |
*** sarob has joined #openstack-infra | 02:28 | |
*** primeministerp has quit IRC | 02:31 | |
*** yamahata has quit IRC | 02:32 | |
mriedem | omfg, i just updated my internal jenkins from 1.514 to 1.549 | 02:36 |
mriedem | what a thrill | 02:36 |
dims | mriedem, jenkins is usually trouble-free :) | 02:39 |
clarkb | dims: lol | 02:39 |
mriedem | dims: it's the plugins i've had problems with on updates | 02:39 |
*** amcrn has quit IRC | 02:39 | |
dims | right | 02:39 |
clarkb | we have the opposite problem | 02:39 |
clarkb | api changes and no testing of core functionality leads to sad times | 02:39 |
mriedem | i've only ever had a bad plugin update crash my restart | 02:39 |
mriedem | that is sad | 02:39 |
mriedem | is the latest git plugin any good? | 02:40 |
mriedem | i think i'm a ways behind on that | 02:40 |
clarkb | we dont use it | 02:40 |
mriedem | orly | 02:40 |
mriedem | well, jenkins job config history update is a safe bet | 02:41 |
mriedem | saved me weeks of problems when transitioning this job | 02:41 |
mriedem | "what did you do? everything is broken!" "umm, i didn't do anything..." (me checks jenkins job config history) "you didn't huh? what about THIS!!!" | 02:42 |
*** slong_ has quit IRC | 02:43 | |
fungi | the lack of api stability was always amusing in a "but it's a testing platform--what do you mean they don't test this before releasing?" sort of way | 02:43 |
*** ewindisch has quit IRC | 02:44 | |
mriedem | didn't that happen with virtualenv recently? | 02:44 |
clarkb | tox and pip | 02:44 |
mriedem | they didn't test like the 95% use case that everyone uses it for | 02:44 |
mriedem | yeah | 02:44 |
mriedem | that's what it was | 02:44 |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 02:44 |
clarkb | hrm I suppose we do have jenkins job config history, is that provided by the git plugin? | 02:45 |
clarkb | we also use JJB | 02:45 |
*** nati_uen_ has quit IRC | 02:46 | |
mriedem | clarkb: no, jenkins job config history and git plugin are different | 02:46 |
mriedem | i'm always surprised when i'm thinking to myself after some terrible situation "you know what would be nice? a jenkins plugin that does x" .... google .... bam! | 02:47 |
mriedem | that's how i ran across the jenkins multi-master stuff | 02:47 |
clarkb | you mean gearman plugin :P | 02:48 |
mriedem | yeah | 02:49 |
mriedem | german | 02:49 |
lifeless | fungi: thats what incubators for right? Don't need to care... :/ | 02:49 |
mriedem | i always think 'german' in my head | 02:49 |
fungi | lifeless: too true | 02:50 |
mriedem | we actually have a spare box just sitting in the lab, i should get familiar with gearman | 02:50 |
* fungi would benefit from a fine gearman bier right about now | 02:51 | |
*** smurugesan has joined #openstack-infra | 02:55 | |
* dims will gladly provide everyone a round of bier in Atlanta | 02:56 | |
* jog0 is about to have a fine california beer -- an old rasputin | 02:56 | |
dims | hey jog0 | 02:57 |
*** ryanpetrello has quit IRC | 02:58 | |
jog0 | dims: o/ | 02:58 |
*** ladquin has quit IRC | 02:59 | |
jog0 | dims: got a fun oslo blueprint up | 03:02 |
jog0 | https://review.openstack.org/#/c/71680/ | 03:02 |
*** markwash has quit IRC | 03:03 | |
jog0 | clarkb fungi: so I think something is ong with the e-r but | 03:03 |
jog0 | bot | 03:03 |
jog0 | it has been silent on IRC and I am able to run it locally | 03:03 |
jog0 | and get comments | 03:03 |
jog0 | and its not reporting on gerrit either | 03:04 |
clarkb | we call it a disconnect :) | 03:04 |
jog0 | clarkb: so I didn't break it? | 03:04 |
clarkb | ping timeout according to my client | 03:04 |
clarkb | well maybe you did, not sure why it unpung | 03:05 |
jog0 | clarkb: cool thanks for checking on it | 03:05 |
jog0 | :/ | 03:05 |
jog0 | it got restarted because we merged a patch | 03:05 |
jog0 | hmm but then it worked for a little bit | 03:05 |
jog0 | its still possible I broke it | 03:06 |
clarkb | 70537 and 71148 are the two changes that should've been applied then | 03:06 |
*** gokrokve has quit IRC | 03:06 | |
*** dkranz has joined #openstack-infra | 03:06 | |
clarkb | not sure why there were two restarts | 03:06 |
fungi | dims: i welcome that! atlanta actually has an okay proliferation of local breweries finally too | 03:06 |
fungi | jog0: i do quite like that old rasputin ale | 03:06 |
clarkb | I suppose my clock could be skewed enough from the puppet master to make a difference | 03:07 |
*** fandi has joined #openstack-infra | 03:07 | |
* jog0 goes to eat dinner | 03:07 | |
clarkb | I've put away my laptop otherwise I would go look at logs | 03:07 |
fungi | jog0: the imperial stout i suppose | 03:08 |
*** markmcclain has joined #openstack-infra | 03:10 | |
dims | fungi, cool | 03:10 |
*** CaptTofu has quit IRC | 03:11 | |
openstackgerrit | Masayuki Igawa proposed a change to openstack-infra/elastic-recheck: Add query for bug 1277027 https://review.openstack.org/71726 | 03:11 |
uvirtbot | Launchpad bug 1277027 in tempest "test_admin_delete_servers_of_others failure due to unexpected task state" [Undecided,New] https://launchpad.net/bugs/1277027 | 03:11 |
nibalizer | AaronGr: hi | 03:13 |
*** dcramer_ has joined #openstack-infra | 03:13 | |
nibalizer | im spencer krum on freenode | 03:13 |
nibalizer | go go fix the puppet :) | 03:13 |
AaronGr | hi nibalizer | 03:13 |
fungi | nibalizer: welcome back! | 03:14 |
nibalizer | wooo | 03:14 |
nibalizer | went to openstack meetup wednesday | 03:14 |
nibalizer | got excited | 03:14 |
nibalizer | also realiezd i had openstack bag and hoodie, should probably contribute | 03:14 |
nibalizer | fungi: ty | 03:14 |
fungi | don't drink the cool-aid | 03:14 |
*** shivh has quit IRC | 03:16 | |
nibalizer | AaronGr: so tell me your plans for hiera and the openstack puppets | 03:18 |
*** primemin1sterp has quit IRC | 03:20 | |
*** alexpilotti has joined #openstack-infra | 03:25 | |
*** yamahata has joined #openstack-infra | 03:26 | |
*** slong has joined #openstack-infra | 03:28 | |
*** yamahata has quit IRC | 03:31 | |
mikal | clarkb: about every ten minutes. I think I need to rewrite it as a zuul plugin though, that would be real time | 03:32 |
*** gokrokve has joined #openstack-infra | 03:38 | |
*** dstufft|laptop has joined #openstack-infra | 03:39 | |
*** gokrokve_ has joined #openstack-infra | 03:40 | |
*** sarob has quit IRC | 03:40 | |
*** sarob has joined #openstack-infra | 03:41 | |
*** dstufft|laptop is now known as dstufft|airplane | 03:41 | |
*** gokrokve has quit IRC | 03:43 | |
*** gokrokve_ has quit IRC | 03:44 | |
*** sarob has quit IRC | 03:46 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 03:47 |
*** sarob has joined #openstack-infra | 03:47 | |
*** sarob has quit IRC | 03:49 | |
*** sarob has joined #openstack-infra | 03:49 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 03:51 |
*** malini is now known as malini_afk | 03:52 | |
*** yaguang has joined #openstack-infra | 03:52 | |
*** harlowja is now known as harlowja_away | 03:53 | |
openstackgerrit | Ken'ichi Ohmichi proposed a change to openstack/requirements: WSME: update to 0.6 https://review.openstack.org/71732 | 03:54 |
*** sarob has quit IRC | 03:54 | |
*** esker has joined #openstack-infra | 03:55 | |
*** esker has quit IRC | 03:55 | |
*** markmcclain1 has joined #openstack-infra | 03:57 | |
*** esker has joined #openstack-infra | 03:57 | |
*** markmcclain has quit IRC | 03:57 | |
*** esker has quit IRC | 03:58 | |
openstackgerrit | Masayuki Igawa proposed a change to openstack-infra/elastic-recheck: Add query for bug 1277027 https://review.openstack.org/71726 | 04:07 |
uvirtbot | Launchpad bug 1277027 in tempest "test_admin_delete_servers_of_others failure due to unexpected task state" [Undecided,New] https://launchpad.net/bugs/1277027 | 04:07 |
*** alexpilotti has quit IRC | 04:07 | |
*** radix has left #openstack-infra | 04:08 | |
*** esker has joined #openstack-infra | 04:12 | |
*** changbl has joined #openstack-infra | 04:13 | |
*** yamahata has joined #openstack-infra | 04:17 | |
*** dcramer_ has quit IRC | 04:18 | |
*** dstanek has quit IRC | 04:19 | |
*** dstanek has joined #openstack-infra | 04:19 | |
*** sarob has joined #openstack-infra | 04:21 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 04:22 |
*** bhuvan has joined #openstack-infra | 04:28 | |
*** dstufft|airplane has quit IRC | 04:30 | |
*** bhuvan has quit IRC | 04:33 | |
*** sarob has quit IRC | 04:34 | |
*** dcramer_ has joined #openstack-infra | 04:34 | |
*** sarob has joined #openstack-infra | 04:35 | |
*** ryanpetrello has joined #openstack-infra | 04:35 | |
*** talluri has joined #openstack-infra | 04:37 | |
*** esker has quit IRC | 04:37 | |
*** sarob has quit IRC | 04:39 | |
*** sarob has joined #openstack-infra | 04:39 | |
*** gokrokve has joined #openstack-infra | 04:39 | |
*** gokrokve_ has joined #openstack-infra | 04:41 | |
*** Ryan_Lane has quit IRC | 04:44 | |
*** gokrokve has quit IRC | 04:44 | |
*** thuc has joined #openstack-infra | 04:44 | |
*** esker has joined #openstack-infra | 04:45 | |
*** esker has quit IRC | 04:45 | |
*** UtahDave has joined #openstack-infra | 04:46 | |
*** thuc has quit IRC | 04:47 | |
*** thuc has joined #openstack-infra | 04:48 | |
*** dcramer_ has quit IRC | 04:48 | |
*** markmcclain1 has quit IRC | 04:50 | |
*** wenlock has joined #openstack-infra | 04:50 | |
*** markmcclain has joined #openstack-infra | 04:50 | |
*** thuc has quit IRC | 04:52 | |
*** 23LAA4WAK has joined #openstack-infra | 04:53 | |
*** 23LAA4WAK has quit IRC | 04:53 | |
*** markmcclain1 has joined #openstack-infra | 04:54 | |
*** markmcclain2 has joined #openstack-infra | 04:54 | |
*** markmcclain has quit IRC | 04:56 | |
openstackgerrit | Bill Maxwell proposed a change to openstack-infra/jenkins-job-builder: added logstash plugin support and fixed test typo https://review.openstack.org/70917 | 04:56 |
*** markmcclain1 has quit IRC | 04:59 | |
*** nicedice has quit IRC | 05:02 | |
*** nicedice has joined #openstack-infra | 05:02 | |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Adds second hiera data directory https://review.openstack.org/71739 | 05:03 |
*** amcrn has joined #openstack-infra | 05:04 | |
openstackgerrit | mark mcclain proposed a change to openstack-infra/config: add Neutron Isolated job to tempest gate https://review.openstack.org/71740 | 05:05 |
*** masayukig has quit IRC | 05:05 | |
markmcclain2 | clarkb: ^^ | 05:05 |
*** Ryan_Lane has joined #openstack-infra | 05:07 | |
*** saju_m has joined #openstack-infra | 05:08 | |
*** amcrn_ has joined #openstack-infra | 05:08 | |
clarkb | nibalizer: AaronGr can a hiera hierarchy like that work with wildcarded fqdns? | 05:09 |
clarkb | how does it work when you want all nodes of the form precise.*.slave.openstack.org to do a thing but not all precise nodes? | 05:09 |
*** markmcclain2 has quit IRC | 05:10 | |
*** amcrn has quit IRC | 05:11 | |
*** gokrokve_ has quit IRC | 05:11 | |
*** gokrokve has joined #openstack-infra | 05:11 | |
*** CaptTofu has joined #openstack-infra | 05:12 | |
*** gokrokve has quit IRC | 05:12 | |
*** gokrokve has joined #openstack-infra | 05:12 | |
AaronGr | clarkb: i'd tend to isolate something like that by %{::domain}, then by %{::nodetype} (though o.o doesn't have a nodetype fact yet) | 05:13 |
*** gokrokve has joined #openstack-infra | 05:13 | |
AaronGr | short answer, yeah, it's totally possible. | 05:13 |
*** sarob has quit IRC | 05:14 | |
*** dcramer_ has joined #openstack-infra | 05:14 | |
clarkb | AaronGr: great, just checking since we use fqdn for most nodes but the test slaves get globbed | 05:14 |
*** sarob has joined #openstack-infra | 05:14 | |
*** jcooley_ has quit IRC | 05:14 | |
*** jcooley_ has joined #openstack-infra | 05:15 | |
AaronGr | clarkb: i think we should write a facter variable for handling that (ie strips out numbers) then have a hiera path for those. boom, problem averted. | 05:15 |
AaronGr | (my 2c) | 05:15 |
clarkb | facter would provide something like realnodetype? | 05:16 |
clarkb | and determine that based on fqdn? | 05:16 |
clarkb | (note fqdn parsing is broken in facter so this may be fun) | 05:16 |
clarkb | I guess hostname should be sufficient which I think facter gets correct | 05:16 |
*** CaptTofu has quit IRC | 05:16 | |
AaronGr | yeah, i've got something like that in my library of code | 05:16 |
clarkb | apparently an fqdn is only valid if the domain is longer than '.' :( | 05:17 |
clarkb | according to facter | 05:17 |
*** gokrokve has joined #openstack-infra | 05:18 | |
*** sarob has quit IRC | 05:19 | |
*** paul-- has quit IRC | 05:19 | |
clarkb | AaronGr: what is the benefit to a custom type over globbing the certname or fqdn? | 05:20 |
openstackgerrit | Mat Lowery proposed a change to openstack-infra/config: Fix launchpadbug comment linking in Gerrit https://review.openstack.org/71743 | 05:23 |
*** UtahDave has quit IRC | 05:24 | |
AaronGr | clarkb: if there's another way to get the data? maybe none - just how i've used it. | 05:24 |
*** ryanpetrello has quit IRC | 05:24 | |
*** thomasbiege has quit IRC | 05:25 | |
clarkb | oh I see nodetype is the thing | 05:25 |
openstackgerrit | Bill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method https://review.openstack.org/70563 | 05:25 |
fungi | clarkb: compare /etc/hostname on rackspace and hpcloud servers if you haven't already. it's a fun exercise, and why i think local hostname parsing might pose some problems | 05:27 |
AaronGr | fungi: let me guess, some shortname, some longname? | 05:27 |
AaronGr | clarkb: http://paste.openstack.org/show/62970/ is how i've processed nodetypes -- rough, but functional | 05:28 |
fungi | wow, spot on | 05:28 |
lifeless | fungi: progress is being made | 05:28 |
lifeless | fungi: right now, am hitting keystone token db with a large stick | 05:28 |
fungi | lifeless: awesome! use the biggest stick you have handy | 05:28 |
lifeless | delete from token order by id limit 10000; | 05:28 |
lifeless | :P | 05:29 |
clarkb | fungi: yeah its fun, I ran into it with jclouds and rackspace | 05:29 |
openstackgerrit | Bill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method https://review.openstack.org/70563 | 05:29 |
fungi | i, however, must disappear for a late-night nap and resume this fun on the other end of the darkness | 05:29 |
clarkb | facter is wrong imo but my opinion was shot down on the bug tracker so meh | 05:29 |
clarkb | AaronGr: yup I *think* that should work | 05:30 |
clarkb | AaronGr: fqdn parsing may not, however neither may work before puppet runs :) | 05:30 |
lifeless | fungi: is clarkb able to reactivate the cloud for me? | 05:30 |
lifeless | fungi: or do you have some sort of lock ? | 05:30 |
clarkb | no, I am not on machines with keys | 05:31 |
openstackgerrit | Aaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables https://review.openstack.org/66072 | 05:31 |
lifeless | clarkb: ah | 05:31 |
fungi | lifeless: i have no lock, but cannot speak for clarkb's availability for such things | 05:31 |
clarkb | I am "playing" an ace attorney thing of the debian init system debate | 05:31 |
clarkb | it is good fun | 05:31 |
lifeless | fungi: what is the impact on nodepool of reenabling the ci-overclou ? | 05:31 |
clarkb | AaronGr: might want to experiment with hpcloud and rax VMs to make sure something of that nature will work as expected | 05:31 |
clarkb | AaronGr: its possible the facter fact will want to ask metadata server and whatever rax uses | 05:32 |
AaronGr | for hostname? | 05:32 |
fungi | basically those two reverts i posted should be enough, but someone will want to babysit nodepool to make sure it's happy before merging the second one | 05:32 |
clarkb | AaronGr: yes | 05:32 |
AaronGr | *boggles* | 05:33 |
lifeless | fungi: I did not see the reverts | 05:33 |
clarkb | AaronGr: yes its brain dead. let me find a line of code for you that tries to fix it | 05:33 |
lifeless | fungi: but, if you don't have time to do whatever babysitting is needed we should not reenable it right now | 05:33 |
clarkb | AaronGr: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/nodepool/scripts/prepare_node.sh#n23 | 05:33 |
clarkb | AaronGr: but I am pretty sure that isn't working correctly | 05:33 |
clarkb | AaronGr: tl;dr these cloud VMs come up in all kinds of wonky states. we get ext3 /, bad hostname settings, and so on | 05:34 |
fungi | lifeless: https://review.openstack.org/71700 and https://review.openstack.org/71684 | 05:34 |
openstackgerrit | Khai Do proposed a change to openstack-infra/config: fix installation of nodepool on jenkins-dev https://review.openstack.org/61321 | 05:34 |
lifeless | fungi: so my specific question was unclear. I meant to ask 'turning it bac on when the cloud is still down' | 05:34 |
fungi | lifeless: yeah, mainly if it can't connect for some reason, there's a chance nodepool may just stop getting new nodes from any provider. we saw a new form of that symptom when we restarted it while it couldn't reach the tripleo cloud a couple days ago | 05:35 |
lifeless | fungi: is there a bug filed? | 05:36 |
*** gyee has quit IRC | 05:36 | |
AaronGr | clarkb: gotcha. i definitely don't have a magic bullet for that. | 05:37 |
fungi | lifeless: not sure... clarkb did you capture the log details from when it had ceased registering nodes after the restart? i can try to dig it out of the logs tomorrow if what you saw never made it into a bug | 05:37 |
openstackgerrit | Aaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables https://review.openstack.org/66072 | 05:37 |
clarkb | fungi: I did not | 05:37 |
fungi | clarkb: okay, i'll make a note to file that one tomorrow | 05:37 |
clarkb | AaronGr: we might be able to get away with it if the nodepool scripts and the launch node script fixed it for us | 05:37 |
* clarkb wonders if nodepool just simply fails to pass an arg to the setup script | 05:38 | |
AaronGr | clarkb: indeed. | 05:38 |
* fungi goes to stare at the insides of his eyelids for a few hours | 05:38 | |
clarkb | AaronGr: yup that is the problem at least for nodepool | 05:39 |
clarkb | AaronGr: https://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/nodepool.py#n542 should pass the hostname | 05:39 |
*** mriedem has quit IRC | 05:41 | |
clarkb | AaronGr: https://git.openstack.org/cgit/openstack-infra/config/tree/launch/launch-node.py#n83 is a fun workaround. sometimes you don't get working ssh over ipv6 in rax, that ping6 checks and dumps the node if it fails | 05:41 |
*** nicedice has quit IRC | 05:41 | |
clarkb | AaronGr: https://git.openstack.org/cgit/openstack-infra/config/tree/launch/launch-node.py#n123 deal with hostname in that puppet side I think | 05:41 |
clarkb | AaronGr: we can probably replace that with a run of hostname too | 05:42 |
AaronGr | cool | 05:43 |
*** sarob has joined #openstack-infra | 05:45 | |
openstackgerrit | Mat Lowery proposed a change to openstack-infra/config: Disable list item bullets in CSS only for Jenkins https://review.openstack.org/71752 | 05:46 |
zaro | clarkb: nodepool-dev.o.o has been added, https://review.openstack.org/61321 | 05:46 |
clarkb | zaro: I think you misunderstood what I said earlier today | 05:47 |
AaronGr | time for snooze, night | 05:48 |
clarkb | before that change we had an openstack_project::nodepool.pp. after it we have a nodepool_host.pp and a nodepool_dev.pp | 05:48 |
openstackgerrit | Bill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method https://review.openstack.org/70563 | 05:48 |
clarkb | zaro: we shouldn't bother changing anything in nodepool.pp (keep it as is to address jeblair's comment), and add a nodepool_dev.pp | 05:48 |
*** gokrokve has joined #openstack-infra | 05:53 | |
zaro | so what's wrong with PS 7? | 05:53 |
clarkb | it changes nodepool.o.o and nodepool.pp | 05:54 |
clarkb | when I believe jeblair wants that to stay the same and just add what you need to make the nodepool_dev bits work | 05:54 |
clarkb | we don't need a nodepool_dev host, but we do need to copy pasta some bits | 05:54 |
zaro | i though what he said was to not split host and service? | 05:55 |
zaro | i removed the service, kept the host | 05:55 |
clarkb | right so the thing I am tripping up on is the rename of nodepool.pp | 05:56 |
clarkb | is that still necessary when we don't have everything split up? | 05:56 |
*** gokrokve has quit IRC | 05:58 | |
clarkb | maybe I am overthinking how we can avoid the name conflict by recoupling things | 05:58 |
clarkb | it is the name conflict that prompted the rename right? | 05:58 |
clarkb | and since we were using it in another place then scoping broke us? | 05:59 |
zaro | yes, that was the problem. | 05:59 |
clarkb | :/ scoping, in that case yes PS7 should be ok and I was mistaken | 06:00 |
zaro | ok. i will revert. | 06:00 |
*** julim has joined #openstack-infra | 06:01 | |
openstackgerrit | Khai Do proposed a change to openstack-infra/config: fix installation of nodepool on jenkins-dev https://review.openstack.org/61321 | 06:03 |
zaro | clarkb: ^ reverted to PS 7 | 06:04 |
zaro | clarkb: i noticed that jenkins.pp and jenkins-dev.pp are radically different. should jenkins-dev get updated? | 06:06 |
*** pcrews has joined #openstack-infra | 06:06 | |
clarkb | zaro: maybe? I would need to look at a diff | 06:06 |
*** sarob has quit IRC | 06:07 | |
zaro | clarkb: looks like jenkins.pp has management of plugins now? | 06:08 |
clarkb | ah, in that case yes we should add that into -dev too | 06:09 |
zaro | i'll do in subsequent change. | 06:11 |
zaro | clarkb: is the jjb portion to replicate the same jobs on all masters? | 06:12 |
*** sarob has joined #openstack-infra | 06:14 | |
clarkb | yes | 06:16 |
clarkb | all masters have the same jobs | 06:16 |
clarkb | then the slaves attached to them actually determine which jobs can run | 06:16 |
*** mrda is now known as mrda_away | 06:17 | |
openstackgerrit | Shane Wang proposed a change to openstack-infra/devstack-gate: Fix misspellings in devstack gate https://review.openstack.org/71759 | 06:18 |
*** saju_m has quit IRC | 06:18 | |
*** pcrews has quit IRC | 06:18 | |
openstackgerrit | Shane Wang proposed a change to openstack-infra/gitdm: Fix misspellings in gitdm https://review.openstack.org/71760 | 06:21 |
*** sarob has quit IRC | 06:25 | |
*** denis_makogon has joined #openstack-infra | 06:25 | |
*** sarob has joined #openstack-infra | 06:25 | |
*** DinaBelova_ is now known as DinaBelova | 06:26 | |
openstackgerrit | Shane Wang proposed a change to openstack-infra/jeepyb: Fix misspellings in jeepyb https://review.openstack.org/71763 | 06:26 |
clarkb | I guess ^ is a thing now? | 06:29 |
openstackgerrit | Shane Wang proposed a change to openstack-infra/jenkins-job-builder: Fix misspellings in jenkins-job-builder https://review.openstack.org/71764 | 06:29 |
*** sarob has quit IRC | 06:30 | |
*** qs201 has joined #openstack-infra | 06:32 | |
*** qs201 has quit IRC | 06:34 | |
*** cadenzajon has joined #openstack-infra | 06:37 | |
*** jasondotstar has quit IRC | 06:38 | |
*** gokrokve has joined #openstack-infra | 06:39 | |
*** amotoki has joined #openstack-infra | 06:40 | |
*** smurugesan has quit IRC | 06:41 | |
*** cadenzajon has quit IRC | 06:41 | |
*** gokrokve has quit IRC | 06:44 | |
*** julim has quit IRC | 06:49 | |
*** bhuvan has joined #openstack-infra | 06:52 | |
*** sarob has joined #openstack-infra | 07:00 | |
*** sarob has quit IRC | 07:01 | |
*** sarob has joined #openstack-infra | 07:01 | |
*** oubiwann_ has quit IRC | 07:04 | |
*** jcooley_ has quit IRC | 07:05 | |
*** matsuhashi has quit IRC | 07:05 | |
*** sarob has quit IRC | 07:06 | |
*** jcooley_ has joined #openstack-infra | 07:06 | |
*** oubiwann_ has joined #openstack-infra | 07:07 | |
*** jcooley_ has quit IRC | 07:08 | |
*** oubiwann_ has quit IRC | 07:11 | |
*** CaptTofu has joined #openstack-infra | 07:13 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:13 | |
*** lcheng_ has joined #openstack-infra | 07:14 | |
*** CaptTofu has quit IRC | 07:18 | |
*** dkranz has quit IRC | 07:18 | |
*** dkranz has joined #openstack-infra | 07:18 | |
*** markwash has joined #openstack-infra | 07:20 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 07:20 | |
*** paul-- has joined #openstack-infra | 07:20 | |
*** matsuhashi has joined #openstack-infra | 07:21 | |
*** dstanek has quit IRC | 07:23 | |
*** DeeJay1 has joined #openstack-infra | 07:24 | |
*** paul-- has quit IRC | 07:25 | |
*** dstufft_ has joined #openstack-infra | 07:29 | |
*** amcrn_ is now known as amcrn | 07:30 | |
*** dstufft has quit IRC | 07:32 | |
*** saju_m has joined #openstack-infra | 07:32 | |
*** jcooley_ has joined #openstack-infra | 07:34 | |
*** yolanda has joined #openstack-infra | 07:34 | |
*** paul-- has joined #openstack-infra | 07:34 | |
*** gokrokve has joined #openstack-infra | 07:39 | |
*** jhesketh__ has quit IRC | 07:40 | |
*** markwash has quit IRC | 07:40 | |
*** AlexF has joined #openstack-infra | 07:41 | |
*** gokrokve has quit IRC | 07:44 | |
*** DinaBelova is now known as DinaBelova_ | 07:44 | |
*** VijayT has quit IRC | 07:46 | |
*** markwash has joined #openstack-infra | 07:47 | |
*** dstufft_ is now known as dstufft | 07:50 | |
*** nosnos_ has joined #openstack-infra | 07:51 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:52 | |
*** paul-- has quit IRC | 07:54 | |
*** nosnos has quit IRC | 07:54 | |
*** wenlock has quit IRC | 07:55 | |
*** afazekas_ has joined #openstack-infra | 07:56 | |
*** johnthetubaguy has joined #openstack-infra | 08:01 | |
*** johnthetubaguy has quit IRC | 08:03 | |
*** johnthetubaguy has joined #openstack-infra | 08:03 | |
*** denis_makogon has quit IRC | 08:04 | |
*** smurugesan has joined #openstack-infra | 08:06 | |
*** rlandy has joined #openstack-infra | 08:08 | |
*** smurugesan has quit IRC | 08:10 | |
*** matsuhashi has quit IRC | 08:10 | |
*** sarob has joined #openstack-infra | 08:12 | |
*** johnthetubaguy has quit IRC | 08:12 | |
*** afazekas_ has quit IRC | 08:13 | |
*** Ryan_Lane has quit IRC | 08:14 | |
*** sarob has quit IRC | 08:17 | |
*** reed has joined #openstack-infra | 08:20 | |
*** posito has joined #openstack-infra | 08:22 | |
*** lcheng_ has quit IRC | 08:23 | |
*** paul-- has joined #openstack-infra | 08:24 | |
*** paul-- has quit IRC | 08:29 | |
*** flaper87|afk is now known as flaper87 | 08:29 | |
*** gokrokve has joined #openstack-infra | 08:39 | |
*** paul-- has joined #openstack-infra | 08:41 | |
*** gokrokve has quit IRC | 08:44 | |
*** paul-- has quit IRC | 08:45 | |
*** slong has quit IRC | 08:47 | |
*** cody-somerville has quit IRC | 08:52 | |
*** lcheng_ has joined #openstack-infra | 08:53 | |
ttx | haha. | 08:55 |
ttx | targeted spam: "As part of the release management team for OpenStack, you no doubt depend on MS Project to schedule the ridiculous number of moving parts involved in a typical release. As release managers ourselves, we understand the challenges you face, and the shortcomings of general-purpose tools. That is why we developed X..." | 08:56 |
*** DinaBelova_ is now known as DinaBelova | 08:57 | |
*** yassine has joined #openstack-infra | 08:58 | |
*** jpich has joined #openstack-infra | 09:00 | |
*** AlexF has quit IRC | 09:02 | |
*** markmc has joined #openstack-infra | 09:04 | |
*** fbo_away is now known as fbo | 09:05 | |
*** sarob has joined #openstack-infra | 09:07 | |
*** Ryan_Lane has joined #openstack-infra | 09:07 | |
*** DinaBelova is now known as DinaBelova_ | 09:09 | |
*** posito has quit IRC | 09:11 | |
*** sarob has quit IRC | 09:11 | |
*** CaptTofu has joined #openstack-infra | 09:14 | |
openstackgerrit | Sascha Peilicke proposed a change to openstack/requirements: Add pbr to projects.txt https://review.openstack.org/71834 | 09:14 |
openstackgerrit | Sascha Peilicke proposed a change to openstack/requirements: Add pbr to projects.txt https://review.openstack.org/71834 | 09:15 |
*** marun has quit IRC | 09:16 | |
*** Ryan_Lane has quit IRC | 09:17 | |
*** CaptTofu has quit IRC | 09:18 | |
*** derekh has joined #openstack-infra | 09:22 | |
*** bhuvan has quit IRC | 09:22 | |
*** yolanda has quit IRC | 09:26 | |
*** yolanda has joined #openstack-infra | 09:26 | |
*** DinaBelova_ is now known as DinaBelova | 09:27 | |
saschpe_ | mordred: hi, I'd like to pick up the wheel-building discussion again (and maybe see where I can help) | 09:29 |
*** dizquierdo has joined #openstack-infra | 09:29 | |
*** jooools has joined #openstack-infra | 09:31 | |
*** lcheng_ has quit IRC | 09:32 | |
mordred | saschpe_: woot! we want to do it | 09:34 |
mordred | there is an almost finished change | 09:35 |
saschpe_ | nice, where? | 09:35 |
mordred | saschpe_: https://review.openstack.org/#/c/56760/ | 09:36 |
mordred | ttx: NICE | 09:37 |
* saschpe_ goes and has a look | 09:37 | |
ttx | reinventing the wheel | 09:38 |
*** cody-somerville has joined #openstack-infra | 09:40 | |
openstackgerrit | Lukas Bednar proposed a change to openstack-infra/jenkins-job-builder: scms: MultiSCM is generated for scms hidden in macro https://review.openstack.org/69827 | 09:42 |
*** nosnos_ has quit IRC | 09:43 | |
*** max_lobur_afk is now known as max_lobur | 09:46 | |
*** bhuvan has joined #openstack-infra | 09:51 | |
*** Ryan_Lane has joined #openstack-infra | 09:54 | |
*** saju_m has quit IRC | 09:58 | |
*** Ryan_Lane has quit IRC | 09:59 | |
*** marun has joined #openstack-infra | 09:59 | |
*** jasondotstar has joined #openstack-infra | 10:00 | |
*** yamahata has quit IRC | 10:02 | |
*** sarob has joined #openstack-infra | 10:08 | |
*** thomasbiege has joined #openstack-infra | 10:08 | |
*** sarob has quit IRC | 10:14 | |
*** rossella_s has joined #openstack-infra | 10:16 | |
*** sarob has joined #openstack-infra | 10:18 | |
openstackgerrit | Victor Stinner proposed a change to openstack/requirements: Add a new dependency: trollius https://review.openstack.org/70983 | 10:18 |
*** sarob has quit IRC | 10:22 | |
*** thomasbiege has quit IRC | 10:24 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 10:25 | |
*** thomasbiege has joined #openstack-infra | 10:25 | |
reed | this one needs review https://review.openstack.org/#/c/68912/, it's becoming urgent | 10:28 |
reed | fungi, jeblair ^ | 10:28 |
*** amcrn has quit IRC | 10:29 | |
*** thomasbiege has quit IRC | 10:30 | |
*** gokrokve has joined #openstack-infra | 10:39 | |
*** paul-- has joined #openstack-infra | 10:42 | |
*** posito has joined #openstack-infra | 10:42 | |
*** gokrokve has quit IRC | 10:44 | |
*** paul-- has quit IRC | 10:46 | |
*** jcooley_ has quit IRC | 10:52 | |
*** jcooley_ has joined #openstack-infra | 10:52 | |
*** Adri2000 has quit IRC | 10:54 | |
*** Adri2000 has joined #openstack-infra | 10:55 | |
*** Adri2000 has quit IRC | 10:55 | |
*** noorul has joined #openstack-infra | 10:56 | |
*** jcooley_ has quit IRC | 10:57 | |
*** DinaBelova is now known as DinaBelova_ | 10:57 | |
*** e0ne has joined #openstack-infra | 10:57 | |
*** posito has quit IRC | 10:58 | |
*** DinaBelova_ is now known as DinaBelova | 10:59 | |
*** Adri2000 has joined #openstack-infra | 10:59 | |
*** Adri2000 has quit IRC | 10:59 | |
*** Adri2000 has joined #openstack-infra | 10:59 | |
*** jasondotstar has quit IRC | 11:00 | |
*** Adri2000 has quit IRC | 11:02 | |
*** Adri2000 has joined #openstack-infra | 11:03 | |
noorul | http://logs.openstack.org/72/57172/2/check/gate-python-solumclient-python33/8da814d/console.html | 11:05 |
noorul | Looks like it could be common issue | 11:06 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 11:06 | |
noorul | python33 gate is failing | 11:06 |
*** sarob has joined #openstack-infra | 11:11 | |
*** CaptTofu has joined #openstack-infra | 11:15 | |
*** lcestari has joined #openstack-infra | 11:15 | |
*** sarob has quit IRC | 11:15 | |
mordred | noorul: ALL python33? | 11:16 |
noorul | Yes | 11:19 |
noorul | Just mailed dev list | 11:19 |
*** CaptTofu has quit IRC | 11:19 | |
noorul | Here is python-novaclient log | 11:19 |
noorul | http://logs.openstack.org/46/71846/1/check/gate-python-novaclient-python33/68bc48a/console.html | 11:19 |
noorul | mordred: ^^ | 11:20 |
*** jp_at_hp has joined #openstack-infra | 11:25 | |
mordred | noorul: k. I'm looking in to it | 11:26 |
mordred | noorul: it works locally for me | 11:29 |
*** boris-42_ has quit IRC | 11:30 | |
mordred | trying pointed at the pypi mirror | 11:31 |
*** jamielennox is now known as jamielennox|away | 11:34 | |
*** julim has joined #openstack-infra | 11:36 | |
*** malini_afk is now known as malini | 11:36 | |
mordred | also works | 11:36 |
*** gokrokve has joined #openstack-infra | 11:39 | |
noorul | which project are you trying? | 11:40 |
* jd__ trembles with fear | 11:40 | |
*** virmitio has joined #openstack-infra | 11:41 | |
*** gokrokve has quit IRC | 11:44 | |
*** boris-42_ has joined #openstack-infra | 11:53 | |
*** yassine has quit IRC | 12:00 | |
*** paul-- has joined #openstack-infra | 12:01 | |
*** julim has quit IRC | 12:01 | |
*** dizquierdo has quit IRC | 12:02 | |
SergeyLukjanov | btw it looks like all py33 tests failing - http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiJ2FzY2lpJyBjb2RlYyBjYW4ndCBkZWNvZGUgYnl0ZSAweGMzIGluIHBvc2l0aW9uIDkwNTU6IG9yZGluYWwgbm90IGluIHJhbmdlKDEyOClcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTM5MTc3NDY4MTMwMX0= | 12:05 |
*** talluri has quit IRC | 12:05 | |
*** paul-- has quit IRC | 12:05 | |
*** talluri has joined #openstack-infra | 12:06 | |
noorul | There is a pattern, I think all of them are python client projects | 12:08 |
noorul | Just tried solum project https://review.openstack.org/#/c/71735/ | 12:09 |
noorul | I see no issues there | 12:09 |
SergeyLukjanov | noorul, the same with hacking and openstacksdk | 12:09 |
*** jasondotstar has joined #openstack-infra | 12:09 | |
SergeyLukjanov | noorul, so, looks like all py3k nodes or jobs affected | 12:09 |
noorul | I see this issue locally on my laptop | 12:10 |
*** talluri has quit IRC | 12:10 | |
noorul | for both solum and python-solumclient | 12:10 |
noorul | so are the nodes different for these two? | 12:11 |
SergeyLukjanov | noorul, you can check it in log | 12:11 |
SergeyLukjanov | setuptools 2.1.2 has been released yesterdat | 12:11 |
SergeyLukjanov | with a short change log: Issue #144: Read long_description using codecs module to avoid errors installing on systems where LANG=C. | 12:12 |
*** sarob has joined #openstack-infra | 12:12 | |
noorul | I saw that. But traceback is in pip. | 12:12 |
*** CaptTofu has joined #openstack-infra | 12:13 | |
SergeyLukjanov | no new version of pip is released last week and it's great... | 12:13 |
noorul | On my laptop for solum project I get http://paste.openstack.org/show/63022/ | 12:14 |
noorul | And I don't see this error in https://review.openstack.org/#/c/71735 | 12:14 |
*** yassine has joined #openstack-infra | 12:15 | |
*** vogxn has joined #openstack-infra | 12:15 | |
*** sarob has quit IRC | 12:17 | |
noorul | Is there a way for user to choose a particular node? | 12:18 |
*** bhuvan has quit IRC | 12:21 | |
*** sarob has joined #openstack-infra | 12:22 | |
*** jcooley_ has joined #openstack-infra | 12:24 | |
SergeyLukjanov | noorul, nope | 12:24 |
noorul | SergeyLukjanov: https://jenkins02.openstack.org/computer/precisepy3k-4/builds | 12:25 |
noorul | That is the node on which solum job ran | 12:25 |
*** hashar has joined #openstack-infra | 12:26 | |
*** sarob has quit IRC | 12:26 | |
noorul | And this is the one which ran python-solumclient job | 12:27 |
noorul | https://jenkins01.openstack.org/computer/precisepy3k-1/builds | 12:27 |
*** hashar_ has joined #openstack-infra | 12:27 | |
*** ok_delta has quit IRC | 12:27 | |
*** amotoki has quit IRC | 12:29 | |
*** bhuvan has joined #openstack-infra | 12:29 | |
*** jcooley_ has quit IRC | 12:30 | |
SergeyLukjanov | not all py33 jobs failing due to the build history | 12:30 |
SergeyLukjanov | https://jenkins02.openstack.org/computer/precisepy3k-2/builds | 12:30 |
SergeyLukjanov | https://jenkins02.openstack.org/computer/precisepy3k-4/builds | 12:30 |
*** hashar has quit IRC | 12:31 | |
*** posito has joined #openstack-infra | 12:32 | |
dims | SergeyLukjanov, take a peek at logstash query - "UnicodeDecodeError: 'ascii' codec can't decode byte" | 12:36 |
*** jasondotstar has quit IRC | 12:37 | |
SergeyLukjanov | dims, it looks crazy :) | 12:39 |
*** gokrokve has joined #openstack-infra | 12:39 | |
noorul | Hmm | 12:39 |
*** alexpilotti has joined #openstack-infra | 12:40 | |
*** bhuvan has quit IRC | 12:41 | |
*** lcestari has quit IRC | 12:42 | |
*** fandi has quit IRC | 12:42 | |
*** gokrokve has quit IRC | 12:44 | |
*** DinaBelova is now known as DinaBelova_ | 12:44 | |
*** posito has quit IRC | 12:45 | |
*** rfolco has joined #openstack-infra | 12:46 | |
dims | SergeyLukjanov, i am guessing pbr-0.6 | 12:47 |
*** virmitio has quit IRC | 12:48 | |
*** oanufriev has joined #openstack-infra | 12:51 | |
dims | noorul, SergeyLukjanov - https://bugs.launchpad.net/pbr/+bug/1277495 | 12:54 |
uvirtbot | Launchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,New] | 12:54 |
*** weshay has quit IRC | 12:57 | |
noorul | dims: ok | 12:58 |
*** dcramer_ has quit IRC | 12:58 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Pin pbr at 0.5.21 to prevent failures in py33 gate jobs https://review.openstack.org/71886 | 13:00 |
*** bhuvan has joined #openstack-infra | 13:00 | |
*** smarcet has joined #openstack-infra | 13:00 | |
dims | pushed out a review - https://review.openstack.org/#/c/71886/ | 13:00 |
*** yamahata has joined #openstack-infra | 13:05 | |
*** lcestari has joined #openstack-infra | 13:06 | |
dims | now i forgot what i was doing before :) | 13:09 |
*** DinaBelova_ is now known as DinaBelova | 13:11 | |
*** david-lyle has quit IRC | 13:11 | |
*** malini is now known as malini_afk | 13:13 | |
jd__ | dims: do you know what's wrong with 0.6? | 13:14 |
*** vogxn has quit IRC | 13:14 | |
*** sarob has joined #openstack-infra | 13:15 | |
*** bhuvan has quit IRC | 13:16 | |
ArxCruz | jhesketh_: hey, around ? | 13:16 |
*** Shrews has joined #openstack-infra | 13:17 | |
*** vogxn has joined #openstack-infra | 13:18 | |
*** Shrews has quit IRC | 13:18 | |
*** Shrews has joined #openstack-infra | 13:18 | |
*** afazekas_ has joined #openstack-infra | 13:18 | |
*** jcooley_ has joined #openstack-infra | 13:19 | |
*** yolanda has quit IRC | 13:19 | |
*** sarob has quit IRC | 13:19 | |
*** dstanek has joined #openstack-infra | 13:19 | |
dims | jd__, don't know yet | 13:22 |
dims | just spotted another bigger set of gate failures | 13:22 |
dims | "ImportError: No module named passlib.hash" | 13:22 |
*** vogxn has quit IRC | 13:22 | |
dims | dear lord | 13:22 |
jd__ | :( | 13:22 |
*** vogxn has joined #openstack-infra | 13:22 | |
*** bhuvan has joined #openstack-infra | 13:24 | |
*** bhuvan has quit IRC | 13:24 | |
*** bhuvan has joined #openstack-infra | 13:24 | |
*** yolanda has joined #openstack-infra | 13:25 | |
*** nordm has joined #openstack-infra | 13:25 | |
*** jcooley_ has quit IRC | 13:26 | |
*** nordm has quit IRC | 13:26 | |
*** Clabbe has joined #openstack-infra | 13:26 | |
*** johnthetubaguy has joined #openstack-infra | 13:28 | |
*** johnthetubaguy has quit IRC | 13:29 | |
*** CaptTofu has quit IRC | 13:30 | |
*** johnthetubaguy has joined #openstack-infra | 13:30 | |
*** russellb is now known as rustlebee | 13:30 | |
*** weshay has joined #openstack-infra | 13:33 | |
*** afazekas_ has quit IRC | 13:33 | |
*** yassine has quit IRC | 13:34 | |
*** yassine has joined #openstack-infra | 13:37 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Rollback upgrade to keystoneclient to prevent gate failures https://review.openstack.org/71902 | 13:38 |
*** gokrokve has joined #openstack-infra | 13:39 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Rollback pbr to 0.5.21 to prevent failures in py33 gate jobs https://review.openstack.org/71886 | 13:39 |
*** milki has quit IRC | 13:39 | |
*** alexpilotti has quit IRC | 13:40 | |
SergeyLukjanov | dims, your change will not fix anything, because of "pbr>=0.5.21,<1.0" | 13:40 |
dolphm | dims: i really doubt that has anything to do with keystoneclient 0.5.0 | 13:40 |
*** milki has joined #openstack-infra | 13:43 | |
*** gokrokve has quit IRC | 13:44 | |
*** CaptTofu has joined #openstack-infra | 13:44 | |
dims | SergeyLukjanov, dolphm - please help me look :) | 13:47 |
jd__ | I can't reproduce the problem on py33 gate locally :/ | 13:49 |
*** leifmadsen is now known as blitzrage | 13:49 | |
dims | jd__, need to tackle the passlib.hash first i think | 13:50 |
*** jasondotstar has joined #openstack-infra | 13:50 | |
jd__ | dims: ok | 13:50 |
*** esker has joined #openstack-infra | 13:54 | |
*** bhuvan has quit IRC | 13:54 | |
*** ryanpetrello has joined #openstack-infra | 13:54 | |
*** oubiwann_ has joined #openstack-infra | 13:56 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 13:56 | |
*** resker has joined #openstack-infra | 13:57 | |
*** oubiwann_ has quit IRC | 13:57 | |
*** oubiwann_ has joined #openstack-infra | 13:57 | |
*** banix has joined #openstack-infra | 13:58 | |
*** esker has quit IRC | 13:59 | |
*** smarcet has quit IRC | 13:59 | |
*** thomasem has joined #openstack-infra | 14:00 | |
*** bhuvan has joined #openstack-infra | 14:01 | |
*** paul-- has joined #openstack-infra | 14:02 | |
*** mriedem has joined #openstack-infra | 14:04 | |
*** mfer has joined #openstack-infra | 14:04 | |
*** alexpilotti has joined #openstack-infra | 14:05 | |
*** paul-- has quit IRC | 14:06 | |
openstackgerrit | Jaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Do not produce extra whitespaces on Python 2.7.3. https://review.openstack.org/71266 | 14:08 |
*** nicedice has joined #openstack-infra | 14:09 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 14:10 | |
*** dprince has joined #openstack-infra | 14:10 | |
*** thuc has joined #openstack-infra | 14:10 | |
*** rlandy has quit IRC | 14:11 | |
*** dcramer_ has joined #openstack-infra | 14:11 | |
*** ociuhandu has joined #openstack-infra | 14:11 | |
*** thuc_ has joined #openstack-infra | 14:12 | |
*** bknudson has quit IRC | 14:13 | |
*** jcooley_ has joined #openstack-infra | 14:14 | |
*** igor_ has joined #openstack-infra | 14:15 | |
*** igor__ has quit IRC | 14:15 | |
*** thuc has quit IRC | 14:16 | |
*** sarob has joined #openstack-infra | 14:16 | |
openstackgerrit | Jaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Do not produce extra whitespaces on Python 2.7.3. https://review.openstack.org/71266 | 14:16 |
*** smarcet has joined #openstack-infra | 14:16 | |
*** jaypipes has joined #openstack-infra | 14:16 | |
openstackgerrit | Jaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Add script trigger. https://review.openstack.org/70971 | 14:17 |
dolphm | dims: the passlib thing is an issue i've seen reported in the wild as well, but i've never reproduced myself | 14:18 |
*** jcooley_ has quit IRC | 14:19 | |
dims | dolphm, y weird, i can see the zip being downloaded and installed in the logs | 14:19 |
dolphm | dims: is it possible that it's an older version of passlib being installed that has an incompatible API? | 14:20 |
dolphm | there's no version pin for it in openstack/requirements/ or keystone | 14:20 |
dims | dolphm, latest 1.6.2 | 14:20 |
dims | 2014-02-06 20:18:22.425 | 2014-02-06 20:18:22 Downloading/unpacking passlib (from keystone==2014.1.dev169.g0ed6d48) | 14:21 |
dims | 2014-02-06 20:18:22.425 | 2014-02-06 20:18:22 Storing download in cache at /var/cache/pip/http%3A%2F%2Fpypi.openstack.org%2Fopenstack%2Fpasslib%2Fpasslib-1.6.2.tar.gz | 14:21 |
dims | 2014-02-06 20:18:22.425 | 2014-02-06 20:18:22 Running setup.py egg_info for package passlib | 14:21 |
dims | in http://logs.openstack.org/99/69799/9/gate/gate-tempest-dsvm-full/ca0c1b3/console.html | 14:22 |
*** sarob has quit IRC | 14:22 | |
dims | ah. forgot bfst/coffee :) brb | 14:23 |
*** dizquierdo has joined #openstack-infra | 14:23 | |
*** dkliban has joined #openstack-infra | 14:24 | |
dolphm | dims: passlib isn't in the pip freeze for that job http://logs.openstack.org/99/69799/9/gate/gate-tempest-dsvm-full/ca0c1b3/logs/pip-freeze.txt.gz | 14:24 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 14:24 | |
dolphm | dims: whereas passlib does appear in the pip freeze of a successful run http://logs.openstack.org/64/70664/4/check/check-tempest-dsvm-full/de0b95f/logs/pip-freeze.txt.gz | 14:25 |
*** sarob has joined #openstack-infra | 14:25 | |
*** resker has quit IRC | 14:28 | |
*** Nithya has joined #openstack-infra | 14:28 | |
*** thuc has joined #openstack-infra | 14:29 | |
*** sarob has quit IRC | 14:30 | |
openstackgerrit | A change was merged to openstack-infra/config: Groups community portal gating tasks https://review.openstack.org/68912 | 14:32 |
*** thuc_ has quit IRC | 14:33 | |
fungi | do we have a concise redux of the py3k/pbr/passlib issues, assuming they're still ongoing? get me up to speed and i can try to take a hatchet to them as well | 14:34 |
*** thuc has quit IRC | 14:34 | |
*** esker has joined #openstack-infra | 14:34 | |
fungi | dolphm: dims: SergeyLukjanov: jd__: ^ | 14:35 |
openstackgerrit | Philippe Godin proposed a change to openstack-infra/jenkins-job-builder: Add best and worst status details for conditional-step plugin. https://review.openstack.org/69608 | 14:35 |
jd__ | fungi: I don't know much unfortunately :( | 14:35 |
dolphm | fungi: i'm only looking for the passlib issue (i missed the other two conversations) | 14:36 |
fungi | okay. i'll start by looking at bug 1277495. thanks guys | 14:36 |
uvirtbot | Launchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,New] https://launchpad.net/bugs/1277495 | 14:36 |
dolphm | fungi: i don't have much to report yet other than i'm starting to suspect that the passlib failure has nothing to do with passlib; it's just the first thing that actually craps out | 14:36 |
fungi | sounds entirely possible. python packages are like jenga in that regard | 14:37 |
*** primeministerp has joined #openstack-infra | 14:37 | |
dolphm | bingo, paste incoming... | 14:37 |
*** prad_ has joined #openstack-infra | 14:38 | |
fungi | on pbr/py3k i find it interesting that increasing the *minimum* version requirement would affect this. more likely the release of pbr might trigger something | 14:38 |
*** bhuvan has quit IRC | 14:39 | |
fungi | and pbr 0.6 was tagged 10 days ago | 14:39 |
dolphm | bug 1277507 http://pasteraw.com/mqo166ktekaecattcv7ftq8sjsm1a7m | 14:39 |
uvirtbot | Launchpad bug 1277507 in python-keystoneclient ""ImportError: No module named passlib.hash"" [Undecided,New] https://launchpad.net/bugs/1277507 | 14:39 |
*** esker has quit IRC | 14:39 | |
*** gokrokve has joined #openstack-infra | 14:39 | |
*** bknudson has joined #openstack-infra | 14:39 | |
*** malini_afk is now known as malini | 14:40 | |
dims | fungi, what version of pip/pbr is actually present in the image itself? | 14:41 |
fungi | the py3k job error i'm looking at happens while installing newer setuptools. checking to see if it just grew a new release | 14:41 |
fungi | dims: i'll ssh into one of the slaves and poke around in their venvs in a bit--the log doesn't say unfortunately | 14:42 |
*** smarcet has quit IRC | 14:42 | |
fungi | yep, new setuptools in the past 24 hours | 14:42 |
dims | setup-tools 2.1.2 2014-02-06 | 14:43 |
* fungi sees a strong correlation | 14:43 | |
dims | +1 | 14:43 |
fungi | and they have a separate python 3.3 wheel on pypi for it, in addition to the tarball | 14:43 |
*** gokrokve has quit IRC | 14:43 | |
fungi | i wonder whether the setuptools 2.1.2 sdist tarball is not expected to work with 3.3? | 14:44 |
dims | "setuptools-2.1.2-py2.py3-none-any.whl (md5)" | 14:44 |
dims | ah specifically 3.3? | 14:45 |
fungi | the Py Version column on the pypi page claims that wheel is for "3.3" | 14:45 |
fungi | mordred: you MAY want to jump in on the excitement here | 14:45 |
fungi | (new setuptools release, python 3.3 breakage, wheels fun) | 14:46 |
*** dizquierdo is now known as dizquierdo_afk | 14:46 | |
*** burt1 has joined #openstack-infra | 14:47 | |
*** dcramer_ has quit IRC | 14:48 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 14:49 | |
*** bhuvan has joined #openstack-infra | 14:50 | |
fungi | anyway, clearly setuptools is reading something (PKG-INFO file looks like) as a byte stream and then assumes it's all ascii when in fact the byte at offset 9055 is... | 14:51 |
fungi | >>> unicodedata.name('\xc3') | 14:51 |
fungi | 'LATIN CAPITAL LETTER A WITH TILDE' | 14:51 |
*** wenlock has joined #openstack-infra | 14:54 | |
*** dansmith is now known as damnsmith | 14:56 | |
*** dims has quit IRC | 14:57 | |
*** jeeloo has joined #openstack-infra | 14:57 | |
SergeyLukjanov | fungi, holy crap | 15:01 |
*** wenlock has quit IRC | 15:01 | |
SergeyLukjanov | fungi, morning | 15:02 |
*** eharney has joined #openstack-infra | 15:04 | |
*** vogxn has quit IRC | 15:06 | |
*** ArxCruz has quit IRC | 15:07 | |
*** zul has quit IRC | 15:07 | |
*** jcooley_ has joined #openstack-infra | 15:08 | |
*** ArxCruz has joined #openstack-infra | 15:09 | |
*** dims has joined #openstack-infra | 15:10 | |
*** zul has joined #openstack-infra | 15:10 | |
dims | dolphm, we are using someone's google drive...wow | 15:10 |
fungi | ? | 15:11 |
*** boris-42_ has quit IRC | 15:12 | |
dims | https://bugs.launchpad.net/openstack-ci/+bug/1277507/comments/5 | 15:12 |
uvirtbot | Launchpad bug 1277507 in python-keystoneclient ""ImportError: No module named passlib.hash"" [Undecided,Invalid] | 15:12 |
jd__ | how funny | 15:13 |
*** boris-42_ has joined #openstack-infra | 15:13 | |
dolphm | dims: yeah... | 15:13 |
dims | jd__, scared more than funny | 15:14 |
dims | :( | 15:14 |
*** jcooley_ has quit IRC | 15:14 | |
*** jeeloo has quit IRC | 15:14 | |
fungi | oh, ipaddr, you wastrel | 15:16 |
*** ogelbukh has quit IRC | 15:16 | |
fungi | weird, because 2.1.10 *is* on pypi as a tarball... | 15:17 |
fungi | oh, i seem to remember yesterday mordred asking dstufft whether ipaddr 2.1..11 got deleted from pypi | 15:17 |
fungi | er, 2.1.11 | 15:18 |
* fungi checks our mirror | 15:18 | |
fungi | our mirror has ipaddr-2.1.10.tar.gz (and only that) | 15:19 |
dims | where is the 2.1.11 coming from i wonder | 15:22 |
fungi | dims: on the failure link, that's for a gantt review... checking to see whether it uses our mirror | 15:23 |
fungi | no gantt at https://git.openstack.org/cgit/openstack/requirements/tree/projects.txt | 15:23 |
*** david-lyle has joined #openstack-infra | 15:26 | |
fungi | so something is/was wrong with pypy.python.org maybe, which caused pip to fail to find the tarball for 2.1.10 (maybe it was gone briefly?) and instead follow one of the links for it at https://pypi.python.org/simple/ipaddr/ which must gave gone to an inaccessible source | 15:26 |
fungi | which would explain the issue with gantt | 15:27 |
openstackgerrit | Gabriele Cerami proposed a change to openstack-infra/jenkins-job-builder: Added support for python virtualenv plugin https://review.openstack.org/71926 | 15:28 |
*** DeeJay1 has quit IRC | 15:29 | |
dims | fungi, it's in a non-gantt review too | 15:30 |
fungi | dims: which one? | 15:30 |
dims | http://logs.openstack.org/02/70202/3/check/check-tempest-dsvm-marconi/4fd19bd/console.html | 15:30 |
fungi | does marconi use the mirror? | 15:30 |
dims | Could not install requirement ipaddr (from WSME>=0.5b6->keystone==2014.1.dev173.g1923a3f) because of error HTTP Error 403: Forbidden | 15:30 |
dims | looks like from WSME | 15:30 |
flaper87 | fungi: what mirror? | 15:30 |
* flaper87 tries to catch up | 15:31 | |
fungi | flaper87: the restrictive pypi mirror at http://pypi.openstack.org/openstack/ | 15:31 |
dims | https://github.com/stackforge/wsme/blob/master/setup.py#L21 | 15:31 |
fungi | dims: i don't think wsme is to blame, other than that it wants ipaddr | 15:31 |
fungi | dims: it looks like there were issues retrieving ipaddr from pypi.python.org, which we can't really do much about | 15:32 |
*** ogelbukh has joined #openstack-infra | 15:33 | |
fungi | dims: right, neither gantt nor marconi are in https://git.openstack.org/cgit/openstack/requirements/tree/projects.txt | 15:33 |
fungi | dims: so they satisfy their requirements from pypi.python.org, and are subject to is whims and blips | 15:33 |
flaper87 | fungi: mmh, I had no idea marconi should be added there. | 15:34 |
flaper87 | fungi: do you want me to add it? | 15:34 |
*** jgrimm has joined #openstack-infra | 15:34 | |
* flaper87 can do that right away | 15:34 | |
*** mrodden1 is now known as mrodden | 15:35 | |
fungi | flaper87: i believe it's on the list of needs before marconi can graduate from incubation, but it may break you if all your requirements are not currently in line with the global-requirements.txt in the openstack/requirements repository | 15:35 |
flaper87 | fungi: they're all inline | 15:36 |
flaper87 | fungi: and the graduation requirement mentions we've to be gated. I believe malini is working on that | 15:36 |
fungi | flaper87: then yes, should be safe and it will help protect you from external pypi issues | 15:36 |
flaper87 | but no idea about that list | 15:36 |
flaper87 | fungi: ok, I'll do that | 15:36 |
bhuvan | fungi: can you review https://review.openstack.org/#/c/71323/ when you find time? ini/yaml thingy ... | 15:36 |
fungi | bhuvan: i try to review all infra project patches, so yes | 15:37 |
fungi | (other things need to stop being broken first though) | 15:37 |
dims | fungi, this one is in a oslo.version review - http://logs.openstack.org/56/71856/1/check/check-devstack-dsvm-cells/c54ff21/console.html :( | 15:37 |
fungi | dims: yep | 15:38 |
fungi | dims: add oslo.version to the roster of projects not using our mirror | 15:38 |
dims | gotcha | 15:39 |
bhuvan | fungi: sure! | 15:39 |
*** gokrokve has joined #openstack-infra | 15:39 | |
fungi | when people make new official projects, they should try to make sure to add them to the projects.txt file so they'll be tested using the pypi mirror and get requirements update proposals | 15:39 |
fungi | at least assuming they're participating in the integrated gate | 15:39 |
fungi | not doing so allows unspecified dependencies to creep into openstack | 15:40 |
fungi | bypassing the normal requirements review process | 15:40 |
*** jergerber has joined #openstack-infra | 15:40 | |
*** wenlock has joined #openstack-infra | 15:41 | |
* fungi gets back to trying to untangle py3k setuptools pkg-info decoding madness | 15:41 | |
*** dcramer_ has joined #openstack-infra | 15:42 | |
*** smarcet has joined #openstack-infra | 15:42 | |
*** jnoller has joined #openstack-infra | 15:42 | |
dims | fungi, what's the best place to mention this? ci.openstack.org/wiki.openstack.org? | 15:43 |
*** virmitio has joined #openstack-infra | 15:43 | |
*** gokrokve has quit IRC | 15:44 | |
fungi | dims: mmm, good question... let me see if we already have good documentation somewhere on the state of and use case for the openstack/requirements project, and then we can update that if needed and plaster links to it in obvious places | 15:44 |
fungi | dims: hmmm, so one possibility is that for any project to become official in that regard, it needs to belong to a program when means updates to http://git.openstack.org/cgit/openstack/governance/tree/reference/programs.yaml voted on by the tc | 15:47 |
fungi | though it's worth noting that not all official projects need to participate in the mirror | 15:48 |
SergeyLukjanov | bhuvan, I've worked on projects yaml registry before, and your patch looks good to me. | 15:48 |
fungi | dims: so the tricky bit is, i think, if an official project is a dependency of another official project participating in requirements enforcement, then it should too | 15:49 |
fungi | this is where oslo.version's situation comes into the picture | 15:49 |
fungi | dhellmann: what do you think about that assertion? | 15:49 |
dims | fungi, agreed, just did not realize that there is a special step. | 15:50 |
fungi | i notice that, for example, oslo.rootwrap does not do so either | 15:50 |
*** yaguang has quit IRC | 15:51 | |
fungi | oslo-incubator, oslo.config and oslo.messaging are in projects.txt though | 15:51 |
bhuvan | SergeyLukjanov: yes, i saw you already reviewed that patch. thank you! | 15:51 |
fungi | dims: as a start, we probably could do with some extra explanation in https://git.openstack.org/cgit/openstack/requirements/tree/README.rst (that's worth having a bug opened i think) | 15:52 |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Add oslo.version to the list of projects https://review.openstack.org/71931 | 15:52 |
fungi | the ci.o.o docsite doesn't really talk about the requirements project or any enforcement/integration (and i'm unconvinced that would be a great place for it anyway) | 15:53 |
*** dcramer_ has quit IRC | 15:53 | |
fungi | https://wiki.openstack.org/wiki/Requirements could probably stand to get some love too | 15:54 |
*** atiwari has joined #openstack-infra | 15:55 | |
fungi | dims: but ultimately i think that the tc probably needs some process around reviewing project additions to the governance programs.yaml to address this, since it's a bit of a judgement call | 15:58 |
fungi | ttx: ^ | 15:58 |
*** cody-somerville has quit IRC | 15:58 | |
fungi | if nothing else, a checklist of things to consider, which could include whether the project should participate in requirements gating | 15:59 |
*** zul has quit IRC | 16:00 | |
jeblair | fungi: i think to date the tc only wants to review new integrated projects, but it could act as a checkpoint to make sure new "other" projects are up to standards | 16:00 |
jaypipes | fungi: hi Jeremy, is there perhaps a testing account and SSH key that I could use for testing things in https://github.com/jaypipes/os-ext-testing ? Or should I just register a normal external OpenStack testing account? | 16:01 |
*** zul has joined #openstack-infra | 16:01 | |
*** jcooley_ has joined #openstack-infra | 16:01 | |
fungi | jeblair: sure. i guess my first question is "when a program adds new projects, are there any review criteria?" | 16:02 |
jeblair | fungi: i don't think so under existing process | 16:02 |
fungi | and the follow-up, "should there be?" | 16:02 |
jeblair | indeed | 16:02 |
*** paul-- has joined #openstack-infra | 16:02 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Update README with rationale and internal mirror https://review.openstack.org/71934 | 16:03 |
*** jooools has quit IRC | 16:03 | |
fungi | otherwise we get people confused when we add oslo.newthing or whatever, and don't set it to participate in requirements gating, and then see it start hitting pypi directly | 16:04 |
fungi | i'm sure there are a list of things which a new project should consider in that regard, just one example | 16:04 |
fungi | the infra team could also attempt to make that judgement call when adding a new project, i suppose | 16:05 |
fungi | since the config ends up passing through our hands at some point | 16:05 |
fungi | speaking of which, according to lp gantt doesn't have bug tracking enabled | 16:06 |
*** paul-- has quit IRC | 16:07 | |
fungi | https://bugs.launchpad.net/gantt | 16:07 |
jeblair | oh, and i never normalized it | 16:07 |
jeblair | i just got as far as squatting it | 16:07 |
fungi | ha! that 'splains it | 16:07 |
*** dcramer_ has joined #openstack-infra | 16:07 | |
dims | fungi, where is the code that switches on internal mirror? | 16:07 |
*** jcooley_ has quit IRC | 16:08 | |
*** david-lyle has quit IRC | 16:08 | |
fungi | dims: it's in jenkins slave scripts and devstack-gate, but it checks the projects.txt from openstack/requirements to determine what to do | 16:08 |
jeblair | rustlebee: who's driving gantt? | 16:08 |
fungi | dims: openstack-infra/config:modules/jenkins/files/slave_scripts/select-mirror.sh and openstack-infra/devstack-gate:functions.sh(select_mirror) | 16:10 |
rustlebee | jeblair: lifeless started it, though i'm not sure if he's doing much with it ... n0ano doing most of the dev, and ultimately falls on me, i suppose | 16:13 |
rustlebee | jeblair: what can i do? | 16:14 |
*** AlexF has joined #openstack-infra | 16:14 | |
jeblair | rustlebee: do you want a gantt-drivers team in lp to manage blueprints, milestones, etc? and do you want bugs tracked in the gantt project on lp or nova? | 16:14 |
fungi | dims: but just adding projects to openstack/requirements:projects.txt and making sure there are gate-{name}-requirements jobs for them in openstack-infra/config:modules/openstack_project/files/zuul/layout.yaml should be enough | 16:15 |
dims | fungi, y found it (mirror) | 16:16 |
rustlebee | jeblair: i suppose a new lp project makes sense. gantt-drivers is fine, too, but for now should just include nova-drivers and that's it | 16:16 |
rustlebee | jeblair: it may be premature for the new lp project though | 16:17 |
rustlebee | jeblair: i kind of think we should just track it under nova until it's off the ground | 16:17 |
*** salv-orlando has quit IRC | 16:17 | |
dims | fungi, i was following http://ci.openstack.org/stackforge.html for oslo.vmware .... should we mention it there? since it talks about layout.yaml etc | 16:17 |
rustlebee | jeblair: i realize i just contradicted myself in a few lines. | 16:18 |
rustlebee | but .. yeah, let's just track it all under nova for now. | 16:18 |
jeblair | rustlebee: well, the project already exists; but we can point people to nova for now | 16:18 |
*** salv-orlando has joined #openstack-infra | 16:18 | |
fungi | dims: the stackforge documentation is a howto for projects getting added to stackforge, which generally wouldn't use the openstack pypi mirror or participate in requirements gating | 16:18 |
*** afazekas_ has joined #openstack-infra | 16:18 | |
fungi | dims: what we lack is a similar document to act as a howto for adding official projects | 16:19 |
jeblair | rustlebee: how's this for now? https://launchpad.net/gantt | 16:19 |
*** giulivo has joined #openstack-infra | 16:19 | |
giulivo | guys, could anyone point me at the jjb source yaml files? | 16:20 |
fungi | dims: but i also am at somewhat of a loss as to how i would categorically identify which official projects should gate on requirements/use the mirror and which do not/should not need to | 16:20 |
giulivo | I'd like to learn more ... and figure where the emails with reports about the tempest "all" runs are sent | 16:20 |
dhellmann | fungi: catching up, I was just going to say "we need some instructions for adding official projects" | 16:20 |
jeblair | giulivo: the docs should help: http://ci.openstack.org/jjb.html | 16:20 |
dhellmann | right now it takes lots of assumed knowledge | 16:20 |
giulivo | jeblair, oh I'm familiar with the docs, I wanted to look at the actual config for our jobs | 16:20 |
dhellmann | fungi: I'm not sure we need a rule for which should and shouldn't, but it would help to have instructions for how to set them up for each case | 16:21 |
* giulivo thanks jeblair also :) | 16:21 | |
jeblair | giulivo: those docs point to the actual config; are you sure you've read those docs (docs for how openstack uses jjb) and you're not thinking of the jjb docs themselves? | 16:21 |
jeblair | giulivo: look under "At a Glance" and then "Configuration" | 16:21 |
giulivo | jeblair, yeah I though about the jjb docs, sorry, what you posted is fine, ... again thanks! | 16:21 |
dhellmann | fungi: I can help with those docs, since I expect to be creating a lot of new repos in the next 3-6 months | 16:22 |
jeblair | giulivo: cool; let us know if that is missing something you need | 16:22 |
jeblair | dhellmann, fungi: so I've been thinking that a set of manuals for a few different audiences would be a good way to arrange this documentation... | 16:23 |
dhellmann | fungi: would be sorta nice to have a script to run against openstack-infra/config to make all of those changes, or at least stub in some values | 16:23 |
dhellmann | jeblair: the stackforge how-to is quite good, it just doesn't cover everything for official projects | 16:23 |
jeblair | dhellmann:, fungi: (a) openstack developer, (b) core reviewer, (c) project driver | 16:23 |
*** bnemec is now known as beekneemech | 16:23 | |
fungi | dhellmann: awesome. at the moment i'm unsure whether we're better off with a doc which covers the commonalities for all new projects plus docs specific to stackforge and openstack, or just having a stackforge doc and an openstack doc with lots of the same info (presumably we could do includes of some repeated bits?) | 16:23 |
fungi | i like jeblair's idea though | 16:23 |
jeblair | dhellmann:, fungi: and this subject matter would probably go in (c) | 16:24 |
jeblair | basically, this system needs an operators manual. :) | 16:24 |
fungi | dhellmann: a great counterpart to that script would be an audit script | 16:24 |
dhellmann | jeblair: those sets of people get smaller as you move from a to c, but there is still a lot of overlap -- does separating them into different manuals really help? | 16:25 |
dhellmann | fungi: +1 | 16:25 |
jeblair | dhellmann: perhaps it's one manual with 3 parts and if you are a driver you read all the way to the end. | 16:26 |
dhellmann | jeblair: ok, sure, that makes sense | 16:26 |
dolphm | dims: reported the passlib.hash / ipaddr / googledrive.com issue upstream against ipaddr https://code.google.com/p/ipaddr-py/issues/detail?id=96 (cc fungi) | 16:27 |
dims | dolphm, thanks! | 16:27 |
dhellmann | I need a "how to graduate an oslo library" doc anyway, so I could work that up in the wiki and we could pull out the parts that are common to other projects as a basis for this other thing, if you like. | 16:27 |
jeblair | dhellmann: sure! it's way easier to move text around than code. :) | 16:28 |
*** ryanpetrello has quit IRC | 16:28 | |
dhellmann | ok, so could someone clarify what exactly needed to be done with the oslo.version repo to fix the ipaddr requirement issue? | 16:28 |
*** ryanpetrello has joined #openstack-infra | 16:28 | |
*** VijayT has joined #openstack-infra | 16:29 | |
jeblair | fungi: is the rename change ready to go? | 16:30 |
rustlebee | jeblair: perfect thanks! | 16:30 |
rustlebee | re: gantt lp | 16:30 |
jeblair | fungi: or changes? how many are we doing? | 16:31 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/config: Set periodic tempest jobs to run with master https://review.openstack.org/71940 | 16:31 |
dhellmann | jeblair: I have 5 renames for later today, all submitted as pull requests against openstack-infra/config | 16:32 |
dhellmann | (4 changes in the first patch, 1 in a second) | 16:32 |
dims | dhellmann, i added a review for oslo.version - https://review.openstack.org/#/c/71931/ | 16:33 |
dhellmann | dims: ok, thanks | 16:33 |
dhellmann | dims: wait, is that the fix or is that what triggered the discussion? | 16:34 |
*** cody-somerville has joined #openstack-infra | 16:34 | |
jeblair | dhellmann: these two: https://etherpad.openstack.org/p/project-rename-2014-02-07 ? | 16:35 |
dims | dhellmann, result of the discussion | 16:35 |
dhellmann | jeblair: eys | 16:36 |
dhellmann | er, yes | 16:36 |
dhellmann | dims: ok, I wasn't sure because jenkins didn't like that patch | 16:36 |
fungi | jeblair: reviewing now. meant to check it yesterday but, well, didn't | 16:36 |
jeblair | fungi: was there a stackforge change too? | 16:37 |
jeblair | fungi: and https://etherpad.openstack.org/p/project-rename-2014-02-07 | 16:37 |
*** lcheng_ has joined #openstack-infra | 16:37 | |
fungi | jeblair: we haven't heard back from the stackforge project yet--i think their person was still expecting to be on holiday for another week | 16:37 |
*** thuc has joined #openstack-infra | 16:38 | |
*** cody-somerville has quit IRC | 16:39 | |
*** gokrokve has joined #openstack-infra | 16:39 | |
mtreinish | jeblair: a quick zuul layout question, sdague mentioned that you can have duplicate jobs for a project. How do you do that, just put the same job twice in the list? | 16:39 |
jeblair | i found a way to kill etherpad didn't i? | 16:39 |
jeblair | mtreinish: yep | 16:39 |
mtreinish | jeblair: ok cool | 16:39 |
*** smarcet has left #openstack-infra | 16:40 | |
*** CaptTofu has quit IRC | 16:43 | |
*** CaptTofu has joined #openstack-infra | 16:43 | |
*** gokrokve has quit IRC | 16:44 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Use openstack-doc-tools for openstack-operations-guide-{lang} https://review.openstack.org/71056 | 16:44 |
*** nati_ueno has joined #openstack-infra | 16:47 | |
*** CaptTofu has quit IRC | 16:48 | |
*** e0ne has quit IRC | 16:48 | |
*** CaptTofu has joined #openstack-infra | 16:49 | |
*** markmcclain has joined #openstack-infra | 16:49 | |
*** pdmars has joined #openstack-infra | 16:52 | |
*** smurugesan has joined #openstack-infra | 16:53 | |
fungi | jeblair: the proposed rename changes look good to me... checking out your sql queries now | 16:54 |
*** lcheng_ has quit IRC | 16:54 | |
*** dcramer_ has quit IRC | 16:54 | |
jnoller | Anyone have a good example of a launchpad blueprint you think is *really* good? Looking around there's a *lot* of variability in depth and focus. Or should I just put the project plan in the wiki for now? | 16:55 |
jnoller | you can also RTFM me | 16:56 |
fungi | jnoller: what's the project you have in mind? | 16:56 |
jnoller | Any, trying to write some up for https://wiki.openstack.org/wiki/UnifiedSDK | 16:57 |
fungi | the degree to which different teams rely on blueprints seems to vary (from what i've witnessed, it seems to be proportional to the number of team members working at big companies) | 16:57 |
*** afazekas_ has quit IRC | 16:57 | |
jeblair | fungi: is step 7 also mv on git01-git04? | 16:58 |
jeblair | fungi: actually is step 7 that _instead of_ mv on git.o.o? | 16:58 |
zaro | morning | 16:58 |
fungi | jeblair: ahh, yes, and either wait for projects.yaml change to trigger a cgit update or manually force one | 16:59 |
*** jcooley_ has joined #openstack-infra | 16:59 | |
jeblair | fungi: that changes the cgit config file? | 16:59 |
fungi | jeblair: yes | 17:00 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/config: Remove neutron isolated jobs https://review.openstack.org/71947 | 17:00 |
fungi | regenerates it from the projects.yaml (assuming that's working correctly( | 17:00 |
jeblair | fungi: it's safe to just leave that for the automation to clean up later when the reconfig change is merged, right? | 17:00 |
jeblair | fungi: in the mean time, the old and new projects just won't work with cgit | 17:00 |
jeblair | fungi: but that won't kill us | 17:00 |
fungi | jeblair: correct | 17:01 |
*** markmc has quit IRC | 17:01 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Update gerrit project rename instructions https://review.openstack.org/71948 | 17:01 |
*** gokrokve has joined #openstack-infra | 17:01 | |
jeblair | fungi: step 13 can be a salt command, right? you have the syntax handy? | 17:02 |
fungi | jeblair: ahh, yes, let me dig that up real quick | 17:02 |
*** jcooley_ has quit IRC | 17:03 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 17:03 | |
*** yassine has quit IRC | 17:04 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Update gerrit project rename instructions https://review.openstack.org/71948 | 17:04 |
*** mkerrin has quit IRC | 17:05 | |
jeblair | fungi: i don't think we have to remove oslo.sphinx but it won't hurt | 17:05 |
*** gokrokve has quit IRC | 17:06 | |
fungi | it's cleanup, since we're doing the others anyway | 17:06 |
*** esker has joined #openstack-infra | 17:07 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Add logs about the pypi mirror https://review.openstack.org/71949 | 17:08 |
*** esker has quit IRC | 17:08 | |
fungi | how far in advance do we want to start putting zuul into a shutdown? looks like jobs are topping out at around an hour | 17:08 |
*** mrodden has quit IRC | 17:08 | |
fungi | but the gate is nearly a ghost town so far, thankfully | 17:09 |
*** esker has joined #openstack-infra | 17:09 | |
*** DinaBelova is now known as DinaBelova_ | 17:09 | |
*** jasondotstar has quit IRC | 17:09 | |
jeblair | fungi: let's start checking in at t-2h, but try to put it in shutdown so it finishes at t; the latest would probably be t-1h | 17:09 |
*** resker has joined #openstack-infra | 17:10 | |
*** esker has quit IRC | 17:10 | |
fungi | jeblair: wfm | 17:10 |
*** david-lyle has joined #openstack-infra | 17:12 | |
*** esker has joined #openstack-infra | 17:12 | |
*** resker has quit IRC | 17:16 | |
*** david-lyle has quit IRC | 17:17 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Split the merger into a separate process https://review.openstack.org/71628 | 17:19 |
*** esker has quit IRC | 17:19 | |
*** AlexF has quit IRC | 17:20 | |
*** matrohon has quit IRC | 17:20 | |
*** esker has joined #openstack-infra | 17:20 | |
*** jpich has quit IRC | 17:20 | |
jnoller | anyone know how hard it is to rename a stack forge project? | 17:20 |
jeblair | jnoller: this hard: https://etherpad.openstack.org/p/project-rename-2014-02-07 | 17:20 |
jnoller | O_O | 17:21 |
jeblair | jnoller: it's not easy, it takes a few of us a few hours to do it, so we generally batch stackforge project renames with openstack project renames | 17:21 |
jnoller | yeah | 17:21 |
jnoller | this is that moment in top gun where he's yelling at goose to eject | 17:21 |
fungi | in short, gerrit is not designed to have projects renamed on a whim | 17:21 |
jeblair | jnoller: you can watch the process live today, we're doing that it 2.5 hours. | 17:22 |
jeblair | s/it/in/ | 17:22 |
jnoller | i feel sorry for you :( | 17:22 |
jeblair | jnoller: thanks, i do too. :( | 17:22 |
fungi | the meat of it for gerrit is that it needs to be completely offline so we can move directories around on the filesystem and poke updates to a bunch of tables in its backend db | 17:22 |
jnoller | jeblair: working on getting more people to help on infra btw | 17:23 |
jnoller | jeblair: and testing | 17:23 |
fungi | jnoller: awesome!!! | 17:23 |
jnoller | ya'll need it, and deserve it | 17:23 |
*** chris_johnson has joined #openstack-infra | 17:23 | |
jeblair | jnoller: that would be .. *sniff*... wonderful! | 17:23 |
* fungi offers jeblair a handkerchief | 17:23 | |
dims | :) | 17:24 |
*** mrodden has joined #openstack-infra | 17:24 | |
jeblair | clarkb: i think the py26 tests caught a zuul problem via cgroups where it was spawning too many threads, but the py27 tests did not | 17:25 |
clarkb | interesting (ulimits set that limit, not cgroups) yay for having limits I suppose? | 17:26 |
jeblair | clarkb: oh right words mean different things. i forget sometimes. :) | 17:26 |
clarkb | morning btw. I feel significantly worse than yesterday so will probably try to take it easy. Hope to help out during renames though | 17:26 |
jeblair | clarkb: i'm sorry; don't feel compelled to work on the renames, fungi and i can hack it; rest if need it | 17:27 |
clarkb | rgr | 17:27 |
fungi | clarkb: yeah, it's covered | 17:27 |
*** nati_ueno has quit IRC | 17:28 | |
*** nati_ueno has joined #openstack-infra | 17:29 | |
*** gyee has joined #openstack-infra | 17:30 | |
jeblair | #status alert Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames | 17:34 |
openstackstatus | NOTICE: Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames | 17:34 |
jeblair | i guess it lost ident | 17:34 |
*** fbo is now known as fbo_away | 17:34 | |
*** AlexF has joined #openstack-infra | 17:34 | |
*** openstackstatus has quit IRC | 17:34 | |
*** openstackstatus has joined #openstack-infra | 17:35 | |
jeblair | #status alert Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames | 17:35 |
openstackstatus | NOTICE: Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames | 17:35 |
*** ChanServ changes topic to "Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames" | 17:35 | |
*** dizquierdo_afk is now known as dizquierdo | 17:35 | |
*** gokrokve has joined #openstack-infra | 17:37 | |
*** UtahDave has joined #openstack-infra | 17:38 | |
*** chris_johnson is now known as wchrisj|away | 17:39 | |
openstackgerrit | Travis Plummer proposed a change to openstack-infra/config: New project request: OpenStack Powershell CLI and SDK https://review.openstack.org/71956 | 17:39 |
*** gokrokve has quit IRC | 17:41 | |
*** oubiwann_ has quit IRC | 17:42 | |
fungi | dstufft: if you're around, we're seeing an odd situation with pip 1.4.1 under python3.3 failing to install the new setuptools 2.1.2 because its pkg-info file grew non-ascii content. sound familiar? | 17:46 |
fungi | dstufft: bug 1277495 | 17:46 |
uvirtbot | Launchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,Invalid] https://launchpad.net/bugs/1277495 | 17:46 |
*** david-lyle has joined #openstack-infra | 17:46 | |
fungi | next steps i guess are to see whether pip 1.5.2 has similar issues with it | 17:46 |
*** andre__ has quit IRC | 17:47 | |
*** nati_ueno has quit IRC | 17:48 | |
fungi | actually, this could very well be pbr's fault after all. in a bare virtualenv with python 3.3 and pip 1.4.1 i can upgrade setuptools to 2.1.2 with no problem | 17:50 |
fungi | mordred: ^ | 17:50 |
*** paybackman has joined #openstack-infra | 17:50 | |
*** jcooley_ has joined #openstack-infra | 17:50 | |
nibalizer | fungi: is pbr a technology and not just a bad beer? | 17:52 |
*** jp_at_hp has quit IRC | 17:52 | |
fungi | nibalizer: at the moment, i'm having a hard time telling the two apart. ask me again in an hour | 17:52 |
dstufft | fungi: hmmm | 17:52 |
*** max_lobur is now known as max_lobur_afk | 17:52 | |
dstufft | fungi: I saw a bug recently | 17:53 |
*** markmcclain has quit IRC | 17:53 | |
dstufft | https://bitbucket.org/pypa/setuptools/issue/143/release-fails-when-there-are-non-ascii | 17:54 |
jeblair | notmyname: is http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.Connection.get_auth where i should look for documention on Connection.get_auth() ? | 17:54 |
notmyname | jeblair: hmm... let me look | 17:54 |
fungi | dstufft: thanks! this looks... similar at least | 17:54 |
notmyname | jeblair: http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.get_auth | 17:55 |
notmyname | jeblair: the Connection class is a wrapper (with retry support) for the module methods. just looks like the Connection.get_auth didn't get the docstring | 17:55 |
jeblair | notmyname: got it. What does that return? | 17:56 |
*** jcooley_ has quit IRC | 17:56 | |
*** hashar_ has quit IRC | 17:57 | |
notmyname | jeblair: "return storage_url, token" also could raise ClientException. will return None, None on invalid creds | 17:59 |
jeblair | notmyname: does a storage_url change often/ever? | 18:02 |
notmyname | jeblair: one would assume no, but that would be up to the deployer (or auth system) | 18:03 |
jeblair | notmyname: ok | 18:03 |
*** jog0 is now known as flashgordon | 18:03 | |
*** paul-- has joined #openstack-infra | 18:03 | |
*** rossella_s has quit IRC | 18:04 | |
notmyname | jeblair: the right thing for a client to do is to use whatever is returned until you get a 401. then call get_auth again and use what is returned. This is what the Connection class does, if you are using python-swiftclient | 18:04 |
*** BobBall is now known as BobBallAway | 18:04 | |
jeblair | notmyname: i'm reviewing this change https://review.openstack.org/#/c/68297/7/zuul/lib/swift.py | 18:05 |
*** cadenzajon has joined #openstack-infra | 18:05 | |
jeblair | notmyname: where storage_url is used as part of the HMAC sig for formpost | 18:05 |
jeblair | notmyname: so the author gets storage_url each time he wants to make an HMAC sig | 18:05 |
*** andreaf has joined #openstack-infra | 18:06 | |
jeblair | notmyname: which in my mind negates one of the advantages of the HMAC method (you only need out-of-bound communication once to establish the shared key) | 18:06 |
notmyname | jeblair: ah | 18:06 |
jeblair | notmyname: so i was wondering how safe it would be to save storage_url once at program init and keep using it | 18:06 |
notmyname | jeblair: so the storage url is something like https://swift.example/v1/AUTH_jeblair | 18:06 |
*** pcrews has joined #openstack-infra | 18:07 | |
*** rossella_s has joined #openstack-infra | 18:07 | |
notmyname | jeblair: the AUTH_jeblair part can never change, because that would change the placement of data, and the /v1/AUTH_jeblair part is used in the HMAC | 18:07 |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 18:07 |
*** oanufriev has quit IRC | 18:08 | |
*** paul-- has quit IRC | 18:08 | |
notmyname | jeblair: I think it's very safe to grab and store the "/v1/AUTH_jeblair" part and use that. because it can't change. the domain on the front may change (but rarely) | 18:08 |
*** oubiwann_ has joined #openstack-infra | 18:09 | |
jeblair | notmyname: cool, sounds like the safe interval is probably measured in months or years. that works for me thanks. | 18:09 |
jeblair | (i mean, the v1 might change if you deprecate that api) | 18:10 |
*** bookwar has quit IRC | 18:10 | |
notmyname | jeblair: heh, we've supported that without breaking it for 4+ years. probably not going to change anytime soon :-) | 18:10 |
jeblair | notmyname: i dunno, i might start to trust your api stability after about 30 years... :) | 18:11 |
*** nati_ueno has joined #openstack-infra | 18:14 | |
*** AlexF has quit IRC | 18:14 | |
*** morganfainberg_Z is now known as morganfainberg | 18:15 | |
*** jcooley_ has joined #openstack-infra | 18:16 | |
*** igor_ has quit IRC | 18:17 | |
*** igor_ has joined #openstack-infra | 18:18 | |
*** harlowja_away is now known as harlowja | 18:18 | |
*** sarob has joined #openstack-infra | 18:18 | |
*** sarob has quit IRC | 18:19 | |
*** sarob has joined #openstack-infra | 18:19 | |
*** jcooley_ has quit IRC | 18:20 | |
*** Ajaeger has joined #openstack-infra | 18:21 | |
*** jasondotstar has joined #openstack-infra | 18:22 | |
*** AlexF has joined #openstack-infra | 18:23 | |
*** igor_ has quit IRC | 18:24 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 18:24 |
*** e0ne has joined #openstack-infra | 18:24 | |
*** andre__ has joined #openstack-infra | 18:25 | |
*** markmcclain has joined #openstack-infra | 18:26 | |
*** wchrisj|away is now known as chris_johnson | 18:27 | |
*** vogxn has joined #openstack-infra | 18:30 | |
*** AlexF has quit IRC | 18:34 | |
Ajaeger | infra team, you told me a few days ago that you like to move away from maven for Jenkins jobs. Is there any blueprint or bug that I should reference in my changes for this? | 18:34 |
jeblair | Ajaeger: i don't think so. we're bad about blueprints but i hope to get better when we start using storyboard | 18:35 |
*** hogepodge has joined #openstack-infra | 18:38 | |
*** jcooley_ has joined #openstack-infra | 18:40 | |
Ajaeger | jeblair: Then I don't have to amend my pending changes - fine ;) | 18:41 |
*** esker has quit IRC | 18:42 | |
lifeless | rustlebee: jeblair:: its definitely a nova program prjoect at the moment | 18:44 |
lifeless | I'm facilitating, and now that we're out of our firedrill w.r.t. ci again, will be reviewing too | 18:44 |
fungi | lifeless: so we're ready to bring nodepool images up for tripleo-ci again? if so i can give that a shot after we're done with the gerrit restart and stuff settles a little | 18:45 |
lifeless | fungi: in principle yes :) I think I need to redeploy the broker if I can't get hold of derek to add more keys to it | 18:47 |
fungi | lifeless: ahh, okay. well that's something i can get on later this evening if he wraps up then | 18:47 |
lifeless | fungi: so hang on just a little bit | 18:47 |
fungi | lifeless: also, happy saturday | 18:47 |
*** jcooley_ has quit IRC | 18:47 | |
*** jcooley_ has joined #openstack-infra | 18:48 | |
*** vogxn has quit IRC | 18:49 | |
*** igor_ has joined #openstack-infra | 18:50 | |
*** rossella_s has quit IRC | 18:51 | |
*** jcooley_ has quit IRC | 18:52 | |
*** jcooley_ has joined #openstack-infra | 18:53 | |
flashgordon | johnthetubaguy: ping | 18:54 |
johnthetubaguy | flashgordon: hi, I am about to run, but can I help? | 18:54 |
*** igor_ has quit IRC | 18:55 | |
flashgordon | https://bugs.launchpad.net/nova/+bug/1274772 I think it should be a little higher | 18:55 |
uvirtbot | Launchpad bug 1274772 in libvirt "libvirt.txt in gate is full of error messages" [Undecided,New] | 18:55 |
flashgordon | at least until we figure out why we have so many errors | 18:55 |
flashgordon | maybe not to fix em | 18:55 |
flashgordon | and great job on bug day | 18:56 |
johnthetubaguy | flashgordon: yeah I wasn't so sure on that one | 18:56 |
johnthetubaguy | hey no worries, I am glad so many people have chipped in to help! | 18:56 |
jeblair | fungi: i think it's time to stop zuul. will do that, ok? | 18:57 |
johnthetubaguy | flashgordon: I went for "its cosmetic" but its certainly a worry | 18:57 |
flashgordon | johnthetubaguy: we have had a lot of libvirt errors | 18:57 |
fungi | jeblair: yeah, been keeping an eye on it and we're right on the mark i think | 18:57 |
flashgordon | so I am not convinced its cosmetic | 18:57 |
flashgordon | moving to medium | 18:57 |
fungi | there's a devstack job estimated at 58 minutes remaining | 18:58 |
johnthetubaguy | flashgordon: ah, OK, then, sounds fair | 18:58 |
fungi | actually a devstack change and a tempest change | 18:58 |
flashgordon | johnthetubaguy: updated | 18:58 |
johnthetubaguy | flashgordon: I am good with high if you think it needs urgent attention, if only to ensure we don't get odd gate bugs we could have found earlier! | 18:58 |
jeblair | #status notice Zuul is now in queue-only mode preparing for project renames at 20:00 UTC | 18:59 |
openstackstatus | NOTICE: Zuul is now in queue-only mode preparing for project renames at 20:00 UTC | 18:59 |
johnthetubaguy | flashgordon: cool, looks good, hopefully see you in utah | 18:59 |
flashgordon | johnthetubaguy: high it is | 18:59 |
flashgordon | yup | 18:59 |
johnthetubaguy | :) | 18:59 |
Ajaeger | jeblair: here's one part in that maven removal - I would like to know whether this is done properly: https://review.openstack.org/#/c/71056/ | 19:01 |
*** jhesketh_ has quit IRC | 19:02 | |
jeblair | Ajaeger: i love it | 19:03 |
*** melwitt has joined #openstack-infra | 19:03 | |
Ajaeger | jeblair: Cool! If this gets approved and works really as expected, I do the rest of the docu jobs... | 19:05 |
*** jcooley_ has quit IRC | 19:06 | |
*** DinaBelova_ is now known as DinaBelova | 19:06 | |
*** thuc has quit IRC | 19:08 | |
*** thuc has joined #openstack-infra | 19:08 | |
*** thuc has quit IRC | 19:08 | |
*** thuc has joined #openstack-infra | 19:09 | |
*** thuc has quit IRC | 19:10 | |
*** thuc_ has joined #openstack-infra | 19:10 | |
*** thuc_ has quit IRC | 19:11 | |
*** thuc has joined #openstack-infra | 19:11 | |
*** jcooley_ has joined #openstack-infra | 19:13 | |
*** johnthetubaguy has quit IRC | 19:15 | |
*** esker has joined #openstack-infra | 19:18 | |
*** amcrn has joined #openstack-infra | 19:18 | |
fungi | mordred: so, if you're around, LC_ALL=C in tox.ini is biting us when pip 1.4.1 tries to install packages with non-ascii content in their pkg-info on python 3.3 | 19:26 |
openstackgerrit | Sean Dague proposed a change to openstack-infra/elastic-recheck: ensure all the required files are there https://review.openstack.org/71968 | 19:26 |
*** rcleere has joined #openstack-infra | 19:27 | |
*** gsamfira has joined #openstack-infra | 19:28 | |
*** esker has quit IRC | 19:30 | |
*** nati_uen_ has joined #openstack-infra | 19:30 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt https://review.openstack.org/67564 | 19:30 |
fungi | jeblair: what do you think about granting all registered users +/-1 vrfy on the openstack-dev/sandbox acl? | 19:30 |
*** esker has joined #openstack-infra | 19:30 | |
*** nati_uen_ has quit IRC | 19:30 | |
jeblair | fungi: looks like we had a gate reset, but we could still be on schedule if there isn't another | 19:31 |
jeblair | fungi: (and if there is another, let's just kill it.) | 19:31 |
*** mattoliverau has quit IRC | 19:31 | |
*** nati_uen_ has joined #openstack-infra | 19:31 | |
fungi | ...or at least have a very permissive group membership policy for a separate group for vrfy on sandbox | 19:31 |
jeblair | fungi: for third party test systems? | 19:31 |
jeblair | fungi: (i mean, is that the reason you're asking?) | 19:32 |
fungi | jeblair: right. it would allow them to test out commenting and vrfy voting using normal accounts | 19:32 |
fungi | even before they're ready to do so on real projects | 19:32 |
*** nati_ueno has quit IRC | 19:32 | |
jeblair | fungi: hey, so a while ago i suggested a 2-tier group system ("all ci accounts" and "voting ci accounts")... if we did that, then "all ci accounts" could vote on sandbox... | 19:32 |
fungi | jeblair: yep, agreed. i'll work up something for that then | 19:33 |
jeblair | fungi: and it would maintain the realism for developer-users of sandbox | 19:33 |
fungi | absolutely | 19:33 |
*** thuc has quit IRC | 19:33 | |
jeblair | fungi: you suggested that it could be double-entry ("all ci accounts" has two group-members: "voting ci accounts" and "nonvoting ci accounts") | 19:33 |
jeblair | fungi: either way is fine with me | 19:34 |
fungi | yep, i recall discussing it | 19:34 |
fungi | cool | 19:34 |
*** thuc has joined #openstack-infra | 19:34 | |
*** lyxus has quit IRC | 19:34 | |
*** esker has quit IRC | 19:35 | |
*** lyxus has joined #openstack-infra | 19:35 | |
dims | fungi, LC_ALL, very nice :) | 19:35 |
fungi | dims: i'm trying to reproduxce without tox now | 19:35 |
*** thuc has quit IRC | 19:38 | |
*** mrodden has quit IRC | 19:38 | |
*** dcramer_ has joined #openstack-infra | 19:39 | |
*** elasticio has joined #openstack-infra | 19:39 | |
*** dizquierdo has quit IRC | 19:40 | |
*** elasticio is now known as Guest67155 | 19:40 | |
*** thuc has joined #openstack-infra | 19:42 | |
*** hogepodge has quit IRC | 19:43 | |
*** mrodden has joined #openstack-infra | 19:43 | |
*** Guest67155 has quit IRC | 19:44 | |
*** elasticio_ has joined #openstack-infra | 19:44 | |
*** elasticio_ is now known as Guest48004 | 19:45 | |
*** alexpilotti has quit IRC | 19:45 | |
*** hogepodge has joined #openstack-infra | 19:45 | |
sdague | clarkb, mtreinish, jog0: I was thinking of putting in a user talk on elastic recheck for summit. Just wanted to check to make sure it wouldn't duplicate a talk any of you put in already | 19:49 |
*** igor_ has joined #openstack-infra | 19:49 | |
flashgordon | sdague: I didn't submit anything to the summit and don't plan on it this time | 19:49 |
sdague | ok | 19:50 |
*** sarob has quit IRC | 19:50 | |
flashgordon | so go for it | 19:50 |
fungi | dstufft: so i've boiled it down to LC_ALL=C in the calling environment with pip 1.4.1 and python 3.3 breaks trying to install a package with non-ascii content in its pkg-info file, but pip 1.5 and later seem to deal with it just fine. do you want py3k bugs filed against pip 1.4.1? ("no" is a perfectly fine answer in my opinion) | 19:50 |
flashgordon | sdague: I submitted a similar talk to other conferences though | 19:50 |
*** dcramer__ has joined #openstack-infra | 19:51 | |
*** gsamfira has quit IRC | 19:51 | |
*** julim has joined #openstack-infra | 19:51 | |
flashgordon | sdague: https://review.openstack.org/#/c/71952/ the new e-r message | 19:51 |
*** oanufriev has joined #openstack-infra | 19:51 | |
mtreinish | sdague: I was going to do that too :) | 19:52 |
*** Ajaeger has quit IRC | 19:52 | |
mtreinish | I haven't submitted it yet | 19:52 |
mtreinish | I'll do one on tempest so go ahead | 19:52 |
notmyname | mordred: can you offer some insight on python wheels? https://review.openstack.org/#/c/57154/ | 19:53 |
*** dcramer_ has quit IRC | 19:54 | |
jeblair | fungi: time to prep | 19:54 |
jeblair | fungi: do you want to do gerrit actions, i'll do git.o.o? | 19:55 |
fungi | that works for me | 19:57 |
fungi | jumping in there now | 19:57 |
jeblair | fungi: do i need to stop anything on the git farm? apache? cgit? | 19:58 |
*** dprince has quit IRC | 19:59 | |
fungi | i don't think so, but i guess it can't hurt | 19:59 |
*** alexpilotti has joined #openstack-infra | 19:59 | |
*** dcramer__ has quit IRC | 19:59 | |
fungi | we've just moved them straight out from underneath git and apache in the past | 19:59 |
jeblair | i will do that then and we will continue that experiment. :) | 19:59 |
fungi | the only thing doing writes to them would be gerrit, and it'll be offline | 19:59 |
jeblair | fungi: i added our names to all the steps | 20:01 |
fungi | jeblair: i saw that--thanks! | 20:01 |
fungi | grr--gate reset in progress | 20:02 |
*** thuc has quit IRC | 20:02 | |
fungi | no wait | 20:02 |
jeblair | fungi: ? | 20:02 |
jeblair | fungi: no, you thought that because it said "FAILED" | 20:02 |
fungi | i was thrown by the error log checker in the console log | 20:02 |
fungi | yeah :/ | 20:02 |
jeblair | fungi: "FAILED" doesn't mean "FAILED". | 20:02 |
dhellmann | hi, guys, let me know if there's anything I can do to help from this side -- testing, etc. | 20:03 |
*** thuc has joined #openstack-infra | 20:03 | |
fungi | obviously! | 20:03 |
jeblair | sdague: ^ super confusing. | 20:03 |
fungi | dhellmann: there will be plenty of opportunity for testing here shortly | 20:03 |
*** gokrokve has joined #openstack-infra | 20:03 | |
*** gokrokve has quit IRC | 20:03 | |
*** gokrokve has joined #openstack-infra | 20:03 | |
*** thuc has quit IRC | 20:04 | |
dhellmann | fungi: ok | 20:04 |
fungi | i've already got puppet agent disabled on review.o.o, just waiting for this last job to report before shutting it down | 20:04 |
fungi | begore shutting down gerrit i mean | 20:04 |
*** thuc has joined #openstack-infra | 20:04 | |
*** paul-- has joined #openstack-infra | 20:04 | |
fungi | it's uploading logs now | 20:05 |
clarkb | sdague: I haven't yet I say go for the summit talk | 20:08 |
*** paul-- has quit IRC | 20:09 | |
jeblair | #status alert Gerrit and Zuul are offline for project renames. ETA 20:30 UTC. | 20:10 |
openstackstatus | NOTICE: Gerrit and Zuul are offline for project renames. ETA 20:30 UTC. | 20:10 |
*** ChanServ changes topic to "Gerrit and Zuul are offline for project renames. ETA 20:30 UTC." | 20:10 | |
jeblair | well crap | 20:10 |
jeblair | apparently zuul still thinks it's waiting on the tripleo builds | 20:10 |
fungi | zuul doesn't seem to have submitted that last change to merge? | 20:10 |
fungi | ugh | 20:11 |
jeblair | fungi: i think it failed to merge: 2014-02-07 20:09:57,705 INFO zuul.DependentPipelineManager: Reported change <Change 0x7f65d94f5090 43502,23> status: all-succeeded: True, merged: False | 20:11 |
fungi | weird. it didn't comment on the change | 20:11 |
jeblair | fungi: someone uploaded patchset 24 | 20:12 |
openstackgerrit | Elizabeth Krumbach Joseph proposed a change to openstack-infra/config: Make files in reviewday docroot accessible https://review.openstack.org/69734 | 20:12 |
fungi | jeblair: yep--just noticed that | 20:12 |
jeblair | fungi: and, heh, zuul probably queued that event. :) | 20:12 |
fungi | agreed. that's almost certainly what happened | 20:12 |
jeblair | let me think about this a second. | 20:12 |
fungi | so we can't effectively dump the pending event queue, huh? | 20:12 |
jeblair | fungi: i'm wondering if it would be worthwhile to take 5 mins and write a simple noop gearman worker that will run those jobs | 20:13 |
jeblair | fungi: and maybe that will let it finish cleanly | 20:13 |
fungi | jeblair: that's beyond my capacity, but if you think it's something you want to try then i say go for it | 20:13 |
*** Guest48004 has quit IRC | 20:14 | |
jeblair | i will try. we'll have an answer in a few mins. | 20:14 |
fungi | can't be any worse than the time we'll spend hunting down and requeuing changes | 20:14 |
*** elasticio has joined #openstack-infra | 20:14 | |
*** elasticio is now known as Guest30793 | 20:14 | |
fungi | is it safe to go ahead and stop gerrit and get to work on that end of things, or should i wait until zuul's fully stopped? | 20:15 |
*** Guest30793 has quit IRC | 20:15 | |
jeblair | fungi: let's leave it up for now | 20:15 |
fungi | oh, i guess zuul will want to potentially report on the tripleo changes | 20:15 |
fungi | no sweat | 20:16 |
dstufft | fungi: Uh, well we don't have any plans to release a new 1.4. | 20:16 |
dstufft | If there's something big that is hard or impossible to work around we could probably be convinced to do so | 20:16 |
fungi | dstufft: i figured that was the case. we've got a few options for working around it i think while we finish getting 1.5.x working | 20:16 |
fungi | dstufft: mainly just wanted to apprise you of pip 1.4.1 + python 3.3 + non-ascii pkg-info = boom | 20:17 |
*** DinaBelova is now known as DinaBelova_ | 20:18 | |
*** rfolco has quit IRC | 20:18 | |
jeblair | fungi: nope, that's not going to work (internal state for those jobs is too confused) | 20:19 |
fungi | poo | 20:19 |
*** nati_ueno has joined #openstack-infra | 20:19 | |
jeblair | fungi: i'll hard-stop zuul now, feel free to proceed with gerrit | 20:19 |
fungi | on it | 20:19 |
jeblair | ok, i'll start my git.o.o moves now | 20:20 |
dstufft | fungi: gotcha | 20:20 |
dstufft | fungi: to be honest, I have an invested interest in openstack, so i'm probably more likely to do things like that for it :) But I prefer not to where possible heh | 20:20 |
lifeless | https://review.openstack.org/71444 is 503ing | 20:20 |
*** DinaBelova_ is now known as DinaBelova | 20:20 | |
*** gsamfira has joined #openstack-infra | 20:21 | |
jeblair | lifeless: see topic | 20:21 |
lifeless | oh, kk | 20:21 |
*** thuc has quit IRC | 20:21 | |
*** thuc has joined #openstack-infra | 20:21 | |
* beekneemech needs a UTC desk clock | 20:22 | |
*** nati_ueno has quit IRC | 20:22 | |
SergeyLukjanov | lifeless, I was quite scared too :) | 20:22 |
*** nati_uen_ has quit IRC | 20:22 | |
fungi | beekneemech: i can sell you a desk clock which tells utc time, but it's very, very expensive ;) | 20:23 |
*** nati_ueno has joined #openstack-infra | 20:23 | |
fungi | jeblair: okay, ready for me to start gerrit? | 20:23 |
beekneemech | fungi: Sold. :-) | 20:24 |
jeblair | fungi: yep | 20:24 |
*** cody-somerville has joined #openstack-infra | 20:24 | |
*** cody-somerville has quit IRC | 20:24 | |
*** cody-somerville has joined #openstack-infra | 20:24 | |
mordred | notmyname: looking | 20:24 |
jeblair | fungi: ready for zuul? | 20:24 |
openstackgerrit | A change was merged to openstack-infra/publications: Update periodic pipeline slide and url https://review.openstack.org/65854 | 20:24 |
openstackgerrit | A change was merged to openstack-infra/publications: Allow 'x' key to advance the zuul simulation https://review.openstack.org/64973 | 20:24 |
notmyname | mordred: thanks (but gerrit is down ;-) | 20:24 |
fungi | jeblair: testing gerrit now to make sure it looks up | 20:24 |
mordred | notmyname: I may have noticed | 20:24 |
fungi | jeblair: yep, it's responding | 20:25 |
jeblair | notmyname: gerrit is up | 20:25 |
mordred | notmyname: -1 | 20:25 |
fungi | jeblair: go for it | 20:25 |
mordred | notmyname: it is not needed | 20:25 |
jeblair | SergeyLukjanov: " Last reconfigured: Fri Feb 07 2014 12:25:26 GMT-0800 (PST) " :) | 20:25 |
notmyname | mordred: ok, thanks | 20:25 |
mordred | notmyname: oh - wait | 20:25 |
beekneemech | Oh, cool. It turns out mouseovering my WM clock shows UTC too. | 20:25 |
notmyname | mordred: ok | 20:26 |
mordred | notmyname: actually, it's fine for python-swiftclient | 20:26 |
mordred | notmyname: how about I just respond | 20:26 |
fungi | mordred: since you're around, bug 1277495 is a compelling reason to hurry up with pip 1.5.x rollout | 20:26 |
uvirtbot | Launchpad bug 1277495 in openstack-ci "python33 jobs are breaking" [Critical,In progress] https://launchpad.net/bugs/1277495 | 20:26 |
jeblair | fungi: zuul is up | 20:26 |
notmyname | mordred: great | 20:26 |
jeblair | #status ok | 20:26 |
*** ChanServ changes topic to "Discussion of OpenStack Project Infrastructure | Docs http://ci.openstack.org/ | Bugs https://launchpad.net/openstack-ci | Code https://git.openstack.org/cgit/openstack-infra/" | 20:26 | |
*** thuc has quit IRC | 20:26 | |
fungi | jeblair: merging changes now | 20:26 |
fungi | unless you want me to wait | 20:27 |
SergeyLukjanov | jeblair, yay! it's working ;) | 20:27 |
jeblair | fungi: go for it | 20:27 |
fungi | bam | 20:27 |
mordred | notmyname: oted | 20:28 |
SergeyLukjanov | jeblair, heh, and it's shown on both http://status.openstack.org/zuul/ and http://zuul.openstack.org | 20:28 |
SergeyLukjanov | jeblair, doble kill :) | 20:28 |
openstackgerrit | A change was merged to openstack-infra/config: Oslo is adopting several stackforge libraries https://review.openstack.org/70435 | 20:29 |
openstackgerrit | A change was merged to openstack-infra/config: Rename oslo.sphinx to oslosphinx https://review.openstack.org/71593 | 20:30 |
fungi | pulling puppet on the master now | 20:30 |
harlowja | merged, woot | 20:32 |
fungi | okay, latest config changes are on the master now, so starting puppet back on gerrit | 20:32 |
* harlowja waiting eagerly | 20:32 | |
jeblair | fungi: note i split step 12 and give sphinx to me and the others to you | 20:33 |
*** openstackgerrit has quit IRC | 20:34 | |
jeblair | fungi: (but that can wait) | 20:34 |
fungi | jeblair: okay. i decided to manually run puppet agent --test on gerrit to speed this step along | 20:34 |
*** openstackgerrit has joined #openstack-infra | 20:34 | |
*** igor___ has joined #openstack-infra | 20:34 | |
fungi | seems to have been successful | 20:35 |
jeblair | fungi: ready for replication? | 20:35 |
mordred | fungi: do you know why we do LC_ALL=C ? | 20:36 |
*** masayukig has joined #openstack-infra | 20:36 | |
*** igor_ has quit IRC | 20:36 | |
fungi | jeblair: doing now | 20:36 |
*** malini is now known as malini_afk | 20:37 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/requirements: Update README with rationale and internal mirror https://review.openstack.org/71934 | 20:37 |
fungi | jeblair: oh, i see you had assigned that to yourself, sorry. i just fired it off | 20:37 |
jeblair | np | 20:37 |
jeblair | nice, we're waiting on gerrit to replicate to 1105 locations | 20:37 |
*** nati_ueno has quit IRC | 20:38 | |
fungi | wow | 20:39 |
*** markmcclain has quit IRC | 20:39 | |
*** nati_ueno has joined #openstack-infra | 20:41 | |
*** jasondotstar has quit IRC | 20:42 | |
*** nati_ueno has quit IRC | 20:42 | |
*** hogepodge has quit IRC | 20:42 | |
*** nati_ueno has joined #openstack-infra | 20:42 | |
* dhellmann stands by to update .gitreview files | 20:42 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 20:43 | |
jeblair | dhellmann: i believe you should be good to go now | 20:43 |
jeblair | and all the replications just finished | 20:43 |
dhellmann | jeblair: ok | 20:43 |
fungi | i'm deleting the old stackforge repos off github | 20:44 |
jeblair | fungi: did manage-projects create the github repos? i don't see https://github.com/openstack/cliff | 20:44 |
fungi | jeblair: oh, you know what?... | 20:44 |
fungi | running manage-projects now :( | 20:44 |
*** klrmn has joined #openstack-infra | 20:45 | |
*** hogepodge has joined #openstack-infra | 20:45 | |
*** rfolco has joined #openstack-infra | 20:46 | |
*** cadenzajon has quit IRC | 20:47 | |
klrmn | so, yesterday i asked lifeless a question and he pointed me to https://review.openstack.org/#/c/70021/7/tools/subunit-trace.py,unified which solved *most* of my non-tempest-related problems with my testr output. it is however missing a real summary at the end. | 20:47 |
fungi | confirmed they're there now | 20:47 |
fungi | with recent commit history | 20:47 |
fungi | also the stackforge versions of them are deleted | 20:48 |
*** thomasem has quit IRC | 20:48 | |
jeblair | fungi: i've run puppet on git*, but cgit doesn't look right yet | 20:48 |
jeblair | the cgitrepos module still has the old names | 20:48 |
fungi | jeblair: mmm, i'll try manually running create-cgitrepos | 20:48 |
klrmn | i am unable to follow all the different results in subunit-trace to figure out which one i would need to change to get a summary | 20:48 |
lifeless | klrmn: if you want a summary, the summaryresult is the object to query. | 20:49 |
*** denis_makogon_ has joined #openstack-infra | 20:51 | |
fungi | jeblair: yeah, create-cgitrepos seems to have a similar bug as to what clarkb fixed in other parts of jeepyb with respect to the recent config split. testing a patch now | 20:52 |
*** sarob has joined #openstack-infra | 20:52 | |
*** dcramer_ has joined #openstack-infra | 20:56 | |
fungi | aha, the problem is twofold. i need to tweak both jeepyb and config repos for this | 20:56 |
*** CaptTofu has quit IRC | 20:57 | |
*** sarob has quit IRC | 20:57 | |
*** lcheng_ has joined #openstack-infra | 21:00 | |
*** rcleere has quit IRC | 21:01 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/jeepyb: Correct create-cgitrepos default projects.ini path https://review.openstack.org/71991 | 21:01 |
*** dcramer_ has quit IRC | 21:01 | |
*** mgagne has quit IRC | 21:01 | |
lifeless | fungi: so, around ? | 21:01 |
fungi | lifeless: will be in a bit | 21:01 |
fungi | fixing more broken first | 21:02 |
lifeless | ok | 21:02 |
openstackgerrit | Elizabeth Krumbach Joseph proposed a change to openstack-infra/config: Add support for Fedora 20 to nodepool https://review.openstack.org/69510 | 21:03 |
*** hogepodge has quit IRC | 21:05 | |
lifeless | hmm, my 11KBps friend is back | 21:06 |
*** sarob has joined #openstack-infra | 21:06 | |
lifeless | oh, nuts, openvswitch I guess | 21:06 |
*** prad_ has quit IRC | 21:06 | |
mordred | lifeless: that seems like a song | 21:07 |
fungi | jeblair: i've touched up git01-04 by hand so they should be okay now. i'm still working on a more correct fix in jeepyb | 21:07 |
jeblair | fungi: cool, thx | 21:07 |
dhellmann | fungi, jeblair : tests are running and patches are landing in all of those repos, so I think everything is working | 21:07 |
jeblair | dhellmann: great! | 21:08 |
fungi | dhellmann: great! | 21:08 |
dhellmann | fungi, jeblair : thank you both for making this so easy :-) | 21:08 |
jeblair | dhellmann: np; thanks for writing the changes! | 21:08 |
fungi | jeblair: clarkb: looks like checking for projects.ini to determine the format of projects.yaml only works if you *have* a projects.ini (cgit servers and possibly other projects.yaml-consuming systems don't need/want projects.ini) | 21:09 |
jeblair | fungi: so probably just need to remove the backwards compat change then | 21:10 |
*** sarob has quit IRC | 21:10 | |
mordred | yeah. there's no need to carry the backwards compat change now that we've done the transition | 21:10 |
fungi | eh, i just found an alternative which is still backwards-compat | 21:10 |
mordred | yeah/ | 21:10 |
mordred | ? | 21:10 |
fungi | check the number of documents in the yaml | 21:11 |
mordred | nod | 21:11 |
*** jgrimm has quit IRC | 21:11 | |
*** jgrimm has joined #openstack-infra | 21:12 | |
*** lcestari has quit IRC | 21:12 | |
*** cadenzajon has joined #openstack-infra | 21:13 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/jeepyb: Correct create-cgitrepos projects.yaml versioning https://review.openstack.org/71991 | 21:13 |
*** rfolco has quit IRC | 21:13 | |
fungi | something like that ^ will be nice to people who were using jeepyb to manage a cgit frontend | 21:14 |
*** dcramer_ has joined #openstack-infra | 21:15 | |
lifeless | can one specify a specific flavor in nodepool today? | 21:15 |
mordred | lifeless: yes | 21:15 |
lifeless | how | 21:15 |
lifeless | I see min_ram | 21:15 |
fungi | lifeless: there's a filter option | 21:15 |
fungi | lifeless: look at how we do performance flavors for rax | 21:15 |
mordred | so - you cannot do flavor id today | 21:15 |
mordred | but you can do what fungi said | 21:16 |
fungi | get specific enough with the filter on the name, and different enough on your flavor names, and it should allow you to be very selective about particular flavors | 21:17 |
openstackgerrit | Travis Plummer proposed a change to openstack-infra/config: New project request: OpenStack Powershell CLI and SDK https://review.openstack.org/71956 | 21:17 |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Update TripleO TE broker address. https://review.openstack.org/71999 | 21:17 |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Update the tripleo setup for the new ci-overcloud https://review.openstack.org/72000 | 21:17 |
*** yolanda has quit IRC | 21:18 | |
lifeless | sorry, that was meant to be one commit. blrh | 21:18 |
fungi | lifeless: can you just squash that into the revert for the nodepool.yaml? | 21:18 |
lifeless | fungi: if you want | 21:18 |
*** DinaBelova is now known as DinaBelova_ | 21:19 | |
fungi | that way we'll be less likely to split the config updates accidentally and start trying to do the wrong thing | 21:19 |
openstackgerrit | Antoine Musso proposed a change to openstack-infra/zuul: dequeue abandoned changes https://review.openstack.org/65467 | 21:19 |
*** hogepodge has joined #openstack-infra | 21:20 | |
*** thuc has joined #openstack-infra | 21:21 | |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider" https://review.openstack.org/71684 | 21:22 |
*** lcheng_ has quit IRC | 21:22 | |
mfer | jeblair fungi mordred anyone got to talk about something awkward... that is c# in a stackforge repo? :D | 21:23 |
mfer | https://review.openstack.org/71956 | 21:24 |
*** paybackman has quit IRC | 21:25 | |
fungi | lifeless: lgtm | 21:26 |
fungi | lifeless: and a nice bump to the server limit there | 21:26 |
lifeless | we're now using about half our capacity (if we use all that limit) | 21:27 |
lifeless | but | 21:27 |
lifeless | the testenv machines aren't quite scaled to match | 21:27 |
lifeless | so we may need to tune | 21:27 |
lifeless | we'll see | 21:27 |
lifeless | you could run some m1.large or whatever devstack machines if you wanted | 21:27 |
openstackgerrit | Andreas Jaeger proposed a change to openstack/requirements: Update openstack-doc-tools to 0.6 https://review.openstack.org/69685 | 21:27 |
fungi | lifeless: excellent. next week, if all goes well, we ought to add some devstack-precise-check nodes there and see what happens | 21:29 |
*** andre__ has quit IRC | 21:30 | |
lifeless | pleia2: the images are gone so will need to upload new Fedora | 21:30 |
lifeless | I'm uploading a new Ubuntu noew | 21:30 |
*** dcramer_ has quit IRC | 21:31 | |
pleia2 | lifeless: ok | 21:31 |
pleia2 | lifeless: I can upload fedora if you want | 21:32 |
lifeless | pleia2: sure, or give me the url | 21:32 |
lifeless | and I'll do it from within the te-broker | 21:32 |
lifeless | ubuntu uploaded | 21:32 |
lifeless | fungi: bombs away please | 21:32 |
pleia2 | lifeless: http://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2 | 21:33 |
fungi | jeblair: any objections to merging 71684 and trying to fire up image builds on the rebuilt tripleo-ci provider now? | 21:33 |
pleia2 | then I: glance image-create --name="Fedora 20 64-bit" --disk-format=qcow2 --container-format=bare < Fedora-x86_64-20-20131211.1-sda.qcow2 | 21:34 |
pleia2 | will do for my account to so I can test my latest updates to the WIP node prep reviews I have pending | 21:34 |
lifeless | slow mirror :( | 21:34 |
pleia2 | s/to/too | 21:34 |
lifeless | only getting 500KBps from it | 21:35 |
pleia2 | hm, they don't make finding non-AMI mirrors easy | 21:36 |
*** klrmn has left #openstack-infra | 21:36 | |
*** hogepodge has quit IRC | 21:36 | |
fungi | pleia2: they're one of our biggest contributors... someone should have a chat with them about that ;) | 21:36 |
pleia2 | hah | 21:36 |
lifeless | ooh ooh 700KBps for a bit there | 21:37 |
lifeless | pleia2: last time I got it from http://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2 | 21:37 |
lifeless | pleia2: on http://fedoraproject.org/en/get-fedora#clouds | 21:37 |
pleia2 | lifeless: that's the same URL :) | 21:38 |
pleia2 | they don't list mirrors there though | 21:38 |
*** jasondotstar has joined #openstack-infra | 21:41 | |
*** andre__ has joined #openstack-infra | 21:42 | |
lifeless | pleia2: ah it is too | 21:43 |
lifeless | 302 to a bad mirror | 21:43 |
lifeless | anyhoo | 21:43 |
lifeless | pleia2: btw | 21:43 |
lifeless | --file is better than a redirect | 21:43 |
lifeless | and --progress is nice | 21:43 |
lifeless | fungi: so we have ubuntu and fedora base images ready to roll | 21:44 |
lifeless | yeah, NCSU mirror gets 17MBps | 21:44 |
fungi | but of course it does | 21:44 |
fungi | because, well, it's ncsu | 21:44 |
pleia2 | lifeless: good to know, thanks :) | 21:45 |
* fungi lives 15 minutes through town from ncsu | 21:45 | |
fungi | jeblair, mordred and olaph attended there... i did not | 21:45 |
fungi | however, red hat hq was on ncsu campus up until a year or so ago, so i would expect them to have a beefy rh/fedora mirror | 21:46 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Fix misspellings in jenkins-job-builder https://review.openstack.org/71764 | 21:46 |
*** mrodden has quit IRC | 21:46 | |
fungi | and not 30 minutes from unc, where ibiblio lives | 21:47 |
*** jcooley_ has quit IRC | 21:48 | |
fungi | we have a rich tradition of software mirrors here ;) | 21:48 |
harlowja | hi guys, is the move all good to go, just want to double check before i redo a few reviews to point to the new location | 21:48 |
*** jcooley_ has joined #openstack-infra | 21:49 | |
fungi | harlowja: should be, but if it's not, please let us know so we can look into uit | 21:49 |
fungi | it | 21:49 |
harlowja | k | 21:49 |
harlowja | thx fungi | 21:49 |
fungi | harlowja: you're welcome | 21:49 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 21:50 | |
*** hogepodge has joined #openstack-infra | 21:50 | |
*** Sukhdev has joined #openstack-infra | 21:51 | |
*** jasondotstar has quit IRC | 21:51 | |
lifeless | fungi: so, I don't mean to be pushy... but. | 21:51 |
*** david-lyle has quit IRC | 21:51 | |
lifeless | fungi: I either need to go do family time, or this. | 21:51 |
fungi | lifeless: i would love to get jeblair to give the all clear before i merge that | 21:52 |
* fungi would love to go to dinner | 21:52 | |
lifeless | fungi: if we're going to do it and you want me (vs e.g. SpamapS who is also a tripleo-cd-admin) around to deal with glitches... | 21:52 |
*** mfer has quit IRC | 21:52 | |
fungi | completely understand | 21:52 |
dstufft | fungi: btw I meant to ask and forgot, how far away is openstack from switching to pip 1.5? | 21:53 |
jeblair | fungi: back | 21:53 |
fungi | jeblair: yay! | 21:53 |
*** prad has joined #openstack-infra | 21:53 | |
SpamapS | eh? | 21:54 |
*** mrodden has joined #openstack-infra | 21:54 | |
fungi | dstufft: we were looking at scheduling a day roughly a week out to do that and deal with the anticipated fallout, but the tox posargs behavior change has set us back i think | 21:54 |
openstackgerrit | Ruslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests https://review.openstack.org/69384 | 21:55 |
dstufft | fungi: cool, no worries :) I was just wondering | 21:55 |
jeblair | fungi, lifeless: wfm; lifeless shall we approve? | 21:55 |
fungi | jeblair: please do | 21:56 |
jeblair | done | 21:56 |
fungi | jeblair: lifeless: i'll babysit the image builds starting, then go grab a bite to eat and check back in on it | 21:56 |
openstackgerrit | Ruslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests https://review.openstack.org/69384 | 21:56 |
fungi | dstufft: we would love to do it asap, but want to give the rest of our developer community some guidance on fixes they'll likely discover a need to apply to their various projects | 21:57 |
lifeless | fungi: cool | 21:57 |
*** jasondotstar has joined #openstack-infra | 21:57 | |
dstufft | fungi: totally understandable :) | 21:57 |
openstackgerrit | A change was merged to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider" https://review.openstack.org/71684 | 21:58 |
*** sarob has joined #openstack-infra | 21:58 | |
*** paul-- has joined #openstack-infra | 22:05 | |
*** thuc has quit IRC | 22:07 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: No longer grant third-party voting initially https://review.openstack.org/72012 | 22:07 |
*** thuc has joined #openstack-infra | 22:07 | |
*** dcramer_ has joined #openstack-infra | 22:08 | |
*** ociuhandu has quit IRC | 22:08 | |
*** jasondotstar has quit IRC | 22:09 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Added clone-workspace publisher https://review.openstack.org/69532 | 22:09 |
*** paul-- has quit IRC | 22:09 | |
*** pdmars has quit IRC | 22:10 | |
*** thuc has quit IRC | 22:11 | |
*** thuc has joined #openstack-infra | 22:12 | |
lifeless | ok, I see templates running | 22:12 |
lifeless | yay | 22:12 |
*** paul-- has joined #openstack-infra | 22:12 | |
fungi | lifeless: yeah but the first round of them failed and are already in the process of being deleted. i'm checking into why in the logs now | 22:13 |
*** fbo_away is now known as fbo | 22:14 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware https://review.openstack.org/70761 | 22:16 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Enhance project specific parameters example. https://review.openstack.org/71647 | 22:17 |
*** paul-- has quit IRC | 22:17 | |
dims | SergeyLukjanov, finally fixed the oslo.vmware review acc to your latest comments. too much excitement today :) | 22:17 |
*** julim has quit IRC | 22:19 | |
*** bknudson has quit IRC | 22:21 | |
openstackgerrit | A change was merged to openstack-infra/config: Allow merge commits for operations-guide https://review.openstack.org/71661 | 22:24 |
fungi | lifeless: sorry, my mistake. the deleting images i saw were lingering in the db from prior to the tripleo-ci outage | 22:25 |
*** esker has joined #openstack-infra | 22:25 | |
fungi | lifeless: pleia2: the fedora image builds aren't quite working yet, but that can wait of course | 22:26 |
*** melwitt has quit IRC | 22:27 | |
pleia2 | yeah, broken fedora is expected right now | 22:27 |
fungi | we're 20 minutes into the precise image build with no signs of any issue, so i'm going to knock off to a restaurant for a bit | 22:27 |
lifeless | ok, thanks | 22:27 |
pleia2 | enjoy | 22:27 |
*** dcramer_ has quit IRC | 22:27 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware https://review.openstack.org/70761 | 22:28 |
fungi | i'll have a look into the (by then hopefully existent) nodes launched from this image once i'm back | 22:28 |
*** chris_johnson has quit IRC | 22:28 | |
lifeless | if it goes pear shaped, I'm on my mobile. | 22:29 |
*** prad has quit IRC | 22:29 | |
fungi | lifeless: great--i'll keep you posted | 22:29 |
*** malini_afk is now known as malini | 22:30 | |
*** jcooley_ has quit IRC | 22:31 | |
*** melwitt has joined #openstack-infra | 22:32 | |
*** dkliban is now known as dkliban_afk | 22:33 | |
*** hogepodge has quit IRC | 22:33 | |
*** ryanpetrello has quit IRC | 22:34 | |
*** weshay has quit IRC | 22:36 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware https://review.openstack.org/70761 | 22:36 |
*** sarob has quit IRC | 22:37 | |
*** sarob has joined #openstack-infra | 22:39 | |
*** dcramer_ has joined #openstack-infra | 22:40 | |
*** sarob has quit IRC | 22:43 | |
*** bknudson has joined #openstack-infra | 22:46 | |
*** mriedem has quit IRC | 22:46 | |
lifeless | fungi: I see two slaves. Can have tests? | 22:50 |
*** dcramer_ has quit IRC | 22:50 | |
*** malini is now known as malini_afk | 22:54 | |
ArxCruz | fungi: lifeless where can I find a yaml showing how to report back results? only report, no voting | 22:54 |
*** nati_ueno has quit IRC | 22:54 | |
jeblair | ArxCruz: look at the experimental pipeline in openstack's zuul config | 22:54 |
ArxCruz | jeblair: prod or dev? | 22:55 |
jeblair | ArxCruz: prod | 22:55 |
*** nati_ueno has joined #openstack-infra | 22:55 | |
jeblair | ArxCruz: i think force-message is the key | 22:56 |
*** lcheng_ has joined #openstack-infra | 22:58 | |
ArxCruz | jeblair: as far as I understand, that's when a comment is added right ? | 23:00 |
ArxCruz | I want to post my results as a comment in gerrit | 23:00 |
*** jnoller_ has joined #openstack-infra | 23:01 | |
*** rwsu has quit IRC | 23:01 | |
*** jnoller has quit IRC | 23:01 | |
*** jcooley_ has joined #openstack-infra | 23:01 | |
*** rwsu has joined #openstack-infra | 23:02 | |
openstackgerrit | A change was merged to openstack-infra/storyboard: Add oslo fixture module and update everything else https://review.openstack.org/69830 | 23:04 |
jeblair | ArxCruz: yes, that's what the experimental pipeline does, it posts results without leaving a vote | 23:04 |
ArxCruz | jeblair: http://paste.openstack.org/show/63143/ ? | 23:06 |
ArxCruz | that's it? | 23:06 |
*** rwsu has quit IRC | 23:06 | |
*** jcooley_ has quit IRC | 23:06 | |
ArxCruz | so, where's can I configure the text like: Hey, this patch pass on my tests | 23:06 |
jeblair | ArxCruz: the "success" and "failure" sections of that are how you tell it to report a message without leaving a vote. | 23:07 |
jeblair | ArxCruz: you'll want something different for the trigger, i'm sure. | 23:07 |
jeblair | ArxCruz: if you want to customize the message, see http://ci.openstack.org/zuul/zuul.html#pipelines | 23:08 |
ArxCruz | jeblair: right now i only have this http://paste.openstack.org/show/63148/ | 23:09 |
*** burt1 has quit IRC | 23:10 | |
*** oubiwann_ has quit IRC | 23:10 | |
*** malini_afk is now known as malini | 23:11 | |
openstackgerrit | Ruslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests https://review.openstack.org/69384 | 23:11 |
jeblair | ArxCruz: so add the "success" and "failure" sections from the earlier paste and it will report | 23:11 |
ArxCruz | that's it? | 23:11 |
ArxCruz | :O | 23:11 |
jeblair | ArxCruz: that's it. if you want to start by only reporting success, just add that and leave out failure. :) | 23:12 |
ArxCruz | jeblair: http://static.fjcdn.com/pictures/You_e02ace_1618716.jpg | 23:12 |
jeblair | heh | 23:13 |
*** malini is now known as malini_afk | 23:14 | |
jeblair | dhellmann: also, please feel free to update the 'stackforge howto' and help turn it into a more general 'new project' howto | 23:14 |
jeblair | dhellmann: if you think that would help address the doc void you are finding | 23:15 |
*** jgrimm has quit IRC | 23:15 | |
*** markmcclain has joined #openstack-infra | 23:18 | |
*** rwsu has joined #openstack-infra | 23:19 | |
*** markmcclain has quit IRC | 23:20 | |
*** markmcclain has joined #openstack-infra | 23:21 | |
*** enikanorov has quit IRC | 23:21 | |
zaro | fungi: you know anything about db collation? | 23:21 |
*** thuc has quit IRC | 23:21 | |
*** jasondotstar has joined #openstack-infra | 23:22 | |
*** thuc has joined #openstack-infra | 23:22 | |
*** hogepodge has joined #openstack-infra | 23:23 | |
*** enikanorov has joined #openstack-infra | 23:24 | |
openstackgerrit | A change was merged to openstack/requirements: Add a new dependency: trollius https://review.openstack.org/70983 | 23:24 |
*** fbo is now known as fbo_away | 23:25 | |
*** jnoller_ is now known as jnoller | 23:25 | |
*** pcrews has quit IRC | 23:26 | |
*** thuc has quit IRC | 23:26 | |
openstackgerrit | Ruslan Kamaldinov proposed a change to openstack-infra/storyboard: [WIP] MVP2 API for Storyboard https://review.openstack.org/72023 | 23:26 |
*** thuc has joined #openstack-infra | 23:30 | |
*** cody-somerville_ has joined #openstack-infra | 23:30 | |
*** cody-somerville_ has quit IRC | 23:30 | |
*** cody-somerville_ has joined #openstack-infra | 23:30 | |
*** cody-somerville has quit IRC | 23:31 | |
*** thuc_ has joined #openstack-infra | 23:31 | |
*** thuc_ has quit IRC | 23:32 | |
*** thuc has quit IRC | 23:32 | |
*** thuc has joined #openstack-infra | 23:32 | |
*** thuc has quit IRC | 23:37 | |
*** thuc has joined #openstack-infra | 23:40 | |
mordred | zaro: collations are sort orders | 23:43 |
mordred | or, rather, they define sort orders | 23:43 |
mordred | zaro: so unicode with a swedish collation define how the sort function will treat a and å, for instance | 23:43 |
*** markmcclain has quit IRC | 23:43 | |
mordred | which might be different from how those bytes might get sorted in japanese | 23:43 |
*** thuc has quit IRC | 23:44 | |
*** e0ne has quit IRC | 23:44 | |
*** thuc has joined #openstack-infra | 23:44 | |
*** esker has quit IRC | 23:45 | |
*** denis_makogon_ has quit IRC | 23:45 | |
*** e0ne has joined #openstack-infra | 23:46 | |
*** oubiwann_ has joined #openstack-infra | 23:50 | |
*** Sukhdev has quit IRC | 23:51 | |
*** jnoller has quit IRC | 23:54 | |
zaro | mordred: i tried the gerrit db utf8 conversion but ran into a problem. | 23:55 |
zaro | mordred: it looks like some of the existing tables are collated 'latin1_swedish_cs'. | 23:56 |
zaro | mordred: ther is no corresponding 'utf8_general_cs' http://bugs.mysql.com/bug.php?id=65830 | 23:57 |
zaro | mordred: so i tried using 'utf8_general_ci' but that doesn't work because it's case insensitive which doesn't work with the existing case sensitive data in the gerrit db. | 23:58 |
flashgordon | just found out you can -1 and approve a patch | 23:58 |
flashgordon | at the same time | 23:58 |
zaro | flashgordon: hum, interesting. | 23:59 |
jeblair | flashgordon: that even makes sense, if you're being particularly detatched and honest. | 23:59 |
flashgordon | jeblair: heh | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!