Monday, 2014-01-13

*** openstack has joined #openstack-infra13:37
*** openstackstatus has joined #openstack-infra13:37
fungiruhe: should be back now13:37
ruhefungi: confirmed. tested on two channels13:38
ruhethank you!13:38
fungithe ip address we'd hardcoded for chat.freenode.net was no longer valid (system unresponsive, no longer in the dns round robin)13:38
EmilienMfungi: I need to add neutron plugin support in devstack-gate, to support new tempest test, but I did not have reviews from core dev, could I have one from you ? https://review.openstack.org/#/c/66142/  and https://review.openstack.org/#/c/65822/13:40
fungiif freenode had an ipv4-only version of that round-robin name (or if twisted fixed the ipv6+ssl issue), this wouldn't be such an issue13:40
fungiEmilienM: i need to catch up and see if anything else is broken before i can get to my review backlog13:40
EmilienMfungi: sure, no problem13:41
clarkbchmouel: I was just reading thst. I think msybe as a CDN'd replica it would be useful13:46
clarkbthen we could make the git mirrors simpler but that depends on performance13:46
chmouelclarkb: cool, well let me know if you need any help from us for that,13:46
*** salv-orlando has quit IRC13:47
sdagueclarkb: are you back in the states? or just hacking before bed?13:47
clarkbjust reading stuff before bed. I get on my first flight back tomorrow night local time. about 24 hours from now13:48
chmouelclarkb: fwiw: here is some benchmarking of all the git operations and dulwich/straight/http https://docs.google.com/document/d/1IRPYwmSWzsAt9X66Rw9nnAZeTKBi17TMTczsjkZkiTg/edit13:48
clarkbthen its ~30 hours before home13:48
chmouelwell or you can read that document during your journey :)13:49
clarkbchmouel you should use git.o.o instead of github :P13:51
*** ryanpetrello has joined #openstack-infra13:51
chmouelclarkb: yeah i think the dev (fabien) didn't know about git.o.o13:51
*** prad_ has joined #openstack-infra13:51
*** dprince has joined #openstack-infra13:52
*** noorul has joined #openstack-infra13:56
*** miqui has joined #openstack-infra13:56
noorulI have the following in requirements.txt13:56
noorulpython-openstackclient>=0.3.013:56
noorulthis works on my local box and I see that the latest version is 0.3.0. See https://pypi.python.org/pypi/python-openstackclient13:57
noorulBut http://logs.openstack.org/34/66334/1/check/gate-python-solumclient-pep8/2dd6d71/console.html13:57
*** vkozhukalov has joined #openstack-infra13:58
*** salv-orlando has joined #openstack-infra13:58
clarkbnoorul: could be pypi flakyness14:00
*** salv-orlando has quit IRC14:00
clarkbalso is openstackclient intended to be a lib? I thought it was consolidating the libs for user UI consistency14:01
noorulclarkb: how can we fix this?14:01
*** jasondotstar has joined #openstack-infra14:02
clarkbnoorul: you can get openstackclient into our pypi mirror but I think my lib question becomes more important if we go down that patg14:02
*** thuc has joined #openstack-infra14:03
*** markmc has quit IRC14:10
*** luisg has quit IRC14:11
dimsclarkb, when you get a chance please bless the slave name in logstash patch (https://review.openstack.org/#/c/65593/)14:11
*** luisg has joined #openstack-infra14:11
*** jishaom has quit IRC14:11
*** vogxn has quit IRC14:14
*** markmc has joined #openstack-infra14:14
clarkbdims: I can +2 but have no time tobabysit so no +A. fungi can do that hopefully. it is asafe change due to the nature of the dict get method14:16
noorulclarkb: I am just trying to re-use the code14:16
clarkbnoorul:  right pretty sure it isnt intended to be used in that way14:16
noorulclarkb: May be that is not the correct way and I should fall back to copy code14:17
clarkbso wont have a stable api like a lib. dtroyer would know for sure14:17
*** pblaho has joined #openstack-infra14:17
*** julim has joined #openstack-infra14:18
noorulclarkb: I still wonder why this is not working, as it works on my laptop. What is the differnece?14:18
noorulclarkb: Are we only using mirror?14:19
clarkbnoorul: solar flares? couldbe almost anything that made pypi fail in that instant14:19
clarkbnoorul: no stackforge shouldusethe mirror then fall back on pypi proper14:19
*** dkliban_afk is now known as dkliban14:20
nooruldtroyer: https://review.openstack.org/#/c/66334/14:22
*** eharney has joined #openstack-infra14:22
*** dims has quit IRC14:22
noorulclarkb: What should we do to fix it?14:23
clarkbthe fix is to put the package in the mirror if appropriate...14:23
noorul*appropriate* is debatable14:24
clarkboh gah solum is mirror only so ya14:24
*** heyongli has quit IRC14:24
clarkbnoorul right which is what gerrit is for :)14:25
*** rakhmerov has quit IRC14:25
*** dims has joined #openstack-infra14:25
*** dcramer_ has joined #openstack-infra14:25
*** senk has joined #openstack-infra14:26
clarkbI don't have the answer. I really dont know if that client is supposed to be CLI only or if it will present a python lib interface too (that is stable)14:26
*** blamar has joined #openstack-infra14:28
*** senk1 has joined #openstack-infra14:29
noorulclarkb: I agree. I see that it also installs all the openstack client libraries which is not required.14:29
*** thuc has quit IRC14:29
noorulclarkb: Can solum be configured to fallback to pypi14:30
*** thuc has joined #openstack-infra14:30
clarkbnoorul yes but it was configured to use the mirror only...14:30
*** b3nt_pin is now known as beagles14:30
*** senk has quit IRC14:30
clarkbsee openstack/requirements projects.txt14:30
fungii suspect it was configured to only use the mirror so that it would get requirements list sync proposals, and/or to make things easier if they ever apply for incubation14:31
dstufftclarkb: wrt PyPI flakiness -> I think I'm going to get a retry option into pip 1.614:31
*** damnsmith is now known as dansmith14:31
mordrednoorul, clarkb: I know there has been some discussion with folks about making a thing that's like openstackclient except is a library14:31
fungibut if that's the case, it'll need to abide by fairly strict design standards, so in this case i think the mirror refusing this design is probably a good catch14:32
mordrednoorul, clarkb: and/or making openstackclient also work as an sdk/library14:32
*** senk1 has quit IRC14:32
mordredclarkb, noorul: I'm just waking up - but I'll try to think about that14:33
*** dkliban has quit IRC14:33
fungimmm, also if solum is in openstack/requirements:projects.txt, it should probably also run a -requirements check job so that there are no surprises like this in the future14:34
*** thuc has quit IRC14:35
kramanjeblair: mordred: welcome back from AU :) Could you spare some time today to discuss Zuul changes required for Solum later today?14:35
openstackgerritA change was merged to openstack-infra/config: Add jenkins slave name to the logstash records  https://review.openstack.org/6559314:35
*** senk has joined #openstack-infra14:35
fungidims: ^14:35
clarkbkraman: jeblair isnt back yet (he returns next week)14:36
kramanah ok14:36
dimsfungi, thanks!14:36
clarkbfungi that may require a client restart if puppet doesnt do it14:36
clarkbfungi init script should work for that14:36
mordredkraman: in fact, he's not only  not back, he's fully on vacation this week14:36
kramanmordred: clarkb: perhaps i can start with your help them. just need to discuss some changes14:36
fungiclarkb: i'll keep an eye on the logstash client process start time. thanks14:36
*** esker has joined #openstack-infra14:36
*** jecarey has quit IRC14:37
mordredkraman: I'd be happy to discuss them - but I defer any ultimate real thoughts to jeblair14:37
kramansure14:37
noorulmordred: I think as of now it is not designed to accept any plugin for new clients14:37
kramanmordred: need to drive to work now. will you be online in about 1.5 hrs ?14:38
*** senk1 has joined #openstack-infra14:38
noorulmordred: I was trying to have a structure similar to osc so that it could be easily copied into osc later.14:38
*** senk has quit IRC14:39
funginoorul: if that's the eventual goal, then you should probably discuss the desig with dtroyer first before you invest much time in that particular direction14:40
fungier, design14:40
mordredkraman: yes14:40
*** bknudson has joined #openstack-infra14:40
kramanmordred: ok thanks, see you then14:40
mordrednoorul: I'd like to also be involved in that chat - because I would VERY MUCH like for osc to allow external plugins14:41
mordredwhich I Thought it already could14:41
*** AJaeger has joined #openstack-infra14:41
mordredif it can't, then something is wrong with its MASSIVE use of entrypoints14:41
*** burt has joined #openstack-infra14:42
noorulfungi: I added him to review list14:42
mordredmfer is probably interested too14:43
openstackgerritNoorul Islam K M proposed a change to openstack-infra/config: Add requirements gate for solum project  https://review.openstack.org/6634014:43
*** kraman has quit IRC14:43
openstackgerritNoorul Islam K M proposed a change to openstack-infra/config: Add requirements gate for solum project  https://review.openstack.org/6634014:46
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Added new SSH key for Monty  https://review.openstack.org/6634314:47
mordredfungi: lookie. I haz key14:47
*** rakhmerov has joined #openstack-infra14:47
AJaegermordred, how do we know that's not submitted from the stolen laptop? ;)14:48
mordredAJaeger: ah! well, you're thinking well - but the fine folks in infra removed my key from gerrit too14:48
mordredAJaeger: so I had to log in to gerrit and add a new key there to be able to upload that change14:49
AJaegersounds convincing :)14:49
fungimordred: speaking of new computer and authentication, /whois doesn't show you identified for freenode (which i guess means you don't have autokick turned on for your nick either?)14:50
mordrednow, it's possible that our friend the druggie-laptop-stealing-thief has decided to spend energy cracking my launchpad account ... but damn, if he's that good, maybe we shoudl let him masquerade as me14:50
*** mordred has quit IRC14:50
*** mordred has joined #openstack-infra14:50
mordredfungi: auth'd14:50
fungiawesome14:50
fungimordred: if you can find him, you should offer him a job. after all, it seemed like the hardest part of onboarding at hp was getting a laptop, so he's got most of it taken care of already14:51
Shrewslol14:52
mordredfungi: EXACTLY14:52
*** chandankumar has quit IRC14:52
*** CaptTofu has quit IRC14:52
fungican't believe i made Shrews break his vow of silence with that one14:52
clarkbmordred do you have an elitebook now?14:52
* fungi won't tell the rest of the monastery14:53
*** coolsvap has joined #openstack-infra14:54
AJaegerfungi, also a vow of silence?14:54
fungiheh14:55
AJaegerfungi, clarkb: I would appreciate moving forward with gating api-site, could you push a review of https://review.openstack.org/#/c/64795/  on your list, please?14:56
mordredclarkb: I have a folio thing - like the one lifeless has14:58
fungimordred: you need a \n on the end of your key14:59
fungii missed it on the first pass15:00
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: Add SQLalchemy database model  https://review.openstack.org/6223915:01
mordredfungi: I thought I'd added one15:01
mordredsigh15:01
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Added new SSH key for Monty  https://review.openstack.org/6634315:01
mordredfungi: I changed the ' to " - that's what I did15:02
fungiyeah, the " is needed for \n to be interpreted as a newline in the string, i think15:03
fungilgtm15:03
mordredyup15:03
*** dpyzhov has quit IRC15:04
AJaegerfungi, thanks!15:05
fungiAJaeger: np. nice application of zuul job templates15:05
* AJaeger learns more and more of the nice bells and whistles of zuul ;)15:05
fungiAJaeger: that's a very new bell/whistle. we just got it over the holidays15:06
*** jecarey has joined #openstack-infra15:06
AJaegerfungi, one that I liked ;)15:07
*** senk1 has quit IRC15:07
*** senk has joined #openstack-infra15:08
*** sandywalsh has joined #openstack-infra15:09
*** vkozhukalov has quit IRC15:10
openstackgerritMax Lobur proposed a change to openstack/requirements: Add futures library to global requirements  https://review.openstack.org/6634915:11
*** mrodden has joined #openstack-infra15:11
fungii think python-keystoneclient==0.4.2 may have just broken horizon15:11
AJaegerRegarding requirements repo: Because of the netifaces, no patch for requirements passes. fungi, is this on your radar?15:12
fungiAJaeger: yes, i was hoping someone would have convinced netifaces to start uploading to pypi by now, but we'll need to work around its externalness there i guess15:14
*** jecarey has quit IRC15:15
*** rwsu has joined #openstack-infra15:16
*** CaptTofu has joined #openstack-infra15:16
*** dstanek has joined #openstack-infra15:17
*** oubiwann has joined #openstack-infra15:17
mordredfungi: wait - who landed a ==0.4.2?15:17
AJaegerfungi, let me give it a try...15:17
clarkbdolphm see ml15:17
clarkber mordred ^15:18
mordredAJaeger: yeah - we have to land some patches to our mirror system to handle netifaces15:18
*** rnirmal has joined #openstack-infra15:21
*** coolsvap has quit IRC15:21
*** dpyzhov has joined #openstack-infra15:22
*** Loquacity has quit IRC15:22
*** markmc has quit IRC15:22
Shrewsmordred: do you happen to know if Geert is still handling mysql-connector-python?15:24
mordredShrews: I have not heard that he is not15:24
mordredso I assume he is15:24
*** mdenny has joined #openstack-infra15:24
*** dkliban has joined #openstack-infra15:24
Shrewsthat's not on pypi, apparently. guess i'll have to ping him15:24
AJaegerArgh, I'm on the wrong track with my change - I let others handle this ;(15:24
mordredah. well, I think that might be an explicit choice from oracle15:25
Shrewsstupid oracle15:25
*** salv-orlando has joined #openstack-infra15:30
*** gokrokve has joined #openstack-infra15:30
*** mozawa has joined #openstack-infra15:31
openstackgerritJulien Danjou proposed a change to openstack/requirements: Require colander  https://review.openstack.org/6635815:31
*** kraman has joined #openstack-infra15:32
*** mrodden has quit IRC15:32
*** markmcclain has joined #openstack-infra15:32
openstackgerritJeremy Stanley proposed a change to openstack-dev/pbr: Whitelist external netifaces in integration test  https://review.openstack.org/6635915:35
fungiAJaeger: testing that ^ to see if it works around the issue15:35
*** kraman1 has joined #openstack-infra15:35
AJaegerfungi, change itself looks fine - hope you found the proper place to add it (unlike me ;)15:36
AJaegerfungi, thanks!15:36
sdagueso what's the process by which a zuul change gets into production zuul?15:36
sdagueI'm mostly asking because of this - https://review.openstack.org/#/c/66095/15:37
fungisdague: if it's a change to the source of openstack-infra/zuul itself, we perform a graceful restart some time when things aren't too busy15:37
sdaguewhich really is a prereq for the enqueue_time UI adds15:37
*** mgagne has joined #openstack-infra15:37
sdaguebecause you know you want this ui - http://f.slukjanov.name/w/review.o.o/66056/3/status.html :)15:38
*** salv-orlando has quit IRC15:38
*** kraman has quit IRC15:38
*** kraman1 is now known as kraman15:38
fungiwell, we can have that ui without 66095, and it'll even be accurate as long as nobody's run the zuul promote command in a while ;)15:38
sdagueheh, true15:39
sdaguewith short queues, we might get away with that15:39
*** wenlock has joined #openstack-infra15:40
*** markmcclain has quit IRC15:41
*** markmcclain has joined #openstack-infra15:42
*** coolsvap has joined #openstack-infra15:42
openstackgerritA change was merged to openstack-infra/zuul: make enqueue_time passable to addChange  https://review.openstack.org/6609515:46
sdaguefungi: woot, thanks15:50
*** hashar has quit IRC15:52
*** NikitaKonovalov has quit IRC15:52
*** gokrokve has quit IRC15:53
*** gokrokve has joined #openstack-infra15:53
*** CaptTofu has quit IRC15:54
AJaegerfungi, pbr fails, your change was not enough ;(15:55
AJaegersee https://jenkins04.openstack.org/job/check-requirements-integration-dsvm/14/console15:55
*** markmc has joined #openstack-infra15:55
*** markmcclain has left #openstack-infra15:56
*** mrodden has joined #openstack-infra15:56
AJaegerfungi, guess you need to change the "pip wheel" in line 8 as well15:57
*** DinaBelova has quit IRC15:57
*** SergeyLukjanov has quit IRC15:57
*** markmcclain has joined #openstack-infra16:00
fungiAJaeger: yep, seems that way16:00
*** oubiwann has quit IRC16:01
*** ruhe is now known as ruhe_16:01
*** ruhe_ is now known as ruhe16:01
fungiAJaeger: actually, no, it's openstack-infra/pypi-mirror which needs it fixed for that error16:03
*** rcleere has joined #openstack-infra16:04
fungii'll stab at that next16:04
*** fifieldt has quit IRC16:04
*** dstanek has quit IRC16:05
*** mancdaz is now known as mancdaz_away16:07
dtroyernoorul: just seeing the osc talk in scrollback…  it is not meant to be a lib, the cliff-derived command classes have no assurances that their interface is stable beyond what being cliff-derived provides.   If OSc is to go in the direction of becoming more like an SDK/API lib it will be partially due to gradually replacing the existing client libs in an attempt to streamline things and reduce the hideous number of dependencies it takes to get it a16:07
*** tma996 has quit IRC16:07
*** thedodd has joined #openstack-infra16:10
*** mfer has joined #openstack-infra16:17
*** ^d has joined #openstack-infra16:17
*** afazekas has quit IRC16:19
*** gyee_ has joined #openstack-infra16:20
*** AaronGr_Zzz is now known as AaronGr16:20
*** pcrews has joined #openstack-infra16:23
*** starmer has quit IRC16:23
*** starmer has joined #openstack-infra16:24
*** oubiwann has joined #openstack-infra16:24
nooruldtroyer: If you have few minutes can you join #solum?16:24
dtroyernoorul: sure16:26
openstackgerritJeremy Stanley proposed a change to openstack-infra/pypi-mirror: Whitelist external netifaces package  https://review.openstack.org/6636416:33
*** sandywalsh has quit IRC16:39
*** DinaBelova has joined #openstack-infra16:39
*** sandywalsh has joined #openstack-infra16:39
*** yamahata has joined #openstack-infra16:40
*** thuc has joined #openstack-infra16:40
*** senk has quit IRC16:40
dkranzWould it be possible to get https://review.openstack.org/#/c/63934/ approved?16:42
*** ruhe is now known as ruhe_16:42
dkranzIt is needed to re-enable failing jobs that have new log errors16:42
fungidkranz: right, i meant to ask about that one. going through the logs for it, i didn't see any obvious indication that it was actually running/skipping that script in the appropriate places since the script itself doesn't seem to emit any output indicating it's being run16:44
fungidkranz: am i staring right at it, or did you have some other indication it is correct?16:44
dkranzfungi: You mean the check_logs script in tempest?16:44
fungiyeah16:44
dkranzfungi: looking...16:44
*** pballand has joined #openstack-infra16:45
dkranzfungi: Look for " Checking logs..." near the end of the run16:46
dkranzfungi: Followed by "ok"16:46
dkranzfungi: 19:22:11.647 in http://logs.openstack.org/34/63934/3/check/check-tempest-dsvm-full/81603ed/console.html.gz16:47
*** ruhe_ has quit IRC16:47
fungidkranz: ahh, right, and i do see it on the grizzly change (since the old branch is havana, not grizzly) http://logs.openstack.org/34/63934/3/check/check-grenade-dsvm/31dd6e8/console.html.gz#_2014-01-06_19_02_46_10216:48
fungidkranz: though we're not gating that change on tempest-stress or a grenade-havana run, so all we can really be assured of is that it's not breaking other jobs16:49
*** andreaf has quit IRC16:49
fungioh, though i guess grenade_old_branch is set whether we're running grenade or not16:50
fungiand yeah, i see it not checking logs on the havana backward-compat jobs there, so lgtm16:50
*** SergeyLukjanov has joined #openstack-infra16:50
fungialso, further up i typed "grizzly change" when i meant "grenade job" (no idea what my fingers were doing there)16:51
*** senk has joined #openstack-infra16:52
*** ewindisch has joined #openstack-infra16:53
*** dpyzhov has quit IRC16:55
lifelessmordred: so you failed at installing your OS :)16:56
*** markmcclain has quit IRC16:58
*** rakhmerov has quit IRC16:58
fungisdague: can you give https://review.openstack.org/63934 and approve if you agree?16:59
david-lylefungi: do you have permission to add me as an administrator for https://launchpad.net/openstack/horizon ?16:59
fungii'll be happy to babysit it and make sure it's not wreaking havoc16:59
fungidavid-lyle: probably not, but i'll check16:59
ttxlifeless: debian always sounds like a great idea until you try to install it :)16:59
lifelessmkoderer: pong16:59
fungittx: oh, that's not been a fair jab since the boot-floppies days17:00
*** markmcclain has joined #openstack-infra17:00
openstackgerritJames E. Blair proposed a change to openstack-infra/nodepool: Add docs  https://review.openstack.org/6636717:00
fungipotato was a bit of a pain to install, but only by comparison to red hat17:00
*** sarob has joined #openstack-infra17:01
*** dstanek_afk has joined #openstack-infra17:01
*** praneshp has joined #openstack-infra17:01
ttxfungi: always been simple as long as you had someone around to point you to the right media/installer/instructions17:02
fungidavid-lyle: i don't seem to have a configuration link for https://launchpad.net/openstack/horizon but i see the maintainer is set as the horizon drivers group which you're a member of... does that not grant you configuration access for it?17:03
*** vkozhukalov has joined #openstack-infra17:04
* ttx feels like trolling today. Should fix that17:04
zulis the readme the only documentation to setup devstack-gate?17:04
david-lylefungi: sorry I meant the Horizon Drivers group17:04
david-lyleI can't add new core to team17:05
fungijeblair: wow ~700 lines of documentation and still "clearly not finished?" i can't wait17:05
fungidavid-lyle: oh, you need one of these people to help with that i think... https://launchpad.net/~openstack-admins/+members17:06
david-lyleok, I'll ping gabriel, thanks!17:06
*** matel has quit IRC17:07
fungidavid-lyle: if you can't get him or devcamcar to add you, jeblair, notmyname, jbryce, reed, ttx and vishy can make changes to horizon-drivers, looks like17:08
ewindischdevstack-gate only runs on precise, it seems, yes?17:09
jeblairfungi: oh hi; i need to fix a lp thing?17:09
fungijeblair: david-lyle wants to be an administrator of horizon-drivers on lp17:09
*** herndon_ has joined #openstack-infra17:09
fungiewindisch: correct, for the moment17:09
ewindischfungi: that's what I thought :-/17:09
fungiewindisch: or rather, we only run it on precise, but other people quite possibly have it running on other distros/releases17:10
*** pblaho has quit IRC17:10
fungiit's certainly not our intent for it to only support ubuntu precise17:11
ewindischfungi: yeah, but if I want to gate on packages that are only in Tahr, it's problematic :(17:11
ewindischjeblair: fyi - I'm looking at your comments to https://review.openstack.org/#/c/47043/ ; I'll probably spawn a mailing-list discussion.17:12
fungizul: we also have http://ci.openstack.org/devstack-gate.html if that helps elucidate anything17:12
*** Ryan_Lane has quit IRC17:12
jeblairdavid-lyle: done17:12
zulfungi:  im just trying to find out how to setup a devstack-gate for ubuntu ci17:13
david-lylejeblair: thank you! eventually, with everyone's help here, I will finally work through the transition!17:13
*** dpyzhov has joined #openstack-infra17:14
jeblairewindisch: ok; fyi i'm on vacation this week, so if you need my help with that, it'll be a bit before i'm able to17:14
fungizul: well, the openstack-infra/devstack-gate project is mostly just the shell scripts which configure devstack and check out the appropriate branches of the various projects it uses, then launch things like tempest or grenade against it17:15
zulfungi:  ok im not sure where the stack user is coming from though17:16
fungizul: and the readme's "simulating" section walks you through what a manual invocation of the wrap script looks like, along with appropriate configuration steps17:16
fungizul: it's being created by our jenkins slave puppet configuration17:16
jeblairfungi: clarkb: added you to ~openstack-admins on lp; i think that was a long-standing oversight.  primary thing to keep in mind: try to be consistent (since it's a lot of clicking)17:16
zulfungi:  ah ok17:17
zulfungi:  which file is that?17:17
jeblairzul: fungi: i think devstack-gate creates stack user17:17
fungizul: oh, jeblair's right actually17:18
jeblairzul: fungi: i think puppet only creates the jenkins user (which devstack-gate runs as017:18
fungiadduser17:18
fungier, wrong window17:18
jeblairfungi: adduser: Only root may add a user or group to the system.17:18
fungiheh17:18
ewindischjeblair: thanks. I guess I'll bug you about it next week, then.17:19
fungizul: https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/functions.sh#n29917:19
*** gokrokve has quit IRC17:19
fungizul: the function that's in is getting invoked at https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/devstack-vm-gate-wrap.sh#n22717:20
*** gokrokve has joined #openstack-infra17:20
fungijeblair: yes, it was the jenkins account i was thinking of getting created by puppet. thanks17:21
jeblairokay back to vacation17:22
fungijeblair: enjoy!17:22
openstackgerritJeremy Stanley proposed a change to openstack-infra/pypi-mirror: Whitelist external packages  https://review.openstack.org/6636417:23
lifelessfungi: hi!17:24
*** gokrokve has quit IRC17:24
fungilifeless: hi!17:24
lifelessfungi: I have a new cloud coming up shortly for tripleo ci17:24
lifelessfungi: same creds as the cd-overcloud cloud for you17:25
fungiooh, that's definitely exciting17:25
*** alexpilotti has quit IRC17:26
*** herndon_ has quit IRC17:27
fungilifeless: is it another one in an hp data center, or someone else?17:27
lifelesssame place17:27
fungigot it17:27
lifelessjust different config to the poc cloud, and not being CD deployed like the cd-overcloud17:27
lifelesswhen we're not distruptive on deploys we can move you to cd-overcloud17:28
fungiseparate region/az name?17:28
*** reed has joined #openstack-infra17:28
*** markmc has quit IRC17:29
*** herndon_ has joined #openstack-infra17:29
BobBalllifeless: Any chance you could comment to Mate on https://review.openstack.org/#/c/61463/ ? Particularly around his responses to your suggestion of using dib17:31
BobBallWe're fast approaching I-2 and I really want a credible way of getting XenAPI tested in check jobs so a deprecation patch isn't proposed :)17:32
*** krotscheck has joined #openstack-infra17:33
lifelessBobBall: certainly. About to get on a plane, but I've opened a tab and will review later today.17:34
BobBallGreat, thanks!17:34
lifeless(about == 45m or so, but I have a queue of urgents...)17:34
*** dpyzhov has quit IRC17:35
BobBallnp :) If it's on the queue then I'm happy!17:35
*** fbo is now known as fbo_away17:37
*** BobBall is now known as BobBallAway17:37
*** oubiwann has quit IRC17:40
openstackgerritJeremy Stanley proposed a change to openstack-infra/pypi-mirror: Whitelist external packages  https://review.openstack.org/6636417:41
*** thuc has quit IRC17:42
*** alexpilotti has joined #openstack-infra17:43
*** thuc has joined #openstack-infra17:43
*** thuc has quit IRC17:47
*** hogepodge has joined #openstack-infra17:48
openstackgerritRussell Bryant proposed a change to openstack-infra/config: Increase timeouts for jobs doing tempest runs  https://review.openstack.org/6637917:49
*** oubiwann has joined #openstack-infra17:50
*** nati_ueno has joined #openstack-infra17:53
kramanmordred: around?17:53
*** krotscheck has quit IRC17:55
*** rakhmerov has joined #openstack-infra17:55
*** hogepodge has quit IRC17:56
lifelessBobBallAway: I don't see anytthing to respond to for mate17:56
lifelessBobBallAway: he replied with a good answer, and my comment wasn't a -117:56
openstackgerritMatt Farina proposed a change to openstack-infra/config: Updating the php-client gerrit acls to separate a core group from a drivers group.  https://review.openstack.org/6638317:58
openstackgerritMatt Farina proposed a change to openstack-infra/config: New project request: PHP-Client  https://review.openstack.org/6206917:58
*** harlowja_away is now known as harlowja17:59
*** derekh has quit IRC18:01
*** krotscheck has joined #openstack-infra18:01
*** amotoki_ has joined #openstack-infra18:01
*** jerryz has joined #openstack-infra18:02
*** CaptTofu has joined #openstack-infra18:02
openstackgerritJeremy Stanley proposed a change to openstack-infra/pypi-mirror: Whitelist external packages  https://review.openstack.org/6636418:02
*** amotoki has quit IRC18:03
*** Ryan_Lane has joined #openstack-infra18:03
*** bauzas has quit IRC18:05
openstackgerritMatt Farina proposed a change to openstack-infra/config: New project request: PHP-Client  https://review.openstack.org/6206918:07
*** thuc has joined #openstack-infra18:08
*** thuc has quit IRC18:10
*** thuc_ has joined #openstack-infra18:10
*** thuc_ has quit IRC18:11
*** thuc has joined #openstack-infra18:11
*** rossella_s has quit IRC18:13
sdaguefungi: I do not yet actually have +A on d-g18:13
fungisdague: d'oh! heh18:13
sdaguebut I +1ed that change18:13
fungicool, i'll approve it. thanks!18:14
sdaguethough I think I got 3 out of 4 votes (mordred absent)18:14
sdagueso we should nudge jeblair on that18:14
fungii suspect mordred's abstaining was due in part to laptop thieves conspiring against you18:14
mferjeblair You gave a nice red x on https://review.openstack.org/#/c/62069/ due to the bug with creating new openstack projects. I think that's fixed. Can it be removed here now?18:15
fungimfer: he's on vacation. i'm going back through the new project changes now to see if one's in shape to test with, and if so i'll treat his -2 on those as addressed18:16
fungiif it works as intended now, i mean18:16
mferfungi ah, thanks. i just updated the php one based on your feedback18:16
mferif there's anything else just let me know and i'll jump on it18:16
fungiappreciated! (i saw gerritbot mentioning as much in here_18:17
mferfungi i am curious about naming them clients as opposed to bindings/sdks. can you tell me if there's anything on that somewhere? i couldn't find any details when i poked around18:17
*** jasondotstar has quit IRC18:18
fungimfer: i think the python-.*client projects were so named because they were a client library plus a command-line implementation which acted as an example front-end to the same18:19
mferfungi for something like the php client since it's more a bindings/sdk... should the name be changed?18:19
*** jasondotstar has joined #openstack-infra18:20
mferi took my naming from the golang-client which is also a binding/sdk rather than having a cli too18:20
fungimfer: well, a stackforge project can call itself whatever it wants. if you think it's inaccurate to call it a client in your case, feel free to buck that trend18:20
*** boris-42 has quit IRC18:20
mferfungi would you be ok if I called it a php-sdk and did that now?18:21
fungimfer: fine by me, though if you're going to be eventually uploading it to pear or something like that, you may want to pick a less generic-sounding name18:22
mferfungi good suggestion. how about openstack-sdk-php?18:23
fungiproject renames are nontrivial, so please do your best to settle on a name you're fairly sure of before you commit18:23
*** dpyzhov has joined #openstack-infra18:24
*** rakhmerov1 has joined #openstack-infra18:24
mferso, i shouldn't ask to rename the golang client... got it.18:24
fungimfer: i'm not sure about using the term "openstack" in the name of an unofficial project... that also gets into sticky trademark issues i think, but i am not a lawyer18:24
*** rakhmerov has quit IRC18:24
*** alexpilotti has quit IRC18:25
mferfungi you're killing me :). There are already stackforge projects with openstack in the name for cookbooks and puppet18:26
fungithough we do have a common lisp client and a bunch of chef cookbooks on stackforge with "openstack" in their project names, so maybe that's precedent18:26
fungimfer: yep, i was just checking that myselg18:26
fungimyself18:26
*** jpich has quit IRC18:26
fungithere's at least one puppet module on there in the same boat also18:27
mferfungi i'd like something findable for folks. other than that i'm happy to use best practices and default to your judgement18:27
fungimfer: how about php-sdk-openstack or php-openstack-sdk? i know openstack-chef-repo starts with "openstack" but it may be best to not lead with that term just to avoid giving the impression that it's an official project18:29
harlowjahi guys, would it be possible to look into/approve (or tell me its bad) - https://review.openstack.org/#/c/65135/, this is so that taskflow can run variations of venvs with different sqlalchemy/eventlet combinations18:29
*** vkozhukalov has quit IRC18:29
harlowjapretty sure i did it right, they match to https://github.com/stackforge/taskflow/blob/master/tox.ini#L618:29
fungiharlowja: it looks similar to how horizon is testing against multiple django versions18:30
harlowjaah, cool, didn't know horizon was doing that to18:30
fungiharlowja: you may want to have a look at their tox.ini just for ideas18:30
*** dpyzhov has quit IRC18:30
*** ruhe has joined #openstack-infra18:30
harlowjayup yup, looks simialr18:30
harlowjai worked with dhellmann to get https://pypi.python.org/pypi/toxgen up, which allows easy creation of tox.ini files18:31
harlowjawhich i believe wsme is also using18:31
harlowjavia this concept, https://github.com/stackforge/wsme/blob/master/tox-tmpl.ini#L1718:31
fungiharlowja: the main question i have is whether you're certain the full matrix expansion is necessary there. we went through the same discussion with horizon and arrived at only testing additional django revs on one interpreter version18:31
*** rakhmerov1 has quit IRC18:32
harlowjahmmm, py26,27,33 seem like the good ones to verify with18:32
*** rakhmerov has joined #openstack-infra18:32
harlowjaalthough 33, who knows, lol18:32
harlowjamaybe there will be 28 soon, lol18:32
mferfungi i went with openstack-sdk-php because aws, azure, and google follow the same pattern. that was my motivation. I'm happy to use a different pattern. I was just trying to follow precident which is sadly likely based on SEO. I'd likely go with php-sdk-openstack.18:32
fungiharlowja: well, more a question of whether you just run straight unit tests for 2.6 and 3.3, but your other variants on 2.718:32
harlowjafungi hmmm18:33
fungiwhich would reduce the number of jobs run by about 1018:33
harlowjai guess that would work out ok18:33
fungiharlowja: but if you think it's likely to catch real issues where a proposed change only breaks sa8-ev on py26 and not on py27, then it could be a legitimate job choice18:34
harlowjafungi nah i think u are right, lets start off with a smaller set for now18:34
harlowjasince i think the smaller set will catch most of the issues18:35
*** gokrokve has joined #openstack-infra18:35
fungimfer: i won't -1 it on that choice, but i will make sure to consult with the rest of the foundation staff on potential trademark concerns with stackforge project names in case there are issues we should try to avoid18:35
mferfungi for openstack at the start or the end? in either case i'd like to know the response to this. my hope is to get it to be an official project.18:37
openstackgerritJoshua Harlow proposed a change to openstack-infra/config: Add different envs for different sqlalchemy versions  https://review.openstack.org/6513518:37
fungimfer: go ahead and name it whatever seems sane to you, and i'll be fine with it. i want to get some direction on whether we should be pushing back on situations like this in the future, but for the moment i don't have any direction that we should worry about it18:38
*** dizquierdo has quit IRC18:38
openstackgerritJoshua Harlow proposed a change to openstack-infra/config: Add different envs for different sqlalchemy versions  https://review.openstack.org/6513518:38
mferfungi i'll update it in a few minutes. thanks18:38
fungimfer: and i agree, there is precedent that we've added similarly-named stackforge projects in the past18:39
harlowjafungi thx for the suggestion, i think we should catch most issues with just the py27 tests18:39
fungiharlowja: that's how horizon ended up doing it too18:39
fungiso seems like it's probably good enough18:39
harlowjasounds good, and if we need more can easily add them on later18:39
fungiyep18:39
harlowjacool18:39
harlowjaand then i won't burn up testing slaves :-P18:40
*** hogepodge has joined #openstack-infra18:40
*** dripton has quit IRC18:40
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: moving readiness checks into stream  https://review.openstack.org/6596118:41
*** rakhmerov has quit IRC18:41
*** dripton has joined #openstack-infra18:44
*** herndon_ has quit IRC18:44
*** dhellmann is now known as dhellmann_18:45
openstackgerritAuston McReynolds proposed a change to openstack-infra/reviewstats: Update Trove Core Membership List  https://review.openstack.org/6639218:48
openstackgerritSergey Lukjanov proposed a change to openstack-infra/nodepool: Implement basic Neutron support  https://review.openstack.org/6639418:52
fungiSergeyLukjanov: ^ i take it that's the patch you were talking about last week? cool!18:53
*** sarob has quit IRC18:53
SergeyLukjanovfungi, yup, that's it18:53
SergeyLukjanovit's a very basic support atm18:54
*** sarob has joined #openstack-infra18:54
SergeyLukjanovbut it's working good for savanna-ci18:54
SergeyLukjanovlooking for reviews to make next iteration when you guys will have some time18:54
openstackgerritMatt Farina proposed a change to openstack-infra/config: New project request: OpenStack SDK for PHP  https://review.openstack.org/6206918:55
*** herndon_ has joined #openstack-infra18:56
*** sarob has quit IRC18:58
openstackgerritA change was merged to openstack-infra/reviewstats: Update Trove Core Membership List  https://review.openstack.org/6639219:00
*** hub_cap has quit IRC19:04
*** yassine has quit IRC19:08
*** yassine has joined #openstack-infra19:08
*** moted has quit IRC19:09
*** yassine has quit IRC19:09
*** moted has joined #openstack-infra19:09
*** yassine has joined #openstack-infra19:09
*** yassine has quit IRC19:10
*** yassine has joined #openstack-infra19:12
*** yassine has quit IRC19:12
*** yassine has joined #openstack-infra19:12
*** yassine has quit IRC19:13
*** DennyZhang has joined #openstack-infra19:13
*** dstanek_afk has quit IRC19:14
*** gokrokve has quit IRC19:15
openstackgerritA change was merged to openstack-infra/config: Add compass project to stackforge  https://review.openstack.org/6517819:15
*** gokrokve has joined #openstack-infra19:15
SergeyLukjanovis new projects creation works ok now?19:16
openstackgerritMatt Farina proposed a change to openstack-infra/config: New project request: OpenStack SDK for PHP  https://review.openstack.org/6206919:19
*** gokrokve has quit IRC19:20
*** ruhe is now known as ruhe_19:23
fungiSergeyLukjanov: that's what i'm testing19:24
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: refactor bot to be based on argparse  https://review.openstack.org/6640119:24
*** rakhmerov has joined #openstack-infra19:24
fungiif that project gets its new groups created and its git clones end up looking okay on gerrit/git.o.o/zuul then i'll lift the -2s on the others19:24
*** rakhmerov has quit IRC19:25
* fungi is stepping out for a quick walk around the block, but should return within the hour19:25
*** rakhmerov1 has joined #openstack-infra19:25
*** rakhmerov1 has quit IRC19:26
*** gokrokve has joined #openstack-infra19:26
*** rakhmerov has joined #openstack-infra19:27
krotscheckfungi: In regards to your storyboard CR, was this what you had in mind? http://paste.openstack.org/show/61138/19:28
SergeyLukjanovfungi, cool, thank you, FWIW I'd like to add savanna-ci-config project to manage our jjb and zuul configs19:28
*** boris-42 has joined #openstack-infra19:30
*** openstackgerrit has quit IRC19:31
*** openstackgerrit has joined #openstack-infra19:31
*** dkliban is now known as dkliban_afk19:35
*** ruhe_ is now known as ruhe19:36
*** ruhe has quit IRC19:36
*** beagles has quit IRC19:38
*** CaptTofu has quit IRC19:39
*** CaptTofu has joined #openstack-infra19:40
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: fix bot to actually use super()  https://review.openstack.org/6640519:42
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: refactor bot to be based on argparse  https://review.openstack.org/6640119:42
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: moving readiness checks into stream  https://review.openstack.org/6596119:42
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: parse the failed jobs in stream  https://review.openstack.org/6578919:42
*** jgrimm has joined #openstack-infra19:43
*** b3nt_pin has joined #openstack-infra19:44
*** CaptTofu has quit IRC19:44
*** b3nt_pin is now known as beagles19:44
*** CaptTofu has joined #openstack-infra19:44
*** rakhmerov has quit IRC19:48
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: fix bot to actually use super()  https://review.openstack.org/6640519:50
*** rakhmerov has joined #openstack-infra19:50
openstackgerritMatthew Treinish proposed a change to openstack-infra/gerritbot: Actually use super calls for init functions in bot.py  https://review.openstack.org/6640819:53
*** ArxCruz has quit IRC19:59
*** dhellmann_ is now known as dhellmann20:00
mferSergeyLukjanov I just say your feedback on https://review.openstack.org/#/c/62069/. But, it different from what fungi posted on https://review.openstack.org/#/c/62069/2/modules/openstack_project/files/gerrit/acls/stackforge/php-client.config. Can you provide a little more detail so I can make a better change?20:02
*** sergmelikyan has quit IRC20:02
*** nati_uen_ has joined #openstack-infra20:03
SergeyLukjanovmfer, tags pushing == releasing in OpenStack terms and it couldn't be reverted20:03
mferyes20:03
mferdid you see his comments on the previous commit?20:03
SergeyLukjanovmfer, looking now20:04
*** nati_ueno has quit IRC20:04
SergeyLukjanovmfer, btw probably you would like not to grant such permissions to all cores, but only to the ptl or library release managers20:04
mferyes20:05
mferi understand the separation. it's a matter of naming and i would expect there to be a couple people who can do this.20:05
*** boris-42 has quit IRC20:05
mferinitially it will just be me20:05
*** dstanek_afk has joined #openstack-infra20:06
SergeyLukjanovmfer, as for the naming I think that mostly all projects have a -ptl group with tag push permissions20:06
*** katyafervent has quit IRC20:06
SergeyLukjanovmfer, I'm looking now for other existing options20:06
*** markmcclain has quit IRC20:06
SergeyLukjanovmfer, personally I'd like the -release-managers20:06
mferSergeyLukjanov then i'm wondering where the suggestion of -drivers came from20:07
*** nati_uen_ has quit IRC20:07
*** nati_ueno has joined #openstack-infra20:07
*** boris-42 has joined #openstack-infra20:08
SergeyLukjanovmfer, -milestone and -admins are other existing options20:08
*** hashar has joined #openstack-infra20:08
mferSergeyLukjanov -release-managers is far more verbose. is that an existing option?20:08
SergeyLukjanovmfer, looks like -milestone could be ok for you20:08
SergeyLukjanovmfer, nope20:09
SergeyLukjanovmfer, it was just my suggestion20:09
*** DennyZhang has quit IRC20:09
mferwould milestone or ptl be more common?20:09
SergeyLukjanovfungi, are you around?20:09
*** DennyZhang has joined #openstack-infra20:09
SergeyLukjanovmfer, yup20:09
SergeyLukjanovmfer, -milestone isn't so common20:09
SergeyLukjanovmfer, but -ptl is one of the most common suffixes for groups20:10
SergeyLukjanovafter the core ;)20:10
*** dkliban_afk is now known as dkliban20:11
*** denis_makogon has joined #openstack-infra20:11
*** markmcclain has joined #openstack-infra20:12
sdaguefungi: any idea how backed up we are on ES?20:13
openstackgerritMatt Farina proposed a change to openstack-infra/config: New project request: OpenStack SDK for PHP  https://review.openstack.org/6206920:15
mferSergeyLukjanov after poking around -milestone is used for something different from tags. that appears to typically be -ptl so that's what I made it20:15
*** katyafervent has joined #openstack-infra20:16
openstackgerritMatthew Treinish proposed a change to openstack-infra/elastic-recheck: Set default log level to INFO level for non elastic-recheck loggers  https://review.openstack.org/6641220:17
openstackgerritRuslan Kamaldinov proposed a change to openstack-infra/storyboard: [WIP] Add tests for Alembic migrations  https://review.openstack.org/6641420:21
*** starmer has quit IRC20:21
fungikrotscheck: yeah, something along those lines20:22
krotscheckfungi: It sounds like you have reservations. Point me in the right direction?20:23
*** dstanek_afk is now known as dstanek20:24
fungimfer: SergeyLukjanov: for smaller projects , the -ptl and -milestone group names have a tendency to be synonymous (or you could use something like -release-managers). for openstack projects generally the ones which release by tagging have -ptl groups for that and the ones which release on a schedule from a milestone-proposed branch use -milestone to decide which post-freeze changes are let in, but20:25
fungithey often end up being similar groups of people20:25
fungisdague: no idea, and i'm not sure how to check but i can find out20:25
mferi'd rather do it core like since i'd like it to end up there someday20:26
SergeyLukjanovfungi, thanks for the detailed answer ;)20:26
SergeyLukjanovfungi, any news from the manage_projects.py? :)20:26
fungiSergeyLukjanov: i just got back, so checking all the irons i left in the fire now20:26
fungioh, wow... ConnectionError: HTTPConnectionPool(host='pypi.openstack.org', port=80): Max retries exceeded with url: /openstack/Mako/ (Caused by <class 'httplib.BadStatusLine'>: '')20:27
SergeyLukjanovfungi, that's not really surprising ;(20:28
fungiyeah, it's just the second error i've hit trying to get the pypi-mirror whitelist change to complete the requirements integration job run20:28
*** DennyZhang has quit IRC20:31
*** amotoki has joined #openstack-infra20:34
*** amotoki_ has quit IRC20:36
*** jergerber has joined #openstack-infra20:44
sdaguefungi: different request, is there a public url for the er bot logs we could get access to?20:44
*** jergerber has quit IRC20:44
*** pcrews has quit IRC20:44
*** pcrews_ has joined #openstack-infra20:44
fungisdague: we don't have any system log collection services set up. in general we're worried credentials and similar sensitive data could be leaked in them, so without any ability to safely publish them there's been little incentive to aggregate them20:45
sdaguefungi: so the er bot has definitely been acting up20:46
fungibut i can paste the logs for you once i take a look at them20:46
sdagueand without a way to get to the logs, I'm not sure we'll be able to keep on top of it20:46
sdagueany chance we could feed er bot to logstash?20:47
fungisdague: we've talked in the past about possibly setting up a separate logstash for system-level logs on infrastructure and just not making the interface public, but nobody's had time to put that into place20:48
sdagueso given that everything er touches is pretty public data, any chance we could take a cursory audit then make the logs wide open?20:49
sdaguebecause I think er running as normal user, has very little exposure20:49
fungiprobably so... it's not something i have time to invest in at the moment (i'm running into global brain locks just trying to context switch between everything people are asking, and getting very little done as a result)20:50
fungii probably need to go silent for a little while and just focus on fixing the things which are broken20:50
*** melwitt has joined #openstack-infra20:51
fungii have basically not even looked at bugs or mailing lists today20:51
fungiso no clue what else i have yet to find out about20:51
*** fbo_away is now known as fbo20:53
*** fbo is now known as fbo_away20:54
openstackgerritJoshua Harlow proposed a change to openstack-infra/config: Add different envs for different sqlalchemy versions  https://review.openstack.org/6513520:55
*** DinaBelova has quit IRC20:55
*** nati_uen_ has joined #openstack-infra20:55
openstackgerritJoshua Harlow proposed a change to openstack-infra/config: Add different envs for different sqlalchemy versions  https://review.openstack.org/6513520:55
*** amotoki is now known as amotoki_20:56
sdaguefungi: well, in generally, the gate is holding well today20:56
openstackgerritJoshua Harlow proposed a change to openstack-infra/config: Add different envs for different sqlalchemy versions  https://review.openstack.org/6513520:56
*** amotoki has joined #openstack-infra20:56
fungisdague: indeed--that's a blessing20:56
harlowjak, fungi a little bit more venvs, but not to many more :)20:56
harlowjathe most common py26 usage + py33 seems ok20:56
shardyHi all, anyone know if there is an existing bug reference I can use to recheck this failure?20:57
shardyhttp://logs.openstack.org/02/66302/1/check/gate-tempest-dsvm-neutron-large-ops/5d47a5c/console.html20:57
shardyI don't see anything which matches, looks like maybe a node got bounced during the test run?20:58
fungiha! dkranz we won't be able to merge that devstack-gate change until the ceilometer error log filter gets caught up? https://jenkins04.openstack.org/job/gate-tempest-dsvm-large-ops/2404/consoleText20:58
*** jaypipes has quit IRC20:58
*** yamahata has quit IRC20:58
*** senk has quit IRC20:58
*** yamahata has joined #openstack-infra20:58
dkranzfungi: Sigh20:59
*** nati_ueno has quit IRC20:59
*** beagles is now known as b3nt_pin20:59
*** b3nt_pin is now known as beagles21:00
dkranzfungi: I'm going to email ceilometer and see if they can fix this rather than adding to the whitelist21:00
fungishardy: that's a new one on me... i've not seen a slave go offline during log uploads before. needs a new bug i think21:00
fungishardy: hopefully it's not the start of a new trend :/21:01
shardyfungi: Ok, will do, thanks21:01
*** mfink has joined #openstack-infra21:01
*** emagana has joined #openstack-infra21:01
fungidims: i finally got around to restarting the logstash client process, but we have a selectable "build_node" field in kibana now and it seems to be starting to get filled in21:02
*** fbo_away is now known as fbo21:04
*** senk has joined #openstack-infra21:05
shardyfungi: bug #126873221:05
uvirtbotLaunchpad bug 1268732 in openstack-ci "Slave went offline during log upload" [Undecided,New] https://launchpad.net/bugs/126873221:05
*** NikitaKonovalov has joined #openstack-infra21:06
*** NikitaKonovalov has quit IRC21:06
*** yolanda has quit IRC21:06
*** dkliban has quit IRC21:07
*** ok_delta has joined #openstack-infra21:10
*** smarcet has quit IRC21:10
*** ok_delta has quit IRC21:11
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: create more sane logging for the er bot  https://review.openstack.org/6643521:12
*** ok_delta has joined #openstack-infra21:14
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: create more sane logging for the er bot  https://review.openstack.org/6643521:16
*** pelix has joined #openstack-infra21:17
openstackgerritMichael Krotscheck proposed a change to openstack-infra/config: Add storyboard-webclient to gerrit  https://review.openstack.org/6476121:21
*** hogepodge has quit IRC21:22
*** bauzas has joined #openstack-infra21:25
*** sarob has joined #openstack-infra21:28
*** mrodden has quit IRC21:30
*** esker has quit IRC21:30
*** dprince has quit IRC21:35
*** SergeyLukjanov has quit IRC21:37
*** herndon_ has quit IRC21:38
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: refactor bot to be based on argparse  https://review.openstack.org/6640121:39
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: fix bot to actually use super()  https://review.openstack.org/6640521:39
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: create more sane logging for the er bot  https://review.openstack.org/6643521:39
fungimordred: any guess what's going wrong here? http://logs.openstack.org/64/66364/4/check/check-requirements-integration-dsvm/0ada421/console.html#_2014-01-13_21_26_03_90721:39
fungimordred: it seems to me like pip isn't finding oslo.messaging in the local mirror it built21:39
fungitrying to determine why21:40
sdaguefungi: it should be pulling oslo.messaging from git, no?21:42
fungisdague: it creates a local mirror bu installing oslo.messaging from git, and then retries to install from that to make sure it got mirrored correctly21:43
sdagueok21:43
fungii can see in the log where it initially installed and added it to the mirror successfully21:43
*** hogepodge has joined #openstack-infra21:44
openstackgerritRenat Akhmerov proposed a change to openstack-infra/config: Adding configuration for mistral-extra project  https://review.openstack.org/6644321:44
fungilooks like 1.3.0a2.50.gd3f3fd7 ended up in the local mirror21:44
fungiwhich should satisfy >=1.2.0a1121:45
*** herndon_ has joined #openstack-infra21:46
fungii'll try to add some extra details to the stdout of the script and see whether i can nail it down21:46
*** ok_delta has quit IRC21:49
*** julim has quit IRC21:50
*** mozawa has quit IRC21:51
devanandawhat's the name of the project template project?21:51
lifelesscookiecutter21:52
*** Steap has joined #openstack-infra21:52
devanandathanks21:53
* Steap could use some reviews on those 2 simple patches taht enable Python 3 tests: https://review.openstack.org/#/c/64841/ and https://review.openstack.org/#/c/65706/21:54
mgagnezaro: ping21:56
*** miqui has quit IRC21:57
*** dizquierdo has joined #openstack-infra21:59
EmilienMHi there, if someone from infra/core could have a look at https://review.openstack.org/#/c/64823/ - it has been some time I'm trying to push it22:04
hogepodge+1 EmilienM22:05
*** jasondotstar has quit IRC22:05
*** mfer has quit IRC22:07
*** amotoki has quit IRC22:07
*** senk has quit IRC22:09
*** senk has joined #openstack-infra22:09
openstackgerritA change was merged to openstack-infra/config: pycadf: enable python33 in the gates  https://review.openstack.org/6570622:10
*** dcramer_ has quit IRC22:10
openstackgerritA change was merged to openstack-infra/config: sphinxcontrib-docbookrestapi: enable tests for Python 2.6, 2.7 and 3.3  https://review.openstack.org/6484122:12
openstackgerritA change was merged to openstack-infra/config: Add Puppet 3.4 gate support for OpenStack modules  https://review.openstack.org/6482322:12
*** yamahata has quit IRC22:13
EmilienMthanks fungi :)22:13
dimsfungi, thanks!!22:15
*** loquacities has joined #openstack-infra22:20
*** mrodden has joined #openstack-infra22:21
*** loquacities has quit IRC22:22
*** Loquacity has joined #openstack-infra22:22
*** yamahata has joined #openstack-infra22:22
*** salv-orlando has joined #openstack-infra22:23
*** Loquacity has quit IRC22:29
*** Loquacity has joined #openstack-infra22:29
*** Loquacity has quit IRC22:30
*** Loquacity has joined #openstack-infra22:30
*** ArxCruz has joined #openstack-infra22:31
openstackgerritRenat Akhmerov proposed a change to openstack-infra/config: Adding configuration for python-mistralclient project  https://review.openstack.org/6387622:32
*** esker has joined #openstack-infra22:33
openstackgerritRenat Akhmerov proposed a change to openstack-infra/config: Adding configuration for mistral-extra project  https://review.openstack.org/6644322:35
russellbsomeone might want to shut down the Embrane CI account ... https://review.openstack.org/#/c/58897/22:36
russellbit's a bit out of control :-)22:36
russellbfungi: ^22:36
fungirussellb: done22:36
russellbfungi: nice thanks22:37
*** salv-orlando_ has joined #openstack-infra22:37
*** dkranz has quit IRC22:37
rakhmerovfungi, thanks for looking at and approving  https://review.openstack.org/63876. I've just rebased my commit, could you please have a look at it again?22:38
fungiyeah, that request provided no contact info and was made by an lp account with no public contact info associated with it22:38
*** salv-orlando has quit IRC22:38
*** salv-orlando_ is now known as salv-orlando22:39
*** oubiwann has quit IRC22:39
*** thomasem has quit IRC22:41
*** esker has quit IRC22:44
jerryzfungi: thanks for the help adding our project. it seems to me that all the new projects have been created and synced to github/stackforge.22:45
*** yamahata has quit IRC22:46
fungijerryz: yes, unfortunately for us the test itself was a failure. i ended up having to rerun the creation script manually after cleaning up after the initial pass it made22:46
fungirakhmerov: taking a look22:47
jerryzfungi: the patch didn't fix mange_project issue?22:47
fungijerryz: it dodn't seem to have made any difference, no22:47
fungier, didn't22:47
fungiso i need to do some more test runs to see if i can narrow it down with debug output22:47
rakhmerovfungi, ok22:47
jerryzfungi: no wonder i saw empty repos in gerrit at first.22:48
fungijerryz: yep, that was part of what i had to fix22:48
*** eharney has quit IRC22:51
*** rwsu has quit IRC22:52
*** bauzas has quit IRC22:52
*** salv-orlando has quit IRC22:53
rakhmerovfungi, thanks!22:54
rakhmerovI hope it won't require rebase this time :)22:54
*** Ryan_Lane has quit IRC22:55
*** CaptTofu has quit IRC22:56
fungimordred: okay, i rechecked the patch and held the slave where the integration job was running... /var/www/pypi/oslo.messaging seems not to exist but directories for oslo.{config,rootwrap,sphinx} are present22:56
*** jgrimm has quit IRC22:56
openstackgerritA change was merged to openstack-infra/config: Adding configuration for python-mistralclient project  https://review.openstack.org/6387623:02
*** dims has quit IRC23:03
*** burt has quit IRC23:05
*** slong has joined #openstack-infra23:05
*** dcramer_ has joined #openstack-infra23:06
*** rwsu has joined #openstack-infra23:08
*** thuc has quit IRC23:08
*** thuc has joined #openstack-infra23:08
*** fbo is now known as fbo_away23:09
*** thedodd has quit IRC23:11
*** thuc has quit IRC23:12
*** ^d has quit IRC23:13
*** denis_makogon has quit IRC23:13
*** jaypipes has joined #openstack-infra23:14
*** dizquierdo has quit IRC23:15
*** dims has joined #openstack-infra23:18
*** ryanpetrello has quit IRC23:20
*** prad_ has left #openstack-infra23:20
*** openstackgerrit has quit IRC23:24
*** openstackgerrit has joined #openstack-infra23:24
*** flaper87 is now known as flaper87|afk23:25
*** ryanpetrello has joined #openstack-infra23:25
*** dcramer_ has quit IRC23:26
*** hashar has quit IRC23:28
*** bknudson has quit IRC23:31
*** markmcclain has quit IRC23:31
*** Ryan_Lane has joined #openstack-infra23:33
*** mfink has quit IRC23:35
*** rfolco has quit IRC23:39
*** ^d has joined #openstack-infra23:41
*** wenlock has quit IRC23:41
*** mfink has joined #openstack-infra23:42
*** rnirmal has quit IRC23:43
*** wenlock has joined #openstack-infra23:43
*** rcleere has quit IRC23:44
*** mrda has joined #openstack-infra23:44
*** CaptTofu has joined #openstack-infra23:44
*** ryanpetrello has quit IRC23:44
*** rakhmerov has quit IRC23:46
*** melwitt has quit IRC23:49
zaromgagne: yo!23:51
*** herndon_ has quit IRC23:51
mgagnezaro: yo!23:51
mgagnezaro: just wanted to tell that https://review.openstack.org/#/c/65719/ broke backward compatibility =)23:52
zarofungi: i can't seem to push a tag to openstack-infra/gearman-plugin23:52
*** rakhmerov has joined #openstack-infra23:53
fungizaro: it says you should be able to. what error are you getting when you try?23:53
zaromgagne: how so?23:55
zarofungi: when i do git remote -v there's no entries for gerrit.23:56
*** mrodden has quit IRC23:56
fungizaro: git review -s23:56
arosenHi the check-tempest-dsvm-neutron-pg-isolated gate seems to be failing because keystone is complaining  about:  No module named passlib.hash ; Is this a known issue?23:56
arosenI didn't find an open launchpad bug for this one.23:57
*** marcoEmbrane has joined #openstack-infra23:57
mgagnezaro: pipepline publisher was originally expecting an anonymous parameter. "pipeline: downstream-project" It is now expecting a "project" parameter: "pipeline:\n  project: downstream-project"23:57
*** praneshp has quit IRC23:57
*** harlowja has quit IRC23:57
fungiarosen: that's probably a change with the new keystoneclient release which got tagged to day, i'd be willing to bet23:57
arosenhttp://logs.openstack.org/51/66451/2/check/check-tempest-dsvm-neutron-pg-isolated/6b3bee7/logs/screen-key.txt.gz23:57
*** Loquacity is now known as loquacity23:57
fungiarosen: or other change in keystone which has landed since recently (keystone is not gated against neutron-pg-isolated)23:58
*** loq_mac has joined #openstack-infra23:58
*** loquacity has quit IRC23:58

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