Friday, 2014-02-07

clarkbfungi: zaro: doing the conversion in python should be fairly safe as the internal unicode representation is encoding agnostic00:00
clarkband will throw exceptions if you can't go in one direction00:00
fungiyep. python's unicode string encode/decode is great for that00:00
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Convert failed_job into an object  https://review.openstack.org/7053700:00
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Map failed jobs to bugs in gerrit comment  https://review.openstack.org/7114800:00
jog0sdague: ^00:02
jog0also sdague how is korea00:02
*** changbl has quit IRC00:02
sdaguegood, about to come home00:03
jog0sdague: that was quick00:04
*** amcrn has quit IRC00:04
*** harlowja is now known as harlowja_away00:04
sdagueyeh, I've been traveling enough, I kind of wanted to just be home when I could00:05
clarkbfungi: 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 sane00:05
sdaguealso, better to extend a stay when the weather is nicer00:05
jog0whats the weather there?00:05
clarkbthough NY weather isn't so great either :P00:05
jog0its raining here00:06
sdagueclarkb: it's the same weather00:06
fungiclarkb: well, for starters, it depends on an abandoned patch00:06
*** oubiwann_ has quit IRC00:06
sdagueexcept we have a bunch of snow in NY now apparently00:06
*** cody-somerville has joined #openstack-infra00:06
*** cody-somerville has quit IRC00:06
*** cody-somerville has joined #openstack-infra00:06
sdaguewhich my wife is going to be unforgiving of, as she spent 5 hrs shoveling out our driveway....00:06
sdaguejog0: did you have any further comments on - https://review.openstack.org/#/c/63769/ ?00:07
jog0sdague: *shrug* haven't reviewed it in some time00:09
jog0so notright now00:09
jog05 hours ouch00:09
*** amcrn has joined #openstack-infra00:11
*** mriedem has quit IRC00:11
*** dstufft|laptop has joined #openstack-infra00:11
sdagueyeh, I think a snow thrower might be in our future00:12
jog0 that means next year will be a mild winter00:12
jeblairclarkb: removed my +200:12
StevenKsdague: Snow thrower?00:12
*** dstufft|laptop is now known as dstufft|airplane00:12
clarkbsdague: is that like a ground tiller built for snow?00:13
StevenKAll 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-winter00:13
sdaguehttp://www.amazon.com/Snow-Throwers-Removal/b?ie=UTF8&node=304348100:13
sdagueclarkb: yeh, basically00:14
jeblairsdague: we had one in MA; was great.00:14
sdagueyeh, our neihbors have them00:14
jog0sdague: http://www.heateddriveway.com/site/page00:14
sdaguehonestly, I mostly was ok with shoveling, even if it takes time00:14
clarkbjog0: the green bay packers have a heated field00:14
sdaguegood exercise00:14
clarkbbut one time it broke and everything refroze udner the tarp00:14
clarkband now we call the game played on that turf the "ice bowl"00:15
*** harlowja_away is now known as harlowja00:15
sdagueok, boarding shortly. Catch you all later.00:16
jeblairsdague: 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
jeblairsdague: have a good flight00:16
jog0clarkb: whoa nice00:16
clarkbjog0: one person died in the stands due to exposure00:16
jog0ouch00:17
*** freyes has joined #openstack-infra00:18
*** mrodden has quit IRC00:18
*** matsuhashi has joined #openstack-infra00:19
zaroclarkb: you think this will work to detect bad chars in utf8 tables? http://stackoverflow.com/a/611224100:20
clarkbzaro: no that will just show you where there are multibyte chars00:21
clarkbnot all multibyte chars are bad00:21
*** enikanorov_ has joined #openstack-infra00:21
clarkbzaro: 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 thrown00:21
clarkbthen you will know exactly which strings can't be converted cleanly00:21
*** enikanorov has quit IRC00:23
*** atiwari has quit IRC00:23
*** mrda is now known as mrda_away00:23
*** dangers is now known as dangers_away00:25
wenlockquestion 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|afk00:27
*** ok_delta has joined #openstack-infra00:27
clarkbwenlock: /me looks but why not make it not ssh?00:28
clarkbpretty sure it doesn't know how to do any special auth00:28
wenlockclarkb:  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
wenlockim just trying to deal with a little migration madness00:29
*** CaptTofu has quit IRC00:29
wenlockthinking about best way to do it, was hoping maybe manage-projects helps00:29
*** CaptTofu has joined #openstack-infra00:30
*** gokrokve has quit IRC00:30
clarkbwenlock: it just uses git commands with the remote as provided00:30
wenlockif 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://url00:30
clarkbif you give that user a default key without a passphrase that has access it should work00:30
fungiwill git use ssh urls like ssh://username:password@host/repo?00:30
clarkbor you could extend the handling of upstream to use GIT_SSH and configure it that way if the upstream is an ssh remote00:30
clarkbfungi: maybe?00:31
clarkbwenlock: yes it literally sets a git remote with the uri00:31
clarkbso anything git can talk to should work00:31
wenlockok, i might try that and see if file://someshare works00:32
*** wenlock has quit IRC00:33
*** CaptTofu has quit IRC00:34
clarkbgah wenlock left00:34
clarkbI had questions about a change00:34
* fungi still doesn't understand people who just disappear from irc00:34
clarkbAaronGr: https://review.openstack.org/#/c/66072/3/manifests/site.pp a bunch of sysadmins replacements were not made, is that intentional?00:37
openstackgerritJoshua Harlow proposed a change to openstack/requirements: Taskflow 0.1.3 was released  https://review.openstack.org/7169900:40
*** cadenzajon has quit IRC00:41
*** sarob has joined #openstack-infra00:41
*** CaptTofu has joined #openstack-infra00:41
AaronGrclarkb: not sure why i didn't do the others.00:41
*** thuc has quit IRC00:42
clarkbAaronGr: I assume those should be updated too for consistency? I will leave a comment00:43
*** thuc has joined #openstack-infra00:43
AaronGrno problem. i will adjust and resubmit.00:43
clarkbthanks00:44
*** thuc_ has joined #openstack-infra00:45
*** sarob has quit IRC00:46
*** thuc has quit IRC00:47
*** lcheng_ has joined #openstack-infra00:47
AaronGrclarkb: looks like it's too old, can't rebase.00:48
openstackgerritJoshua Harlow proposed a change to openstack/requirements: Taskflow 0.1.3 was released  https://review.openstack.org/7169900:48
*** UtahDave has quit IRC00:49
clarkbAaronGr: should be able to resolve the conflicts00:49
openstackgerritAaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables  https://review.openstack.org/6607200:51
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Revert "Temporarily stop running tripleo seed/undercloud"  https://review.openstack.org/7170000:51
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider"  https://review.openstack.org/7168400:51
AaronGrclarkb: you're right, end of day, head wasn't working right, thanks.00:51
*** sarob has joined #openstack-infra00:51
fungiend of day is beginning of night!00:51
fungi(the cycle of all things)00:51
clarkbfungi: 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 of00:55
clarkbmarkwash: btw ^ I think that will help fix some of the non deterministic glance tests if they havne't already been fixed00:55
*** sarob has quit IRC00:56
clarkbwe don't have to worry about ports because we have a much larger supply of addresses00:56
markwashugh I'm just disgusted with myself that glance causes this problem :-(00:57
fungiclarkb: 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 IRC00:57
markwashit should be possible to just create unnamed pipes and run with that00:57
clarkbfungi: is that a problem?00:57
markwashbut thanks for accomodating our behavior!00:57
clarkbmarkwash: well glance doesn't cause it in the test above00:57
fungiclarkb: i just mean in general. for this particular case it's probably fine00:57
clarkbglance's functional unittests internally have the same issues though00:57
clarkbwhere the tests try to guess an available port then fail00:58
clarkbfungi: also any idea why ipv6 didn't give us a /24 for this sort of thing? its not like ipv6 is hurting for addresses00:58
fungiis binding on port 0 and then querying the socket object for its actual port number not viable?00:58
*** yamahata has joined #openstack-infra00:59
*** markwash_ has joined #openstack-infra00:59
clarkbfungi: nope, because how do you hand that off to gerrit00:59
clarkbglance could deal with it that way with some internal logic on what to do with open file descriptors afte rbeing exec'd00:59
clarkbbut I wouldn't count on gerrit being so smart00:59
fungiahh, i didn't look at which review you were talking about and thought you meant glance tests00:59
*** freyes has quit IRC01:00
clarkber /120 for ipv601:01
clarkbor whatever, >/128 please01:01
fungimight have to take a modulus of the pid... i think linux uses a 32-bit int for it01:01
lifelessso THAT is why systemd01:02
*** lcheng_ has quit IRC01:02
lifelessavoid running out of pids01:02
*** markwash has quit IRC01:02
*** markwash_ is now known as markwash01:02
fungisystemd for moar pids!01:02
fungior something01:02
fungikeep calm and iterate01:02
clarkbfungi: the defautls are usualy much smaller than that01:02
clarkb32 or 65k iirc01:02
*** sarob has joined #openstack-infra01:02
clarkbanyways, trying to find open ports to set in gerrit confs is insane01:03
zarofungi: ETA for the review.o.o db dump?01:03
clarkbwe should overload addresses instead01:03
fungizaro: i'll send it over now--just a sec01:03
clarkblifeless: how does systemd fix running out of pids? pid table is in the kernel I thought01:03
lifelessclarkb: less processes01:04
lifelessclarkb: also, it was a troll01:04
lifelessclarkb: with just enough validity to be amusing01:04
fungiclarkb: yeah, i think it's fine to map to loopback addresses in this case01:04
*** ryanpetrello has quit IRC01:05
clarkbfungi: 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 space01:05
clarkbis that something hiding in /proc?01:06
fungiclarkb: yeah, i guess pids aren't going to exceed 2^24 so should be fine01:06
fungizaro: it's now at review-dev:~fungi/production-gerrit.sql.gz01:08
clarkbfungi: ya my pidmax is 23k01:08
clarkb*32k01:08
*** sarob has quit IRC01:08
clarkbit hides in /proc/sys/kernel/pid_max if we want to be extra careful the tests can check that value01:08
fungiclarkb: so 2^15... plenty of room01:08
*** mrodden has joined #openstack-infra01:09
*** mrodden1 has joined #openstack-infra01:12
*** ryanpetrello has joined #openstack-infra01:12
*** melwitt has quit IRC01:12
*** mrodden has quit IRC01:14
*** sandywalsh has quit IRC01:14
clarkbhttp://tools.ietf.org/html/draft-smith-v6ops-larger-ipv6-loopback-prefix-04 woot I am not crazy01:15
*** enikanorov_ has quit IRC01:17
*** enikanorov has joined #openstack-infra01:17
*** thuc_ has quit IRC01:19
openstackgerritA change was merged to openstack-infra/elastic-recheck: Convert failed_job into an object  https://review.openstack.org/7053701:20
openstackgerritA change was merged to openstack-infra/elastic-recheck: Map failed jobs to bugs in gerrit comment  https://review.openstack.org/7114801:20
*** thuc has joined #openstack-infra01:20
*** oubiwann_ has joined #openstack-infra01:21
*** thuc has quit IRC01:24
*** nosnos has joined #openstack-infra01:28
*** smurugesan has quit IRC01:29
*** ken1ohmichi has quit IRC01:33
*** dstufft|airplane has quit IRC01:33
*** mrda_away is now known as mrda01:33
*** thuc has joined #openstack-infra01:38
*** malini_afk is now known as malini01:39
*** dims has quit IRC01:39
*** sarob has joined #openstack-infra01:39
*** dims has joined #openstack-infra01:40
*** igor__ has joined #openstack-infra01:42
*** igor has quit IRC01:42
clarkbgranted that draft seems to have gone nowhere01:44
*** nati_ueno has quit IRC01:44
clarkbfungi: if we really really want better ipv6 testing we can add addresses to the lo interface for ipv601:44
*** nati_ueno has joined #openstack-infra01:45
fungitrue!01:45
clarkbapparently you have to add them individually, so probably want to have nodepool add like 16 if we go that route01:45
clarkbor run the test on nodes that allow root and let the tests themselves deal with it01:45
fungiwe can in theory pick any nonglobal network and bind addresses from it to lo01:46
clarkbyup01:46
clarkbwhich is why the draft above died01:46
clarkbI like the idea of automagic though01:46
fungiwith 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 config01:47
clarkbfungi: hrm01:47
fungirather than artificially constraining it by node type01:47
*** nati_uen_ has joined #openstack-infra01:48
clarkbI wonder if the people writing code would take advantage of that in bad ways01:48
*** sarob_ has joined #openstack-infra01:48
fungithough in general i agree jobs should aggressively prefer a sudoless implementation because that makes them more runnable outside of upstream ci01:48
*** bknudson has joined #openstack-infra01:49
clarkbyup which is a problem with my ipv6 just add addresses idea01:49
clarkbI don't think that was properly captured in the draft above01:49
*** sarob has quit IRC01:49
clarkbthe handyness of ipv4 loopback is it is the same everywhere. no special bit flipping required01:49
*** nati_ueno has quit IRC01:51
StevenKclarkb: So is IPv6 loopback?01:51
clarkbStevenK: it is only one address01:52
*** Hefeweizen has joined #openstack-infra01:52
clarkbthey went and made every atom on the surface of this planet addressable and gave us one loopback address01:52
StevenKHaha, indeed01:53
clarkbStevenK: turns out you have more ipv4 loopback addresses than ports available. so multiplexing services for testing is easier across addresses than ports01:54
*** thuc_ has joined #openstack-infra01:54
*** morganfainberg is now known as morganfainberg_Z01:54
StevenKHah, yes.01:55
StevenKclarkb: It's a good point as to why IPv4 loopback is a /8, and IPv6 loopback is a /12801:57
*** thuc has quit IRC01:58
*** thuc_ has quit IRC01:58
*** alexpilotti has quit IRC02:05
*** mriedem has joined #openstack-infra02:06
*** dstanek_afk is now known as dstanek02:07
*** emagana has quit IRC02:13
*** yamahata has quit IRC02:14
*** jasondotstar has quit IRC02:15
fungizomg, i think i'm almost caught back up on e-mail02:17
*** gokrokve has joined #openstack-infra02:17
* pleia2 sends fungi an email, congratulating him02:17
* fungi sends pleia2 a gift basket full of unread debian-devel posts02:18
lifeless'gift'02:19
*** jasondotstar has joined #openstack-infra02:19
*** sarob_ has quit IRC02:19
pleia2fungi: oh good, I'll put these with the others!02:19
*** pcrews has quit IRC02:19
*** sarob has joined #openstack-infra02:19
clarkbbeing sick has been horrible for my email backlog02:20
clarkbmuch harder to multitask, I got some reviews done though02:20
pleia2no more going outside for you (hope you feel better)02:20
fungiglad i got the memo that in a couple debian releases, i might need to start installing rename rather than just expecting it to be there02:20
* fungi could have been in for a very brief but mildly unpleasant surprise in 3-5 years02:21
clarkbmikal: how often does your review counter thing update?02:21
*** sarob has quit IRC02:24
*** yamahata has joined #openstack-infra02:27
*** ewindisch has joined #openstack-infra02:28
*** sarob has joined #openstack-infra02:28
*** primemin1sterp has joined #openstack-infra02:28
*** sarob has joined #openstack-infra02:28
*** primeministerp has quit IRC02:31
*** yamahata has quit IRC02:32
mriedemomfg, i just updated my internal jenkins from 1.514 to 1.54902:36
mriedemwhat a thrill02:36
dimsmriedem, jenkins is usually trouble-free :)02:39
clarkbdims: lol02:39
mriedemdims: it's the plugins i've had problems with on updates02:39
*** amcrn has quit IRC02:39
dimsright02:39
clarkbwe have the opposite problem02:39
clarkbapi changes and no testing of core functionality leads to sad times02:39
mriedemi've only ever had a bad plugin update crash my restart02:39
mriedemthat is sad02:39
mriedemis the latest git plugin any good?02:40
mriedemi think i'm a ways behind on that02:40
clarkbwe dont use it02:40
mriedemorly02:40
mriedemwell, jenkins job config history update is a safe bet02:41
mriedemsaved me weeks of problems when transitioning this job02: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 IRC02:43
fungithe 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 way02:43
*** ewindisch has quit IRC02:44
mriedemdidn't that happen with virtualenv recently?02:44
clarkbtox and pip02:44
mriedemthey didn't test like the 95% use case that everyone uses it for02:44
mriedemyeah02:44
mriedemthat's what it was02:44
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756402:44
clarkbhrm I suppose we do have jenkins job config history, is that provided by the git plugin?02:45
clarkbwe also use JJB02:45
*** nati_uen_ has quit IRC02:46
mriedemclarkb: no, jenkins job config history and git plugin are different02:46
mriedemi'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
mriedemthat's how i ran across the jenkins multi-master stuff02:47
clarkbyou mean gearman plugin :P02:48
mriedemyeah02:49
mriedemgerman02:49
lifelessfungi: thats what incubators for right? Don't need to care... :/02:49
mriedemi always think 'german' in my head02:49
fungilifeless: too true02:50
mriedemwe actually have a spare box just sitting in the lab, i should get familiar with gearman02:50
* fungi would benefit from a fine gearman bier right about now02:51
*** smurugesan has joined #openstack-infra02:55
* dims will gladly provide everyone a round of bier in Atlanta02:56
* jog0 is about to have a fine california beer -- an old rasputin02:56
dimshey jog002:57
*** ryanpetrello has quit IRC02:58
jog0dims: o/02:58
*** ladquin has quit IRC02:59
jog0dims: got a fun oslo blueprint up03:02
jog0https://review.openstack.org/#/c/71680/03:02
*** markwash has quit IRC03:03
jog0clarkb fungi: so I think something is ong with the e-r but03:03
jog0bot03:03
jog0it has been silent on IRC and I am able to run it locally03:03
jog0and get comments03:03
jog0and its not reporting on gerrit either03:04
clarkbwe call it a disconnect :)03:04
jog0clarkb: so I didn't break it?03:04
clarkbping timeout according to my client03:04
clarkbwell maybe you did, not sure why it unpung03:05
jog0clarkb: cool thanks for checking  on it03:05
jog0:/03:05
jog0it got restarted because we merged a patch03:05
jog0hmm but then it worked for a little bit03:05
jog0its still possible I broke it03:06
clarkb70537 and 71148 are the two changes that should've been applied then03:06
*** gokrokve has quit IRC03:06
*** dkranz has joined #openstack-infra03:06
clarkbnot sure why there were two restarts03:06
fungidims: i welcome that! atlanta actually has an okay proliferation of local breweries finally too03:06
fungijog0: i do quite like that old rasputin ale03:06
clarkbI suppose my clock could be skewed enough from the puppet master to make a difference03:07
*** fandi has joined #openstack-infra03:07
* jog0 goes to eat dinner 03:07
clarkbI've put away my laptop otherwise I would go look at logs03:07
fungijog0: the imperial stout i suppose03:08
*** markmcclain has joined #openstack-infra03:10
dimsfungi, cool03:10
*** CaptTofu has quit IRC03:11
openstackgerritMasayuki Igawa proposed a change to openstack-infra/elastic-recheck: Add query for bug 1277027  https://review.openstack.org/7172603:11
uvirtbotLaunchpad bug 1277027 in tempest "test_admin_delete_servers_of_others failure due to unexpected task state" [Undecided,New] https://launchpad.net/bugs/127702703:11
nibalizerAaronGr: hi03:13
*** dcramer_ has joined #openstack-infra03:13
nibalizerim spencer krum on freenode03:13
nibalizergo go fix the puppet :)03:13
AaronGrhi nibalizer03:13
funginibalizer: welcome back!03:14
nibalizerwooo03:14
nibalizerwent to openstack meetup wednesday03:14
nibalizergot excited03:14
nibalizeralso realiezd i had openstack bag and hoodie, should probably contribute03:14
nibalizerfungi: ty03:14
fungidon't drink the cool-aid03:14
*** shivh has quit IRC03:16
nibalizerAaronGr: so tell me your plans for hiera and the openstack puppets03:18
*** primemin1sterp has quit IRC03:20
*** alexpilotti has joined #openstack-infra03:25
*** yamahata has joined #openstack-infra03:26
*** slong has joined #openstack-infra03:28
*** yamahata has quit IRC03:31
mikalclarkb: about every ten minutes. I think I need to rewrite it as a zuul plugin though, that would be real time03:32
*** gokrokve has joined #openstack-infra03:38
*** dstufft|laptop has joined #openstack-infra03:39
*** gokrokve_ has joined #openstack-infra03:40
*** sarob has quit IRC03:40
*** sarob has joined #openstack-infra03:41
*** dstufft|laptop is now known as dstufft|airplane03:41
*** gokrokve has quit IRC03:43
*** gokrokve_ has quit IRC03:44
*** sarob has quit IRC03:46
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756403:47
*** sarob has joined #openstack-infra03:47
*** sarob has quit IRC03:49
*** sarob has joined #openstack-infra03:49
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756403:51
*** malini is now known as malini_afk03:52
*** yaguang has joined #openstack-infra03:52
*** harlowja is now known as harlowja_away03:53
openstackgerritKen'ichi Ohmichi proposed a change to openstack/requirements: WSME: update to 0.6  https://review.openstack.org/7173203:54
*** sarob has quit IRC03:54
*** esker has joined #openstack-infra03:55
*** esker has quit IRC03:55
*** markmcclain1 has joined #openstack-infra03:57
*** esker has joined #openstack-infra03:57
*** markmcclain has quit IRC03:57
*** esker has quit IRC03:58
openstackgerritMasayuki Igawa proposed a change to openstack-infra/elastic-recheck: Add query for bug 1277027  https://review.openstack.org/7172604:07
uvirtbotLaunchpad bug 1277027 in tempest "test_admin_delete_servers_of_others failure due to unexpected task state" [Undecided,New] https://launchpad.net/bugs/127702704:07
*** alexpilotti has quit IRC04:07
*** radix has left #openstack-infra04:08
*** esker has joined #openstack-infra04:12
*** changbl has joined #openstack-infra04:13
*** yamahata has joined #openstack-infra04:17
*** dcramer_ has quit IRC04:18
*** dstanek has quit IRC04:19
*** dstanek has joined #openstack-infra04:19
*** sarob has joined #openstack-infra04:21
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756404:22
*** bhuvan has joined #openstack-infra04:28
*** dstufft|airplane has quit IRC04:30
*** bhuvan has quit IRC04:33
*** sarob has quit IRC04:34
*** dcramer_ has joined #openstack-infra04:34
*** sarob has joined #openstack-infra04:35
*** ryanpetrello has joined #openstack-infra04:35
*** talluri has joined #openstack-infra04:37
*** esker has quit IRC04:37
*** sarob has quit IRC04:39
*** sarob has joined #openstack-infra04:39
*** gokrokve has joined #openstack-infra04:39
*** gokrokve_ has joined #openstack-infra04:41
*** Ryan_Lane has quit IRC04:44
*** gokrokve has quit IRC04:44
*** thuc has joined #openstack-infra04:44
*** esker has joined #openstack-infra04:45
*** esker has quit IRC04:45
*** UtahDave has joined #openstack-infra04:46
*** thuc has quit IRC04:47
*** thuc has joined #openstack-infra04:48
*** dcramer_ has quit IRC04:48
*** markmcclain1 has quit IRC04:50
*** wenlock has joined #openstack-infra04:50
*** markmcclain has joined #openstack-infra04:50
*** thuc has quit IRC04:52
*** 23LAA4WAK has joined #openstack-infra04:53
*** 23LAA4WAK has quit IRC04:53
*** markmcclain1 has joined #openstack-infra04:54
*** markmcclain2 has joined #openstack-infra04:54
*** markmcclain has quit IRC04:56
openstackgerritBill Maxwell proposed a change to openstack-infra/jenkins-job-builder: added logstash plugin support and fixed test typo  https://review.openstack.org/7091704:56
*** markmcclain1 has quit IRC04:59
*** nicedice has quit IRC05:02
*** nicedice has joined #openstack-infra05:02
openstackgerritSpencer Krum proposed a change to openstack-infra/config: Adds second hiera data directory  https://review.openstack.org/7173905:03
*** amcrn has joined #openstack-infra05:04
openstackgerritmark mcclain proposed a change to openstack-infra/config: add Neutron Isolated job to tempest gate  https://review.openstack.org/7174005:05
*** masayukig has quit IRC05:05
markmcclain2clarkb: ^^05:05
*** Ryan_Lane has joined #openstack-infra05:07
*** saju_m has joined #openstack-infra05:08
*** amcrn_ has joined #openstack-infra05:08
clarkbnibalizer: AaronGr can a hiera hierarchy like that work with wildcarded fqdns?05:09
clarkbhow 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 IRC05:10
*** amcrn has quit IRC05:11
*** gokrokve_ has quit IRC05:11
*** gokrokve has joined #openstack-infra05:11
*** CaptTofu has joined #openstack-infra05:12
*** gokrokve has quit IRC05:12
*** gokrokve has joined #openstack-infra05:12
AaronGrclarkb: 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-infra05:13
AaronGrshort answer, yeah, it's totally possible.05:13
*** sarob has quit IRC05:14
*** dcramer_ has joined #openstack-infra05:14
clarkbAaronGr: great, just checking since we use fqdn for most nodes but the test slaves get globbed05:14
*** sarob has joined #openstack-infra05:14
*** jcooley_ has quit IRC05:14
*** jcooley_ has joined #openstack-infra05:15
AaronGrclarkb: 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
clarkbfacter would provide something like realnodetype?05:16
clarkband determine that based on fqdn?05:16
clarkb(note fqdn parsing is broken in facter so this may be fun)05:16
clarkbI guess hostname should be sufficient which I think facter gets correct05:16
*** CaptTofu has quit IRC05:16
AaronGryeah, i've got something like that in my library of code05:16
clarkbapparently an fqdn is only valid if the domain is longer than '.' :(05:17
clarkbaccording to facter05:17
*** gokrokve has joined #openstack-infra05:18
*** sarob has quit IRC05:19
*** paul-- has quit IRC05:19
clarkbAaronGr: what is the benefit to a custom type over globbing the certname or fqdn?05:20
openstackgerritMat Lowery proposed a change to openstack-infra/config: Fix launchpadbug comment linking in Gerrit  https://review.openstack.org/7174305:23
*** UtahDave has quit IRC05:24
AaronGrclarkb: if there's another way to get the data? maybe none - just how i've used it.05:24
*** ryanpetrello has quit IRC05:24
*** thomasbiege has quit IRC05:25
clarkboh I see nodetype is the thing05:25
openstackgerritBill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method  https://review.openstack.org/7056305:25
fungiclarkb: 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 problems05:27
AaronGrfungi: let me guess, some shortname, some longname?05:27
AaronGrclarkb: http://paste.openstack.org/show/62970/ is how i've processed nodetypes -- rough, but functional05:28
fungiwow, spot on05:28
lifelessfungi: progress is being made05:28
lifelessfungi: right now, am hitting keystone token db with a large stick05:28
fungilifeless: awesome! use the biggest stick you have handy05:28
lifelessdelete from token order by id limit 10000;05:28
lifeless:P05:29
clarkbfungi: yeah its fun, I ran into it with jclouds and rackspace05:29
openstackgerritBill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method  https://review.openstack.org/7056305:29
fungii, however, must disappear for a late-night nap and resume this fun on the other end of the darkness05:29
clarkbfacter is wrong imo but my opinion was shot down on the bug tracker so meh05:29
clarkbAaronGr: yup I *think* that should work05:30
clarkbAaronGr: fqdn parsing may not, however neither may work before puppet runs :)05:30
lifelessfungi: is clarkb able to reactivate the cloud for me?05:30
lifelessfungi: or do you have some sort of lock ?05:30
clarkbno, I am not on machines with keys05:31
openstackgerritAaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables  https://review.openstack.org/6607205:31
lifelessclarkb: ah05:31
fungilifeless: i have no lock, but cannot speak for clarkb's availability for such things05:31
clarkbI am "playing" an ace attorney thing of the debian init system debate05:31
clarkbit is good fun05:31
lifelessfungi: what is the impact on nodepool of reenabling the ci-overclou ?05:31
clarkbAaronGr: might want to experiment with hpcloud and rax VMs to make sure something of that nature will work as expected05:31
clarkbAaronGr: its possible the facter fact will want to ask metadata server and whatever rax uses05:32
AaronGrfor hostname?05:32
fungibasically 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 one05:32
clarkbAaronGr: yes05:32
AaronGr*boggles*05:33
lifelessfungi: I did not see the reverts05:33
clarkbAaronGr: yes its brain dead. let me find a line of code for you that tries to fix it05:33
lifelessfungi: but, if you don't have time to do whatever babysitting is needed we should not reenable it right now05:33
clarkbAaronGr: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/nodepool/scripts/prepare_node.sh#n2305:33
clarkbAaronGr: but I am pretty sure that isn't working correctly05:33
clarkbAaronGr: tl;dr these cloud VMs come up in all kinds of wonky states. we get ext3 /, bad hostname settings, and so on05:34
fungilifeless: https://review.openstack.org/71700 and https://review.openstack.org/7168405:34
openstackgerritKhai Do proposed a change to openstack-infra/config: fix installation of nodepool on jenkins-dev  https://review.openstack.org/6132105:34
lifelessfungi: so my specific question was unclear. I meant to ask 'turning it bac on when the cloud is still down'05:34
fungilifeless: 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 ago05:35
lifelessfungi: is there a bug filed?05:36
*** gyee has quit IRC05:36
AaronGrclarkb: gotcha. i definitely don't have a magic bullet for that.05:37
fungilifeless: 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 bug05:37
openstackgerritAaron Greengrass proposed a change to openstack-infra/config: Remove hardcoded config assumptions, cleanup variables  https://review.openstack.org/6607205:37
clarkbfungi: I did not05:37
fungiclarkb: okay, i'll make a note to file that one tomorrow05:37
clarkbAaronGr: we might be able to get away with it if the nodepool scripts and the launch node script fixed it for us05:37
* clarkb wonders if nodepool just simply fails to pass an arg to the setup script05:38
AaronGrclarkb: indeed.05:38
* fungi goes to stare at the insides of his eyelids for a few hours05:38
clarkbAaronGr: yup that is the problem at least for nodepool05:39
clarkbAaronGr: https://git.openstack.org/cgit/openstack-infra/nodepool/tree/nodepool/nodepool.py#n542 should pass the hostname05:39
*** mriedem has quit IRC05:41
clarkbAaronGr: 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 fails05:41
*** nicedice has quit IRC05:41
clarkbAaronGr: https://git.openstack.org/cgit/openstack-infra/config/tree/launch/launch-node.py#n123 deal with hostname in that puppet side I think05:41
clarkbAaronGr: we can probably replace that with a run of hostname too05:42
AaronGrcool05:43
*** sarob has joined #openstack-infra05:45
openstackgerritMat Lowery proposed a change to openstack-infra/config: Disable list item bullets in CSS only for Jenkins  https://review.openstack.org/7175205:46
zaroclarkb: nodepool-dev.o.o has been added, https://review.openstack.org/6132105:46
clarkbzaro: I think you misunderstood what I said earlier today05:47
AaronGrtime for snooze, night05:48
clarkbbefore that change we had an openstack_project::nodepool.pp. after it we have a nodepool_host.pp and a nodepool_dev.pp05:48
openstackgerritBill Maxwell proposed a change to openstack-infra/jenkins-job-builder: Implements: Refactor of YamlParser.parse method  https://review.openstack.org/7056305:48
clarkbzaro: we shouldn't bother changing anything in nodepool.pp (keep it as is to address jeblair's comment), and add a nodepool_dev.pp05:48
*** gokrokve has joined #openstack-infra05:53
zaroso what's wrong with PS 7?05:53
clarkbit changes nodepool.o.o and nodepool.pp05:54
clarkbwhen I believe jeblair wants that to stay the same and just add what you need to make the nodepool_dev bits work05:54
clarkbwe don't need a nodepool_dev host, but we do need to copy pasta some bits05:54
zaroi though what he said was to not split host and service?05:55
zaroi removed the service, kept the host05:55
clarkbright so the thing I am tripping up on is the rename of nodepool.pp05:56
clarkbis that still necessary when we don't have everything split up?05:56
*** gokrokve has quit IRC05:58
clarkbmaybe I am overthinking how we can avoid the name conflict by recoupling things05:58
clarkbit is the name conflict that prompted the rename right?05:58
clarkband since we were using it in another place then scoping broke us?05:59
zaroyes, that was the problem.05:59
clarkb:/ scoping, in that case yes PS7 should be ok and I was mistaken06:00
zarook. i will revert.06:00
*** julim has joined #openstack-infra06:01
openstackgerritKhai Do proposed a change to openstack-infra/config: fix installation of nodepool on jenkins-dev  https://review.openstack.org/6132106:03
zaroclarkb: ^ reverted to PS 706:04
zaroclarkb: i noticed that jenkins.pp and jenkins-dev.pp are radically different.  should jenkins-dev get updated?06:06
*** pcrews has joined #openstack-infra06:06
clarkbzaro: maybe? I would need to look at a diff06:06
*** sarob has quit IRC06:07
zaroclarkb: looks like jenkins.pp has management of plugins now?06:08
clarkbah, in that case yes we should add that into -dev too06:09
zaroi'll do in subsequent change.06:11
zaroclarkb: is the jjb portion to replicate the same jobs on all masters?06:12
*** sarob has joined #openstack-infra06:14
clarkbyes06:16
clarkball masters have the same jobs06:16
clarkbthen the slaves attached to them actually determine which jobs can run06:16
*** mrda is now known as mrda_away06:17
openstackgerritShane Wang proposed a change to openstack-infra/devstack-gate: Fix misspellings in devstack gate  https://review.openstack.org/7175906:18
*** saju_m has quit IRC06:18
*** pcrews has quit IRC06:18
openstackgerritShane Wang proposed a change to openstack-infra/gitdm: Fix misspellings in gitdm  https://review.openstack.org/7176006:21
*** sarob has quit IRC06:25
*** denis_makogon has joined #openstack-infra06:25
*** sarob has joined #openstack-infra06:25
*** DinaBelova_ is now known as DinaBelova06:26
openstackgerritShane Wang proposed a change to openstack-infra/jeepyb: Fix misspellings in jeepyb  https://review.openstack.org/7176306:26
clarkbI guess ^ is a thing now?06:29
openstackgerritShane Wang proposed a change to openstack-infra/jenkins-job-builder: Fix misspellings in jenkins-job-builder  https://review.openstack.org/7176406:29
*** sarob has quit IRC06:30
*** qs201 has joined #openstack-infra06:32
*** qs201 has quit IRC06:34
*** cadenzajon has joined #openstack-infra06:37
*** jasondotstar has quit IRC06:38
*** gokrokve has joined #openstack-infra06:39
*** amotoki has joined #openstack-infra06:40
*** smurugesan has quit IRC06:41
*** cadenzajon has quit IRC06:41
*** gokrokve has quit IRC06:44
*** julim has quit IRC06:49
*** bhuvan has joined #openstack-infra06:52
*** sarob has joined #openstack-infra07:00
*** sarob has quit IRC07:01
*** sarob has joined #openstack-infra07:01
*** oubiwann_ has quit IRC07:04
*** jcooley_ has quit IRC07:05
*** matsuhashi has quit IRC07:05
*** sarob has quit IRC07:06
*** jcooley_ has joined #openstack-infra07:06
*** oubiwann_ has joined #openstack-infra07:07
*** jcooley_ has quit IRC07:08
*** oubiwann_ has quit IRC07:11
*** CaptTofu has joined #openstack-infra07:13
*** NikitaKonovalov_ is now known as NikitaKonovalov07:13
*** lcheng_ has joined #openstack-infra07:14
*** CaptTofu has quit IRC07:18
*** dkranz has quit IRC07:18
*** dkranz has joined #openstack-infra07:18
*** markwash has joined #openstack-infra07:20
*** NikitaKonovalov is now known as NikitaKonovalov_07:20
*** paul-- has joined #openstack-infra07:20
*** matsuhashi has joined #openstack-infra07:21
*** dstanek has quit IRC07:23
*** DeeJay1 has joined #openstack-infra07:24
*** paul-- has quit IRC07:25
*** dstufft_ has joined #openstack-infra07:29
*** amcrn_ is now known as amcrn07:30
*** dstufft has quit IRC07:32
*** saju_m has joined #openstack-infra07:32
*** jcooley_ has joined #openstack-infra07:34
*** yolanda has joined #openstack-infra07:34
*** paul-- has joined #openstack-infra07:34
*** gokrokve has joined #openstack-infra07:39
*** jhesketh__ has quit IRC07:40
*** markwash has quit IRC07:40
*** AlexF has joined #openstack-infra07:41
*** gokrokve has quit IRC07:44
*** DinaBelova is now known as DinaBelova_07:44
*** VijayT has quit IRC07:46
*** markwash has joined #openstack-infra07:47
*** dstufft_ is now known as dstufft07:50
*** nosnos_ has joined #openstack-infra07:51
*** NikitaKonovalov_ is now known as NikitaKonovalov07:52
*** paul-- has quit IRC07:54
*** nosnos has quit IRC07:54
*** wenlock has quit IRC07:55
*** afazekas_ has joined #openstack-infra07:56
*** johnthetubaguy has joined #openstack-infra08:01
*** johnthetubaguy has quit IRC08:03
*** johnthetubaguy has joined #openstack-infra08:03
*** denis_makogon has quit IRC08:04
*** smurugesan has joined #openstack-infra08:06
*** rlandy has joined #openstack-infra08:08
*** smurugesan has quit IRC08:10
*** matsuhashi has quit IRC08:10
*** sarob has joined #openstack-infra08:12
*** johnthetubaguy has quit IRC08:12
*** afazekas_ has quit IRC08:13
*** Ryan_Lane has quit IRC08:14
*** sarob has quit IRC08:17
*** reed has joined #openstack-infra08:20
*** posito has joined #openstack-infra08:22
*** lcheng_ has quit IRC08:23
*** paul-- has joined #openstack-infra08:24
*** paul-- has quit IRC08:29
*** flaper87|afk is now known as flaper8708:29
*** gokrokve has joined #openstack-infra08:39
*** paul-- has joined #openstack-infra08:41
*** gokrokve has quit IRC08:44
*** paul-- has quit IRC08:45
*** slong has quit IRC08:47
*** cody-somerville has quit IRC08:52
*** lcheng_ has joined #openstack-infra08:53
ttxhaha.08:55
ttxtargeted 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 DinaBelova08:57
*** yassine has joined #openstack-infra08:58
*** jpich has joined #openstack-infra09:00
*** AlexF has quit IRC09:02
*** markmc has joined #openstack-infra09:04
*** fbo_away is now known as fbo09:05
*** sarob has joined #openstack-infra09:07
*** Ryan_Lane has joined #openstack-infra09:07
*** DinaBelova is now known as DinaBelova_09:09
*** posito has quit IRC09:11
*** sarob has quit IRC09:11
*** CaptTofu has joined #openstack-infra09:14
openstackgerritSascha Peilicke proposed a change to openstack/requirements: Add pbr to projects.txt  https://review.openstack.org/7183409:14
openstackgerritSascha Peilicke proposed a change to openstack/requirements: Add pbr to projects.txt  https://review.openstack.org/7183409:15
*** marun has quit IRC09:16
*** Ryan_Lane has quit IRC09:17
*** CaptTofu has quit IRC09:18
*** derekh has joined #openstack-infra09:22
*** bhuvan has quit IRC09:22
*** yolanda has quit IRC09:26
*** yolanda has joined #openstack-infra09:26
*** DinaBelova_ is now known as DinaBelova09: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-infra09:29
*** jooools has joined #openstack-infra09:31
*** lcheng_ has quit IRC09:32
mordredsaschpe_: woot! we want to do it09:34
mordredthere is an almost finished change09:35
saschpe_nice, where?09:35
mordredsaschpe_: https://review.openstack.org/#/c/56760/09:36
mordredttx: NICE09:37
* saschpe_ goes and has a look09:37
ttxreinventing the wheel09:38
*** cody-somerville has joined #openstack-infra09:40
openstackgerritLukas Bednar proposed a change to openstack-infra/jenkins-job-builder: scms: MultiSCM is generated for scms hidden in macro  https://review.openstack.org/6982709:42
*** nosnos_ has quit IRC09:43
*** max_lobur_afk is now known as max_lobur09:46
*** bhuvan has joined #openstack-infra09:51
*** Ryan_Lane has joined #openstack-infra09:54
*** saju_m has quit IRC09:58
*** Ryan_Lane has quit IRC09:59
*** marun has joined #openstack-infra09:59
*** jasondotstar has joined #openstack-infra10:00
*** yamahata has quit IRC10:02
*** sarob has joined #openstack-infra10:08
*** thomasbiege has joined #openstack-infra10:08
*** sarob has quit IRC10:14
*** rossella_s has joined #openstack-infra10:16
*** sarob has joined #openstack-infra10:18
openstackgerritVictor Stinner proposed a change to openstack/requirements: Add a new dependency: trollius  https://review.openstack.org/7098310:18
*** sarob has quit IRC10:22
*** thomasbiege has quit IRC10:24
*** NikitaKonovalov is now known as NikitaKonovalov_10:25
*** thomasbiege has joined #openstack-infra10:25
reedthis one needs review https://review.openstack.org/#/c/68912/, it's becoming urgent10:28
reedfungi, jeblair ^10:28
*** amcrn has quit IRC10:29
*** thomasbiege has quit IRC10:30
*** gokrokve has joined #openstack-infra10:39
*** paul-- has joined #openstack-infra10:42
*** posito has joined #openstack-infra10:42
*** gokrokve has quit IRC10:44
*** paul-- has quit IRC10:46
*** jcooley_ has quit IRC10:52
*** jcooley_ has joined #openstack-infra10:52
*** Adri2000 has quit IRC10:54
*** Adri2000 has joined #openstack-infra10:55
*** Adri2000 has quit IRC10:55
*** noorul has joined #openstack-infra10:56
*** jcooley_ has quit IRC10:57
*** DinaBelova is now known as DinaBelova_10:57
*** e0ne has joined #openstack-infra10:57
*** posito has quit IRC10:58
*** DinaBelova_ is now known as DinaBelova10:59
*** Adri2000 has joined #openstack-infra10:59
*** Adri2000 has quit IRC10:59
*** Adri2000 has joined #openstack-infra10:59
*** jasondotstar has quit IRC11:00
*** Adri2000 has quit IRC11:02
*** Adri2000 has joined #openstack-infra11:03
noorulhttp://logs.openstack.org/72/57172/2/check/gate-python-solumclient-python33/8da814d/console.html11:05
noorulLooks like it could be common issue11:06
*** NikitaKonovalov_ is now known as NikitaKonovalov11:06
noorulpython33 gate is failing11:06
*** sarob has joined #openstack-infra11:11
*** CaptTofu has joined #openstack-infra11:15
*** lcestari has joined #openstack-infra11:15
*** sarob has quit IRC11:15
mordrednoorul: ALL python33?11:16
noorulYes11:19
noorulJust mailed dev list11:19
*** CaptTofu has quit IRC11:19
noorulHere is python-novaclient log11:19
noorulhttp://logs.openstack.org/46/71846/1/check/gate-python-novaclient-python33/68bc48a/console.html11:19
noorulmordred: ^^11:20
*** jp_at_hp has joined #openstack-infra11:25
mordrednoorul: k. I'm looking in to it11:26
mordrednoorul: it works locally for me11:29
*** boris-42_ has quit IRC11:30
mordredtrying pointed at the pypi mirror11:31
*** jamielennox is now known as jamielennox|away11:34
*** julim has joined #openstack-infra11:36
*** malini_afk is now known as malini11:36
mordredalso works11:36
*** gokrokve has joined #openstack-infra11:39
noorulwhich project are you trying?11:40
* jd__ trembles with fear11:40
*** virmitio has joined #openstack-infra11:41
*** gokrokve has quit IRC11:44
*** boris-42_ has joined #openstack-infra11:53
*** yassine has quit IRC12:00
*** paul-- has joined #openstack-infra12:01
*** julim has quit IRC12:01
*** dizquierdo has quit IRC12:02
SergeyLukjanovbtw it looks like all py33 tests failing - http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiJ2FzY2lpJyBjb2RlYyBjYW4ndCBkZWNvZGUgYnl0ZSAweGMzIGluIHBvc2l0aW9uIDkwNTU6IG9yZGluYWwgbm90IGluIHJhbmdlKDEyOClcIiIsImZpZWxkcyI6W10sIm9mZnNldCI6MCwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTM5MTc3NDY4MTMwMX0=12:05
*** talluri has quit IRC12:05
*** paul-- has quit IRC12:05
*** talluri has joined #openstack-infra12:06
noorulThere is a pattern, I think all of them are python client projects12:08
noorulJust tried solum project https://review.openstack.org/#/c/71735/12:09
noorulI see no issues there12:09
SergeyLukjanovnoorul, the same with hacking and openstacksdk12:09
*** jasondotstar has joined #openstack-infra12:09
SergeyLukjanovnoorul, so, looks like all py3k nodes or jobs affected12:09
noorulI see this issue locally on my laptop12:10
*** talluri has quit IRC12:10
noorulfor both solum and python-solumclient12:10
noorulso are the nodes different for these two?12:11
SergeyLukjanovnoorul, you can check it in log12:11
SergeyLukjanovsetuptools 2.1.2 has been released yesterdat12:11
SergeyLukjanovwith 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-infra12:12
noorulI saw that. But traceback is in pip.12:12
*** CaptTofu has joined #openstack-infra12:13
SergeyLukjanovno new version of pip is released last week and it's great...12:13
noorulOn my laptop for solum project I get http://paste.openstack.org/show/63022/12:14
noorulAnd I don't see this error in https://review.openstack.org/#/c/7173512:14
*** yassine has joined #openstack-infra12:15
*** vogxn has joined #openstack-infra12:15
*** sarob has quit IRC12:17
noorulIs there a way for user to choose a particular node?12:18
*** bhuvan has quit IRC12:21
*** sarob has joined #openstack-infra12:22
*** jcooley_ has joined #openstack-infra12:24
SergeyLukjanovnoorul, nope12:24
noorulSergeyLukjanov: https://jenkins02.openstack.org/computer/precisepy3k-4/builds12:25
noorulThat is the node on which solum job ran12:25
*** hashar has joined #openstack-infra12:26
*** sarob has quit IRC12:26
noorulAnd this is the one which ran python-solumclient job12:27
noorulhttps://jenkins01.openstack.org/computer/precisepy3k-1/builds12:27
*** hashar_ has joined #openstack-infra12:27
*** ok_delta has quit IRC12:27
*** amotoki has quit IRC12:29
*** bhuvan has joined #openstack-infra12:29
*** jcooley_ has quit IRC12:30
SergeyLukjanovnot all py33 jobs failing due to the build history12:30
SergeyLukjanovhttps://jenkins02.openstack.org/computer/precisepy3k-2/builds12:30
SergeyLukjanovhttps://jenkins02.openstack.org/computer/precisepy3k-4/builds12:30
*** hashar has quit IRC12:31
*** posito has joined #openstack-infra12:32
dimsSergeyLukjanov, take a peek at logstash query - "UnicodeDecodeError: 'ascii' codec can't decode byte"12:36
*** jasondotstar has quit IRC12:37
SergeyLukjanovdims, it looks crazy :)12:39
*** gokrokve has joined #openstack-infra12:39
noorulHmm12:39
*** alexpilotti has joined #openstack-infra12:40
*** bhuvan has quit IRC12:41
*** lcestari has quit IRC12:42
*** fandi has quit IRC12:42
*** gokrokve has quit IRC12:44
*** DinaBelova is now known as DinaBelova_12:44
*** posito has quit IRC12:45
*** rfolco has joined #openstack-infra12:46
dimsSergeyLukjanov, i am guessing pbr-0.612:47
*** virmitio has quit IRC12:48
*** oanufriev has joined #openstack-infra12:51
dimsnoorul, SergeyLukjanov - https://bugs.launchpad.net/pbr/+bug/127749512:54
uvirtbotLaunchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,New]12:54
*** weshay has quit IRC12:57
nooruldims: ok12:58
*** dcramer_ has quit IRC12:58
openstackgerritDavanum 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/7188613:00
*** bhuvan has joined #openstack-infra13:00
*** smarcet has joined #openstack-infra13:00
dimspushed out a review - https://review.openstack.org/#/c/71886/13:00
*** yamahata has joined #openstack-infra13:05
*** lcestari has joined #openstack-infra13:06
dimsnow i forgot what i was doing before :)13:09
*** DinaBelova_ is now known as DinaBelova13:11
*** david-lyle has quit IRC13:11
*** malini is now known as malini_afk13:13
jd__dims: do you know what's wrong with 0.6?13:14
*** vogxn has quit IRC13:14
*** sarob has joined #openstack-infra13:15
*** bhuvan has quit IRC13:16
ArxCruzjhesketh_: hey, around ?13:16
*** Shrews has joined #openstack-infra13:17
*** vogxn has joined #openstack-infra13:18
*** Shrews has quit IRC13:18
*** Shrews has joined #openstack-infra13:18
*** afazekas_ has joined #openstack-infra13:18
*** jcooley_ has joined #openstack-infra13:19
*** yolanda has quit IRC13:19
*** sarob has quit IRC13:19
*** dstanek has joined #openstack-infra13:19
dimsjd__, don't know yet13:22
dimsjust spotted another bigger set of gate failures13:22
dims"ImportError: No module named passlib.hash"13:22
*** vogxn has quit IRC13:22
dimsdear lord13:22
jd__:(13:22
*** vogxn has joined #openstack-infra13:22
*** bhuvan has joined #openstack-infra13:24
*** bhuvan has quit IRC13:24
*** bhuvan has joined #openstack-infra13:24
*** yolanda has joined #openstack-infra13:25
*** nordm has joined #openstack-infra13:25
*** jcooley_ has quit IRC13:26
*** nordm has quit IRC13:26
*** Clabbe has joined #openstack-infra13:26
*** johnthetubaguy has joined #openstack-infra13:28
*** johnthetubaguy has quit IRC13:29
*** CaptTofu has quit IRC13:30
*** johnthetubaguy has joined #openstack-infra13:30
*** russellb is now known as rustlebee13:30
*** weshay has joined #openstack-infra13:33
*** afazekas_ has quit IRC13:33
*** yassine has quit IRC13:34
*** yassine has joined #openstack-infra13:37
openstackgerritDavanum Srinivas (dims) proposed a change to openstack/requirements: Rollback upgrade to keystoneclient to prevent gate failures  https://review.openstack.org/7190213:38
*** gokrokve has joined #openstack-infra13:39
openstackgerritDavanum 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/7188613:39
*** milki has quit IRC13:39
*** alexpilotti has quit IRC13:40
SergeyLukjanovdims, your change will not fix anything, because of "pbr>=0.5.21,<1.0"13:40
dolphmdims: i really doubt that has anything to do with keystoneclient 0.5.013:40
*** milki has joined #openstack-infra13:43
*** gokrokve has quit IRC13:44
*** CaptTofu has joined #openstack-infra13:44
dimsSergeyLukjanov, 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 blitzrage13:49
dimsjd__, need to tackle the passlib.hash first i think13:50
*** jasondotstar has joined #openstack-infra13:50
jd__dims: ok13:50
*** esker has joined #openstack-infra13:54
*** bhuvan has quit IRC13:54
*** ryanpetrello has joined #openstack-infra13:54
*** oubiwann_ has joined #openstack-infra13:56
*** NikitaKonovalov is now known as NikitaKonovalov_13:56
*** resker has joined #openstack-infra13:57
*** oubiwann_ has quit IRC13:57
*** oubiwann_ has joined #openstack-infra13:57
*** banix has joined #openstack-infra13:58
*** esker has quit IRC13:59
*** smarcet has quit IRC13:59
*** thomasem has joined #openstack-infra14:00
*** bhuvan has joined #openstack-infra14:01
*** paul-- has joined #openstack-infra14:02
*** mriedem has joined #openstack-infra14:04
*** mfer has joined #openstack-infra14:04
*** alexpilotti has joined #openstack-infra14:05
*** paul-- has quit IRC14:06
openstackgerritJaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Do not produce extra whitespaces on Python 2.7.3.  https://review.openstack.org/7126614:08
*** nicedice has joined #openstack-infra14:09
*** NikitaKonovalov_ is now known as NikitaKonovalov14:10
*** dprince has joined #openstack-infra14:10
*** thuc has joined #openstack-infra14:10
*** rlandy has quit IRC14:11
*** dcramer_ has joined #openstack-infra14:11
*** ociuhandu has joined #openstack-infra14:11
*** thuc_ has joined #openstack-infra14:12
*** bknudson has quit IRC14:13
*** jcooley_ has joined #openstack-infra14:14
*** igor_ has joined #openstack-infra14:15
*** igor__ has quit IRC14:15
*** thuc has quit IRC14:16
*** sarob has joined #openstack-infra14:16
openstackgerritJaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Do not produce extra whitespaces on Python 2.7.3.  https://review.openstack.org/7126614:16
*** smarcet has joined #openstack-infra14:16
*** jaypipes has joined #openstack-infra14:16
openstackgerritJaroslav Henner proposed a change to openstack-infra/jenkins-job-builder: Add script trigger.  https://review.openstack.org/7097114:17
dolphmdims: the passlib thing is an issue i've seen reported in the wild as well, but i've never reproduced myself14:18
*** jcooley_ has quit IRC14:19
dimsdolphm, y weird, i can see the zip being downloaded  and installed in the logs14:19
dolphmdims: is it possible that it's an older version of passlib being installed that has an incompatible API?14:20
dolphmthere's no version pin for it in openstack/requirements/ or keystone14:20
dimsdolphm, latest 1.6.214:20
dims2014-02-06 20:18:22.425 | 2014-02-06 20:18:22 Downloading/unpacking passlib (from keystone==2014.1.dev169.g0ed6d48)14:21
dims2014-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.gz14:21
dims2014-02-06 20:18:22.425 | 2014-02-06 20:18:22   Running setup.py egg_info for package passlib14:21
dimsin http://logs.openstack.org/99/69799/9/gate/gate-tempest-dsvm-full/ca0c1b3/console.html14:22
*** sarob has quit IRC14:22
dimsah. forgot bfst/coffee :) brb14:23
*** dizquierdo has joined #openstack-infra14:23
*** dkliban has joined #openstack-infra14:24
dolphmdims: 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.gz14:24
*** NikitaKonovalov is now known as NikitaKonovalov_14:24
dolphmdims: 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.gz14:25
*** sarob has joined #openstack-infra14:25
*** resker has quit IRC14:28
*** Nithya has joined #openstack-infra14:28
*** thuc has joined #openstack-infra14:29
*** sarob has quit IRC14:30
openstackgerritA change was merged to openstack-infra/config: Groups community portal gating tasks  https://review.openstack.org/6891214:32
*** thuc_ has quit IRC14:33
fungido 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 well14:34
*** thuc has quit IRC14:34
*** esker has joined #openstack-infra14:34
fungidolphm: dims: SergeyLukjanov: jd__: ^14:35
openstackgerritPhilippe Godin proposed a change to openstack-infra/jenkins-job-builder: Add best and worst status details for conditional-step plugin.  https://review.openstack.org/6960814:35
jd__fungi: I don't know much unfortunately :(14:35
dolphmfungi: i'm only looking for the passlib issue (i missed the other two conversations)14:36
fungiokay. i'll start by looking at bug 1277495. thanks guys14:36
uvirtbotLaunchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,New] https://launchpad.net/bugs/127749514:36
dolphmfungi: 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 out14:36
fungisounds entirely possible. python packages are like jenga in that regard14:37
*** primeministerp has joined #openstack-infra14:37
dolphmbingo, paste incoming...14:37
*** prad_ has joined #openstack-infra14:38
fungion pbr/py3k i find it interesting that increasing the *minimum* version requirement would affect this. more likely the release of pbr might trigger something14:38
*** bhuvan has quit IRC14:39
fungiand pbr 0.6 was tagged 10 days ago14:39
dolphmbug 1277507 http://pasteraw.com/mqo166ktekaecattcv7ftq8sjsm1a7m14:39
uvirtbotLaunchpad bug 1277507 in python-keystoneclient ""ImportError: No module named passlib.hash"" [Undecided,New] https://launchpad.net/bugs/127750714:39
*** esker has quit IRC14:39
*** gokrokve has joined #openstack-infra14:39
*** bknudson has joined #openstack-infra14:39
*** malini_afk is now known as malini14:40
dimsfungi, what version of pip/pbr is actually present in the image itself?14:41
fungithe py3k job error i'm looking at happens while installing newer setuptools. checking to see if it just grew a new release14:41
fungidims: i'll ssh into one of the slaves and poke around in their venvs in a bit--the log doesn't say unfortunately14:42
*** smarcet has quit IRC14:42
fungiyep, new setuptools in the past 24 hours14:42
dimssetup-tools 2.1.2 2014-02-0614:43
* fungi sees a strong correlation14:43
dims+114:43
fungiand they have a separate python 3.3 wheel on pypi for it, in addition to the tarball14:43
*** gokrokve has quit IRC14:43
fungii 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
dimsah specifically 3.3?14:45
fungithe Py Version column on the pypi page claims that wheel is for "3.3"14:45
fungimordred: you MAY want to jump in on the excitement here14:45
fungi(new setuptools release, python 3.3 breakage, wheels fun)14:46
*** dizquierdo is now known as dizquierdo_afk14:46
*** burt1 has joined #openstack-infra14:47
*** dcramer_ has quit IRC14:48
*** NikitaKonovalov_ is now known as NikitaKonovalov14:49
*** bhuvan has joined #openstack-infra14:50
fungianyway, 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-infra14:54
*** dansmith is now known as damnsmith14:56
*** dims has quit IRC14:57
*** jeeloo has joined #openstack-infra14:57
SergeyLukjanovfungi, holy crap15:01
*** wenlock has quit IRC15:01
SergeyLukjanovfungi, morning15:02
*** eharney has joined #openstack-infra15:04
*** vogxn has quit IRC15:06
*** ArxCruz has quit IRC15:07
*** zul has quit IRC15:07
*** jcooley_ has joined #openstack-infra15:08
*** ArxCruz has joined #openstack-infra15:09
*** dims has joined #openstack-infra15:10
*** zul has joined #openstack-infra15:10
dimsdolphm, we are using someone's google drive...wow15:10
fungi?15:11
*** boris-42_ has quit IRC15:12
dimshttps://bugs.launchpad.net/openstack-ci/+bug/1277507/comments/515:12
uvirtbotLaunchpad bug 1277507 in python-keystoneclient ""ImportError: No module named passlib.hash"" [Undecided,Invalid]15:12
jd__how funny15:13
*** boris-42_ has joined #openstack-infra15:13
dolphmdims: yeah...15:13
dimsjd__, scared more than funny15:14
dims:(15:14
*** jcooley_ has quit IRC15:14
*** jeeloo has quit IRC15:14
fungioh, ipaddr, you wastrel15:16
*** ogelbukh has quit IRC15:16
fungiweird, because 2.1.10 *is* on pypi as a tarball...15:17
fungioh, i seem to remember yesterday mordred asking dstufft whether ipaddr 2.1..11 got deleted from pypi15:17
fungier, 2.1.1115:18
* fungi checks our mirror15:18
fungiour mirror has ipaddr-2.1.10.tar.gz (and only that)15:19
dimswhere is the 2.1.11 coming from i wonder15:22
fungidims: on the failure link, that's for a gantt review... checking to see whether it uses our mirror15:23
fungino gantt at https://git.openstack.org/cgit/openstack/requirements/tree/projects.txt15:23
*** david-lyle has joined #openstack-infra15:26
fungiso 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 source15:26
fungiwhich would explain the issue with gantt15:27
openstackgerritGabriele Cerami proposed a change to openstack-infra/jenkins-job-builder: Added support for python virtualenv plugin  https://review.openstack.org/7192615:28
*** DeeJay1 has quit IRC15:29
dimsfungi, it's in a non-gantt review too15:30
fungidims: which one?15:30
dimshttp://logs.openstack.org/02/70202/3/check/check-tempest-dsvm-marconi/4fd19bd/console.html15:30
fungidoes marconi use the mirror?15:30
dimsCould not install requirement ipaddr (from WSME>=0.5b6->keystone==2014.1.dev173.g1923a3f) because of error HTTP Error 403: Forbidden15:30
dimslooks like from WSME15:30
flaper87fungi: what mirror?15:30
* flaper87 tries to catch up15:31
fungiflaper87: the restrictive pypi mirror at http://pypi.openstack.org/openstack/15:31
dimshttps://github.com/stackforge/wsme/blob/master/setup.py#L2115:31
fungidims: i don't think wsme is to blame, other than that it wants ipaddr15:31
fungidims: it looks like there were issues retrieving ipaddr from pypi.python.org, which we can't really do much about15:32
*** ogelbukh has joined #openstack-infra15:33
fungidims: right, neither gantt nor marconi are in https://git.openstack.org/cgit/openstack/requirements/tree/projects.txt15:33
fungidims: so they satisfy their requirements from pypi.python.org, and are subject to is whims and blips15:33
flaper87fungi: mmh, I had no idea marconi should be added there.15:34
flaper87fungi: do you want me to add it?15:34
*** jgrimm has joined #openstack-infra15:34
* flaper87 can do that right away15:34
*** mrodden1 is now known as mrodden15:35
fungiflaper87: 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 repository15:35
flaper87fungi: they're all inline15:36
flaper87fungi: and the graduation requirement mentions we've to be gated. I believe malini is working on that15:36
fungiflaper87: then yes, should be safe and it will help protect you from external pypi issues15:36
flaper87but no idea about that list15:36
flaper87fungi: ok, I'll do that15:36
bhuvanfungi: can you review https://review.openstack.org/#/c/71323/ when you find time? ini/yaml thingy ...15:36
fungibhuvan: i try to review all infra project patches, so yes15:37
fungi(other things need to stop being broken first though)15:37
dimsfungi, 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
fungidims: yep15:38
fungidims: add oslo.version to the roster of projects not using our mirror15:38
dimsgotcha15:39
bhuvanfungi: sure!15:39
*** gokrokve has joined #openstack-infra15:39
fungiwhen 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 proposals15:39
fungiat least assuming they're participating in the integrated gate15:39
funginot doing so allows unspecified dependencies to creep into openstack15:40
fungibypassing the normal requirements review process15:40
*** jergerber has joined #openstack-infra15:40
*** wenlock has joined #openstack-infra15:41
* fungi gets back to trying to untangle py3k setuptools pkg-info decoding madness15:41
*** dcramer_ has joined #openstack-infra15:42
*** smarcet has joined #openstack-infra15:42
*** jnoller has joined #openstack-infra15:42
dimsfungi, what's the best place to mention this? ci.openstack.org/wiki.openstack.org?15:43
*** virmitio has joined #openstack-infra15:43
*** gokrokve has quit IRC15:44
fungidims: 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 places15:44
fungidims: 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 tc15:47
fungithough it's worth noting that not all official projects need to participate in the mirror15:48
SergeyLukjanovbhuvan, I've worked on projects yaml registry before, and your patch looks good to me.15:48
fungidims: 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 too15:49
fungithis is where oslo.version's situation comes into the picture15:49
fungidhellmann: what do you think about that assertion?15:49
dimsfungi, agreed, just did not realize that there is a special step.15:50
fungii notice that, for example, oslo.rootwrap does not do so either15:50
*** yaguang has quit IRC15:51
fungioslo-incubator, oslo.config and oslo.messaging are in projects.txt though15:51
bhuvanSergeyLukjanov: yes, i saw you already reviewed that patch. thank you!15:51
fungidims: 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
openstackgerritDavanum Srinivas (dims) proposed a change to openstack/requirements: Add oslo.version to the list of projects  https://review.openstack.org/7193115:52
fungithe 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 IRC15:53
fungihttps://wiki.openstack.org/wiki/Requirements could probably stand to get some love too15:54
*** atiwari has joined #openstack-infra15:55
fungidims: 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 call15:58
fungittx: ^15:58
*** cody-somerville has quit IRC15:58
fungiif nothing else, a checklist of things to consider, which could include whether the project should participate in requirements gating15:59
*** zul has quit IRC16:00
jeblairfungi: 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 standards16:00
jaypipesfungi: 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-infra16:01
*** jcooley_ has joined #openstack-infra16:01
fungijeblair: sure. i guess my first question is "when a program adds new projects, are there any review criteria?"16:02
jeblairfungi: i don't think so under existing process16:02
fungiand the follow-up, "should there be?"16:02
jeblairindeed16:02
*** paul-- has joined #openstack-infra16:02
openstackgerritDavanum Srinivas (dims) proposed a change to openstack/requirements: Update README with rationale and internal mirror  https://review.openstack.org/7193416:03
*** jooools has quit IRC16:03
fungiotherwise 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 directly16:04
fungii'm sure there are a list of things which a new project should consider in that regard, just one example16:04
fungithe infra team could also attempt to make that judgement call when adding a new project, i suppose16:05
fungisince the config ends up passing through our hands at some point16:05
fungispeaking of which, according to lp gantt doesn't have bug tracking enabled16:06
*** paul-- has quit IRC16:07
fungihttps://bugs.launchpad.net/gantt16:07
jeblairoh, and i never normalized it16:07
jeblairi just got as far as squatting it16:07
fungiha! that 'splains it16:07
*** dcramer_ has joined #openstack-infra16:07
dimsfungi, where is the code that switches on internal mirror?16:07
*** jcooley_ has quit IRC16:08
*** david-lyle has quit IRC16:08
fungidims: it's in jenkins slave scripts and devstack-gate, but it checks the projects.txt from openstack/requirements to determine what to do16:08
jeblairrustlebee: who's driving gantt?16:08
fungidims: openstack-infra/config:modules/jenkins/files/slave_scripts/select-mirror.sh and openstack-infra/devstack-gate:functions.sh(select_mirror)16:10
rustlebeejeblair: 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 suppose16:13
rustlebeejeblair: what can i do?16:14
*** AlexF has joined #openstack-infra16:14
jeblairrustlebee: 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
fungidims: 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 enough16:15
dimsfungi, y found it (mirror)16:16
rustlebeejeblair: i suppose a new lp project makes sense.  gantt-drivers is fine, too, but for now should just include nova-drivers and that's it16:16
rustlebeejeblair: it may be premature for the new lp project though16:17
rustlebeejeblair: i kind of think we should just track it under nova until it's off the ground16:17
*** salv-orlando has quit IRC16:17
dimsfungi, i was following http://ci.openstack.org/stackforge.html for oslo.vmware .... should we mention it there? since it talks about layout.yaml etc16:17
rustlebeejeblair: i realize i just contradicted myself in a few lines.16:18
rustlebeebut .. yeah, let's just track it all under nova for now.16:18
jeblairrustlebee: well, the project already exists; but we can point people to nova for now16:18
*** salv-orlando has joined #openstack-infra16:18
fungidims: 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 gating16:18
*** afazekas_ has joined #openstack-infra16:18
fungidims: what we lack is a similar document to act as a howto for adding official projects16:19
jeblairrustlebee: how's this for now?  https://launchpad.net/gantt16:19
*** giulivo has joined #openstack-infra16:19
giulivoguys, could anyone point me at the jjb source yaml files?16:20
fungidims: 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 to16:20
giulivoI'd like to learn more ... and figure where the emails with reports about the tempest "all" runs are sent16:20
dhellmannfungi: catching up, I was just going to say "we need some instructions for adding official projects"16:20
jeblairgiulivo: the docs should help:  http://ci.openstack.org/jjb.html16:20
dhellmannright now it takes lots of assumed knowledge16:20
giulivojeblair, oh I'm familiar with the docs, I wanted to look at the actual config for our jobs16:20
dhellmannfungi: 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 case16:21
* giulivo thanks jeblair also :)16:21
jeblairgiulivo: 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
jeblairgiulivo: look under "At a Glance" and then "Configuration"16:21
giulivojeblair, yeah I though about the jjb docs, sorry, what you posted is fine, ... again thanks!16:21
dhellmannfungi: I can help with those docs, since I expect to be creating a lot of new repos in the next 3-6 months16:22
jeblairgiulivo: cool; let us know if that is missing something you need16:22
jeblairdhellmann, 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
dhellmannfungi: 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 values16:23
dhellmannjeblair: the stackforge how-to is quite good, it just doesn't cover everything for official projects16:23
jeblairdhellmann:, fungi: (a) openstack developer, (b) core reviewer, (c) project driver16:23
*** bnemec is now known as beekneemech16:23
fungidhellmann: 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
fungii like jeblair's idea though16:23
jeblairdhellmann:, fungi: and this subject matter would probably go in (c)16:24
jeblairbasically, this system needs an operators manual.  :)16:24
fungidhellmann: a great counterpart to that script would be an audit script16:24
dhellmannjeblair: 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
dhellmannfungi: +116:25
jeblairdhellmann: perhaps it's one manual with 3 parts and if you are a driver you read all the way to the end.16:26
dhellmannjeblair: ok, sure, that makes sense16:26
dolphmdims: 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
dimsdolphm, thanks!16:27
dhellmannI 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
jeblairdhellmann: sure!  it's way easier to move text around than code.  :)16:28
*** ryanpetrello has quit IRC16:28
dhellmannok, 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-infra16:28
*** VijayT has joined #openstack-infra16:29
jeblairfungi: is the rename change ready to go?16:30
rustlebeejeblair: perfect thanks!16:30
rustlebeere: gantt lp16:30
jeblairfungi: or changes?  how many are we doing?16:31
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Set periodic tempest jobs to run with master  https://review.openstack.org/7194016:31
dhellmannjeblair: I have 5 renames for later today, all submitted as pull requests against openstack-infra/config16:32
dhellmann(4 changes in the first patch, 1 in a second)16:32
dimsdhellmann, i added a review for oslo.version - https://review.openstack.org/#/c/71931/16:33
dhellmanndims: ok, thanks16:33
dhellmanndims: wait, is that the fix or is that what triggered the discussion?16:34
*** cody-somerville has joined #openstack-infra16:34
jeblairdhellmann: these two: https://etherpad.openstack.org/p/project-rename-2014-02-07 ?16:35
dimsdhellmann, result of the discussion16:35
dhellmannjeblair: eys16:36
dhellmanner, yes16:36
dhellmanndims: ok, I wasn't sure because jenkins didn't like that patch16:36
fungijeblair: reviewing now. meant to check it yesterday but, well, didn't16:36
jeblairfungi: was there a stackforge change too?16:37
jeblairfungi: and https://etherpad.openstack.org/p/project-rename-2014-02-0716:37
*** lcheng_ has joined #openstack-infra16:37
fungijeblair: we haven't heard back from the stackforge project yet--i think their person was still expecting to be on holiday for another week16:37
*** thuc has joined #openstack-infra16:38
*** cody-somerville has quit IRC16:39
*** gokrokve has joined #openstack-infra16:39
mtreinishjeblair: 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
jeblairi found a way to kill etherpad didn't i?16:39
jeblairmtreinish: yep16:39
mtreinishjeblair: ok cool16:39
*** smarcet has left #openstack-infra16:40
*** CaptTofu has quit IRC16:43
*** CaptTofu has joined #openstack-infra16:43
*** gokrokve has quit IRC16:44
openstackgerritAndreas Jaeger proposed a change to openstack-infra/config: Use openstack-doc-tools for openstack-operations-guide-{lang}  https://review.openstack.org/7105616:44
*** nati_ueno has joined #openstack-infra16:47
*** CaptTofu has quit IRC16:48
*** e0ne has quit IRC16:48
*** CaptTofu has joined #openstack-infra16:49
*** markmcclain has joined #openstack-infra16:49
*** pdmars has joined #openstack-infra16:52
*** smurugesan has joined #openstack-infra16:53
fungijeblair: the proposed rename changes look good to me... checking out your sql queries now16:54
*** lcheng_ has quit IRC16:54
*** dcramer_ has quit IRC16:54
jnollerAnyone 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
jnolleryou can also RTFM me16:56
fungijnoller: what's the project you have in mind?16:56
jnollerAny, trying to write some up for https://wiki.openstack.org/wiki/UnifiedSDK16:57
fungithe 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 IRC16:57
jeblairfungi: is step 7 also mv on git01-git04?16:58
jeblairfungi: actually is step 7 that _instead of_ mv on git.o.o?16:58
zaromorning16:58
fungijeblair: ahh, yes, and either wait for projects.yaml change to trigger a cgit update or manually force one16:59
*** jcooley_ has joined #openstack-infra16:59
jeblairfungi: that changes the cgit config file?16:59
fungijeblair: yes17:00
openstackgerritMatthew Treinish proposed a change to openstack-infra/config: Remove neutron isolated jobs  https://review.openstack.org/7194717:00
fungiregenerates it from the projects.yaml (assuming that's working correctly(17:00
jeblairfungi: it's safe to just leave that for the automation to clean up later when the reconfig change is merged, right?17:00
jeblairfungi: in the mean time, the old and new projects just won't work with cgit17:00
jeblairfungi: but that won't kill us17:00
fungijeblair: correct17:01
*** markmc has quit IRC17:01
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Update gerrit project rename instructions  https://review.openstack.org/7194817:01
*** gokrokve has joined #openstack-infra17:01
jeblairfungi: step 13 can be a salt command, right?  you have the syntax handy?17:02
fungijeblair: ahh, yes, let me dig that up real quick17:02
*** jcooley_ has quit IRC17:03
*** NikitaKonovalov is now known as NikitaKonovalov_17:03
*** yassine has quit IRC17:04
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Update gerrit project rename instructions  https://review.openstack.org/7194817:04
*** mkerrin has quit IRC17:05
jeblairfungi: i don't think we have to remove oslo.sphinx but it won't hurt17:05
*** gokrokve has quit IRC17:06
fungiit's cleanup, since we're doing the others anyway17:06
*** esker has joined #openstack-infra17:07
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/config: Add logs about the pypi mirror  https://review.openstack.org/7194917:08
*** esker has quit IRC17:08
fungihow far in advance do we want to start putting zuul into a shutdown? looks like jobs are topping out at around an hour17:08
*** mrodden has quit IRC17:08
fungibut the gate is nearly a ghost town so far, thankfully17:09
*** esker has joined #openstack-infra17:09
*** DinaBelova is now known as DinaBelova_17:09
*** jasondotstar has quit IRC17:09
jeblairfungi: 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-1h17:09
*** resker has joined #openstack-infra17:10
*** esker has quit IRC17:10
fungijeblair: wfm17:10
*** david-lyle has joined #openstack-infra17:12
*** esker has joined #openstack-infra17:12
*** resker has quit IRC17:16
*** david-lyle has quit IRC17:17
openstackgerritJames E. Blair proposed a change to openstack-infra/zuul: Split the merger into a separate process  https://review.openstack.org/7162817:19
*** esker has quit IRC17:19
*** AlexF has quit IRC17:20
*** matrohon has quit IRC17:20
*** esker has joined #openstack-infra17:20
*** jpich has quit IRC17:20
jnolleranyone know how hard it is to rename a stack forge project?17:20
jeblairjnoller: this hard: https://etherpad.openstack.org/p/project-rename-2014-02-0717:20
jnollerO_O17:21
jeblairjnoller: 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 renames17:21
jnolleryeah17:21
jnollerthis is that moment in top gun where he's yelling at goose to eject17:21
fungiin short, gerrit is not designed to have projects renamed on a whim17:21
jeblairjnoller: you can watch the process live today, we're doing that it 2.5 hours.17:22
jeblairs/it/in/17:22
jnolleri feel sorry for you :(17:22
jeblairjnoller: thanks, i do too.  :(17:22
fungithe 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 db17:22
jnollerjeblair: working on getting more people to help on infra btw17:23
jnollerjeblair: and testing17:23
fungijnoller: awesome!!!17:23
jnollerya'll need it, and deserve it17:23
*** chris_johnson has joined #openstack-infra17:23
jeblairjnoller: that would be .. *sniff*... wonderful!17:23
* fungi offers jeblair a handkerchief17:23
dims:)17:24
*** mrodden has joined #openstack-infra17:24
jeblairclarkb: i think the py26 tests caught a zuul problem via cgroups where it was spawning too many threads, but the py27 tests did not17:25
clarkbinteresting (ulimits set that limit, not cgroups) yay for having limits I suppose?17:26
jeblairclarkb: oh right words mean different things. i forget sometimes.  :)17:26
clarkbmorning btw. I feel significantly worse than yesterday so will probably try to take it easy. Hope to help out during renames though17:26
jeblairclarkb: i'm sorry; don't feel compelled to work on the renames, fungi and i can hack it; rest if need it17:27
clarkbrgr17:27
fungiclarkb: yeah, it's covered17:27
*** nati_ueno has quit IRC17:28
*** nati_ueno has joined #openstack-infra17:29
*** gyee has joined #openstack-infra17:30
jeblair#status alert Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames17:34
openstackstatusNOTICE: Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames17:34
jeblairi guess it lost ident17:34
*** fbo is now known as fbo_away17:34
*** AlexF has joined #openstack-infra17:34
*** openstackstatus has quit IRC17:34
*** openstackstatus has joined #openstack-infra17:35
jeblair#status alert Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames17:35
openstackstatusNOTICE: Gerrit and Zuul going offline at 20:00 UTC for ~15mins for project renames17: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 dizquierdo17:35
*** gokrokve has joined #openstack-infra17:37
*** UtahDave has joined #openstack-infra17:38
*** chris_johnson is now known as wchrisj|away17:39
openstackgerritTravis Plummer proposed a change to openstack-infra/config: New project request: OpenStack Powershell CLI and SDK  https://review.openstack.org/7195617:39
*** gokrokve has quit IRC17:41
*** oubiwann_ has quit IRC17:42
fungidstufft: 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
fungidstufft: bug 127749517:46
uvirtbotLaunchpad bug 1277495 in pbr "python33 jobs are breaking" [Undecided,Invalid] https://launchpad.net/bugs/127749517:46
*** david-lyle has joined #openstack-infra17:46
funginext steps i guess are to see whether pip 1.5.2 has similar issues with it17:46
*** andre__ has quit IRC17:47
*** nati_ueno has quit IRC17:48
fungiactually, 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 problem17:50
fungimordred: ^17:50
*** paybackman has joined #openstack-infra17:50
*** jcooley_ has joined #openstack-infra17:50
nibalizerfungi: is pbr a technology and not just a bad beer?17:52
*** jp_at_hp has quit IRC17:52
funginibalizer: at the moment, i'm having a hard time telling the two apart. ask me again in an hour17:52
dstufftfungi: hmmm17:52
*** max_lobur is now known as max_lobur_afk17:52
dstufftfungi: I saw a bug recently17:53
*** markmcclain has quit IRC17:53
dstuffthttps://bitbucket.org/pypa/setuptools/issue/143/release-fails-when-there-are-non-ascii17:54
jeblairnotmyname: 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
notmynamejeblair: hmm... let me look17:54
fungidstufft: thanks! this looks... similar at least17:54
notmynamejeblair: http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.get_auth17:55
notmynamejeblair: the Connection class is a wrapper (with retry support) for the module methods. just looks like the Connection.get_auth didn't get the docstring17:55
jeblairnotmyname: got it.  What does that return?17:56
*** jcooley_ has quit IRC17:56
*** hashar_ has quit IRC17:57
notmynamejeblair: "return storage_url, token" also could raise ClientException. will return None, None on invalid creds17:59
jeblairnotmyname: does a storage_url change often/ever?18:02
notmynamejeblair: one would assume no, but that would be up to the deployer (or auth system)18:03
jeblairnotmyname: ok18:03
*** jog0 is now known as flashgordon18:03
*** paul-- has joined #openstack-infra18:03
*** rossella_s has quit IRC18:04
notmynamejeblair: 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-swiftclient18:04
*** BobBall is now known as BobBallAway18:04
jeblairnotmyname: i'm reviewing this change https://review.openstack.org/#/c/68297/7/zuul/lib/swift.py18:05
*** cadenzajon has joined #openstack-infra18:05
jeblairnotmyname: where storage_url is used as part of the HMAC sig for formpost18:05
jeblairnotmyname: so the author gets storage_url each time he wants to make an HMAC sig18:05
*** andreaf has joined #openstack-infra18:06
jeblairnotmyname: 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
notmynamejeblair: ah18:06
jeblairnotmyname: so i was wondering how safe it would be to save storage_url once at program init and keep using it18:06
notmynamejeblair: so the storage url is something like https://swift.example/v1/AUTH_jeblair18:06
*** pcrews has joined #openstack-infra18:07
*** rossella_s has joined #openstack-infra18:07
notmynamejeblair: 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 HMAC18:07
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756418:07
*** oanufriev has quit IRC18:08
*** paul-- has quit IRC18:08
notmynamejeblair: 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-infra18:09
jeblairnotmyname: 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 IRC18:10
notmynamejeblair: heh, we've supported that without breaking it for 4+ years. probably not going to change anytime soon :-)18:10
jeblairnotmyname: i dunno, i might start to trust your api stability after about 30 years... :)18:11
*** nati_ueno has joined #openstack-infra18:14
*** AlexF has quit IRC18:14
*** morganfainberg_Z is now known as morganfainberg18:15
*** jcooley_ has joined #openstack-infra18:16
*** igor_ has quit IRC18:17
*** igor_ has joined #openstack-infra18:18
*** harlowja_away is now known as harlowja18:18
*** sarob has joined #openstack-infra18:18
*** sarob has quit IRC18:19
*** sarob has joined #openstack-infra18:19
*** jcooley_ has quit IRC18:20
*** Ajaeger has joined #openstack-infra18:21
*** jasondotstar has joined #openstack-infra18:22
*** AlexF has joined #openstack-infra18:23
*** igor_ has quit IRC18:24
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756418:24
*** e0ne has joined #openstack-infra18:24
*** andre__ has joined #openstack-infra18:25
*** markmcclain has joined #openstack-infra18:26
*** wchrisj|away is now known as chris_johnson18:27
*** vogxn has joined #openstack-infra18:30
*** AlexF has quit IRC18:34
Ajaegerinfra 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
jeblairAjaeger: i don't think so.  we're bad about blueprints but i hope to get better when we start using storyboard18:35
*** hogepodge has joined #openstack-infra18:38
*** jcooley_ has joined #openstack-infra18:40
Ajaegerjeblair: Then I don't have to amend my pending changes - fine ;)18:41
*** esker has quit IRC18:42
lifelessrustlebee: jeblair:: its definitely a nova program prjoect at the moment18:44
lifelessI'm facilitating, and now that we're out of our firedrill w.r.t. ci again, will be reviewing too18:44
fungilifeless: 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 little18:45
lifelessfungi: in principle yes :) I think I need to redeploy the broker if I can't get hold of derek to add more keys to it18:47
fungilifeless: ahh, okay. well that's something i can get on later this evening if he wraps up then18:47
lifelessfungi: so hang on just a little bit18:47
fungilifeless: also, happy saturday18:47
*** jcooley_ has quit IRC18:47
*** jcooley_ has joined #openstack-infra18:48
*** vogxn has quit IRC18:49
*** igor_ has joined #openstack-infra18:50
*** rossella_s has quit IRC18:51
*** jcooley_ has quit IRC18:52
*** jcooley_ has joined #openstack-infra18:53
flashgordonjohnthetubaguy: ping18:54
johnthetubaguyflashgordon: hi, I am about to run, but can I help?18:54
*** igor_ has quit IRC18:55
flashgordonhttps://bugs.launchpad.net/nova/+bug/1274772 I think it should be a little higher18:55
uvirtbotLaunchpad bug 1274772 in libvirt "libvirt.txt in gate is full of error messages" [Undecided,New]18:55
flashgordonat least until we figure out why we have so many errors18:55
flashgordonmaybe not to fix em18:55
flashgordonand great job on bug day18:56
johnthetubaguyflashgordon: yeah I wasn't so sure on that one18:56
johnthetubaguyhey no worries, I am glad so many people have chipped in to help!18:56
jeblairfungi: i think it's time to stop zuul.  will do that, ok?18:57
johnthetubaguyflashgordon: I went for "its cosmetic" but its certainly a worry18:57
flashgordonjohnthetubaguy: we have had a lot of libvirt errors18:57
fungijeblair: yeah, been keeping an eye on it and we're right on the mark i think18:57
flashgordonso I am not convinced its cosmetic18:57
flashgordonmoving to medium18:57
fungithere's a devstack job estimated at 58 minutes remaining18:58
johnthetubaguyflashgordon: ah, OK, then, sounds fair18:58
fungiactually a devstack change and a tempest change18:58
flashgordonjohnthetubaguy: updated18:58
johnthetubaguyflashgordon: 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 UTC18:59
openstackstatusNOTICE: Zuul is now in queue-only mode preparing for project renames at 20:00 UTC18:59
johnthetubaguyflashgordon: cool, looks good, hopefully see you in utah18:59
flashgordonjohnthetubaguy: high it is18:59
flashgordonyup18:59
johnthetubaguy:)18:59
Ajaegerjeblair: 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 IRC19:02
jeblairAjaeger: i love it19:03
*** melwitt has joined #openstack-infra19:03
Ajaegerjeblair: Cool! If this gets approved and works really as expected, I do the rest of the docu jobs...19:05
*** jcooley_ has quit IRC19:06
*** DinaBelova_ is now known as DinaBelova19:06
*** thuc has quit IRC19:08
*** thuc has joined #openstack-infra19:08
*** thuc has quit IRC19:08
*** thuc has joined #openstack-infra19:09
*** thuc has quit IRC19:10
*** thuc_ has joined #openstack-infra19:10
*** thuc_ has quit IRC19:11
*** thuc has joined #openstack-infra19:11
*** jcooley_ has joined #openstack-infra19:13
*** johnthetubaguy has quit IRC19:15
*** esker has joined #openstack-infra19:18
*** amcrn has joined #openstack-infra19:18
fungimordred: 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.319:26
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: ensure all the required files are there  https://review.openstack.org/7196819:26
*** rcleere has joined #openstack-infra19:27
*** gsamfira has joined #openstack-infra19:28
*** esker has quit IRC19:30
*** nati_uen_ has joined #openstack-infra19:30
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Temporary HACK : Enable UCA & Build latest libvirt  https://review.openstack.org/6756419:30
fungijeblair: what do you think about granting all registered users +/-1 vrfy on the openstack-dev/sandbox acl?19:30
*** esker has joined #openstack-infra19:30
*** nati_uen_ has quit IRC19:30
jeblairfungi: looks like we had a gate reset, but we could still be on schedule if there isn't another19:31
jeblairfungi: (and if there is another, let's just kill it.)19:31
*** mattoliverau has quit IRC19:31
*** nati_uen_ has joined #openstack-infra19:31
fungi...or at least have a very permissive group membership policy for a separate group for vrfy on sandbox19:31
jeblairfungi: for third party test systems?19:31
jeblairfungi: (i mean, is that the reason you're asking?)19:32
fungijeblair: right. it would allow them to test out commenting and vrfy voting using normal accounts19:32
fungieven before they're ready to do so on real projects19:32
*** nati_ueno has quit IRC19:32
jeblairfungi: 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
fungijeblair: yep, agreed. i'll work up something for that then19:33
jeblairfungi: and it would maintain the realism for developer-users of sandbox19:33
fungiabsolutely19:33
*** thuc has quit IRC19:33
jeblairfungi: you suggested that it could be double-entry ("all ci accounts" has two group-members: "voting ci accounts" and "nonvoting ci accounts")19:33
jeblairfungi: either way is fine with me19:34
fungiyep, i recall discussing it19:34
fungicool19:34
*** thuc has joined #openstack-infra19:34
*** lyxus has quit IRC19:34
*** esker has quit IRC19:35
*** lyxus has joined #openstack-infra19:35
dimsfungi, LC_ALL, very nice :)19:35
fungidims: i'm trying to reproduxce without tox now19:35
*** thuc has quit IRC19:38
*** mrodden has quit IRC19:38
*** dcramer_ has joined #openstack-infra19:39
*** elasticio has joined #openstack-infra19:39
*** dizquierdo has quit IRC19:40
*** elasticio is now known as Guest6715519:40
*** thuc has joined #openstack-infra19:42
*** hogepodge has quit IRC19:43
*** mrodden has joined #openstack-infra19:43
*** Guest67155 has quit IRC19:44
*** elasticio_ has joined #openstack-infra19:44
*** elasticio_ is now known as Guest4800419:45
*** alexpilotti has quit IRC19:45
*** hogepodge has joined #openstack-infra19:45
sdagueclarkb, 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 already19:49
*** igor_ has joined #openstack-infra19:49
flashgordonsdague: I didn't submit anything to the summit and don't plan on it this time19:49
sdagueok19:50
*** sarob has quit IRC19:50
flashgordonso go for it19:50
fungidstufft: 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
flashgordonsdague: I submitted a similar talk to other conferences though19:50
*** dcramer__ has joined #openstack-infra19:51
*** gsamfira has quit IRC19:51
*** julim has joined #openstack-infra19:51
flashgordonsdague: https://review.openstack.org/#/c/71952/ the new e-r message19:51
*** oanufriev has joined #openstack-infra19:51
mtreinishsdague: I was going to do that too :)19:52
*** Ajaeger has quit IRC19:52
mtreinishI haven't submitted it yet19:52
mtreinishI'll do one on tempest so go ahead19:52
notmynamemordred: can you offer some insight on python wheels? https://review.openstack.org/#/c/57154/19:53
*** dcramer_ has quit IRC19:54
jeblairfungi: time to prep19:54
jeblairfungi: do you want to do gerrit actions, i'll do git.o.o?19:55
fungithat works for me19:57
fungijumping in there now19:57
jeblairfungi: do i need to stop anything on the git farm?  apache?  cgit?19:58
*** dprince has quit IRC19:59
fungii don't think so, but i guess it can't hurt19:59
*** alexpilotti has joined #openstack-infra19:59
*** dcramer__ has quit IRC19:59
fungiwe've just moved them straight out from underneath git and apache in the past19:59
jeblairi will do that then and we will continue that experiment.  :)19:59
fungithe only thing doing writes to them would be gerrit, and it'll be offline19:59
jeblairfungi: i added our names to all the steps20:01
fungijeblair: i saw that--thanks!20:01
fungigrr--gate reset in progress20:02
*** thuc has quit IRC20:02
fungino wait20:02
jeblairfungi: ?20:02
jeblairfungi: no, you thought that because it said "FAILED"20:02
fungii was thrown by the error log checker in the console log20:02
fungiyeah :/20:02
jeblairfungi: "FAILED" doesn't mean "FAILED".20:02
dhellmannhi, guys, let me know if there's anything I can do to help from this side -- testing, etc.20:03
*** thuc has joined #openstack-infra20:03
fungiobviously!20:03
jeblairsdague: ^ super confusing.20:03
fungidhellmann: there will be plenty of opportunity for testing here shortly20:03
*** gokrokve has joined #openstack-infra20:03
*** gokrokve has quit IRC20:03
*** gokrokve has joined #openstack-infra20:03
*** thuc has quit IRC20:04
dhellmannfungi: ok20:04
fungii've already got puppet agent disabled on review.o.o, just waiting for this last job to report before shutting it down20:04
fungibegore shutting down gerrit i mean20:04
*** thuc has joined #openstack-infra20:04
*** paul-- has joined #openstack-infra20:04
fungiit's uploading logs now20:05
clarkbsdague: I haven't yet I say go for the summit talk20:08
*** paul-- has quit IRC20:09
jeblair#status alert Gerrit and Zuul are offline for project renames.  ETA 20:30 UTC.20:10
openstackstatusNOTICE: 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
jeblairwell crap20:10
jeblairapparently zuul still thinks it's waiting on the tripleo builds20:10
fungizuul doesn't seem to have submitted that last change to merge?20:10
fungiugh20:11
jeblairfungi: 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: False20:11
fungiweird. it didn't comment on the change20:11
jeblairfungi: someone uploaded patchset 2420:12
openstackgerritElizabeth Krumbach Joseph proposed a change to openstack-infra/config: Make files in reviewday docroot accessible  https://review.openstack.org/6973420:12
fungijeblair: yep--just noticed that20:12
jeblairfungi: and, heh, zuul probably queued that event.  :)20:12
fungiagreed. that's almost certainly what happened20:12
jeblairlet me think about this a second.20:12
fungiso we can't effectively dump the pending event queue, huh?20:12
jeblairfungi: i'm wondering if it would be worthwhile to take 5 mins and write a simple noop gearman worker that will run those jobs20:13
jeblairfungi: and maybe that will let it finish cleanly20:13
fungijeblair: that's beyond my capacity, but if you think it's something you want to try then i say go for it20:13
*** Guest48004 has quit IRC20:14
jeblairi will try.  we'll have an answer in a few mins.20:14
fungican't be any worse than the time we'll spend hunting down and requeuing changes20:14
*** elasticio has joined #openstack-infra20:14
*** elasticio is now known as Guest3079320:14
fungiis 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 IRC20:15
jeblairfungi: let's leave it up for now20:15
fungioh, i guess zuul will want to potentially report on the tripleo changes20:15
fungino sweat20:16
dstufftfungi: Uh, well we don't have any plans to release a new 1.4.20:16
dstufftIf there's something big that is hard or impossible to work around we could probably be convinced to do so20:16
fungidstufft: 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 working20:16
fungidstufft: mainly just wanted to apprise you of pip 1.4.1 + python 3.3 + non-ascii pkg-info = boom20:17
*** DinaBelova is now known as DinaBelova_20:18
*** rfolco has quit IRC20:18
jeblairfungi: nope, that's not going to work (internal state for those jobs is too confused)20:19
fungipoo20:19
*** nati_ueno has joined #openstack-infra20:19
jeblairfungi: i'll hard-stop zuul now, feel free to proceed with gerrit20:19
fungion it20:19
jeblairok, i'll start my git.o.o moves now20:20
dstufftfungi: gotcha20:20
dstufftfungi: 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 heh20:20
lifelesshttps://review.openstack.org/71444 is 503ing20:20
*** DinaBelova_ is now known as DinaBelova20:20
*** gsamfira has joined #openstack-infra20:21
jeblairlifeless: see topic20:21
lifelessoh, kk20:21
*** thuc has quit IRC20:21
*** thuc has joined #openstack-infra20:21
* beekneemech needs a UTC desk clock20:22
*** nati_ueno has quit IRC20:22
SergeyLukjanovlifeless, I was quite scared too :)20:22
*** nati_uen_ has quit IRC20:22
fungibeekneemech: i can sell you a desk clock which tells utc time, but it's very, very expensive ;)20:23
*** nati_ueno has joined #openstack-infra20:23
fungijeblair: okay, ready for me to start gerrit?20:23
beekneemechfungi: Sold. :-)20:24
jeblairfungi: yep20:24
*** cody-somerville has joined #openstack-infra20:24
*** cody-somerville has quit IRC20:24
*** cody-somerville has joined #openstack-infra20:24
mordrednotmyname: looking20:24
jeblairfungi: ready for zuul?20:24
openstackgerritA change was merged to openstack-infra/publications: Update periodic pipeline slide and url  https://review.openstack.org/6585420:24
openstackgerritA change was merged to openstack-infra/publications: Allow 'x' key to advance the zuul simulation  https://review.openstack.org/6497320:24
notmynamemordred: thanks (but gerrit is down ;-)20:24
fungijeblair: testing gerrit now to make sure it looks up20:24
mordrednotmyname: I may have noticed20:24
fungijeblair: yep, it's responding20:25
jeblairnotmyname: gerrit is up20:25
mordrednotmyname: -120:25
fungijeblair: go for it20:25
mordrednotmyname: it is not needed20:25
jeblairSergeyLukjanov: " Last reconfigured: Fri Feb 07 2014 12:25:26 GMT-0800 (PST) " :)20:25
notmynamemordred: ok, thanks20:25
mordrednotmyname: oh - wait20:25
beekneemechOh, cool.  It turns out mouseovering my WM clock shows UTC too.20:25
notmynamemordred: ok20:26
mordrednotmyname: actually, it's fine for python-swiftclient20:26
mordrednotmyname:  how about I just respond20:26
fungimordred: since you're around, bug 1277495 is a compelling reason to hurry up with pip 1.5.x rollout20:26
uvirtbotLaunchpad bug 1277495 in openstack-ci "python33 jobs are breaking" [Critical,In progress] https://launchpad.net/bugs/127749520:26
jeblairfungi: zuul is up20:26
notmynamemordred: great20:26
jeblair#status ok20: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 IRC20:26
fungijeblair: merging changes now20:26
fungiunless you want me to wait20:27
SergeyLukjanovjeblair, yay! it's working ;)20:27
jeblairfungi: go for it20:27
fungibam20:27
mordrednotmyname: oted20:28
SergeyLukjanovjeblair, heh, and it's shown on both http://status.openstack.org/zuul/ and http://zuul.openstack.org20:28
SergeyLukjanovjeblair, doble kill :)20:28
openstackgerritA change was merged to openstack-infra/config: Oslo is adopting several stackforge libraries  https://review.openstack.org/7043520:29
openstackgerritA change was merged to openstack-infra/config: Rename oslo.sphinx to oslosphinx  https://review.openstack.org/7159320:30
fungipulling puppet on the master now20:30
harlowjamerged, woot20:32
fungiokay, latest config changes are on the master now, so starting puppet back on gerrit20:32
* harlowja waiting eagerly20:32
jeblairfungi: note i split step 12 and give sphinx to me and the others to you20:33
*** openstackgerrit has quit IRC20:34
jeblairfungi: (but that can wait)20:34
fungijeblair: okay. i decided to manually run puppet agent --test on gerrit to speed this step along20:34
*** openstackgerrit has joined #openstack-infra20:34
*** igor___ has joined #openstack-infra20:34
fungiseems to have been successful20:35
jeblairfungi: ready for replication?20:35
mordredfungi: do you know why we do LC_ALL=C ?20:36
*** masayukig has joined #openstack-infra20:36
*** igor_ has quit IRC20:36
fungijeblair: doing now20:36
*** malini is now known as malini_afk20:37
openstackgerritDavanum Srinivas (dims) proposed a change to openstack/requirements: Update README with rationale and internal mirror  https://review.openstack.org/7193420:37
fungijeblair: oh, i see you had assigned that to yourself, sorry. i just fired it off20:37
jeblairnp20:37
jeblairnice, we're waiting on gerrit to replicate to 1105 locations20:37
*** nati_ueno has quit IRC20:38
fungiwow20:39
*** markmcclain has quit IRC20:39
*** nati_ueno has joined #openstack-infra20:41
*** jasondotstar has quit IRC20:42
*** nati_ueno has quit IRC20:42
*** hogepodge has quit IRC20:42
*** nati_ueno has joined #openstack-infra20:42
* dhellmann stands by to update .gitreview files20:42
*** NikitaKonovalov_ is now known as NikitaKonovalov20:43
jeblairdhellmann: i believe you should be good to go now20:43
jeblairand all the replications just finished20:43
dhellmannjeblair: ok20:43
fungii'm deleting the old stackforge repos off github20:44
jeblairfungi: did manage-projects create the github repos?  i don't see https://github.com/openstack/cliff20:44
fungijeblair: oh, you know what?...20:44
fungirunning manage-projects now :(20:44
*** klrmn has joined #openstack-infra20:45
*** hogepodge has joined #openstack-infra20:45
*** rfolco has joined #openstack-infra20:46
*** cadenzajon has quit IRC20:47
klrmnso, 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
fungiconfirmed they're there now20:47
fungiwith recent commit history20:47
fungialso the stackforge versions of them are deleted20:48
*** thomasem has quit IRC20:48
jeblairfungi: i've run puppet on git*, but cgit doesn't look right yet20:48
jeblairthe cgitrepos module still has the old names20:48
fungijeblair: mmm, i'll try manually running create-cgitrepos20:48
klrmni am unable to follow all the different results in subunit-trace to figure out which one i would need to change to get a summary20:48
lifelessklrmn: if you want a summary, the summaryresult is the object to query.20:49
*** denis_makogon_ has joined #openstack-infra20:51
fungijeblair: 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 now20:52
*** sarob has joined #openstack-infra20:52
*** dcramer_ has joined #openstack-infra20:56
fungiaha, the problem is twofold. i need to tweak both jeepyb and config repos for this20:56
*** CaptTofu has quit IRC20:57
*** sarob has quit IRC20:57
*** lcheng_ has joined #openstack-infra21:00
*** rcleere has quit IRC21:01
openstackgerritJeremy Stanley proposed a change to openstack-infra/jeepyb: Correct create-cgitrepos default projects.ini path  https://review.openstack.org/7199121:01
*** dcramer_ has quit IRC21:01
*** mgagne has quit IRC21:01
lifelessfungi: so, around ?21:01
fungilifeless: will be in a bit21:01
fungifixing more broken first21:02
lifelessok21:02
openstackgerritElizabeth Krumbach Joseph proposed a change to openstack-infra/config: Add support for Fedora 20 to nodepool  https://review.openstack.org/6951021:03
*** hogepodge has quit IRC21:05
lifelesshmm, my 11KBps friend is back21:06
*** sarob has joined #openstack-infra21:06
lifelessoh, nuts, openvswitch I guess21:06
*** prad_ has quit IRC21:06
mordredlifeless: that seems like a song21:07
fungijeblair: i've touched up git01-04 by hand so they should be okay now. i'm still working on a more correct fix in jeepyb21:07
jeblairfungi: cool, thx21:07
dhellmannfungi, jeblair : tests are running and patches are landing in all of those repos, so I think everything is working21:07
jeblairdhellmann: great!21:08
fungidhellmann: great!21:08
dhellmannfungi, jeblair : thank you both for making this so easy :-)21:08
jeblairdhellmann: np; thanks for writing the changes!21:08
fungijeblair: 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
jeblairfungi: so probably just need to remove the backwards compat change then21:10
*** sarob has quit IRC21:10
mordredyeah. there's no need to carry the backwards compat change now that we've done the transition21:10
fungieh, i just found an alternative which is still backwards-compat21:10
mordredyeah/21:10
mordred?21:10
fungicheck the number of documents in the yaml21:11
mordrednod21:11
*** jgrimm has quit IRC21:11
*** jgrimm has joined #openstack-infra21:12
*** lcestari has quit IRC21:12
*** cadenzajon has joined #openstack-infra21:13
openstackgerritJeremy Stanley proposed a change to openstack-infra/jeepyb: Correct create-cgitrepos projects.yaml versioning  https://review.openstack.org/7199121:13
*** rfolco has quit IRC21:13
fungisomething like that ^ will be nice to people who were using jeepyb to manage a cgit frontend21:14
*** dcramer_ has joined #openstack-infra21:15
lifelesscan one specify a specific flavor in nodepool today?21:15
mordredlifeless: yes21:15
lifelesshow21:15
lifelessI see min_ram21:15
fungilifeless: there's a filter option21:15
fungilifeless: look at how we do performance flavors for rax21:15
mordredso - you cannot do flavor id today21:15
mordredbut you can do what fungi said21:16
fungiget 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 flavors21:17
openstackgerritTravis Plummer proposed a change to openstack-infra/config: New project request: OpenStack Powershell CLI and SDK  https://review.openstack.org/7195621:17
openstackgerritlifeless proposed a change to openstack-infra/config: Update TripleO TE broker address.  https://review.openstack.org/7199921:17
openstackgerritlifeless proposed a change to openstack-infra/config: Update the tripleo setup for the new ci-overcloud  https://review.openstack.org/7200021:17
*** yolanda has quit IRC21:18
lifelesssorry, that was meant to be one commit. blrh21:18
fungilifeless: can you just squash that into the revert for the nodepool.yaml?21:18
lifelessfungi: if you want21:18
*** DinaBelova is now known as DinaBelova_21:19
fungithat way we'll be less likely to split the config updates accidentally and start trying to do the wrong thing21:19
openstackgerritAntoine Musso proposed a change to openstack-infra/zuul: dequeue abandoned changes  https://review.openstack.org/6546721:19
*** hogepodge has joined #openstack-infra21:20
*** thuc has joined #openstack-infra21:21
openstackgerritlifeless proposed a change to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider"  https://review.openstack.org/7168421:22
*** lcheng_ has quit IRC21:22
mferjeblair fungi mordred anyone got to talk about something awkward... that is c# in a stackforge repo? :D21:23
mferhttps://review.openstack.org/7195621:24
*** paybackman has quit IRC21:25
fungilifeless: lgtm21:26
fungilifeless: and a nice bump to the server limit there21:26
lifelesswe're now using about half our capacity (if we use all that limit)21:27
lifelessbut21:27
lifelessthe testenv machines aren't quite scaled to match21:27
lifelessso we may need to tune21:27
lifelesswe'll see21:27
lifelessyou could run some m1.large or whatever devstack machines if you wanted21:27
openstackgerritAndreas Jaeger proposed a change to openstack/requirements: Update openstack-doc-tools to 0.6  https://review.openstack.org/6968521:27
fungilifeless: excellent. next week, if all goes well, we ought to add some devstack-precise-check nodes there and see what happens21:29
*** andre__ has quit IRC21:30
lifelesspleia2: the images are gone so will need to upload new Fedora21:30
lifelessI'm uploading a new Ubuntu noew21:30
*** dcramer_ has quit IRC21:31
pleia2lifeless: ok21:31
pleia2lifeless: I can upload fedora if you want21:32
lifelesspleia2: sure, or give me the url21:32
lifelessand I'll do it from within the te-broker21:32
lifelessubuntu uploaded21:32
lifelessfungi: bombs away please21:32
pleia2lifeless: http://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow221:33
fungijeblair: any objections to merging 71684 and trying to fire up image builds on the rebuilt tripleo-ci provider now?21:33
pleia2then I: glance image-create --name="Fedora 20 64-bit" --disk-format=qcow2 --container-format=bare < Fedora-x86_64-20-20131211.1-sda.qcow221:34
pleia2will do for my account to so I can test my latest updates to the WIP node prep reviews I have pending21:34
lifelessslow mirror :(21:34
pleia2s/to/too21:34
lifelessonly getting 500KBps from it21:35
pleia2hm, they don't make finding non-AMI mirrors easy21:36
*** klrmn has left #openstack-infra21:36
*** hogepodge has quit IRC21:36
fungipleia2: they're one of our biggest contributors... someone should have a chat with them about that ;)21:36
pleia2hah21:36
lifelessooh ooh 700KBps for a bit there21:37
lifelesspleia2: 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.qcow221:37
lifelesspleia2: on http://fedoraproject.org/en/get-fedora#clouds21:37
pleia2lifeless: that's the same URL :)21:38
pleia2they don't list mirrors there though21:38
*** jasondotstar has joined #openstack-infra21:41
*** andre__ has joined #openstack-infra21:42
lifelesspleia2: ah it is too21:43
lifeless302 to a bad mirror21:43
lifelessanyhoo21:43
lifelesspleia2: btw21:43
lifeless--file is better than a redirect21:43
lifelessand --progress is nice21:43
lifelessfungi: so we have ubuntu and fedora base images ready to roll21:44
lifelessyeah, NCSU mirror gets 17MBps21:44
fungibut of course it does21:44
fungibecause, well, it's ncsu21:44
pleia2lifeless: good to know, thanks :)21:45
* fungi lives 15 minutes through town from ncsu21:45
fungijeblair, mordred and olaph attended there... i did not21:45
fungihowever, 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 mirror21:46
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Fix misspellings in jenkins-job-builder  https://review.openstack.org/7176421:46
*** mrodden has quit IRC21:46
fungiand not 30 minutes from unc, where ibiblio lives21:47
*** jcooley_ has quit IRC21:48
fungiwe have a rich tradition of software mirrors here ;)21:48
harlowjahi guys, is the move all good to go, just want to double check before i redo a few reviews to point to the new location21:48
*** jcooley_ has joined #openstack-infra21:49
fungiharlowja: should be, but if it's not, please let us know so we can look into uit21:49
fungiit21:49
harlowjak21:49
harlowjathx fungi21:49
fungiharlowja: you're welcome21:49
*** NikitaKonovalov is now known as NikitaKonovalov_21:50
*** hogepodge has joined #openstack-infra21:50
*** Sukhdev has joined #openstack-infra21:51
*** jasondotstar has quit IRC21:51
lifelessfungi: so, I don't mean to be pushy... but.21:51
*** david-lyle has quit IRC21:51
lifelessfungi: I either need to go do family time, or this.21:51
fungilifeless: i would love to get jeblair to give the all clear before i merge that21:52
* fungi would love to go to dinner21:52
lifelessfungi: 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 IRC21:52
fungicompletely understand21:52
dstufftfungi: btw I meant to ask and forgot, how far away is openstack from switching to pip 1.5?21:53
jeblairfungi: back21:53
fungijeblair: yay!21:53
*** prad has joined #openstack-infra21:53
SpamapSeh?21:54
*** mrodden has joined #openstack-infra21:54
fungidstufft: 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 think21:54
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests  https://review.openstack.org/6938421:55
dstufftfungi: cool, no worries :) I was just wondering21:55
jeblairfungi, lifeless: wfm; lifeless shall we approve?21:55
fungijeblair: please do21:56
jeblairdone21:56
fungijeblair: lifeless: i'll babysit the image builds starting, then go grab a bite to eat and check back in on it21:56
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests  https://review.openstack.org/6938421:56
fungidstufft: 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 projects21:57
lifelessfungi: cool21:57
*** jasondotstar has joined #openstack-infra21:57
dstufftfungi: totally understandable :)21:57
openstackgerritA change was merged to openstack-infra/config: Revert "Temporarily remove tripleo-ci nodepool provider"  https://review.openstack.org/7168421:58
*** sarob has joined #openstack-infra21:58
*** paul-- has joined #openstack-infra22:05
*** thuc has quit IRC22:07
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: No longer grant third-party voting initially  https://review.openstack.org/7201222:07
*** thuc has joined #openstack-infra22:07
*** dcramer_ has joined #openstack-infra22:08
*** ociuhandu has quit IRC22:08
*** jasondotstar has quit IRC22:09
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Added clone-workspace publisher  https://review.openstack.org/6953222:09
*** paul-- has quit IRC22:09
*** pdmars has quit IRC22:10
*** thuc has quit IRC22:11
*** thuc has joined #openstack-infra22:12
lifelessok, I see templates running22:12
lifelessyay22:12
*** paul-- has joined #openstack-infra22:12
fungilifeless: 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 now22:13
*** fbo_away is now known as fbo22:14
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware  https://review.openstack.org/7076122:16
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Enhance project specific parameters example.  https://review.openstack.org/7164722:17
*** paul-- has quit IRC22:17
dimsSergeyLukjanov, finally fixed the oslo.vmware review acc to your latest comments. too much excitement today :)22:17
*** julim has quit IRC22:19
*** bknudson has quit IRC22:21
openstackgerritA change was merged to openstack-infra/config: Allow merge commits for operations-guide  https://review.openstack.org/7166122:24
fungilifeless: sorry, my mistake. the deleting images i saw were lingering in the db from prior to the tripleo-ci outage22:25
*** esker has joined #openstack-infra22:25
fungilifeless: pleia2: the fedora image builds aren't quite working yet, but that can wait of course22:26
*** melwitt has quit IRC22:27
pleia2yeah, broken fedora is expected right now22:27
fungiwe'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 bit22:27
lifelessok, thanks22:27
pleia2enjoy22:27
*** dcramer_ has quit IRC22:27
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware  https://review.openstack.org/7076122:28
fungii'll have a look into the (by then hopefully existent) nodes launched from this image once i'm back22:28
*** chris_johnson has quit IRC22:28
lifelessif it goes pear shaped, I'm on my mobile.22:29
*** prad has quit IRC22:29
fungilifeless: great--i'll keep you posted22:29
*** malini_afk is now known as malini22:30
*** jcooley_ has quit IRC22:31
*** melwitt has joined #openstack-infra22:32
*** dkliban is now known as dkliban_afk22:33
*** hogepodge has quit IRC22:33
*** ryanpetrello has quit IRC22:34
*** weshay has quit IRC22:36
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/config: Create git repo and jenkins jobs for oslo.vmware  https://review.openstack.org/7076122:36
*** sarob has quit IRC22:37
*** sarob has joined #openstack-infra22:39
*** dcramer_ has joined #openstack-infra22:40
*** sarob has quit IRC22:43
*** bknudson has joined #openstack-infra22:46
*** mriedem has quit IRC22:46
lifelessfungi: I see two slaves. Can have tests?22:50
*** dcramer_ has quit IRC22:50
*** malini is now known as malini_afk22:54
ArxCruzfungi: lifeless where can I find a yaml showing how to report back results? only report, no voting22:54
*** nati_ueno has quit IRC22:54
jeblairArxCruz: look at the experimental pipeline in openstack's zuul config22:54
ArxCruzjeblair: prod or dev?22:55
jeblairArxCruz: prod22:55
*** nati_ueno has joined #openstack-infra22:55
jeblairArxCruz: i think force-message is the key22:56
*** lcheng_ has joined #openstack-infra22:58
ArxCruzjeblair: as far as I understand, that's when a comment is added right ?23:00
ArxCruzI want to post my results as a comment in gerrit23:00
*** jnoller_ has joined #openstack-infra23:01
*** rwsu has quit IRC23:01
*** jnoller has quit IRC23:01
*** jcooley_ has joined #openstack-infra23:01
*** rwsu has joined #openstack-infra23:02
openstackgerritA change was merged to openstack-infra/storyboard: Add oslo fixture module and update everything else  https://review.openstack.org/6983023:04
jeblairArxCruz: yes, that's what the experimental pipeline does, it posts results without leaving a vote23:04
ArxCruzjeblair: http://paste.openstack.org/show/63143/ ?23:06
ArxCruzthat's it?23:06
*** rwsu has quit IRC23:06
*** jcooley_ has quit IRC23:06
ArxCruzso, where's can I configure the text like: Hey, this patch pass on my tests23:06
jeblairArxCruz: the "success" and "failure" sections of that are how you tell it to report a message without leaving a vote.23:07
jeblairArxCruz: you'll want something different for the trigger, i'm sure.23:07
jeblairArxCruz: if you want to customize the message, see http://ci.openstack.org/zuul/zuul.html#pipelines23:08
ArxCruzjeblair: right now i only have this http://paste.openstack.org/show/63148/23:09
*** burt1 has quit IRC23:10
*** oubiwann_ has quit IRC23:10
*** malini_afk is now known as malini23:11
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: Added base for functional tests  https://review.openstack.org/6938423:11
jeblairArxCruz: so add the "success" and "failure" sections from the earlier paste and it will report23:11
ArxCruzthat's it?23:11
ArxCruz:O23:11
jeblairArxCruz: that's it.  if you want to start by only reporting success, just add that and leave out failure.  :)23:12
ArxCruzjeblair: http://static.fjcdn.com/pictures/You_e02ace_1618716.jpg23:12
jeblairheh23:13
*** malini is now known as malini_afk23:14
jeblairdhellmann: also, please feel free to update the 'stackforge howto' and help turn it into a more general 'new project' howto23:14
jeblairdhellmann: if you think that would help address the doc void you are finding23:15
*** jgrimm has quit IRC23:15
*** markmcclain has joined #openstack-infra23:18
*** rwsu has joined #openstack-infra23:19
*** markmcclain has quit IRC23:20
*** markmcclain has joined #openstack-infra23:21
*** enikanorov has quit IRC23:21
zarofungi: you know anything about db collation?23:21
*** thuc has quit IRC23:21
*** jasondotstar has joined #openstack-infra23:22
*** thuc has joined #openstack-infra23:22
*** hogepodge has joined #openstack-infra23:23
*** enikanorov has joined #openstack-infra23:24
openstackgerritA change was merged to openstack/requirements: Add a new dependency: trollius  https://review.openstack.org/7098323:24
*** fbo is now known as fbo_away23:25
*** jnoller_ is now known as jnoller23:25
*** pcrews has quit IRC23:26
*** thuc has quit IRC23:26
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: [WIP] MVP2 API for Storyboard  https://review.openstack.org/7202323:26
*** thuc has joined #openstack-infra23:30
*** cody-somerville_ has joined #openstack-infra23:30
*** cody-somerville_ has quit IRC23:30
*** cody-somerville_ has joined #openstack-infra23:30
*** cody-somerville has quit IRC23:31
*** thuc_ has joined #openstack-infra23:31
*** thuc_ has quit IRC23:32
*** thuc has quit IRC23:32
*** thuc has joined #openstack-infra23:32
*** thuc has quit IRC23:37
*** thuc has joined #openstack-infra23:40
mordredzaro: collations are sort orders23:43
mordredor, rather, they define sort orders23:43
mordredzaro: so unicode with a swedish collation define how the sort function will treat a and å, for instance23:43
*** markmcclain has quit IRC23:43
mordredwhich might be different from how those bytes might get sorted in japanese23:43
*** thuc has quit IRC23:44
*** e0ne has quit IRC23:44
*** thuc has joined #openstack-infra23:44
*** esker has quit IRC23:45
*** denis_makogon_ has quit IRC23:45
*** e0ne has joined #openstack-infra23:46
*** oubiwann_ has joined #openstack-infra23:50
*** Sukhdev has quit IRC23:51
*** jnoller has quit IRC23:54
zaromordred: i tried the gerrit db utf8 conversion but ran into a problem.23:55
zaromordred: it looks like some of the existing tables are collated 'latin1_swedish_cs'.23:56
zaromordred: ther is no corresponding 'utf8_general_cs' http://bugs.mysql.com/bug.php?id=6583023:57
zaromordred: 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
flashgordonjust found out you can -1 and approve a patch23:58
flashgordonat the same time23:58
zaroflashgordon: hum, interesting.23:59
jeblairflashgordon: that even makes sense, if you're being particularly detatched and honest.23:59
flashgordonjeblair: heh23:59

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