Friday, 2014-10-24

*** carl_baldwin has joined #openstack-infra00:02
*** freemanbrandon has joined #openstack-infra00:02
*** oomichi__ has quit IRC00:02
*** signed8bit_ZZZzz is now known as signed8bit00:02
*** signed8bit has quit IRC00:03
Shrewsfungi: i have no life, but i do have conference ick it would seem00:03
*** dims_ has joined #openstack-infra00:03
fungiShrews: oh, ew. stay on your side of the state then00:05
fungiwhere did you pick up the ick?00:05
Shrewsfungi: ATO00:05
fungiahh, right. i was lazy and skipped it this year00:05
fungisince i expect to be at owf next week00:05
*** dims_ has quit IRC00:06
Shrewsalso, i have no idea what's going on with gearman these days. but i highly suspect nothing00:06
fungiShrews: did you get to heckle pleia2 at all?00:06
Shrewsfungi: yup! she gave a great talk00:06
fungiawesome00:06
*** reed has quit IRC00:06
*** dims_ has joined #openstack-infra00:06
*** freemanbrandon has quit IRC00:06
fungishe's an excellent presenter00:06
*** dims has quit IRC00:07
*** SumitNaiksatam has quit IRC00:07
*** alazarev has joined #openstack-infra00:09
*** unicell has joined #openstack-infra00:09
*** ChuckC_ has joined #openstack-infra00:10
*** ChuckC_ is now known as ChuckC00:10
*** tomoe has joined #openstack-infra00:13
*** carl_baldwin has quit IRC00:14
*** dimtruck is now known as zz_dimtruck00:15
*** HenryG has quit IRC00:18
*** gyee has quit IRC00:22
*** jergerber has quit IRC00:25
*** jergerber has joined #openstack-infra00:26
*** jergerber has quit IRC00:27
clarkbok python depreaction email is about to go out00:27
*** baoli has joined #openstack-infra00:33
*** baoli has quit IRC00:37
jesusaurusclarkb: ive responded to your comment about the block you think is a noop. that block is needed to prevent moving the exception across threads00:39
jesusaurusclarkb: http://logs.openstack.org/43/74943/17/check/gate-nodepool-python26/7497622/console.html.gz#_2014-10-17_02_05_11_459 is a traceback of what happens without that except block00:40
clarkbjesusaurus: its equivalent code though00:40
clarkbyou are saying catch e then raise e00:40
clarkbwhich shouldn't be any different than letting e pass through00:40
jesusaurusclarkb: but it doesnt let e pass through00:40
jesusaurusit moves e to the other thread00:40
clarkbraise e is taking the same object and throwing it again00:41
pleia2fungi, Shrews thanks :)00:42
jesusaurusyes, i know, because it needs to be raised for the code path to work00:42
*** Ryan_Lane1 has quit IRC00:43
clarkbjesusaurus: I guess I don't understand how that code can be different even with threads00:43
*** sdake_ has joined #openstack-infra00:43
clarkber not be a noop00:43
clarkbif it was a different object I could see that00:44
fungiyet another problem in the nodepool vhost config00:44
clarkbbut its the same one00:44
openstackgerritMichael Tupitsyn proposed a change to openstack-infra/jenkins-job-builder: Support additional events for HipChat plugin  https://review.openstack.org/12976000:44
jesusaurusclarkb: well, experimentally, removing that code makes it not work so its not a noop. looking closer at Task.exception() you can see that instead of raising the exception, we are setting _wait_event00:45
clarkbyes, it basically flags an exception state00:45
clarkbjesusaurus: and that code only catches if you first catch then rethrow?00:45
clarkbI may need to fiddle with this locally to get a grasp oof it00:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/system-config: Correct nodepool log vhost directory path  https://review.openstack.org/13066300:46
jesusaurusclarkb: yeah, if i dont catch and rethrow then the exception gets raised through a different code path00:46
fungiianw: clarkb: ^00:46
clarkbjesusaurus: ok we can probably ignore my comments about that for now then. Note you don't need to use as e then raise e, you can just 'raise'00:46
clarkbjesusaurus: but thats not a big deal00:46
clarkband I will try fiddling locally to grok what is going on00:46
clarkbfungi: looking00:46
fungiwith that additional edit, apache on nodepool correctly parses the vhost config00:47
*** SumitNaiksatam has joined #openstack-infra00:47
clarkbapproved00:48
*** baoli has joined #openstack-infra00:49
*** mattfarina has joined #openstack-infra00:51
tchaypothanks anteaya, I'll do something about that when I can (probably sunday or monday)00:52
tchaypoclarkb: tell me more about zuul cloner00:52
*** arnaud has quit IRC00:52
*** arnaud__ has quit IRC00:52
tchaypoor i could just read the docs00:53
*** arnaud has joined #openstack-infra00:53
*** arnaud__ has joined #openstack-infra00:53
clarkbtchaypo: it basically takes a state of git world and applies it to git repos00:53
clarkbwhere that state is expressed by zuul00:53
tchaypoclarkb: yeah, looking at that, it seems like there's significant overlap in terms of what they do00:54
tchaypothe biggest difference I'm seeing is that prep-source-repos has a yaml file to list the repos and the patches to apply00:54
tchaypourr. to rephrase00:54
tchaypozuul clone seems to be able to get repo X at ref Y00:55
tchaypoprep-source-repos gets repo X at ref Y, then applies A B and C from gerrit reviews00:55
tchaypozuul clone seems to have a --patchset option but http://ci.openstack.org/zuul/cloner.html doesn't seem to say what that does; I'm guessing that's just providing a patchset number as the ref to check out00:56
*** bdpayne has quit IRC00:56
tchaypoprep-source-repos can take many patchsets and apply them sequentually00:56
tchayposequentially?00:56
tchaypothat looks more righter.00:56
clarkbya I think that is the difference00:57
tchaypoI'm thinking I should add a section in the READM that mentions similar tools00:57
tchaypothis is different from pull-tools in tripleo-incubator because..00:57
tchaypoit's different from zuul cloner because ...00:57
clarkbso I am wondering if maybe the tools can/should converge?00:58
clarkbI dunno I spent a day debugging toci cloning last week00:58
clarkbonly because its different than everything else...00:58
clarkbwhich isn't necessarily bad other than the fact that it does basically the same thing so learning a new thing is a waste of time00:58
openstackgerritK Jonathan Harker proposed a change to openstack-infra/nodepool: Reset the client object before creating the image  https://review.openstack.org/7494300:58
tchaypoyeah, I think they should01:00
tchaypojp-at-hp had a patch to add another similar tool to -incubator - it does a bit more than pull tools, but not as much as prep-source-repos01:00
*** yamamoto has joined #openstack-infra01:00
*** oomichi has quit IRC01:02
openstackgerritA change was merged to openstack-infra/system-config: Correct nodepool log vhost directory path  https://review.openstack.org/13066301:04
*** sdake_ has quit IRC01:04
*** ChuckC has quit IRC01:09
ianwfungi: sorry again :(01:11
fungiianw: don't apologize for your work! i think that's about fixed it up though01:13
*** patrickeast has quit IRC01:13
*** patrickeast has joined #openstack-infra01:14
*** zz_dimtruck is now known as dimtruck01:14
*** mriedem_away has quit IRC01:14
*** IaKing is now known as dhp01:16
*** nelsnelson has quit IRC01:16
*** asettle has joined #openstack-infra01:17
*** mattfarina has quit IRC01:23
*** arnaud__ has quit IRC01:24
*** arnaud has quit IRC01:24
*** david-lyle has joined #openstack-infra01:28
*** patrickeast has quit IRC01:30
*** changbl has joined #openstack-infra01:31
*** david-lyle has quit IRC01:32
*** zz_jgrimm is now known as jgrimm01:38
*** bdpayne_ has joined #openstack-infra01:43
*** asettle has quit IRC01:43
*** asettle has joined #openstack-infra01:43
ianwfungi: if around, can you just grep to see if that centos7 username fix worked?01:45
*** bdpayne has joined #openstack-infra01:46
*** asettle has quit IRC01:47
*** otherwiseguy has joined #openstack-infra01:49
*** bdpayne_ has quit IRC01:50
fungiianw: looks like it's still looping, but also the accelerated log rotation doesn't seem to do what we expected (at least it seems to have not rotated yet)01:53
ianwfungi: still with a login failure?01:53
ianwfungi: the rotation would require a nodepool restart?01:54
openstackgerritKhai Do proposed a change to openstack-infra/jenkins-job-builder: fix delete job command and add tests  https://review.openstack.org/12737001:55
fungiianw: the rotation change tried to trigger a restart01:55
fungiianw: i ended up fixing the hung restart by restarting it manually01:56
*** mmaglana has quit IRC01:56
ianwoh, ok01:58
*** Longgeek has joined #openstack-infra02:01
*** nosnos has joined #openstack-infra02:03
fungiso i *think* it should have rotated since, unless i'm misremembering how the rotation scheduling args work02:04
fungianyway, i'm knocking off for the night but will check in on it again when i wake up02:05
ianwfungi: no worries, thanks for babysitting it02:05
*** arnaud has joined #openstack-infra02:05
fungiyw02:06
*** Longgeek has quit IRC02:06
*** arnaud has quit IRC02:07
ianwfungi: oh, well https://review.openstack.org/#/c/130639/ didn't merge so the centos thing will still be ongoing, sorry02:08
* ianw has too many things going in parallel :)02:09
anteayatchaypo: okay, please make a note in a comment on that patch and mark it wip so it does'nt get merged prior to you fixing the seed repo02:10
*** todd_dsm has joined #openstack-infra02:10
anteayaand then comment again once the seed repo is cleaned up02:10
viglesiasokay folks im back and willing to field any and all suggestions for getting zuul(gearman) to kick my jenkins jobs02:14
viglesiasfire away and i will do stuffs02:14
clarkbviglesias so you have jobs registered in gearman with workers?02:16
viglesiasack02:16
viglesiasto make sure we are using the same nomenclature:02:16
viglesiasI run zuul `show running-jobs`02:16
viglesiashttp://hastebin.com/bisuvugate.py02:17
viglesiasand when i telnet to zuul02:17
viglesiasand run workers:02:18
viglesiashttp://hastebin.com/rerununodi.css02:18
clarkbcan you do `status` instead of workers?02:18
viglesiasyep02:19
viglesiashttp://hastebin.com/hoduqufidi.avrasm02:19
viglesiaslayout.yml for posterity http://hastebin.com/uyuyikidaj.sm02:20
clarkbso zuul has queued 3 eutester-test jobs (paste 1)02:20
viglesiasack02:20
viglesiasfyi i set the trigger to 'comment-added' so i could trigger more easily02:21
clarkbpaste 3 shows no eutester-test queued in gearman or workers to run that test02:21
* viglesias looks02:21
clarkb(paste 3)02:21
viglesiasack02:21
viglesiasbut 2 does show eutester-test as a viable build02:22
*** otter768 has joined #openstack-infra02:22
clarkbI would start by getting workers for eutester-test to show up in paste302:22
clarkbya its listed it just has no workers02:22
viglesiashmmm02:22
clarkbwe should fix the worker shortage first and go from there02:22
viglesiasword02:22
viglesiasany recommended path to that, ie is it config on zuul or jenkins?02:23
clarkbjenkins.02:23
*** harlowja is now known as harlowja_away02:23
viglesiaskk, so i have a job called eutester-test, is there more labelling or config necessary?02:23
clarkbmake sure that the eutester-test confug in jenkins has slaves it can run on02:23
viglesiasmaybe untick and retick the gearman plugin again?02:23
viglesiasyeah i ran it manually02:23
clarkbno gearman is fine02:23
clarkbI think you have the labelset to anything02:24
viglesiasone possible wrench is that my master is where things are going to execute02:24
clarkbbut no anything nodes02:24
*** koolhead17 has joined #openstack-infra02:25
*** koolhead17 has joined #openstack-infra02:25
viglesiasclarkb: so the thing i need is for >1 to show up in the output of 'status' in the first column?02:25
clarkbthird column02:25
viglesiask i saw 5 there last night02:25
* viglesias checks again02:26
clarkbits queued to run, running, workers available02:26
viglesiashmm wtf wonder why *every* other job has 502:26
viglesiasok clarkb badass02:26
viglesiasthanks sir for pointing me in the right direction02:26
viglesiasor madam02:26
viglesiasdefinitely not how that is spelled02:27
anteayaclarkb is male02:27
viglesiascool, just gotta make sure]02:27
anteayayup02:27
clarkbno problem02:27
viglesiasone other question, most 5 jobs have just build:$job, then eutester test has 2 entries02:28
viglesiasbuild:eutester-test:anything02:28
viglesiasbuild:eutester-test02:28
viglesiasneither have a worker02:28
viglesiasany nuance to that?02:28
*** wenlock has quit IRC02:28
clarkbthe :anything suffix is there because you have a label 'anything' on the job02:28
viglesiask02:29
*** david-lyle has joined #openstack-infra02:29
clarkbgearman plugin does that so if you have multiple labels you can be specific about which labeled slave runs the job02:29
clarkbif you remove the label it may register it properly against the master02:29
* viglesias removes label02:31
*** david-lyle has quit IRC02:33
*** Lily___ has joined #openstack-infra02:34
pleia2Lily___ is having some trouble with her Gerrit account, if someone could give her a hand02:35
pleia2now I'm going to bed for real02:35
anteayaLily___: what is up?02:36
viglesiasclarkb: so now i have workers for eutester-test, but back at the Worker:None state as far as zuul client is concerned (pastes incoming)02:36
anteayapleia2: happy bed02:36
*** Lily____ has joined #openstack-infra02:36
viglesiashttp://hastebin.com/turimayima.avrasm02:36
Lily____Hi @here02:36
viglesiashttp://hastebin.com/saqololexi.hs02:37
Lily____I have an issue about input my contact into http://review.openstack.org, in "settings"->"Contact Information", I fulfill my contact information and click "save changes", Then I always met "Cannot store contact information", Could someone here to help me?02:37
anteayaLily____: ah02:37
anteayasure02:37
clarkbviglesias looks like it dropped to one queued job? did the other two run?02:37
clarkb(second paste)02:37
anteayalet's firs of all make sure you are following all the steps02:37
viglesiasclarkb: i restarted zuul and the disappeared02:37
clarkboh ok02:37
viglesiasclarkb: verifiable from jenkins perspective02:38
clarkbviglesias zuuland jenkins are connected to same gearman?02:38
anteayaLily____: so starting from here: http://docs.openstack.org/infra/manual/developers.html#account-setup02:38
viglesiasclarkb: ack afaik02:38
anteayaLily____: you have a launchpad account, correct?02:38
Lily____yes,02:38
anteayaLily____: great02:38
viglesiasclarkb: are there steps to verify just in case02:38
Lily____xiao-li.wei@hp.com02:38
clarkbviglesias its like the two disagree02:39
viglesiasit may be that my zuul is pissing in the wind02:39
viglesiasclarkb: i agree with that02:39
*** Lily___ has quit IRC02:39
clarkbviglesias check your zuul.conf02:39
anteayaLily____: have you joined the openstack foundation? https://www.openstack.org/join/02:39
clarkband jenkins global config02:39
clarkbthey should use the same gearman host:port combo02:39
viglesiasclarkb: http://hastebin.com/ovaloriqex.ini02:39
viglesiasmaybe thats not quite right02:39
Lily____I need to join " Individual Member: Free"? right?02:40
anteayaviglesias: we do try to keep any kind of cursing/colourful language to a minimum02:40
anteayaLily____: yes02:40
viglesiasanteaya: my apologies02:40
anteayaLily____: use the same email you used for gerrit02:40
Lily____OK, let me try now. @anteaya02:40
anteayaviglesias: none needed, you are learning02:40
anteayaLily____: sure02:40
clarkbviglesias: so zuul localhost is where gearman runson port 4730  if you ps you should see two zuul-server processes. the child is geard. you can then netstat or lsof to see if that process is listening on tcp 473002:41
*** mmedvede has quit IRC02:41
clarkbviglesias then on jenkins side it should be pointed at zuulhost's port 473002:42
viglesiasack02:42
*** mmedvede has joined #openstack-infra02:42
Lily____@anteaya, Could you let me know which Affiliation do I need to add, I was an HPer.02:44
anteayasure02:44
anteayajust say HP02:44
Lily____cool02:44
anteayaare you still with HP?02:44
clarkbor unaffiliated if now applicable02:44
viglesiasclarkb: i dont see a geard running02:44
clarkbthe process name is zuul-server02:44
clarkbthere should be 2 with that name a parent and child02:45
viglesiasyep got it02:45
clarkbis it still missing?02:45
viglesiasnope got 202:45
clarkbcool02:45
clarkboh I wonder if we are waiting on merger02:46
clarkbis the zuul-merger process running too?02:46
viglesiasYES!! my merger is probably borked!!!!!!!02:46
viglesiasno merger running02:46
Lily____@anteaya, I have join openstack foundation now. but I got the same issue when I do "git review"02:46
viglesiasgotta take a break clarkb, you have been awesome, thank you so much02:47
Lily____@anteaya, yes, I still an HPer.02:47
clarkbok so next step is start the merger hopefullly that gets jobs running02:47
anteayaLily____: go to settings in your gerrit02:47
* viglesias will start looking at his merger config02:47
anteayaLily____: do you have a gerrit username set?02:47
* viglesias is stoked for moving forward 02:47
viglesiasthanks all02:47
anteayahttps://review.openstack.org/#/settings/02:47
anteayaLily____: under profile > Username02:48
anteayawhat do you see there?02:48
Lily____yes02:49
anteayawhat is your username?02:49
Lily____I can input my contact information now, and "git review" looks ok now, Thank you very much @anteaya02:50
Lily____my username is xiao-li-wei.02:50
Lily____lily@ubuntu:~/git/openstack.org/openstack-dev/sandbox$ git review remote: Resolving deltas: 100% (1/1) remote: Processing changes: refs: 1, done remote: ERROR: missing Change-Id in commit message footer remote: Suggestion for commit message: remote: test git review. remote: remote: Change-Id: I175c619d277484eaaf31e59de42818f176cda1dc remote: remote: Hint: To automatically insert Change-Id, install the hook: remote:   gitdir02:51
anteayagreat well done02:51
anteayalet me tell you about paste.openstack.org02:51
anteayahttp://paste.openstack.org/02:52
Lily____great man, Thank you very much02:52
anteayait is useful for any code you wish to share longer than 2 lines02:52
anteaya<- woman02:52
anteayaand you are welcome02:52
Lily____OK, :)02:52
anteaya:D02:52
anteayawelcome to openstack02:52
Lily____;)02:52
anteayareading the developer documentation I linked you to would be a great beginning02:53
anteayaand if we are at a lull, I think I am off to bed02:54
*** dmsimard_away is now known as dmsimard02:54
anteayag'night02:55
Lily____OK, bye @anteaya02:55
*** dims_ has quit IRC02:56
*** dims has joined #openstack-infra02:57
*** pcrews has quit IRC02:57
*** baoli has quit IRC03:00
*** dims has quit IRC03:01
*** Longgeek has joined #openstack-infra03:02
ameadeHey folks, devstack just switched to downloading a head image from the downloads.fedoraproject.org site....i'm having an issue in the netapp ci system where for some odd reason, unbound only randomly resolves that hostname03:07
*** Longgeek has quit IRC03:07
*** todd_dsm has quit IRC03:10
clarkbameade it doesnt consistently resolve?03:12
ameadeclarkb: nslookup download.fedoraproject.org 8.8.8.8 works like a charm03:13
ameadenslookup download.fedoraproject.org 127.0.0.1 fails03:14
ameadeit's weird, other hostnames all seem fine03:14
clarkbwhat is unbound resolving against?03:14
ameadeclarkb: rackspace name server, 69.20.0.16403:15
ameadenslookup download.fedoraproject.org 69.20.0.164 works fine too03:15
clarkbI wouldnt use rax dns. we specifically unbound against google to avoid rax03:15
clarkbthey dont unblacklist rate limited IPs03:16
clarkbthen IP is recycled03:16
clarkband you have no dns03:16
ameadeclarkb: whoa, ok i changed it to google and reloaded unbound to clear any caches and it's working03:17
ameadeclarkb: THANKS03:17
ameadei'll test that out on another node to see if it fixes my problem03:17
*** todd_dsm has joined #openstack-infra03:18
*** afazekas has quit IRC03:19
*** _afazekas has quit IRC03:19
*** ivar-laz_ has joined #openstack-infra03:19
*** david-lyle has joined #openstack-infra03:19
*** todd_dsm has quit IRC03:20
*** nosnos has quit IRC03:23
*** ivar-lazzaro has quit IRC03:23
*** ivar-laz_ has quit IRC03:24
*** nosnos has joined #openstack-infra03:24
*** krtaylor has quit IRC03:25
viglesiasclarkb: i think you got me one step closer, so 1st i didnt have a /var/lib/zuul03:27
viglesiasnow i can see the merger in the status output but with no workers03:27
*** krtaylor has joined #openstack-infra03:27
viglesiasmerger:merge 2 0 003:27
viglesiasi am assuming the first column is queued jobs03:27
clarkbyou want to run a zuul-merger process03:27
*** krtaylor has quit IRC03:28
viglesiasack on it!03:28
*** nosnos has quit IRC03:28
*** krtaylor has joined #openstack-infra03:30
viglesiasok so i am passed that issue! on to the next, the merge is failing due to perm issues...03:32
viglesiaswhat i see is that its using my gerrit username to do the clone against the gerrit ssh git endpoint03:33
viglesiasie:03:33
viglesiasgit clone -v ssh://viglesias@localhost:29418/eutester /var/lib/zuul/git/eutester03:33
viglesiasand that is failing with perm denied03:33
viglesiasi dont see any config in zuul.conf that maps an ssh key to that call03:33
*** hdd has joined #openstack-infra03:33
viglesiasah is that the zuul.conf ssh key?03:34
* viglesias is looking at /var/lib/zuul/git/.ssh_wrapper03:34
clarkbya the wrapper sets that up iirc03:34
*** david-lyle has quit IRC03:36
viglesiasclarkb: so what should the key be03:36
viglesiasie where in gerrit should i register the priv key that i set in the zuul config03:37
clarkbor you can set it up so that the user running the merger has the right key in ~/.ssh03:37
clarkbyou should put the public key in gerrit for the account you have in gerrit03:37
* viglesias breaks it down a bit more for his own edification03:39
*** afazekas has joined #openstack-infra03:39
viglesiasso i registered a pub key to my gerrit account (viglesias) such that i can push with git-review03:39
viglesiasthe priv key on zuul needs to be the private key associated with that pub key?03:39
viglesiasi think i am missing something about that chain03:40
viglesiasshould i make a zuul user in gerrit03:41
viglesiasand give it a pub/priv ssh pair03:41
* viglesias tries anyway :)03:41
* viglesias realizes its the same thing03:41
clarkbI would use a second key03:43
clarkbare you trying to do third party testing against review.openstack.org?03:43
clarkbif so eventually you will want a dedicated service account03:44
*** sarob has joined #openstack-infra03:49
*** dimtruck is now known as zz_dimtruck03:51
*** sarob_ has quit IRC03:52
*** jerryz has quit IRC03:55
viglesiasclarkb: got any info about how the merger serves up its git repos03:56
viglesiasthats my next hurdle, i see the zuul_url is the parameter used but not sure how its supposed to be setup03:57
* viglesias scratches that last statement03:57
viglesiaszuul.Gerrit: Cannot get references from https://localhost/p/eutester/info/refs?service=git-upload-pack03:58
viglesiasok so i need to change https://localhost to http://my-gerrit-server:port03:59
*** jerryz has joined #openstack-infra04:00
*** davidhadas has quit IRC04:01
*** jgrimm is now known as zz_jgrimm04:01
clarkbwe run apache in front of /var/lib/git on the merger04:01
*** dougwig has quit IRC04:03
viglesiask, so 1 sec ago merges were working and now not so much anymore04:04
* viglesias restarts zuul and merger04:04
*** rmcall has joined #openstack-infra04:05
*** david-lyle has joined #openstack-infra04:07
*** rmcall has quit IRC04:09
*** garyh has quit IRC04:09
*** HenryG has joined #openstack-infra04:10
*** yamahata has joined #openstack-infra04:10
*** rmcall has joined #openstack-infra04:12
*** david-lyle has quit IRC04:13
*** yaguang has joined #openstack-infra04:14
*** arnaud has joined #openstack-infra04:15
*** rmcall_ has joined #openstack-infra04:16
*** rmcall has quit IRC04:18
*** rmcall_ is now known as rmcall04:18
*** nosnos has joined #openstack-infra04:20
*** _nadya_ has joined #openstack-infra04:21
*** arnaud has quit IRC04:21
*** mbacchi has quit IRC04:24
*** oomichi has joined #openstack-infra04:24
*** ChuckC has joined #openstack-infra04:26
*** sarob has quit IRC04:32
*** sarob has joined #openstack-infra04:33
*** e0ne has joined #openstack-infra04:34
*** oramraz has joined #openstack-infra04:34
*** e0ne has quit IRC04:35
viglesiasanybody know which private key the merger is using to run this command:04:36
viglesiasgit clone -v ssh://viglesias@10.0.1.137:29418/eutester /var/lib/zuul/git/eutester04:36
*** otherwiseguy has quit IRC04:36
*** otherwiseguy has joined #openstack-infra04:37
*** oramraz has quit IRC04:37
*** sarob has quit IRC04:38
*** e0ne has joined #openstack-infra04:40
*** hdd has quit IRC04:41
*** e0ne has quit IRC04:41
*** ildikov has quit IRC04:42
*** dmsimard is now known as dmsimard_away04:52
*** harlowja_at_home has joined #openstack-infra04:54
*** harlowja_at_home has quit IRC04:56
*** ildikov has joined #openstack-infra04:58
*** garyh has joined #openstack-infra04:59
*** yamahata has quit IRC04:59
*** yamahata has joined #openstack-infra04:59
*** _nadya_ has quit IRC05:04
*** otherwiseguy has quit IRC05:10
*** bdpayne has quit IRC05:10
*** lbiasi has quit IRC05:13
openstackgerritMagnus Lundin proposed a change to openstack-infra/jenkins-job-builder: Added support for Rich Text Publisher Plugin  https://review.openstack.org/13045505:27
*** jerryz has quit IRC05:27
*** gokrokve has joined #openstack-infra05:28
*** gokrokve has quit IRC05:28
*** gokrokve has joined #openstack-infra05:29
*** ptoohill has quit IRC05:30
*** otter768 has quit IRC05:31
*** ptoohill has joined #openstack-infra05:32
*** amcrn has quit IRC05:34
*** davidhadas has joined #openstack-infra05:40
*** gokrokve has quit IRC05:41
*** gokrokve has joined #openstack-infra05:42
*** Ryan_Lane has joined #openstack-infra05:45
mordredviglesias: looks like you're getting closer ...05:48
viglesiasmordred: most definitely05:49
viglesiasthanks to clarkb's help i am now getting the merger to kick05:49
viglesiasbut its failing to checkout due to this: http://hastebin.com/waqoniqoqu.py05:50
viglesiasnot sure on that one05:50
viglesiasbut definitely some progress today05:50
viglesiasi dont see it cloning the repo in the first place05:50
viglesiasnamely, in /var/lib/zuul/git/eutester/ i only have a .git directory but no files05:51
viglesiasnot sure if thats expected or not05:51
mordredviglesias: on the merger?05:53
mordredviglesias: yeah - it doesn't actually check out files there - only manipulates the git refs in the repo05:54
openstackgerritSteve Martinelli proposed a change to openstack-infra/project-config: Add jobs to api-wg repo  https://review.openstack.org/13036305:54
viglesiasmordred: ack05:58
StevenKIt's a bare repo05:58
StevenKFor space and size concerns, I guess05:58
* viglesias starts monkey patching06:01
*** gokrokve has quit IRC06:02
*** gokrokve has joined #openstack-infra06:02
viglesiasok so legitimately there is no ref to head, only the two branches that have been uploaded06:03
viglesiasanybody know how to fix that type of issue06:03
viglesiasok so in gerrit, i see it has a HEAD set as master which is not the branch that is the default for git-review06:04
*** ildikov has quit IRC06:04
*** r1chardj0n3s is now known as r1chardj0n3s_afk06:06
* viglesias resets all gerrit things06:08
*** yjiang5 has left #openstack-infra06:09
viglesiasdo you need to push the default branches first with a special git-review command?06:11
*** rmcall has quit IRC06:18
*** Ryan_Lane has quit IRC06:18
*** Longgeek has joined #openstack-infra06:22
*** gokrokve has quit IRC06:23
*** cody-somerville has quit IRC06:25
*** Longgeek has quit IRC06:26
*** koolhead17 has quit IRC06:28
*** HeOS has quit IRC06:30
*** gokrokve_ has joined #openstack-infra06:32
*** gokrokve_ has quit IRC06:32
openstackgerritSteve Martinelli proposed a change to openstack-infra/project-config: Add jobs to api-wg repo  https://review.openstack.org/13036306:34
openstackgerritSteve Martinelli proposed a change to openstack-infra/project-config: Add the API working group guidelines to specs.o.org  https://review.openstack.org/13070106:37
openstackgerritSteve Martinelli proposed a change to openstack-infra/project-config: Add the API working group guidelines to specs.o.org  https://review.openstack.org/13070106:37
*** Longgeek has joined #openstack-infra06:38
*** oramraz has joined #openstack-infra06:43
*** jhesketh has quit IRC06:47
*** paul-- has quit IRC06:47
*** harlowja_away has quit IRC06:47
*** dhp has quit IRC06:47
*** salv-orlando has quit IRC06:47
*** akamyshnikova_ has quit IRC06:47
*** coolsvap has quit IRC06:47
*** annegentle has quit IRC06:47
*** greghaynes has quit IRC06:47
*** waynr has quit IRC06:47
*** jeblair has quit IRC06:47
*** timfreund has quit IRC06:47
*** lxsli has quit IRC06:47
*** sbadia has quit IRC06:47
*** dosaboy has quit IRC06:47
*** vipul has quit IRC06:47
*** alaski has quit IRC06:47
*** zz_jgrimm has quit IRC06:47
*** garyh has quit IRC06:47
*** dkehn_ has quit IRC06:47
*** mrodden has quit IRC06:47
*** weshay has quit IRC06:47
*** achuprin_ has quit IRC06:47
*** niaba has quit IRC06:47
*** Hefeweizen has quit IRC06:47
*** michchap has quit IRC06:47
*** tchaypo has quit IRC06:47
*** Mmike has quit IRC06:47
*** dansmith has quit IRC06:47
*** anteaya has quit IRC06:47
*** ruhe has quit IRC06:47
*** SpamapS has quit IRC06:47
*** dhellmann has quit IRC06:47
*** jlk has quit IRC06:47
*** EntropyWorks has quit IRC06:47
*** yamahata has quit IRC06:47
*** oomichi has quit IRC06:47
*** nosnos has quit IRC06:47
*** mwagner_lap has quit IRC06:47
*** zaphod42 has quit IRC06:47
*** mestery has quit IRC06:47
*** 7GHAAEFQK has quit IRC06:47
*** jamespd has quit IRC06:47
*** sressot has quit IRC06:47
*** jkt has quit IRC06:47
*** morganfainberg has quit IRC06:47
*** BadCub has quit IRC06:47
*** d0ugal has quit IRC06:47
*** smoser has quit IRC06:47
*** spiffxp has quit IRC06:47
*** rwsu_ has quit IRC06:48
*** rwsu_ has joined #openstack-infra06:49
viglesiasill be damned i got things to kick06:53
viglesiasthanks all for your help over the last few days06:53
mordredviglesias: WOOT!06:59
*** yamahata has joined #openstack-infra07:00
*** garyh has joined #openstack-infra07:00
*** oomichi has joined #openstack-infra07:00
*** nosnos has joined #openstack-infra07:00
*** mwagner_lap has joined #openstack-infra07:00
*** zaphod42 has joined #openstack-infra07:00
*** dkehn_ has joined #openstack-infra07:00
*** mrodden has joined #openstack-infra07:00
*** weshay has joined #openstack-infra07:00
*** mestery has joined #openstack-infra07:00
*** achuprin_ has joined #openstack-infra07:00
*** niaba has joined #openstack-infra07:00
*** 7GHAAEFQK has joined #openstack-infra07:00
*** jamespd has joined #openstack-infra07:00
*** Hefeweizen has joined #openstack-infra07:00
*** sressot has joined #openstack-infra07:00
*** jhesketh has joined #openstack-infra07:00
*** michchap has joined #openstack-infra07:00
*** paul-- has joined #openstack-infra07:00
*** jkt has joined #openstack-infra07:00
*** tchaypo has joined #openstack-infra07:00
*** morganfainberg has joined #openstack-infra07:00
*** Mmike has joined #openstack-infra07:00
*** dansmith has joined #openstack-infra07:00
*** smoser has joined #openstack-infra07:00
*** anteaya has joined #openstack-infra07:00
*** BadCub has joined #openstack-infra07:00
*** d0ugal has joined #openstack-infra07:00
*** ruhe has joined #openstack-infra07:00
*** SpamapS has joined #openstack-infra07:00
*** spiffxp has joined #openstack-infra07:00
*** dhellmann has joined #openstack-infra07:00
*** jlk has joined #openstack-infra07:00
*** EntropyWorks has joined #openstack-infra07:00
*** jhesketh has quit IRC07:00
*** paul-- has quit IRC07:00
*** yamahata has quit IRC07:01
*** mancdaz_away is now known as mancdaz07:04
*** camunoz has quit IRC07:09
*** mpaolino has joined #openstack-infra07:10
*** harlowja_away has joined #openstack-infra07:10
*** dhp has joined #openstack-infra07:10
*** salv-orlando has joined #openstack-infra07:10
*** coolsvap has joined #openstack-infra07:10
*** akamyshnikova_ has joined #openstack-infra07:10
*** annegentle has joined #openstack-infra07:10
*** greghaynes has joined #openstack-infra07:10
*** waynr has joined #openstack-infra07:10
*** jeblair has joined #openstack-infra07:10
*** timfreund has joined #openstack-infra07:10
*** sbadia has joined #openstack-infra07:10
*** lxsli has joined #openstack-infra07:10
*** dosaboy has joined #openstack-infra07:10
*** vipul has joined #openstack-infra07:10
*** alaski has joined #openstack-infra07:10
*** zz_jgrimm has joined #openstack-infra07:10
viglesiaslol at the 141 builds that just fired off07:10
viglesiasahhh lol, so yeah if you set the trigger as comment-added, the fact that the build reports back kick itself07:13
*** tsg has joined #openstack-infra07:15
*** oramraz has quit IRC07:16
*** andreaf has quit IRC07:16
*** yamahata has joined #openstack-infra07:16
*** jhesketh has joined #openstack-infra07:16
*** paul-- has joined #openstack-infra07:16
*** andreaf has joined #openstack-infra07:16
*** dkehnm has quit IRC07:22
*** Lily____ has quit IRC07:22
*** dkehnm has joined #openstack-infra07:22
*** andreykurilin_ has joined #openstack-infra07:22
*** dkehn has joined #openstack-infra07:22
*** dizquierdo has joined #openstack-infra07:25
*** luqas has joined #openstack-infra07:26
*** jhesketh has quit IRC07:28
*** paul-- has quit IRC07:28
*** andreaf has quit IRC07:28
*** mpaolino has quit IRC07:28
*** harlowja_away has quit IRC07:28
*** dhp has quit IRC07:28
*** salv-orlando has quit IRC07:28
*** akamyshnikova_ has quit IRC07:28
*** coolsvap has quit IRC07:28
*** annegentle has quit IRC07:28
*** greghaynes has quit IRC07:28
*** waynr has quit IRC07:28
*** jeblair has quit IRC07:28
*** timfreund has quit IRC07:29
*** lxsli has quit IRC07:29
*** sbadia has quit IRC07:29
*** dosaboy has quit IRC07:29
*** vipul has quit IRC07:29
*** alaski has quit IRC07:29
*** zz_jgrimm has quit IRC07:29
*** yamahata has quit IRC07:29
*** garyh has quit IRC07:29
*** dkehn_ has quit IRC07:29
*** mrodden has quit IRC07:29
*** weshay has quit IRC07:29
*** achuprin_ has quit IRC07:29
*** niaba has quit IRC07:29
*** Hefeweizen has quit IRC07:29
*** michchap has quit IRC07:29
*** tchaypo has quit IRC07:29
*** Mmike has quit IRC07:29
*** dansmith has quit IRC07:29
*** anteaya has quit IRC07:29
*** ruhe has quit IRC07:29
*** SpamapS has quit IRC07:29
*** dhellmann has quit IRC07:29
*** jlk has quit IRC07:29
*** EntropyWorks has quit IRC07:29
*** oomichi has quit IRC07:29
*** nosnos has quit IRC07:29
*** mwagner_lap has quit IRC07:29
*** zaphod42 has quit IRC07:29
*** mestery has quit IRC07:29
*** 7GHAAEFQK has quit IRC07:29
*** jamespd has quit IRC07:29
*** sressot has quit IRC07:29
*** jkt has quit IRC07:29
*** morganfainberg has quit IRC07:29
*** BadCub has quit IRC07:29
*** d0ugal has quit IRC07:29
*** smoser has quit IRC07:29
*** spiffxp has quit IRC07:29
*** jcoufal has joined #openstack-infra07:31
*** andreaf has joined #openstack-infra07:32
*** spiffxp has joined #openstack-infra07:32
*** d0ugal has joined #openstack-infra07:32
*** BadCub has joined #openstack-infra07:32
*** smoser has joined #openstack-infra07:32
*** morganfainberg has joined #openstack-infra07:32
*** jkt has joined #openstack-infra07:32
*** sressot has joined #openstack-infra07:32
*** jamespd has joined #openstack-infra07:32
*** 7GHAAEFQK has joined #openstack-infra07:32
*** mestery has joined #openstack-infra07:32
*** zaphod42 has joined #openstack-infra07:32
*** mwagner_lap has joined #openstack-infra07:32
*** nosnos has joined #openstack-infra07:32
*** oomichi has joined #openstack-infra07:32
*** mpaolino has joined #openstack-infra07:32
*** harlowja_away has joined #openstack-infra07:32
*** salv-orlando has joined #openstack-infra07:32
*** coolsvap has joined #openstack-infra07:32
*** akamyshnikova_ has joined #openstack-infra07:32
*** annegentle has joined #openstack-infra07:32
*** greghaynes has joined #openstack-infra07:32
*** waynr has joined #openstack-infra07:32
*** jeblair has joined #openstack-infra07:32
*** timfreund has joined #openstack-infra07:32
*** sbadia has joined #openstack-infra07:32
*** lxsli has joined #openstack-infra07:32
*** dosaboy has joined #openstack-infra07:32
*** vipul has joined #openstack-infra07:32
*** alaski has joined #openstack-infra07:32
*** zz_jgrimm has joined #openstack-infra07:32
*** jpich has joined #openstack-infra07:32
*** yamamoto has quit IRC07:33
*** oramraz has joined #openstack-infra07:33
*** MaxV has joined #openstack-infra07:34
*** lbragstad has quit IRC07:36
*** lbragstad has joined #openstack-infra07:36
*** oomichi has quit IRC07:36
*** nosnos has quit IRC07:36
*** mwagner_lap has quit IRC07:36
*** zaphod42 has quit IRC07:36
*** mestery has quit IRC07:36
*** 7GHAAEFQK has quit IRC07:36
*** jamespd has quit IRC07:36
*** sressot has quit IRC07:36
*** jkt has quit IRC07:36
*** morganfainberg has quit IRC07:36
*** BadCub has quit IRC07:36
*** d0ugal has quit IRC07:36
*** smoser has quit IRC07:36
*** spiffxp has quit IRC07:36
*** yamahata has joined #openstack-infra07:37
*** garyh has joined #openstack-infra07:37
*** mrodden has joined #openstack-infra07:37
*** weshay has joined #openstack-infra07:37
*** achuprin_ has joined #openstack-infra07:37
*** niaba has joined #openstack-infra07:37
*** Hefeweizen has joined #openstack-infra07:37
*** michchap has joined #openstack-infra07:37
*** tchaypo has joined #openstack-infra07:37
*** Mmike has joined #openstack-infra07:37
*** dansmith has joined #openstack-infra07:37
*** anteaya has joined #openstack-infra07:37
*** ruhe has joined #openstack-infra07:37
*** SpamapS has joined #openstack-infra07:37
*** dhellmann has joined #openstack-infra07:37
*** jlk has joined #openstack-infra07:37
*** EntropyWorks has joined #openstack-infra07:37
*** tsg has quit IRC07:38
*** Guest351 has joined #openstack-infra07:39
mordredhahaha07:39
mordrednice07:39
*** Guest351 has quit IRC07:39
*** oomichi has joined #openstack-infra07:40
*** nosnos has joined #openstack-infra07:40
*** mwagner_lap has joined #openstack-infra07:40
*** zaphod42 has joined #openstack-infra07:40
*** mestery has joined #openstack-infra07:40
*** 7GHAAEFQK has joined #openstack-infra07:40
*** jamespd has joined #openstack-infra07:40
*** sressot has joined #openstack-infra07:40
*** jkt has joined #openstack-infra07:40
*** morganfainberg has joined #openstack-infra07:40
*** smoser has joined #openstack-infra07:40
*** BadCub has joined #openstack-infra07:40
*** spiffxp has joined #openstack-infra07:40
*** Hal has joined #openstack-infra07:40
*** Hal is now known as Guest7594907:40
*** dmatthews__ has joined #openstack-infra07:40
*** oramraz has quit IRC07:42
*** dmatthews__ is now known as d0ugal07:46
*** HeOS has joined #openstack-infra07:46
*** d0ugal has quit IRC07:46
*** d0ugal has joined #openstack-infra07:46
openstackgerritA change was merged to openstack-infra/system-config: Add kerberos and afs servers to cacti  https://review.openstack.org/12997707:47
*** jhesketh has joined #openstack-infra07:50
*** paul-- has joined #openstack-infra07:50
*** yamamoto has joined #openstack-infra07:50
*** ildikov has joined #openstack-infra07:56
*** oramraz has joined #openstack-infra08:01
*** andreykurilin_ has quit IRC08:02
openstackgerritA change was merged to openstack-infra/project-config: Add a new openstack-specs repo under the control of the TC  https://review.openstack.org/12550808:04
*** hashar has joined #openstack-infra08:07
*** dizquierdo has quit IRC08:08
*** oramraz has quit IRC08:09
*** andreykurilin_ has joined #openstack-infra08:09
*** BobBall_awol is now known as BobBall08:12
*** yamamoto has quit IRC08:13
*** mrodden has quit IRC08:15
openstackgerritA change was merged to openstack-infra/project-config: Add jobs to api-wg repo  https://review.openstack.org/13036308:15
openstackgerritA change was merged to openstack-infra/system-config: Update gearman-plugin to version 0.1.1.  https://review.openstack.org/13065608:16
*** ociuhandu has joined #openstack-infra08:17
*** andreykurilin_ has quit IRC08:19
*** ociuhandu has quit IRC08:19
*** jistr has joined #openstack-infra08:21
*** mrodden has joined #openstack-infra08:21
*** ashaeron has joined #openstack-infra08:21
*** oramraz has joined #openstack-infra08:25
*** oramraz has quit IRC08:25
*** oomichi has quit IRC08:26
*** ihrachyshka has joined #openstack-infra08:30
*** derekh has joined #openstack-infra08:31
*** andreaf has quit IRC08:32
*** yamamoto has joined #openstack-infra08:32
*** andreaf has joined #openstack-infra08:32
openstackgerritA change was merged to openstack-infra/project-config: Don't run pylint on old neutron branches  https://review.openstack.org/13061608:33
*** jlibosva has joined #openstack-infra08:36
*** andreykurilin_ has joined #openstack-infra08:38
*** jgallard has joined #openstack-infra08:38
*** zz_johnthetubagu is now known as johnthetubaguy08:39
*** vdo has joined #openstack-infra08:42
*** vdo has joined #openstack-infra08:43
*** andreykurilin_ has quit IRC08:44
*** davidhadas has quit IRC08:45
*** davidhadas_ has joined #openstack-infra08:46
*** yamamoto has quit IRC08:46
*** davidhadas_ has quit IRC08:51
*** e0ne has joined #openstack-infra08:55
*** andreaf has quit IRC08:55
*** doude has joined #openstack-infra08:55
*** andreaf has joined #openstack-infra08:55
openstackgerritA change was merged to openstack-infra/system-config: Login with 'centos' user for node launch  https://review.openstack.org/13063908:56
*** Longgeek has quit IRC08:57
openstackgerritBarnaby Court proposed a change to openstack-infra/jenkins-job-builder: Add support for the NodeLabel Parameter plugin  https://review.openstack.org/12930209:00
*** _nadya_ has joined #openstack-infra09:02
openstackgerritA change was merged to openstack-infra/system-config: Host a devstack.org redirect on static  https://review.openstack.org/13000109:03
*** Longgeek has joined #openstack-infra09:03
*** alexpilotti has joined #openstack-infra09:04
*** teran has quit IRC09:05
*** cody-somerville has joined #openstack-infra09:08
*** cody-somerville has quit IRC09:08
*** cody-somerville has joined #openstack-infra09:08
*** SumitNaiksatam has quit IRC09:13
*** SumitNaiksatam has joined #openstack-infra09:14
*** ihrachyshka has quit IRC09:15
openstackgerritafazekas proposed a change to openstack-infra/devstack-gate: yum non interactive  https://review.openstack.org/13071909:15
*** rlandy has joined #openstack-infra09:16
*** yamamoto has joined #openstack-infra09:17
*** liusheng has quit IRC09:19
*** yamamoto has quit IRC09:22
*** teran has joined #openstack-infra09:23
*** Longgeek has quit IRC09:24
*** SumitNaiksatam has quit IRC09:26
*** SumitNaiksatam has joined #openstack-infra09:27
*** SumitNaiksatam has quit IRC09:27
*** teran has quit IRC09:28
*** ociuhandu has joined #openstack-infra09:28
*** pblaho has joined #openstack-infra09:29
*** SumitNaiksatam has joined #openstack-infra09:33
*** Longgeek has joined #openstack-infra09:35
*** teran has joined #openstack-infra09:40
*** SumitNaiksatam has quit IRC09:40
*** SumitNaiksatam has joined #openstack-infra09:42
*** teran has quit IRC09:47
openstackgerritMike Heald proposed a change to openstack-infra/jenkins-job-builder: Add support for scripts in the inject builder  https://review.openstack.org/11752809:48
openstackgerritJulie Pichon proposed a change to openstack-infra/project-config: Add missing dependency to Horizon integration tests  https://review.openstack.org/13072409:48
*** pblaho has quit IRC09:51
*** IvanBerezovskiy has joined #openstack-infra09:52
*** ashaeron has quit IRC09:53
*** jpich has quit IRC09:53
*** skolekonov has quit IRC09:53
*** AaronGr has quit IRC09:53
*** pbelanyi has quit IRC09:53
*** juice has quit IRC09:53
*** davidlenwell has quit IRC09:53
*** tkelsey has joined #openstack-infra09:53
*** ashaeron has joined #openstack-infra09:53
*** jpich has joined #openstack-infra09:53
*** skolekonov has joined #openstack-infra09:53
*** AaronGr has joined #openstack-infra09:53
*** pbelanyi has joined #openstack-infra09:53
*** juice has joined #openstack-infra09:53
*** davidlenwell has joined #openstack-infra09:53
*** ihrachyshka has joined #openstack-infra09:54
*** andreaf has quit IRC09:55
*** nosnos has quit IRC09:55
*** mwagner_lap has quit IRC09:55
*** zaphod42 has quit IRC09:55
*** mestery has quit IRC09:55
*** 7GHAAEFQK has quit IRC09:55
*** jamespd has quit IRC09:55
*** sressot has quit IRC09:55
*** jkt has quit IRC09:55
*** morganfainberg has quit IRC09:55
*** BadCub has quit IRC09:55
*** smoser has quit IRC09:55
*** spiffxp has quit IRC09:55
*** andreaf has joined #openstack-infra09:56
*** nosnos has joined #openstack-infra09:56
*** mwagner_lap has joined #openstack-infra09:56
*** zaphod42 has joined #openstack-infra09:56
*** mestery has joined #openstack-infra09:56
*** 7GHAAEFQK has joined #openstack-infra09:56
*** jamespd has joined #openstack-infra09:56
*** sressot has joined #openstack-infra09:56
*** jkt has joined #openstack-infra09:56
*** morganfainberg has joined #openstack-infra09:56
*** smoser has joined #openstack-infra09:56
*** BadCub has joined #openstack-infra09:56
*** spiffxp has joined #openstack-infra09:56
*** changbl has quit IRC09:58
*** ryanpetrello has quit IRC09:58
*** denis_makogon has quit IRC09:58
*** yolanda has quit IRC09:58
*** sc68cal has quit IRC09:58
*** katyafervent has quit IRC09:58
*** mugsie has quit IRC09:58
*** tcammann has quit IRC09:58
*** hogepodge has quit IRC09:58
*** bnemec has quit IRC09:58
*** skraynev has quit IRC09:58
*** gilliard has quit IRC09:58
*** ctlaugh_ has quit IRC09:58
*** abramley has quit IRC09:58
*** spiffxp- has quit IRC09:58
*** jesusaurus has quit IRC09:58
*** asadoughi has quit IRC09:58
*** jcooley has quit IRC09:58
*** vponomaryov has quit IRC09:58
*** darvon has quit IRC09:58
*** bodepd_ has quit IRC09:58
*** ekarlso has quit IRC09:58
*** LinuxJedi has quit IRC09:58
*** dstufft has quit IRC09:58
*** schang has quit IRC09:58
*** saper has quit IRC09:58
*** sdad has quit IRC09:58
*** jgriffith has quit IRC09:58
*** gpocentek has quit IRC09:58
*** changbl has joined #openstack-infra09:58
*** ryanpetrello has joined #openstack-infra09:58
*** denis_makogon has joined #openstack-infra09:58
*** yolanda has joined #openstack-infra09:58
*** sc68cal has joined #openstack-infra09:58
*** katyafervent has joined #openstack-infra09:58
*** mugsie has joined #openstack-infra09:58
*** tcammann has joined #openstack-infra09:58
*** hogepodge has joined #openstack-infra09:58
*** bnemec has joined #openstack-infra09:58
*** skraynev has joined #openstack-infra09:58
*** gilliard has joined #openstack-infra09:58
*** ctlaugh_ has joined #openstack-infra09:58
*** abramley has joined #openstack-infra09:58
*** spiffxp- has joined #openstack-infra09:58
*** jesusaurus has joined #openstack-infra09:58
*** asadoughi has joined #openstack-infra09:58
*** jcooley has joined #openstack-infra09:58
*** vponomaryov has joined #openstack-infra09:58
*** darvon has joined #openstack-infra09:58
*** bodepd_ has joined #openstack-infra09:58
*** ekarlso has joined #openstack-infra09:58
*** LinuxJedi has joined #openstack-infra09:58
*** dstufft has joined #openstack-infra09:58
*** schang has joined #openstack-infra09:58
*** saper has joined #openstack-infra09:58
*** sdad has joined #openstack-infra09:58
*** jgriffith has joined #openstack-infra09:58
*** gpocentek has joined #openstack-infra09:58
*** unicell1 has joined #openstack-infra10:00
*** unicell has quit IRC10:02
*** teran has joined #openstack-infra10:02
*** teran_ has joined #openstack-infra10:03
*** teran has quit IRC10:07
openstackgerritA change was merged to openstack-infra/devstack-gate: Rename config => system-config in devstack-gate  https://review.openstack.org/13025410:07
*** pcm_ has joined #openstack-infra10:07
*** pcm_ has quit IRC10:09
*** pcm_ has joined #openstack-infra10:09
*** yamahata has quit IRC10:10
*** andreaf has quit IRC10:11
*** andreaf has joined #openstack-infra10:12
*** _nadya_ has quit IRC10:13
*** MaxV has quit IRC10:13
*** jgallard has quit IRC10:17
*** yamamoto has joined #openstack-infra10:17
*** yamamoto has quit IRC10:22
*** yamamoto has joined #openstack-infra10:31
*** davidhadas_ has joined #openstack-infra10:36
*** pelix has joined #openstack-infra10:42
*** jedimike_ has joined #openstack-infra10:42
openstackgerritTim Kelsey proposed a change to openstack-infra/project-config: Adding basic Python tests to stackforge/bandit  https://review.openstack.org/13073410:44
openstackgerritJulie Pichon proposed a change to openstack-infra/project-config: JSHint job updates  https://review.openstack.org/13073510:44
*** hashar has quit IRC10:45
*** jedimike has quit IRC10:45
*** e0ne has quit IRC10:47
*** dims has joined #openstack-infra10:47
*** e0ne has joined #openstack-infra10:48
*** jedimike_ has quit IRC10:48
*** jedimike has joined #openstack-infra10:48
*** andreaf has quit IRC10:48
*** andreaf has joined #openstack-infra10:48
*** Guest75949 has quit IRC10:49
*** yamamoto has quit IRC10:52
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Start libification of jjb  https://review.openstack.org/10772410:56
*** teran_ has quit IRC10:58
*** teran has joined #openstack-infra10:58
*** yaguang has quit IRC11:02
*** teran has quit IRC11:03
*** teran_ has joined #openstack-infra11:03
*** lttrl has joined #openstack-infra11:06
*** pcm_ is now known as pc_m_11:14
*** pblaho has joined #openstack-infra11:16
*** luqas has quit IRC11:16
*** baoli has joined #openstack-infra11:26
*** andreaf has quit IRC11:27
*** andreaf has joined #openstack-infra11:28
*** aysyd has joined #openstack-infra11:29
*** tdasilva has quit IRC11:31
*** tomoe_ has joined #openstack-infra11:34
openstackgerritafazekas proposed a change to openstack-infra/devstack-gate: multi-node dg setup  https://review.openstack.org/10604311:35
*** cdent has joined #openstack-infra11:36
*** tomoe has quit IRC11:37
*** julim has joined #openstack-infra11:44
*** _shaps_ has joined #openstack-infra11:47
*** yamamoto has joined #openstack-infra11:47
*** hashar has joined #openstack-infra11:49
*** dizquierdo has joined #openstack-infra11:49
*** MaxV has joined #openstack-infra11:50
*** yamamoto has quit IRC11:52
*** frank_zhou has joined #openstack-infra11:55
*** _nadya_ has joined #openstack-infra11:58
*** koolhead17 has joined #openstack-infra12:00
*** koolhead17 has joined #openstack-infra12:00
*** yamamoto has joined #openstack-infra12:09
*** mancdaz is now known as mancdaz_away12:11
*** bswartz has quit IRC12:16
*** koolhead17 has quit IRC12:17
*** katyafervent is now known as katyafervent_awa12:19
*** vhoward has joined #openstack-infra12:20
*** katyafervent_awa is now known as katyafervent12:20
*** HeOS has quit IRC12:21
*** mbacchi has joined #openstack-infra12:22
*** luqas has joined #openstack-infra12:24
*** Hal has joined #openstack-infra12:29
*** koolhead17 has joined #openstack-infra12:29
*** Hal is now known as Guest7470012:29
*** radez_g0n3 is now known as radez12:30
*** HeOS has joined #openstack-infra12:31
*** andreaf_ has joined #openstack-infra12:33
*** frank_zhou has quit IRC12:36
*** andreaf has quit IRC12:36
openstackgerrityolanda.robla proposed a change to openstack-infra/devstack-gate: Add option for is_debian to support it  https://review.openstack.org/13076812:37
*** HeOS has quit IRC12:42
*** HeOS has joined #openstack-infra12:46
*** HeOS has quit IRC12:51
*** dims has quit IRC12:51
*** cpowell has joined #openstack-infra12:52
*** dims has joined #openstack-infra12:52
*** yamamoto has quit IRC12:53
*** lttrl has quit IRC12:53
*** gokrokve has joined #openstack-infra12:58
*** doug-fish has joined #openstack-infra12:58
*** mfink has joined #openstack-infra12:59
*** mfink_ has joined #openstack-infra13:00
*** mfink has quit IRC13:04
*** kgiusti has joined #openstack-infra13:04
*** mjturek has joined #openstack-infra13:04
*** bswartz has joined #openstack-infra13:08
*** gokrokve has quit IRC13:08
*** dkranz has joined #openstack-infra13:09
*** mancdaz_away is now known as mancdaz13:09
*** jgallard has joined #openstack-infra13:09
*** katyafervent is now known as katyafervent_awa13:13
*** koolhead17 has quit IRC13:14
*** katyafervent_awa is now known as katyafervent13:14
*** dustins has joined #openstack-infra13:14
*** lttrl has joined #openstack-infra13:14
*** xyang0 has joined #openstack-infra13:16
fungireminder... afs demo at 16:00 utc today, 'telnet afstest.openstack.org 8888' for the command-line stream and https://wiki.openstack.org/wiki/Infrastructure/Conferencing for audio narrative13:17
*** bknudson has quit IRC13:18
*** dane_leblanc has joined #openstack-infra13:19
rcarrillocruzwhoa13:20
rcarrillocruzasterisk based conf?13:20
rcarrillocruzthat's cool!13:20
fungiwe're just cool like that13:20
fungiit runs in a nova virtual machine instance in a public service provider too... imagine that13:21
*** signed8bit has joined #openstack-infra13:22
*** yamahata has joined #openstack-infra13:22
BobBallmtreinish: It seems the XenServer CI is frozen atm - can't recreate images (which is needed to fix the tempest-lib issue)... Working on it but wanted to let you know.  Hopefully we can fix it before that change gets merged.  *fingers crossed*13:24
openstackgerritTim Kelsey proposed a change to openstack-infra/project-config: Adding basic Python tests to stackforge/bandit  https://review.openstack.org/13073413:26
*** oramraz has joined #openstack-infra13:26
openstackgerritAntoine Musso proposed a change to openstack-infra/zuul: Merger: ensure_cloned() now looks for '.git'  https://review.openstack.org/12343713:27
*** zz_gondoi is now known as gondoi13:27
rcarrillocruzfungi: any chance you could review and approve https://review.openstack.org/#/c/129876/  if all looks good to you? I rebased and got previous +2 from SergeyLukjanov13:28
*** tomoe_ has quit IRC13:28
*** tomoe has joined #openstack-infra13:28
*** tomoe has quit IRC13:29
*** tomoe has joined #openstack-infra13:30
*** mriedem has joined #openstack-infra13:34
*** tomoe has quit IRC13:34
*** radez is now known as radez_g0n313:34
openstackgerritA change was merged to openstack-infra/system-config: Expose the vhost_name parameter on openstack_project::nodepool  https://review.openstack.org/12987613:34
fungircarrillocruz: ^13:35
fungii'll check that it's working in a few minutes13:35
rcarrillocruzthx :-)13:35
*** pblaho has quit IRC13:36
*** bknudson has joined #openstack-infra13:36
*** afazekas_ has joined #openstack-infra13:39
rcarrillocruzi'm bringing up a cloud instance with vagrant to test the two nodepool changes that got merged, the vhost_name exposure in outer class and the the absolute paths for nodepool templates13:41
*** mpaolino has quit IRC13:41
rcarrillocruzworked for me in VB yesterday13:41
*** bknudson has quit IRC13:42
*** tomoe has joined #openstack-infra13:43
*** vhoward has left #openstack-infra13:43
*** jerryz has joined #openstack-infra13:46
*** cdent has quit IRC13:47
*** bknudson has joined #openstack-infra13:49
fungiunrelated, but puppet agent when run from the master against nodepool.o.o is complaining about failures for managing pretty much all service resources. when i puppet agent --test locally on the nodepool server though, it works fine13:50
*** dmsimard_away is now known as dmsimard13:50
funginot sure what's up with that13:50
*** esker has joined #openstack-infra13:50
rcarrillocruzyou use puppetmaster then? i thought you did git clone + puppet apply in a cron or something13:53
fungithe puppetmaster runs a set of ansible playbooks which, among other things, ssh into each server and run puppet agent --test13:56
fungiansible on the puppet master is in turn run from cron13:56
*** mancdaz is now known as mancdaz_away13:58
*** ildikov has quit IRC13:58
*** oramraz has quit IRC13:59
*** mancdaz_away is now known as mancdaz13:59
mtreinishBobBall: heh, well the change will hopefully land today. I've been fighting the same kind of issues for the past 2 weeks and I'm anxious to finally have it land :)14:00
*** wenlock has joined #openstack-infra14:02
*** cpowell has quit IRC14:02
*** amitgandhinz has joined #openstack-infra14:02
*** cpowell has joined #openstack-infra14:02
rcarrillocruzfungi: vagrant up just finished with puppet apply on latest system-config  state and it works fine14:03
*** zz_dimtruck is now known as dimtruck14:04
*** johnthetubaguy has quit IRC14:04
*** joa has quit IRC14:04
*** joa has joined #openstack-infra14:04
rcarrillocruznon-openstack.org vhost is created and /etc/nodepool.yaml contains the same stuff from an arbitrary location14:04
rcarrillocruzso looks like the puppet agent from master is indeed unrelated to my change14:04
*** hdd has joined #openstack-infra14:05
fungircarrillocruz: yeah, i was seeing it before your change, and before the other recent changes to the vhost configuration we merged yesterday for that matter14:06
*** johnthetubaguy has joined #openstack-infra14:07
*** ildikov has joined #openstack-infra14:08
*** pblaho has joined #openstack-infra14:10
rcarrillocruzquite happy now, my goal of having a full openstack infra farm at home with vagrant openstack plugin continues. Those two changes allow me to put my own conf in site.pp and puppet does its thing, without further tweaking...14:10
*** jerryz has quit IRC14:16
*** lttrl has quit IRC14:16
*** lttrl has joined #openstack-infra14:17
*** radez_g0n3 is now known as radez14:18
*** rlandy has quit IRC14:20
*** msabramo has quit IRC14:21
*** tsg has joined #openstack-infra14:22
*** nosnos has quit IRC14:23
*** wenlock has quit IRC14:23
*** nelsnelson has joined #openstack-infra14:23
*** nosnos has joined #openstack-infra14:23
*** andreaf_ has quit IRC14:25
*** andreaf_ has joined #openstack-infra14:26
*** nosnos has quit IRC14:28
fungioh, that's nuts... okay so when i 'puppet apply --test' it uses a cached copy of the manifest. if i add --server puppetmaster.openstack.org i can recreate the errors14:28
*** teran has joined #openstack-infra14:29
*** dizquierdo has quit IRC14:29
fungi/etc/puppet/puppet.conf has server=puppetmaster.openstack.org in its [main] section so you'd think it would be obeying that14:29
*** jaypipes is now known as leakypipes14:30
fungiaha, something is broken with /tmp14:30
clarkbpuppetboard indicates locks are missing14:30
fungiyep14:31
clarkband they go in /tmp14:31
openstackgerritDmitry Teselkin proposed a change to openstack-infra/nodepool: Change sequence on actions in updateConfig  https://review.openstack.org/13081114:31
fungi31997 inodes in /tmp14:31
fungii think puppet is timing out trying to interact with it14:32
*** teran_ has quit IRC14:32
*** hdd has quit IRC14:32
fungiit's full of /tmp/profiledir.<random> subdirectories containing ccache files14:32
fungiis this cruft from dib failures?14:33
fungioh, no, these are actually dib elements14:33
fungifor centos7 builds14:33
fungianyway, i'll clean it up first and then we can investigate under slightly less broken conditions14:33
clarkbsounds good14:34
clarkbprobably more reason to override tmpdir14:35
clarkbyesterdays dib release should have that fix and my multiple image outputs change14:36
*** wenlock has joined #openstack-infra14:38
*** mrmartin has joined #openstack-infra14:39
*** oramraz has joined #openstack-infra14:40
fungi129749 would probably be good to approve14:41
*** oramraz has quit IRC14:41
*** skolekonov has quit IRC14:42
*** ZZelle has quit IRC14:43
*** ZZelle has joined #openstack-infra14:43
*** dizquierdo has joined #openstack-infra14:43
wenlockfungi , looks like puppetboard looking better today.... only /etc/nodepool/scripts issue with jenkins_dev.pp14:44
fungiwenlock: yeah, i think i've just finished beating nodepool back into shape too14:45
mrmartinre14:45
fungiconfirmed. all better now that /tmp isn't a wreck14:45
*** MarkAtwood has joined #openstack-infra14:47
*** jergerber has joined #openstack-infra14:47
*** sarob has joined #openstack-infra14:48
*** sarob has quit IRC14:48
mrmartinfungi: could we push this through somehow today: https://review.openstack.org/#/c/129610/ ? It is required for groups portal update deployment.14:48
*** sdake has joined #openstack-infra14:48
*** sdake has quit IRC14:48
*** sdake has joined #openstack-infra14:48
*** sarob has joined #openstack-infra14:48
*** cdent has joined #openstack-infra14:49
fungiSergeyLukjanov: did you mean to +2 https://review.openstack.org/129610 or did you only +1 for a specific reason?14:49
*** ihrachyshka has quit IRC14:49
*** carl_baldwin has joined #openstack-infra14:49
clarkbI am reviewing it really quickly14:50
mordredfungi: he +1'd just to thwart you14:50
*** mancdaz is now known as mancdaz_away14:50
*** reed has joined #openstack-infra14:50
fungimordred: yep, i bet that's it. totally his style ;)14:50
*** markmcclain has joined #openstack-infra14:50
*** radez is now known as radez_g0n314:51
mordred:)14:51
clarkblooks like the magic is in drushrc14:51
mrmartin:)14:52
fungialso finishing reviewing 129748 so that we can maybe have it up on ci.o.o before 16:0014:52
clarkbapproved14:52
openstackgerritA change was merged to openstack-infra/system-config: Fix kprop cron  https://review.openstack.org/12974914:52
mordredanybody have the link to the paste with the sqlite instructions for updating config to system-config in gertty?14:52
*** thedodd has joined #openstack-infra14:52
fungimordred: http://lists.openstack.org/pipermail/openstack-infra/2014-October/002012.html14:53
*** sarob has quit IRC14:53
mordredfungi: thanks14:53
*** lbiasi has joined #openstack-infra14:54
openstackgerritA change was merged to openstack-infra/system-config: give install_modules options for loading requirements externally  https://review.openstack.org/11789214:56
*** comstud is now known as bearhands14:57
*** ashaeron has quit IRC14:58
clarkbso many party invites. hard to commit to stuff when location is paris14:58
fungiindeed14:59
openstackgerritA change was merged to openstack-infra/system-config: Upgrade groups portal instances to use manifest based deployment  https://review.openstack.org/12961015:00
mtreinishclarkb: heh, yeah15:00
*** dansmith is now known as superdan15:03
*** homeless has joined #openstack-infra15:03
*** todd_dsm has joined #openstack-infra15:04
*** changbl has quit IRC15:04
*** jlibosva has quit IRC15:06
fungibrb... rebooting my shell server for a new kernel15:07
*** fungi has quit IRC15:07
*** Sincler has joined #openstack-infra15:08
*** eharney has quit IRC15:09
*** jerryz_ has joined #openstack-infra15:09
*** andreaf_ has quit IRC15:10
*** andreaf_ has joined #openstack-infra15:11
openstackgerritAndrea Frittoli  proposed a change to openstack-infra/devstack-gate: Fix branch fallback logic  https://review.openstack.org/13049915:11
*** thedodd has quit IRC15:12
*** jerryz_ has quit IRC15:12
openstackgerritGraham Hayes proposed a change to openstack-infra/project-config: Add stackforge/designate-msdnsagent project  https://review.openstack.org/13081915:13
*** thedodd has joined #openstack-infra15:14
*** __TheDodd__ has joined #openstack-infra15:15
*** koolhead17 has joined #openstack-infra15:15
*** dims is now known as dimsum_15:16
*** dizquierdo has quit IRC15:16
SergeyLukjanovfungi, I've just seen the drupal in patches and so, no +2 on it ;)15:17
*** david-lyle has joined #openstack-infra15:18
*** tsg has quit IRC15:18
clarkbI think fungi must've found a bad kernel15:18
*** thedodd has quit IRC15:19
clarkbso ya latest dib release has the two fixes we need15:19
clarkbwhich means I wont be spinning my tires to work on nodepool dib again15:19
* clarkb spins up a VM to do some testing of TMPDIR thing15:20
jeblairmorning15:21
mtreinishclarkb: he's not running arch is he?15:21
mtreinishthey pushed out 3.17 which moved ucode into a separate package which needs to be loaded by the bootloader before the kernel15:21
*** pcrews has joined #openstack-infra15:21
mtreinishand of course it didn't work, which was a nice present for me this morning15:21
jeblairi'd be really surprised if he wasn't running debian15:21
clarkbya I think debian15:22
mtreinishjeblair: oh, yeah that's probably right15:22
*** ildikov has quit IRC15:23
*** afazekas_ has quit IRC15:24
clarkbianw indicated he would poke at the label thing we ran into. which is probably going to touch similar code to me support multiple output image formats change. and I need to upgrade nodepool.o.o to trusty15:25
*** tsg has joined #openstack-infra15:26
*** bdpayne has joined #openstack-infra15:27
*** bdpayne has joined #openstack-infra15:28
*** sdake has quit IRC15:31
annegentlewhats the link on launchpad for all the blueprints for a particular release?15:32
mordredwill anyone be offended if I send an email to the mailing list suggesting we stop the insanity of non-standard port usage?15:32
*** niaba is now known as nijaba15:32
*** amitgandhinz has quit IRC15:33
*** lttrl has quit IRC15:34
*** hashar has quit IRC15:34
*** changbl has joined #openstack-infra15:35
annegentlemordred: it was suggested as a cross project topic iirc15:35
mordredannegentle: registering the ports with IANA was15:35
annegentleso is it only https://blueprints.launchpad.net/nova/juno and repeat for each project? Or is there a rollup?15:36
mordredannegentle: that's what made me think that what we should ACTUALLY discuss is not having weird ports15:36
annegentlemordred: ah that's it15:36
mordredannegentle: and yes, I believe it's per-project in launchpad15:36
*** lttrl has joined #openstack-infra15:36
*** zz_jgrimm is now known as jgrimm15:38
*** lttrl has quit IRC15:38
*** lttrl has joined #openstack-infra15:39
* clarkb disappears really quickly. back before 160015:39
*** rfolco is now known as rfolco_away15:40
*** markmcclain has quit IRC15:41
*** freemanbrandon has joined #openstack-infra15:42
*** msabramo has joined #openstack-infra15:44
*** jogo is now known as flashgordon15:45
*** oramraz has joined #openstack-infra15:46
*** lttrl has quit IRC15:46
*** eglynn-office is now known as eglynn-officeafk15:47
*** tonytan4ever has joined #openstack-infra15:47
*** groknix has joined #openstack-infra15:49
*** mgrygoriev has quit IRC15:49
*** ihrachyshka has joined #openstack-infra15:50
openstackgerritGraham Hayes proposed a change to openstack-infra/project-config: Add stackforge/designate-msdnsagent project  https://review.openstack.org/13081915:51
*** doude has quit IRC15:51
openstackgerritArmando Migliaccio proposed a change to openstack-infra/project-config: Add the Neutron DVR job to the tempest experimental queue  https://review.openstack.org/13083515:52
armaxmtreinish, jogo: https://review.openstack.org/#/c/130835/ and https://review.openstack.org/#/c/130655/15:53
armax^15:53
armaxcarl_baldwin: ^15:53
carl_baldwinarmax: ack15:54
*** mmaglana has joined #openstack-infra15:54
*** enikanorov has joined #openstack-infra15:55
*** _buzz has quit IRC15:56
clarkbI am back15:57
*** _buzz has joined #openstack-infra15:57
*** miqui has quit IRC15:59
clarkbTMPDIR dib building centos7 seems to be mostly working. Slow though as I had to recache everything15:59
SergeyLukjanovI'm not sleeping too :)15:59
*** sc68cal_ has joined #openstack-infra15:59
*** sc68cal has quit IRC15:59
*** sdad has quit IRC15:59
*** tsg has quit IRC15:59
clarkbwill test trusty and precise when centos7 is done15:59
*** miqui has joined #openstack-infra15:59
*** sc68cal_ is now known as sc68cal15:59
SergeyLukjanovclarkb, doeas afs session will be right now?16:00
SergeyLukjanovclarkb, or I'm wrong in tz calc? :)16:00
jeblairSergeyLukjanov: you are correct!16:00
*** dkehn has quit IRC16:00
SergeyLukjanovjeblair, yay!16:00
jeblairstill getting set up16:00
*** sdague has joined #openstack-infra16:01
*** timfreund has quit IRC16:01
*** dkehn has joined #openstack-infra16:01
*** vhoward has joined #openstack-infra16:02
jeblairso if folks want to connect to the asterisk server: https://wiki.openstack.org/wiki/Infrastructure/Conferencing16:02
jeblairi'm in conference room 600016:02
*** mmaglana has quit IRC16:02
*** timfreund has joined #openstack-infra16:03
SergeyLukjanovjeblair, any recomendations on clients for mac?16:03
clarkbuh16:04
jeblairis jitsi java?16:05
jeblairmaybe it runs on mac?16:05
SergeyLukjanovjeblair, yeah, it should, trying16:05
anteayajitsi is java, yes16:05
jeblairhttps://jitsi.org/Main/Download16:05
jeblairya16:05
*** ZZelle has quit IRC16:05
*** harlowja_at_home has joined #openstack-infra16:06
*** bnemec is now known as beekneemech16:06
jeblairokay the demo is up16:07
jeblairyou can telnet afstest.openstack.org 888816:07
*** rmcall has joined #openstack-infra16:07
SergeyLukjanovjeblair, connected16:07
jeblairmordred, nibalizer: ping16:08
*** dangers_away is now known as dangers16:09
SergeyLukjanovjeblair, I have jitsi started, but I have a feeling that it's not working ;)16:10
SergeyLukjanovjeblair, just call sip:conference@pbx.openstack.org should work ?16:11
*** jgallard has quit IRC16:11
anteayathe conference call is being recorded as an experiment16:11
jeblairSergeyLukjanov: try  sip:6000@pbx.openstack.org16:11
openstackgerritA change was merged to openstack/requirements: Freeze mccabe's version for hacking  https://review.openstack.org/13027316:11
SergeyLukjanovjeblair, nothing happens after pushing "call" button, heh16:12
jeblairi'm going to resstart the terminal broadcast16:12
anteayaSergeyLukjanov: are you on the call?16:13
*** amitgandhinz has joined #openstack-infra16:13
*** oramraz has quit IRC16:13
SergeyLukjanovanteaya, nope16:13
*** rmcall has quit IRC16:13
anteayaits dimsum_16:13
SergeyLukjanovanteaya, I'll try to call-in16:14
anteayakk16:14
*** rmcall has joined #openstack-infra16:14
dimsum_hehehe, sorry folks16:14
SergeyLukjanovanteaya, looks like I'm in :)16:14
anteayayay16:15
*** MarkAtwood has quit IRC16:15
jeblaireveryone will need to rejoin the telnet broadcast16:15
anteayaso dimsum_ SergeyLukjanov please acknowledge you are aware we are recording the audio16:15
dimsum_ack16:16
SergeyLukjanovanteaya, ack16:16
anteayathank you16:16
anteayaI see the root directory16:17
*** funzo_ has quit IRC16:18
*** jpich has quit IRC16:19
*** derekh has quit IRC16:19
*** vdo has quit IRC16:19
*** mancdaz_away is now known as mancdaz16:21
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Update jenkins string to detect failed jobs  https://review.openstack.org/13084716:22
flashgordonmtreinish clarkb: make the elastic-recheck bot comment again ^16:22
*** amitgandhinz has quit IRC16:22
flashgordonlocally tested the patch16:22
*** mancdaz is now known as mancdaz_away16:23
*** amitgandhinz has joined #openstack-infra16:23
mtreinishflashgordon: maybe it's time we finally got around to looking at triggering e-r on something besides gerrit comments16:24
flashgordonmtreinish: such as?16:24
flashgordongearman ?16:24
*** hemna__ is now known as hemna16:24
mtreinishyeah gearman, or iirc zmq was brought up at one point too.16:25
flashgordonmtreinish: yeah I would be happy to move away from the ssh stream16:25
flashgordonbut in the mean time16:25
* dimsum_ just wanted to see how the conf system works. thanks everyone, dropping off16:26
anteayathanks dimsum_16:26
mtreinishflashgordon: yeah, I already gave it a +216:26
*** tsg has joined #openstack-infra16:27
flashgordonmtreinish: thanks16:28
*** oramraz has joined #openstack-infra16:30
*** zeus has joined #openstack-infra16:31
*** zeus is now known as Guest4905916:31
mordredjeblair: pong16:32
jeblairdoing afs demo16:32
mordredjust joined16:32
anteayamordred: please acknowledge that the audio is being recorded16:32
mordredanteaya: acknowledged16:32
anteayathanks16:32
*** freyes has joined #openstack-infra16:34
*** vhoward has left #openstack-infra16:37
*** Guest49059 is now known as zeus16:38
*** zeus has quit IRC16:38
*** zeus has joined #openstack-infra16:38
nibalizerjeblair: pong16:40
mordrednibalizer: doing the afs walkthrough16:40
anteayanibalizer: we are doing an afs runthrough16:40
nibalizeroh sweet16:40
anteayanibalizer: we are recording audio, if you join the call16:41
nibalizertelnet afs.o.o:8888 ?16:41
mordrednibalizer: yah16:41
anteayahttps://wiki.openstack.org/wiki/Infrastructure/Conferencing16:41
*** oramraz has quit IRC16:42
*** funzo has joined #openstack-infra16:42
*** andreaf_ has quit IRC16:42
*** andreaf_ has joined #openstack-infra16:43
*** harlowja_at_home has quit IRC16:44
*** tonytan4ever has quit IRC16:45
nibalizerwhat's the host?16:45
nibalizerim getting nothing on afs.openstack.org16:45
mordrednibalizer: you will16:45
mordredgive it a minute - you won't see anything until jeblair changes something again16:46
clarkbtelnet afstest.openstack.org 888816:46
mordrednibalizer: the broadcast is a tail -f - so you don't get old state16:46
*** tsg has quit IRC16:47
openstackgerritA change was merged to openstack-infra/elastic-recheck: Update jenkins string to detect failed jobs  https://review.openstack.org/13084716:47
nibalizer[nibz@rita ~]$ telnet afs.openstack.org 888816:47
nibalizertelnet: could not resolve afs.openstack.org/8888: Name or service not known16:47
nibalizeris what  mean16:48
jeblairafstest16:48
mordrednibalizer: afstest.openstack.org16:48
nibalizeroh its afstest16:48
nibalizerty16:48
nibalizerwooot16:48
*** tsg has joined #openstack-infra16:48
SergeyLukjanovcould some one help me to create user in kerberos? :)16:49
jeblairnibalizer: are you ok with the audio being recorded?16:50
*** todd_dsm has quit IRC16:50
*** tkelsey has quit IRC16:51
*** Guest74700 has quit IRC16:51
nibalizerjeblair: sure16:52
*** yjiang5 has joined #openstack-infra16:52
nibalizerim downloading the sip client now, will try to join in once its done16:52
mordrednibalizer: you can also dial in with your phone16:52
SergeyLukjanovmordred, could you help me create a user for myself in kerberos?16:53
nibalizermordred: my phone is un-battery currently16:53
*** rwsu_ has quit IRC16:53
mordredSergeyLukjanov: yes.16:53
mordredSergeyLukjanov: on kdc01.openstack.org as root, you want to run "kadmin.local"16:54
SergeyLukjanovmordred, I've been thinking that I could use kadmin.local on kdc.o.o, but I've been wrong ;)16:54
SergeyLukjanovmordred, under root user?16:54
mordredSergeyLukjanov: are you running it as root?16:54
mordredyes16:54
SergeyLukjanovbah16:54
mordredit's a root command because it's bypassing kerb auth and operating on the database locally - which is normally something you don't want to do :)16:55
*** ihrachyshka has quit IRC16:55
*** todd_dsm has joined #openstack-infra16:56
*** rwsu has joined #openstack-infra16:56
*** jcoufal has quit IRC16:56
SergeyLukjanovmordred, yup, thx16:58
SergeyLukjanovmordred, just created user for myself16:58
nibalizerim on the phone!16:58
*** jistr has quit IRC16:58
mordredSergeyLukjanov: woot!16:58
nibalizerwoo16:58
anteayanibalizer: yay16:58
mordredSergeyLukjanov: taht means you shoudl be able to kinit from your laptop and it shoudl work16:59
SergeyLukjanovmordred, now going to break the af16:59
SergeyLukjanovafs*16:59
mordredSergeyLukjanov: although I've never used kerberos on a mac16:59
mordredSergeyLukjanov: :)16:59
SergeyLukjanovmordred, I've found afs client for mac, but I'm running 10.10 and it's not working on it :(16:59
SergeyLukjanovmordred, I'm now using the afstest.o.o :)17:00
*** gondoi is now known as zz_gondoi17:00
*** oramraz has joined #openstack-infra17:00
openstackgerritDoug Hellmann proposed a change to openstack/requirements: Update stevedore base version to 1.1.0  https://review.openstack.org/13085717:00
*** tsg has quit IRC17:01
*** bswartz has quit IRC17:01
*** fungi has joined #openstack-infra17:03
*** patrickeast has joined #openstack-infra17:03
*** Ryan_Lane has joined #openstack-infra17:04
*** todd_dsm has quit IRC17:05
fungiahh, nuch better17:05
*** _nadya_ has quit IRC17:05
fungimuch too17:05
anteayawelcome back17:05
*** zul has quit IRC17:06
*** zul has joined #openstack-infra17:06
*** otherwiseguy has joined #openstack-infra17:07
fungiwas (and still is) debian, yes17:10
fungiand yeah, turns out update-grub/grub-install did not dtrt when updating grub-pc from 2.00-22 to 2.02~beta2-1517:10
jeblairhttp://docs.openafs.org/UserGuide/HDRWQ59.html17:10
*** oramraz has quit IRC17:11
*** luqas has quit IRC17:12
*** cpowell has quit IRC17:12
*** mkerrin has quit IRC17:12
*** sarob has joined #openstack-infra17:13
*** sarob has quit IRC17:15
*** tonytan4ever has joined #openstack-infra17:16
*** bswartz has joined #openstack-infra17:19
SergeyLukjanovheh, klog result for me (after kinit) klog: unknown RPC error (-1765328160) Can't parse principal <slukjanov>17:19
mordredSergeyLukjanov: did you add slukjanov or slukjanov/admin when you kadmin.local'd ?17:20
SergeyLukjanovmordred, both of them17:20
mordredhrm17:20
mordredSergeyLukjanov: ah! you don't have a default realm set17:21
mordredSergeyLukjanov: so try "kinit slukjanov@OPENSTACK.ORG"17:21
mordredSergeyLukjanov: is this on afstest?17:21
SergeyLukjanovmordred, yup17:22
mordredHRM17:22
SergeyLukjanovmordred, still the same error17:22
SergeyLukjanovhrm17:22
mordredok. I don't know why you'd be getting ... oh. hang on17:22
*** tonytan4ever has quit IRC17:23
*** Longgeek has quit IRC17:23
mordredSergeyLukjanov: we may need jeblair for that17:23
SergeyLukjanovmordred, :)17:23
SergeyLukjanovmordred, okay, thx, I'll return back later I hope ;(17:25
nibalizerjeblair: thanks!17:27
fungiand with that, i'm going to walk over to early voting at the town hall, and then across the street to the brewpub before returning17:28
jeblairno problem!17:28
fungiexcellent demo, thanks!17:28
SergeyLukjanovjeblair, thx!17:28
clarkbfungi: you don't have to brewpub before voting?17:28
anteayafungi: happy voting!17:28
clarkbthat reminds me though I have a ballot too and will be in paris so should get that done17:28
*** oramraz has joined #openstack-infra17:28
*** dangers is now known as dangers_away17:29
anteayaso I will send the full audio recording and an edited version (I'll cut to where we began shortly before the 'clear' sync) to the location of your choice17:29
clarkbmordred: fyi I helped greghaynes release dib yesterday so now we have tmpdir fix and multi outputs (not sure if you saw earlier)17:29
anteayajitsi recorded mp317:29
clarkbmordred: both appaer to work for centos7, trusty and currently checking precise17:29
anteayado share where you want them sent and also if you want a different file type17:30
clarkbmordred: this is good news because it basically means we can go back to trying to dib this stuff17:30
jeblairanteaya: how do you feel about installing the afs client on your machine? :)17:30
fungiclarkb: brewpub it to help me forget the experience ;)17:30
fungier, is17:30
clarkbjeblair++17:30
anteayajeblair: comfy17:30
anteayawhat file type do you want?17:31
mordredclarkb: woot!17:31
clarkbI am a fan of flac but if source format is mp3 it doesn't really matter17:31
clarkbmaybe ogg vorbis for openness?17:32
anteayaI can get handbrake17:33
anteayaand audacity has multiple kinds of formats17:33
nibalizer:D did we just start using afs as a dropbox replacement <--- i think we did17:34
jeblairit's so much nicer :)17:35
anteayaam editing first, then will do the afs client install17:36
anteayagoing to grab some lunch17:36
*** oramraz has quit IRC17:37
mordrednibalizer: it's SO much nicer17:39
*** __TheDodd__ has quit IRC17:41
*** sarob has joined #openstack-infra17:42
clarkbjeblair: mordred fungi SergeyLukjanov so planning this replacement of nodepool.o.o on trusty. Going to use an 8GB node with the 80GB ephemeral disk mounted on /opt. We will want https://review.openstack.org/#/c/127476/ and https://review.openstack.org/#/c/130459/ before that so we can set the TMPDIR env var and move the cache dir into /opt17:43
reedjeblair, thanks, I learned another interesting trick http://amo-probos.org/post/1717:43
clarkbwe can optionally set TMPDIR in nodepools init script and just do it globally17:43
clarkbbut I think once we have those cahnges in we are ready to move to a trusty performance node. Process for doing that is going to be spin up new node, make sure nodepool is running on new node, stop nodepool on old node, manually clean up old nodepool nodes/images17:44
jeblairreed: yeah, we just tried that out along with an asterisk conf call; it worked pretty well17:44
clarkbany thoughts on how we/I can do that better?17:44
jeblairi'm going to see if we can make a recording out of it17:44
*** johnthetubaguy is now known as zz_johnthetubagu17:45
clarkbhrm actually that second change may not do everything we want17:47
*** sarob has quit IRC17:47
clarkbI think we should just set that as an env var instead17:47
clarkbbecause that is one less change and doesn't muddy the config with various ways of doing similar things17:47
* clarkb tests that now17:47
openstackgerritDavanum Srinivas (dims) proposed a change to openstack/requirements: New oslo library - oslo.concurrency  https://review.openstack.org/13086217:48
reedit is pretty damn neat, I have to say :) while we wait for Firefox Hello17:49
*** alexpilotti has quit IRC17:49
*** alexpilotti has joined #openstack-infra17:50
*** zz_gondoi is now known as gondoi17:51
*** alexpilotti has quit IRC17:51
*** andreykurilin_ has joined #openstack-infra17:51
*** mmaglana has joined #openstack-infra17:52
*** alexpilotti has joined #openstack-infra17:52
*** tsg has joined #openstack-infra17:53
*** IAX has joined #openstack-infra17:53
*** alexpilotti has quit IRC17:53
*** IAX has quit IRC17:53
*** oramraz has joined #openstack-infra17:54
*** dimtruck is now known as zz_dimtruck17:55
*** rfolco_away is now known as rfolco17:55
*** harlowja_away is now known as harlowja17:55
*** alexpilotti has joined #openstack-infra17:55
clarkbjeblair: mordred fungi SergeyLukjanov so I think https://review.openstack.org/#/c/127476/ is an important change for continued dibification work17:55
*** harlowja is now known as harlowja_away17:56
*** cdent has quit IRC17:56
jeblairclarkb: ack, can review in a couple hours17:56
*** alexpilotti has quit IRC17:56
mesteryfungi: I'm back with more questions (and time today) around merging master into the feature/lbaasv2 branch.17:57
clarkbmestery: fungi just stepped out but if youg go ahead and aks there are many of us here :)17:57
mesteryclarkb: Thanks!17:57
mesteryWhen I get to the "git review -R", I see something like this: http://paste.openstack.org/show/124165/17:57
mesteryExcept there are about 100 commits there.17:57
mesteryI just captured the ones at the top17:58
mesterySo I'm hesitant to hit "yes"17:58
*** harlowja_away is now known as harlowja17:58
*** alexpilotti has joined #openstack-infra17:58
mesteryDoes that look ok or did I do something wrong?17:58
clarkbmestery: is it properly proposing to feature/lbaasv2?17:58
mesteryclarkb: I think so, I did this: "git review -R feature/lbaasv2"17:58
*** cpowell has joined #openstack-infra17:59
david-lylemestery if you pushing a merge review, yes is correct17:59
*** alexpilotti has quit IRC17:59
mesteryThe merge commit is at the top.17:59
mesterydavid-lyle: So it won't push all those commits indivirually?17:59
clarkblooks like .gitreview is also correct17:59
david-lylebut you have to have merge commits enabled17:59
* mestery clarkb: I'm following instructions from here: https://wiki.openstack.org/wiki/GerritJenkinsGit#Merge_Commits17:59
david-lylemestery not with -R17:59
mesterydavid-lyle: How can I verify if I have merge commits enabled?17:59
david-lylethat's how we managed our internal tree before17:59
david-lylein the project settings in gerrit18:00
*** alexpilotti has joined #openstack-infra18:00
* mestery goes looking18:00
clarkbya I think they are enabled because we do that for feature branches18:01
clarkbbut double check18:01
mesteryclarkb: Pointers as to where I should be loooking?18:01
*** alexpilotti has quit IRC18:01
*** sarob has joined #openstack-infra18:01
clarkbmestery: https://review.openstack.org/#/admin/projects/openstack/neutron,access we start with neutron's acls18:01
clarkband right at the top we see that neutron-milestone can push merge commits18:02
*** alexpilotti has joined #openstack-infra18:02
clarkbso you should be set18:02
mesteryclarkb: OK, so I can run the command and ignore all those other commits, safely knowing it will only push the merge commit? :)18:03
*** spzala has joined #openstack-infra18:03
*** oramraz has quit IRC18:03
*** alexpilotti has quit IRC18:03
clarkbmestery: I think so :) I believe that may just be git review being overly cautious18:04
mesteryclarkb: OK, I'm going to try it and hope I don't flood the system with 100 commits. Wish me luck :P18:04
clarkb:)18:04
*** teran has quit IRC18:05
mesteryclarkb: It worked! Thanks for the help! david-lyle, you too, much appreciated!18:05
david-lylemestery: sure, I've been through some very painful merges and seeing that message always scared me :)18:06
mesteryclarkb: Does this look correct? https://review.openstack.org/#/c/130864/18:06
mesterydavid-lyle: Ack :)18:06
clarkbmestery: ya. you will only see diffs there if there were merge conflicts18:06
david-lyle+118:06
jeblairmight want to change the commit message :)18:07
mesteryclarkb: Cool! OK, now to find a core to merge this for me. Thanks again!18:07
mesteryjeblair: Yes, let me do that and push a new rev.18:07
clarkbmestery: instead of showing you the diff between our proposed commit and the branch gerrit will show you the conflicts on old side and resolution on new side18:07
clarkbwhen it is a merge commit18:07
mesteryclarkb: ack, cool!18:07
*** lbiasi has quit IRC18:07
*** tbeckham has left #openstack-infra18:07
clarkbyou knwo we could just propose a change that depended on master to lbaasv2 and abuse that gerrit bug >_>18:08
clarkb(don't do that as its considered buggy behavior)18:08
* jeblair gags clarkb18:08
mesterylol18:08
* anteaya installs afsclient18:08
jeblairanteaya: i might have missed installing the 'krb5-user' packagefrom the install instructions18:09
*** 14WAADG9C has quit IRC18:10
*** 7GHAAEFQK has quit IRC18:10
anteayaI am following this: https://review.openstack.org/#/c/129748/1/doc/source/afs.rst18:10
anteayaand yes I don't see that18:10
anteayawill install that too after this is finished building18:10
jeblairanteaya: you should also install that and -1 the patch :)18:10
anteayakk18:10
anteaya:D18:10
jeblairanteaya: i think that provides kinit; you might double check that18:11
anteayakk18:11
*** patrickeast has quit IRC18:12
*** patrickeast has joined #openstack-infra18:12
anteayadefault kerberos realm?18:14
jeblairanteaya: OPENSTACK.ORG18:14
*** todd_dsm has joined #openstack-infra18:14
clarkbOPENSTACK.ORG18:14
clarkbjeblair wins18:14
anteayathank you18:14
*** todd_dsm has quit IRC18:14
*** ZZelle has joined #openstack-infra18:15
anteayaI did man kinit before and after installing krb5-user, it comes with krb5-user, was not avaliable before I installed18:15
*** tonytan4ever has joined #openstack-infra18:15
anteayaadded notes to the afs docs patch about needing the kerberos default realm documented18:16
*** ivar-lazzaro has joined #openstack-infra18:16
* anteaya stirs the soup18:16
jeblaircool.  you probably won't be using it in the near term, but i think it would be good to install it at the same time18:16
anteayagreat18:16
* anteaya tries cd /afs/openstack.org18:17
*** ivar-lazzaro has quit IRC18:17
anteayahttp://paste.openstack.org/show/124176/18:18
anteayanot yet18:18
*** ivar-lazzaro has joined #openstack-infra18:18
anteayahttp://paste.openstack.org/show/124177/18:18
anteayaso the /afs dir is there18:18
anteayabut only has . and .. as content18:19
anteayanot sure what to do next18:19
*** thedodd has joined #openstack-infra18:20
* clarkb gives it a go18:20
anteayamy next move is eat my soup18:21
anteayaback in a few18:21
anteayathis is what I did: http://paste.openstack.org/show/124178/18:22
*** markmcclain has joined #openstack-infra18:22
jeblairanteaya: oh i think you may need to run: /etc/init.d/openafs-client start18:22
jeblair(should start automatically on next boot, but i don't think it starts automatically right after install)18:23
mtreinishoh, wow the afs packages on arch are in the aur, there aren't any in the main repos...18:23
jeblairmtreinish: opportunity for you?  :)18:24
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Add tests for properties inject  https://review.openstack.org/12950218:24
*** otherwiseguy has quit IRC18:24
*** oramraz has joined #openstack-infra18:25
clarkbjeblair: anteaya yup starting the service fixed it for me18:25
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Add support for "Override Build Parameters" option in EnvInject  https://review.openstack.org/12918918:25
anteayaah18:26
* anteaya starts the service18:26
clarkbI don't see mirror/pypi thoug18:26
anteayawoot18:26
clarkb(I was semi interested in that for "local" mirror purposes18:26
clarkbguessing its a perms thing18:27
jeblairclarkb: /afs/openstack.org/mirror/pypi/ ?18:27
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Added flexible publish support  https://review.openstack.org/12730018:27
clarkbjeblair: ya18:27
anteayathis is what i see: http://paste.openstack.org/show/124191/18:27
clarkb/afs/openstack.org/mirror is emtpy18:27
morganfainbergoooh AFS?!18:28
* morganfainberg is excited to see this stuff.18:28
jeblairmtreinish: yep.  we have an openstack.org cell.  :)18:28
jeblairmorganfainberg: ^18:28
jeblairsorry18:28
mtreinishjeblair: heh, well I voted to graduate the aur package to the official repos we'll see if that ever happens...18:28
morganfainbergjeblair, wooooooot18:28
mtreinishfor now I have to build it18:28
morganfainbergjeblair, :)18:28
jeblairclarkb: fs examine /afs/openstack.org/mirror/ ?18:29
clarkbit says mirror.readonly maybe you need to sync RW to RO18:29
jeblairanteaya: ^18:29
anteayaI see: http://paste.openstack.org/show/124195/ from fs examine18:29
jeblairah yep, that's probably it18:30
clarkbbuilding images with cold caches is so slow18:30
clarkbbut I am doing it in the name of testing DIB_IMAGE_CACHE18:31
clarkband it seems to work so that is good18:31
*** yamahata has quit IRC18:32
*** _nadya_ has joined #openstack-infra18:32
jeblairanteaya, clarkb: vos release done, should be good18:33
jeblair(i think my client was on the read-write path from some earlier mountpoint configurations)18:33
jeblair(so i didn't notice the ro volume was out of date)18:33
clarkbthere it is18:33
clarkbthanks18:33
*** _nadya_ has quit IRC18:33
anteayaI can see mirror/pypi and mirror/.pypi18:34
anteayathanks18:34
anteayaso what do I have to do to upload?18:34
*** oramraz has quit IRC18:34
jeblairanteaya: you should be able to copy it into /afs/openstack.org/user/anteaya18:36
* anteaya tries this18:36
*** tomoe has quit IRC18:37
*** tomoe has joined #openstack-infra18:37
anteayahttp://paste.openstack.org/show/124201/18:38
clarkbso I tried ls'ing in mirror/pypi/simple18:38
clarkbthat was not happy :)18:38
anteayait is a big file18:38
clarkbyou must build additional pylons (looks like jeblair or mordred need to bump quota on that volume)18:38
anteayaand I was going to copy the source as well as mp3 ogg and flacc files of the edited version18:38
jeblairanteaya: quota bumped18:39
* anteaya tries again18:39
anteayacursor hasn't returned yet18:40
jeblairanteaya: that probably means it's working :)18:41
anteayaI'm taking it that way, yes :D18:42
*** tomoe has quit IRC18:42
anteayatakes a while18:42
*** pelix has quit IRC18:42
jeblairyep, seems to be chugging along though18:43
*** e0ne has quit IRC18:44
*** andreykurilin_ has quit IRC18:46
*** _nadya_ has joined #openstack-infra18:47
anteayagood, can you see it from your end?18:48
jeblair-rw-rw-r-- 1 32766 mordred 37003754 Oct 24 18:39 afs_sip_call_October24_2014.ogg18:49
jeblairyep18:49
jeblairanteaya: all done on your side?18:49
anteayayes18:50
anteayaflacc next?18:50
jeblairanteaya: what was the original?18:50
anteayaan mp318:50
anteayaI can send the original across next18:51
*** mattfarina has joined #openstack-infra18:51
jeblairanteaya: yeah, just do the mp3, let's not worry about flac right now18:51
anteayakk18:51
anteayacopying18:51
*** oramraz has joined #openstack-infra18:53
openstackgerritMatthew Treinish proposed a change to openstack-infra/subunit2sql: Remove unnecessary variable assignment  https://review.openstack.org/13087318:54
*** oramraz has quit IRC18:59
*** sarob has quit IRC18:59
*** sarob has joined #openstack-infra19:00
clarkbok its noon and my override of DIB_IMAGE_CACHE build just finished and seems happy19:00
clarkbI think we have all the features we need in DIB now19:00
anteayayay19:01
clarkbprogress!19:01
clarkbso that definitely puts the focus back on nodepool. I am going to try writing up a test case for the label weirdness we had earlier19:01
clarkband start there with the fix19:01
*** sarob_ has joined #openstack-infra19:03
*** cpowell has quit IRC19:03
*** sarob has quit IRC19:04
*** sarob_ has quit IRC19:07
*** sarob has joined #openstack-infra19:08
*** cpowell has joined #openstack-infra19:09
*** sarob has quit IRC19:12
*** sarob has joined #openstack-infra19:13
*** hashar has joined #openstack-infra19:14
*** MaxV has quit IRC19:16
*** oramraz has joined #openstack-infra19:17
*** todd_dsm has joined #openstack-infra19:20
*** yjiang5 is now known as yjiang5_away19:20
anteayadone19:21
*** pblaho has quit IRC19:21
anteayajeblair: anything else you want copied?19:22
*** oramraz has quit IRC19:22
anteayaclarkb: can you see any files in user/anteaya?19:22
anteayaor I guess they need to be released first19:23
clarkbyes I see them19:23
anteayaoh awesome19:23
anteayaif you hear any noises in the edited version that you think I can remove let me know and a close timestamp to where it is19:24
anteayaand i can re-edit19:24
anteayaclarkb: can you download them or open and listen to them?19:24
*** dustins has quit IRC19:25
jeblairanteaya: nope that should do it.  and it's a read/write volume, so no vos release necessary.19:25
jeblairi'm going to remove the world-write acl now :)19:25
*** spzala has quit IRC19:26
anteayaah19:26
anteayaso I won't be able to upload anything more without you changing the acl, correct?19:27
jeblairanteaya: yep.  if we want to do more of this sort of thing, we'll create a principal for you so you can have authenticated write access19:28
jeblairbut i think it's a bit early for that right now19:28
*** mrmartin has quit IRC19:28
anteayafair enough19:30
anteayalet's see how this works19:30
*** carl_baldwin has quit IRC19:32
*** todd_dsm has quit IRC19:35
*** tsg has quit IRC19:36
*** lbiasi has joined #openstack-infra19:37
*** dmsimard has quit IRC19:37
*** zz_dimtruck is now known as dimtruck19:40
*** oramraz has joined #openstack-infra19:40
*** dmsimard has joined #openstack-infra19:41
*** carl_baldwin has joined #openstack-infra19:43
*** oramraz has quit IRC19:45
*** marun_ has joined #openstack-infra19:45
openstackgerritA change was merged to openstack-infra/nodepool: Send environment vars to diskimage-builder per image  https://review.openstack.org/12747619:51
*** amitgandhinz has left #openstack-infra19:52
*** ociuhandu has quit IRC19:52
fungiawesome. i've voted, done my civic duty at the pub, and caught up on scrollback19:54
*** mattfarina has quit IRC19:55
anteayaglad you do right by the pub19:57
anteayabeen walking 20km a day and successfully gave myself an overuse injury!19:57
anteayacutting back to 4 for a bit19:58
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087819:58
clarkbthat ^ will be WIPed but is the general idea of the thing that is expected t owork19:58
* anteaya puts on her shoes and heads out19:58
hasharjeblair: hello! I had a Zuul patch failing on box used for python2.6.  I found the root cause was due to the old git version and found an acceptable workaround :-D20:00
hasharjeblair: so you can keep python2.6 for zuul!20:00
*** andreykurilin_ has joined #openstack-infra20:01
*** unicell1 has quit IRC20:01
*** aysyd has quit IRC20:03
*** esker has quit IRC20:04
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087820:08
*** e0ne has joined #openstack-infra20:09
openstackgerritMichael Tupitsyn proposed a change to openstack-infra/jenkins-job-builder: Support additional events for HipChat plugin  https://review.openstack.org/12976020:10
*** sarob has quit IRC20:12
*** sarob has joined #openstack-infra20:13
*** tonytan4ever has quit IRC20:15
*** timrc is now known as timrc-afk20:15
*** sarob has quit IRC20:17
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087820:17
clarkb(it is failing now which is whta I awnt just not failing in quite the right way)20:18
*** tonytan4ever has joined #openstack-infra20:18
*** wenlock has quit IRC20:21
*** andreaf_ has quit IRC20:22
*** e0ne has quit IRC20:22
*** dizquierdo has joined #openstack-infra20:24
*** r1chardj0n3s_afk is now known as r1chardj0n3s20:24
clarkbgah ok writing this test isn't as simple as I thought. THe fake overrides override enough behavior to have this almost work when it shouldn't20:25
*** davidhadas__ has joined #openstack-infra20:26
*** lbiasi has quit IRC20:26
clarkbI may need to look at actually fixing this as part of the make test for case too20:26
*** e0ne has joined #openstack-infra20:26
jeblairhashar: thanks, though i think we are ready to drop python2.6 in most other projects so we might as well in zuul too20:27
*** e0ne has quit IRC20:28
*** davidhadas_ has quit IRC20:29
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087820:30
clarkbI think hat will acutally work20:30
clarkbwhen it should fail20:30
*** _nadya_ has quit IRC20:31
*** dkranz has quit IRC20:32
clarkboh good looks like it failed20:33
*** bswartz has quit IRC20:34
*** todd_dsm has joined #openstack-infra20:34
*** rmcall has quit IRC20:38
*** kgiusti has left #openstack-infra20:39
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087820:39
*** yjiang5_away is now known as yjiang520:40
*** shashankhegde has joined #openstack-infra20:41
*** dizquierdo has quit IRC20:41
*** sarob has joined #openstack-infra20:43
*** rfolco has quit IRC20:46
hasharjeblair: as far as Wikimedia is concerned, you can drop python2.6 :]20:46
*** sarob has quit IRC20:48
*** bdpayne has quit IRC20:48
jeblairhashar: cool, i expect we will then20:48
hasharjeblair: and if you move to python 3.4 we can get rid of select.poll (which does not work on mac os x) in favor of python3.4 selectors https://docs.python.org/3.4/library/selectors.html :D20:49
jeblairoh neat20:49
hasharfound that while I wanted to write a thin wrapper around .select() and .poll()20:50
*** bdpayne has joined #openstack-infra20:51
*** hdd has joined #openstack-infra20:51
*** bdpayne_ has joined #openstack-infra20:53
*** bdpayne has quit IRC20:56
*** jgrimm is now known as zz_jgrimm20:57
*** todd_dsm has quit IRC20:58
*** Sincler has quit IRC21:01
*** hdd has quit IRC21:02
*** ryanpetrello has quit IRC21:06
*** ryanpetrello has joined #openstack-infra21:06
*** bdpayne_ has quit IRC21:06
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087821:06
clarkbI think that is getting closer to what we want but the error checking needs to be more robust21:07
hashargood week-end!21:09
*** hashar has quit IRC21:09
*** marun_ has quit IRC21:12
*** sarob has joined #openstack-infra21:13
*** sarob has quit IRC21:18
*** masayukig has quit IRC21:19
*** persia_ has joined #openstack-infra21:20
*** persia_ has quit IRC21:20
*** persia_ has joined #openstack-infra21:20
*** persia has quit IRC21:21
*** masayukig has joined #openstack-infra21:21
*** markmcclain has quit IRC21:22
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087821:25
*** shashankhegde has quit IRC21:26
*** fifieldt_ has joined #openstack-infra21:27
*** carl_baldwin has quit IRC21:27
*** cpowell has quit IRC21:28
*** denis_makogon has quit IRC21:29
*** dmakogon_ has joined #openstack-infra21:29
*** fifieldt has quit IRC21:30
openstackgerritClark Boylan proposed a change to openstack-infra/nodepool: Test label with snapshot and dib images  https://review.openstack.org/13087821:30
*** xyang0 has quit IRC21:31
*** gondoi is now known as zz_gondoi21:33
clarkbin other news we are trying to do an openstack ish happy hour at Pints this afternoon. If you are in the portland area drop by. http://calagator.org/events/125046721321:34
anteayaclarkb: cool21:36
*** r1chardj0n3s is now known as r1chardj0n3s_afk21:36
anteayahappy happy hour21:36
clarkbI don't see dansmith21:36
clarkbwas going to ping dan oh well21:36
*** dizquierdo has joined #openstack-infra21:37
fungiclarkb: you want to ping superdan21:37
superdanclarkb: ah, thanks21:38
fungii figured he'd be either that or damnsith again21:38
superdanclarkb: I'm sans vehicular transport today, so I'll have to pass21:38
clarkbsuperdan: but its easily accessible by trimet :P21:38
superdanclarkb: but my place is not :)21:38
clarkbthough you live out in the empty western wastelands21:38
superdanclarkb: I moved21:38
clarkboh where are you now?21:39
superdanhappy valley21:39
superdaneast side21:39
*** achanda has joined #openstack-infra21:39
fungi"dan of the western wastes" has a much more ominous sound to it than "dan of the happy valley"21:39
clarkbthe empty eastern wastelands21:39
superdanfungi: hah21:39
clarkbI am over by UP which is surprisingly well served by trimet21:39
superdanI dunno what UP is21:39
clarkbparticularly on friday nights (gotta cater to them college students)21:39
clarkbuniversity of portland21:40
superdanoh21:40
anteayaclarkb: you are over UP?21:40
superdangotcha21:40
*** thedodd has quit IRC21:40
fungi(not to be confused with the upper peninsula, nor the union pacific railroad)21:40
*** koolhead17 has quit IRC21:41
jeblairclarkb, zaro: ping21:41
clarkbpong21:42
jeblairclarkb: is there anything else you can elaborate on about the infra gating session you proposed?21:42
jeblairzaro: what do you think we might discuss in a session on upgrading gerrit?21:43
jeblairhttps://etherpad.openstack.org/p/kilo-infrastructure-summit-topics21:43
clarkbI think you distilled the general topic better than my initial text. To expand a bit there is clear motivation to "just reconfigure the gate". The various parties suggesting this see that as a social change not a technical one. I think it is a very technical change and we need to make sure we do it right21:44
jeblairclarkb: i might see it more as a social one than a technical one :)21:44
clarkbso criteria on what project interaces would require cogating. how we discover and enforce that over time. how do we add new projects. how do we document it sothat $random developer understands why that thing over there failed this particular change21:45
clarkbjeblair: it is a social change too21:45
clarkbbut a lot of the back and forth that has gone around on this seems to just assume we can change it inzuul and not think about it21:45
*** zeus has quit IRC21:45
mtreinishclarkb: I wasn't aware there was a push to cogate projects individual. I thought the push was more to have more testing in each project21:46
clarkbmtreinish: there is mass push to stop cogating the world21:46
clarkbmtreinish: and only say gate nova and ironic on each other21:46
jeblairclarkb: yeah, i think in the email we came up with from darmstadt we had a fairly good process21:46
fungiso basically implications of "technical implications of big tent/layers gating shakeup discussions"21:46
clarkband what we need to figure out is what those partitions are21:46
jeblairclarkb: the thing you just said is a radical misunderstanding of how gating works :(21:46
* fungi has extra implications apparently21:46
clarkbjeblair: yes and it is pervasive21:47
clarkbjeblair: and people think we are doing it21:47
jeblairclarkb: who thinks that and why?21:47
jeblairnothing has been approved or decided yet :)21:47
clarkbdevananda is one21:47
jeblairdevananda: ping21:47
clarkbno but attitudes on ml threads and on irc is we must do this now!21:47
jeblairclarkb: i'm not sure i see this quite the same way you do21:48
devanandapong21:48
jeblairclarkb: i also suspect that very different things are being meant by "cogating"21:48
*** lbiasi has joined #openstack-infra21:48
*** doug-fish has left #openstack-infra21:48
jeblairi think there are two variable we can change:21:48
armaxany kind soul out that that can throw us a bone here: https://review.openstack.org/#/c/130835/ :)21:48
armax*there21:49
devanandajeblair: in a meeting right now, but tldr http://i.imgur.com/odqbSC0.png -- I think projects should cogate with integration (not functional) tests along those lines21:49
*** tonytan4ever has quit IRC21:49
clarkbalso zane bitter is another21:50
*** mriedem has quit IRC21:50
jeblairthere is the set of projects that share a change queue21:50
armaxfungi: much obliged21:50
fungiarmax: since it's okay with mtreinish it's okay by me21:50
jeblairand there are which projects are exercised in integration tests21:50
anteayafungi beat me to it21:50
armaxfungi: I’ll bear it mind :)21:50
jeblairspecifically, i think the thing we can do is to be sensible about which projects we exercise in certain jobs21:50
*** ayoung has quit IRC21:51
devanandajeblair: ++21:51
jeblaireg, there can be a job that exercises nova and ironic.  if we run that job on changes to both ironic and nova, then we co-gate them21:51
devanandaexactly. but taht job doesn't need to run on a change to glance21:52
clarkbjeblair: so going back to the thing I put on the etherpad21:52
jeblairyep21:52
devanandaso it is a "nova-ironic integration test" job21:52
clarkbwe need to figure out what those jobs need to be and we need to do so in a not ad hoc fashion21:52
jeblairif we run it only on one of them, eg, ironic, then it's a one-way gate, and we are accepting the risk that if we break it, we are either missing api/functional testing in one of the projects21:52
fungiholy crap x3-class solar flare picked up by orbital sats 5 minutes ago21:52
clarkbalso I think you will find that many people arguing for this stuff want to ditch the big integration test for that small test21:52
jeblairor that we should actually be co-gating them21:53
clarkbfungi: didn't we have one like that a couple weeks ago? I seem to remember looking for northern lights21:53
clarkboh and marun21:53
*** bswartz has joined #openstack-infra21:53
jeblairclarkb: i think we can do that in a lot of places, but i think there is strong support for an integration test that covers the layer 1 projects21:53
clarkbjeblair: huh ok21:54
clarkbjeblair: my interpretation was that very few people wanted that with the smaller tests21:54
devanandajeblair: yep. because those projects don't function in isolation21:54
clarkbdevananda: ^ iirc you are one of them21:54
anteayawhat is red hat openstack certifications mean, I wonder: http://www.openstack.org/blog/2014/10/openstack-trainings-and-certifications-available-in-paris/21:54
devanandato do a "nova ironic integration test" we need to start keystone, glance, neutron -- but we dont need to RUn those tests21:55
jeblairclarkb: as long as they are tightly coupled behind the scenes, so to speak, i think it's necessary.  also, many of them can't actually have functional tests without running the others.  :)21:55
anteayafungi: how soon until it hits?21:55
clarkbdevananda: you would still do the layer 1 test21:55
clarkbdevananda: which runs tests across all of layer 121:55
clarkbdevananda: you disagree with doing that21:55
clarkbjeblair: says do that21:55
jeblairanteaya: couple hours?21:55
devanandaclarkb: i would call taht a "nova keystone neutron glance integratino test"21:55
anteayajeblair: kk21:55
devanandaand then I would suspect that each of those four projects would choose to gate on taht test21:55
clarkbI proposed topic that says "we need to talk about this because everyone is talking past each other and pretending we can just pull partitions out of a hat"21:56
fungianteaya: well, the x rays hit within minutes, though the resultant proton storms can take days to get here since they travel well below the speed of light21:56
jeblairthe other aspect of this is to remember that co-gating relationships are transitive, so nova, glance, ironic, etc _will_ share the shame change queue.  that doesn't mean that ironic will fail because of a glance change, but it will mean that ironic will potentially be tested behind a glance change21:58
clarkbjeblair: yup21:58
clarkbbut it does mean that glance can reset ironic tests21:58
jeblairyep21:58
devanandasure21:59
jeblairi think that's something to keep in mind with big-tent discussions -- we can't scale out cogating pairs infinitely, but i don't think it's the major pain point21:59
jeblairand in fact, most of the rest of what we've been talking about is also designed to reduce the pain of having a shared queue21:59
anteayafungi: mmmm, x-rays22:00
openstackgerritA change was merged to openstack-infra/project-config: Add the Neutron DVR job to the tempest experimental queue  https://review.openstack.org/13083522:00
anteayaglad my 9th chakra is protecting me22:00
clarkbalso I think many of those involved in these discussions don't fully grasp some of the design decisions in zuul22:00
clarkband why we might want to stick with that behavior22:00
jeblairclarkb: i don't think we're going to end up throwing out the integrated gate.  i'm sure we're not all grasping what we're all saying, but i think most of us are pretty close to the same page22:01
*** AaronGr has quit IRC22:01
clarkbso anyways, the suggested topic was aimed at reducing confusion and thinking about some concrete things we can do for gating from a technical standpoint22:01
jeblairclarkb: there is a proposed cross-project functional test session, that looks like it may have enough support to be approved22:02
anteayaI think there is enough change in the area to warrent a space to discuss it at the summit22:02
mtreinishjeblair, clarkb: I don't understand the rationale for co-gating pairs. If the projects are communicating over stable interfaces there shouldn't be a need.22:02
clarkbfunctional testing to me isn't uper interesting really22:02
clarkbI think projects are way over thinking that stuff22:02
clarkbyou run them like unittests but test functionality in a bubble22:02
clarkbvery similar to how zuul/nodepool run tests22:02
clarkbnot sure why that is a cross project concern22:02
*** signed8bit has quit IRC22:03
jeblairclarkb: read the email we sent out after darmstadt -- you agreed with it then :)22:03
mtreinishif there is a bug exposed in a consumed api that breaks someone else they should fix it and add a test in the project that broke22:03
clarkbjeblair: ya22:03
jeblairhttp://lists.openstack.org/pipermail/openstack-dev/2014-July/041057.html22:03
*** dims_ has joined #openstack-infra22:03
jeblairclarkb: i think this is needed to help push the idea out to the projects and have them know and agree how to do it similarly22:03
mtreinishsean's contract test thing22:03
clarkbjeblair: gotcha22:04
jeblairmtreinish: yep.  i think co-gating is useful for very tightly coupled projects22:04
jeblairmtreinish: the more losely coupled (and stronger the api versioning/compatability) the less it's needed22:04
fungiyeah, i think the cross-project component is how to get the projects to engineer their functional testing consistently and using similar frameworks/tools, less that the tests themselves are especially cross-project22:04
*** AaronGr has joined #openstack-infra22:04
jeblairfungi: ++22:04
*** otter768 has joined #openstack-infra22:05
*** dims__ has joined #openstack-infra22:05
mtreinishfungi: I'm drafting a ML post on how I think tempest-lib could be used to do that22:05
mtreinishsince flashgordon keeps bugging me about it :)22:05
flashgordonmtreinish: consider your self bugged again22:06
clarkbmtreinish: so I actually think tmepest lib shouldn't be used at all :P22:06
fungimtreinish: that's basically the example i was thinking of when i said that22:06
clarkbmtreinish: but I care less about how the tests run and that they are running22:06
jeblairgoogle search:"paris design summit schedule"  autocompletes with:"d 1960 collapsed because"22:06
*** dimsum_ has quit IRC22:06
clarkbmtreinish: mostly becase you can do function testing from within the project itself super easily22:07
anteayathings get discussed in paris22:07
fungi1960 us-soviet summit meeting collapse!22:07
clarkbmtreinish: you don't need a separate library designed for black box testing to do internal functional white box testing22:07
clarkbbut I will be happy with any functional testing so /me gets out of the way22:07
flashgordonjeblair: btw have you seen this thread http://lists.openstack.org/pipermail/openstack-dev/2014-October/048868.html22:07
*** dims_ has quit IRC22:08
fungiclarkb: well, i think white box and black box are separate concerns, and chances are black box is easier to reason about initially22:08
mtreinishclarkb: yes I agree with that, the reason I was suggesting using tempest-lib as a start is because there are arguably functional tests in tempest which shouldn't be there22:08
clarkbfungi: but we already have that testing today22:08
flashgordonclarkb: I think starting with tempestlib is good because we can jump start the functional testing stuff quickly22:08
clarkbin tempest22:08
*** david-lyle has quit IRC22:08
mtreinishso an easy win would be to just copy them out into the projects22:08
clarkbits redundant22:08
clarkboh I see so remove redundancy by pushing those tests down into projects22:09
fungiclarkb: yep, but then all those tests need to live in the tempest project unless you break it up22:09
fungiright, what mtreinish said22:09
jeblairflashgordon: no, thanks.  wow that's so redundant from the darmstadt meetup and august email.22:09
flashgordonjeblair: I was hoping you would bite :/ I'll just include a link to that email22:09
mtreinishclarkb: yep, it'll be a good starting point and then whitebox testing can grow once functional jobs are setup22:09
jeblairflashgordon: responding now.22:09
flashgordonjeblair: thanks :)22:10
mordredspeaking of whitebox testing - we should start running swift's probe tests at some point22:11
mordredsince that's what they are22:11
fungiyeah, i hadn't gotten to replying on that yet22:11
fungion that thread yet22:11
flashgordonjeblair: even ttx chimed on on the thread22:12
*** mfink_ has quit IRC22:13
*** andreykurilin_ has quit IRC22:13
*** rwsu has quit IRC22:14
*** dizquierdo has quit IRC22:15
*** groknix has quit IRC22:15
*** groknix has joined #openstack-infra22:15
*** david-lyle has joined #openstack-infra22:17
jeblairflashgordon: thanks for pointing me at that22:19
jeblairalso, it would be great if folks used the [infra] tag.22:19
jeblairi'm about ready to make a serious proposal to split the lists up.22:19
fungialso, andrea was there for the mid-cycle wasn't he?22:20
jeblairbecause -dev is completely useless to me at this point22:20
anteayafungi: which andrea?22:20
fungif22:20
mtreinishjeblair: yes he was22:20
anteayathe one with red hair22:20
*** mfink has joined #openstack-infra22:20
* fungi nods22:20
jeblairhe wasn't the thread originator22:20
anteayaop is from neutron I do believe22:20
jeblairi just responded to him because he had the most concice thing to respond to22:21
fungiright, though he missed an opportunity to explain it in terms of the mid-cycle discussions22:21
anteayajeblair: I look forward to your proposal to split the lists up22:21
flashgordonjeblair: I do blacklist filtering to make the list more manageable22:21
jeblairi didn't really mean _he_ should read the email when i said "you", i meant _everyone_ :)22:21
jeblairflashgordon: how so?22:21
fungiindeed22:21
openstackgerritA change was merged to openstack/requirements: New oslo library - oslo.concurrency  https://review.openstack.org/13086222:21
openstackgerritA change was merged to openstack/requirements: Update python-ldap version for Keystone  https://review.openstack.org/12881722:21
*** amcrn has joined #openstack-infra22:22
*** marcusvrn_ has quit IRC22:22
flashgordonjeblair: in gmail  to:(openstack-dev@lists.openstack.org,) subject:(([Solum] OR [Savanna] OR [Horizon] OR [Heat] OR [Glance] OR [Swift] OR [Murano]))22:22
flashgordonDo this: Mark as read22:22
jeblairflashgordon: does that mean you miss "[nova][solum]" ?22:22
flashgordonjeblair: yes, but I am ok with that22:22
jeblairflashgordon: hehe :)22:23
flashgordonand they get marked as read so I still have them around22:23
jeblairya22:23
mtreinishflashgordon: I do the same kinda thing but with subdirs, and then there is a bucket where things like fuel threads end up and are all marked as read22:24
mordredjeblair: I'm close to seriously suggesting that we move to nntp22:24
mordredjeblair: not beacuse it will make that better - but maybe it'll exclude more people and there will be less volume overall22:24
mtreinishflashgordon: and do the sorting in prioritory order so I'd see something like [qa][solum] because qa gets checked before solum22:25
mtreinishmordred: I'd support that :)22:25
fungimordred: you still dream of ending the eternal september22:25
jeblairit's totally october now22:25
fungigranted, most of the internet has likely finally forgotten usenet exists22:26
fungiso yes, maybe it _is_ finally october22:26
jeblairwould love nntp.  but i also think that separate lists can work too.  we can make it so that all subscriber to any openstack list are able to post to any other (without subscribing)22:26
jeblairso cross-posting would work just fine22:26
jeblairi think i did that already for openstack-infra and openstack-dev22:26
*** mrodden has quit IRC22:27
flashgordonmtreinish: nice22:27
*** ildikov has joined #openstack-infra22:27
anteayawe could just upload to the afs cell22:28
jeblairokay, so infra sessions: translation tools, infra-manual, afs, gating22:28
jeblairsound good?22:28
fungiwfm22:28
fungiyou're just picking the ones i voted for22:28
mtreinishjeblair: btw, do you have 1 more session, because there is still 1 qa slot we were holding for the functional test stuff22:29
jeblairoh, and afs has an outcome too -- either a decision on how to use it, or a process for deciding that22:29
fungicheater22:29
mtreinishbut hopefully that'll be a cross project sesion22:29
mtreinishso then there's a free slot22:29
fungimtreinish: does qa also only have 4 dedicated slots?22:29
* mordred wants to point out that anteaya just said "we could just upload to the afs cell" of her own free will22:29
mtreinishwe have 722:29
*** gyee has joined #openstack-infra22:29
fungioh, so we could have a loaner if we wanted22:30
mtreinishI forget what the metric is that decides the number of slots, but qa must have more of it22:30
fungigating might also work as a qa topic...22:30
jeblairmtreinish: next on our list would be gerrit upgrade or storyboard; it's not clear that either of those _need_ a slot.  i'm certain it would be nice to talk about them, but we are not in dire need of it22:30
jeblairfungi: yes, especially if it doesn't overlap with infra :)22:31
funginone of the qa slots overlap with infra slots22:31
mtreinishjeblair: I checked I think qa and infra are mutually exclusive22:31
jeblaircool22:31
fungii already checked (unless ttx moved them around, but i don't think he did)22:31
fungiso in theory, if qa or infra wanted to double up one of the paired slots for a more involved discussion topic, that would also be a possibility22:32
jeblairfungi: i don't think any on the infra short list need a double slot...22:32
clarkbI dont think gerrit upgrade needs session (we should just do it :) )22:32
fungijeblair: yeah, none of them strike me as something we should burn two hours on22:32
*** mrodden has joined #openstack-infra22:33
jeblairclarkb: yeah, i think if we did that, we'd talk about changes, how we need to test/announce it, scheduling, and whether we switch to CD at the same time.  :)22:33
mtreinishfungi: there was a brief discussion about making http://kilodesignsummit.sched.org/event/6d91b3205804c930c2a067b23e7aab76#.VErHcH96c-U or http://kilodesignsummit.sched.org/event/9dbde26cced67b54d24176b746d3027e#.VErTOH96c-U double sessions22:33
mtreinishbut 80min is a lot of time22:33
clarkbthe short list sounda good to me22:33
fungioh, also the infra session pairs both straddle lunch, so maybe not ideal anyway22:34
flashgordonwhen are you looking to schedule the gate session?22:34
flashgordonmtreinish: so I can see what in conflicts with in nova22:34
fungier, actually thirsday isn't even back to back around lunch, there are sessions in between. so nevermind22:34
flashgordonsigh grenade and nova upgrades conflict22:35
mtreinishfungi: the open slot for qa right now is wed 14:40-15:2022:35
flashgordonnova makes life hard22:35
mtreinishwhich I think is right after an infra22:35
fungimtreinish: yep, it is22:35
flashgordonyeah I can't make that one22:36
flashgordonnova CI status22:36
jeblairmtreinish: so if you end up with an empty slot and nothing for it, we can move gating to qa and then do a storyboard session22:36
anteayawhat is nova CI status about?22:36
mtreinishjeblair: sure that works22:36
jeblairflashgordon: that sounds like something infra might not want to double book?22:36
mtreinishjust get mikal to move it :)22:36
flashgordonjeblair: possibly22:37
flashgordonanteaya: nova 3rd party22:37
mtreinishlike the nova functional testing session overlaps with qa22:37
*** bknudson has quit IRC22:37
flashgordonanteaya: and things like libvirt testing22:37
fungiworst case we divide and conquer as usual22:38
flashgordonmtreinish: so IMHO the nova schedule is really strong this time (I am biased though) so there will be a conflict no matter what22:38
anteayawell sounds kinda like I should be there for that one22:38
flashgordonanteaya: couldn't hurt22:38
clarkbflashgordon is sounds like there are redundant sessions though22:38
mordredflashgordon: are any of the topics the one sdague wanted to do - "Infra tells Nova what's broken" ?22:38
anteayaare nova 3rd party folks going to attend the 3rd party discussion on the tuesday?22:38
clarkbthere is a cross project and nova functional session?22:38
clarkbmaybe we can squash those?22:38
flashgordonmordred: let me check22:39
anteayaI don't tend to see much nova representation at the weekly third party meeting22:39
flashgordonmordred: sean is doing functional nova testing22:39
nibalizeranteaya: so were you able to connect to the afs cell?22:39
mtreinishflashgordon: no there won't always be a conflict, like I don't care about a nfv session so that can easily overlap with qa22:39
flashgordonanteaya: we don't have a lot of third party CI systems22:39
anteayanibalizer: yes22:39
mtreinishbut functional testing probably shouldn't22:39
anteayaflashgordon: true22:39
flashgordonmtreinish: but I *should* care22:39
nibalizeris this the kind of thing i should be setting up?22:39
anteayaflashgordon: but you are having a summit discussion about it22:40
nibalizerare non-cores allowed kerb princs?22:40
anteayaflashgordon: and you should at least be aware of what expectations are from infra22:40
flashgordonanteaya: yes22:40
clarkbnibalizer right now no. but you can read only22:40
anteayaso would it not make sense to attend, or have someone attend?22:40
nibalizerclarkb: don't i need a non-admin principal to mount the readonly?22:40
clarkbnope22:41
nibalizeror can anonymous mount the readonly?22:41
anteayanibalizer: correct22:41
nibalizeroh sweet22:41
flashgordonanteaya: clarkb I think gate and nova CI are somewhat different22:41
flashgordonor can  be22:41
anteayaI see them as different22:41
anteayaand address them as different22:41
flashgordonjeblair: agreed22:41
*** jedimike has quit IRC22:41
clarkbflashgordon yes. U am thinking functional sessions may be overlapping in scope22:41
flashgordonjeblair: ignore that ^22:41
clarkbs/U/I/22:42
flashgordonclarkb: maybe nova can switch that session with objects status22:42
flashgordonmtreinish: want to email mikal you can CC me if you would like22:42
mtreinishflashgordon: sure I can22:43
*** Ryan_Lane has quit IRC22:43
*** pcrews has quit IRC22:43
*** pbelanyi has quit IRC22:43
*** juice has quit IRC22:43
*** davidlenwell has quit IRC22:43
anteayaflashgordon: and nova will be represented at the third party gerrit ci discussion, will it not?22:43
flashgordonclarkb: heh the 11AM Wednesday schedule is funny22:43
anteayathat is on the tuesday afternoon22:43
jeblairkrotscheck: if things continue on current course, QA has an empty slot to share with us, so we have room for a storyboard session.22:43
flashgordonanteaya: not sure22:43
anteayaflashgordon: can you help me be sure?22:44
krotscheckjeblair: Alright.22:44
*** pbelanyi has joined #openstack-infra22:44
anteayaflashgordon: I have asked and asked for someone from nova to make contact22:44
*** Ryan_Lane has joined #openstack-infra22:44
anteayano one has22:44
anteayanow nova is not problematic22:44
*** pcrews has joined #openstack-infra22:44
krotscheckjeblair: To be honest, I’m not certain anymore whether I have enough content to fill 40 minutes.22:44
* flashgordon defers to mikal22:44
anteayabut I don't want to carry on and then nova be surprised because noone showed up22:44
*** davidlenwell has joined #openstack-infra22:44
flashgordonanteaya: mikal can find someone, I can help bother him if you would like22:45
anteayaplease bother him22:45
krotscheckjeblair: But then I’ve been working on my lightning talk, and today has been all about paring things down to the salient points.22:45
anteayawith my thanks22:45
flashgordonanteaya: can you email him and CC me and I will follow up22:45
anteayasure22:45
flashgordonanteaya: as i don't know the full context yet22:45
krotscheckRandom aside: FFMPEG is WAY easier to use than premiere.22:46
flashgordonclarkb: 11AM - ironic functional testing, nova functional testing, tempest scope22:46
krotscheckGif igure.22:46
flashgordonmtreinish: ^22:46
mtreinishflashgordon: yeah I noticed that22:46
jeblairkrotscheck: i bet we can find something to bikeshed on.  probably the best approach is to plan on 10-20 mins of presentation about storyboard and your pitch for people to help (there may or may not be anyone in the room with that ability), and then 20-30 mins of discussing where we go.22:46
* fungi will bring a deck of paint samples22:47
clarkbflashgordon if intent of cross project functional session is put everyobe on the same page I think at very least it should come well before the other sessions for functional testing22:47
flashgordonclarkb: yeah22:48
*** mrodden has quit IRC22:48
flashgordonscheduling is hard22:48
mtreinishclarkb: the cross project track is tuesday so that'll happen22:48
*** juice has joined #openstack-infra22:48
*** freemanbrandon has quit IRC22:48
clarkboh I read what flashgordon said as it being tuesday for all22:49
clarkbbut I see anteaya mentiomed tuesday on line below and I got confused22:49
flashgordonmtreinish: I was referring to Tempest scope in the brave new world22:51
flashgordonwhich sched.org has on wednesday22:51
jeblairclarkb: you wanted me to review a dib related change, but i lost it, sorry.  do you happen to still have a link?22:53
mtreinishflashgordon: yep, I had noticed. I think if we could reschedule the nova session that'd be best. I can live with the ironic overlap...22:53
clarkbI think it may have merged. let me find it22:53
fungiclarkb: jeblair: https://review.openstack.org/12747622:54
fungii approved it when i got back from lunch22:54
clarkbty22:54
fungifairly innocuous22:54
flashgordonmtreinish: yeah esp because sean is driving the nova one22:54
*** mrodden has joined #openstack-infra22:55
jeblairok cool.  sorry.  i'm just about caught up.  to something.  i don't know what.22:56
clarkbsean is summiting?22:56
jeblairyep22:57
mtreinishclarkb: he'll be online on Mon.22:57
clarkbawesome22:57
*** otter768 has quit IRC22:57
reedsummiting... new verb?22:58
*** msabramo has quit IRC22:59
fungiconjugates like amo22:59
*** otter768 has joined #openstack-infra22:59
* reed tries to catch up with English words :)22:59
reedfungi, amo, like fishing hook or "I love" in Italian ? :)23:00
*** harlowja is now known as harlowja_away23:00
jeblairQA/Infra: Gating relationships -- Discuss evolving needs of project gates.  Criteria on what project interfaces need what kind of testing or gating.  How to ensure that is kept up to date over time.  What can be automated?  How to document the result so that developers understand what is being tested, how, and when.23:00
jeblairmtreinish, clarkb: ^ my attempt to make a distilled description of the gating session23:00
jeblairmtreinish, clarkb: i added it to https://etherpad.openstack.org/p/kilo-infrastructure-summit-topics23:00
jeblairmtreinish: for when you add it to sched23:01
fungireed: latin joke. in rudimentary latin class the first thing we learned about verbs was how to conjugate the ones which ended like amo23:01
mtreinishjeblair: ok, thanks23:01
reedamo amas amat amamos amatis amant23:02
jeblairalso, i prefixed all the infra topics in sched with "Infra: ..."23:02
jeblairbecause i think that helps in some sched.org interfaces23:02
reedlargely made up... I studied latin 5 years and hated every page of it23:02
fungireed: yep, 5 years here too. i've drank away all those brain cells in the ensuing decades23:02
reedcheers, to damaged brains23:03
clarkbjeblair ++23:03
*** davidlenwell is now known as david_lenwell23:03
*** david_lenwell is now known as davidlenwell23:03
fungilgtm23:03
*** esker has joined #openstack-infra23:05
*** bitblt has joined #openstack-infra23:07
*** msabramo has joined #openstack-infra23:09
*** esker has quit IRC23:10
*** msabramo1 has joined #openstack-infra23:11
jeblairi'm going to be futzing with the pypi mirror mountpoints in afs23:11
fungijeblair: mordred: any objection to me adding the new zuul mergers and afs/kerberos servers to the ansible hostfile and caching their ssh host keys on the puppetmaster?23:12
nibalizermy ls in /aft/openstack.org times out23:12
* nibalizer blames conference wifi23:12
jeblairfungi: please do for the mergers, mordred was banking on the afs/krb servers not being in there while he finalized the modules...23:12
fungijeblair: okay, sounds good23:12
jeblairfungi: i think he planned on fixing the hostfile so we went back to automatic inventory when complete23:13
jeblairer, fixing the whatever.23:13
fungijust making sure they were unreported on puppetboard for raisins23:13
*** msabramo has quit IRC23:13
*** jergerber has quit IRC23:13
mordredyup. raisins are yummy23:13
*** lbiasi has quit IRC23:14
fungii can also work on the zm01-04 replacements if nobody else is... i don't think we need the additional capacity at the moment23:14
jeblairfungi: oh, thanks.  i am not working on them.  it might be best to wait till the merge-chcek queue clears, then once it has done so, you can probably shut them all down and do all 4 at once.23:17
fungiyep, that was the plan23:17
mtreinishbtw, would someone be able to help me and prioritize getting subunit2sql up next week. I'd really like to try and get it running before summit23:18
jeblairmtreinish: what state is it in / what do we need to do next?23:18
mtreinishjeblair: I've got 2 system-config patches up for the german workers and running migrations on the db23:19
mtreinishother than that it'll be about deploying a db instance23:19
mtreinishand getting the gearman workers started23:19
mtreinishI hope :)23:20
jeblairfungi, clarkb, mordred: i changed the mountpoints from this morning so there's only one pypi mountpoint now.  i'm counting on the read-only and read-write preference of the cache manager to pick the right one23:20
jeblair/afs/openstack.org/mirror/pypi is read-only23:20
jeblair/afs/.openstack.org/mirror/pypi is read-write23:20
mtreinishI still don't have anything for a frontend/dashboard, but I figured work on getting the data collection first and we can work on that fater23:21
jeblair(the .openstack.org mount of root.cell in root.afs is a forced read-write mount, so once you are under there, the read-write path is preferred)23:21
jeblair(that way you don't have to double-mount everything)23:21
fungicool beans23:21
jeblairmtreinish: i think i can spare some time to help out23:21
*** rmcall has joined #openstack-infra23:21
mtreinishjeblair: cool, thanks23:21
*** harlowja_away is now known as harlowja23:24
mordredjeblair: ossum23:25
*** rmcall has quit IRC23:26
*** dmsimard is now known as dmsimard_away23:26
jeblairSergeyLukjanov, fungi: i see that you both have principals in kerberos23:26
jeblairSergeyLukjanov, fungi: but no user entries for those principals in the afs pts database23:27
fungijeblair: i hadn't gotten that far yet23:27
jeblairfrom looking at the eavesdrop log, SergeyLukjanov said he could not 'klog'23:27
jeblairSergeyLukjanov: actually the command is 'aklog'  (note the 'a')23:27
fungii just added my princs and confirmed i could kinit/klist/kdestroy with either23:28
jeblairhowever, afs still would not have worked because of the missing pts entry for the slukjanov.admin user23:28
fungithis morning's unfortunate bootloader setbacks mean i didn't get as much of that tested yet as i'd have liked23:29
*** msabramo1 has quit IRC23:29
*** msabramo has joined #openstack-infra23:29
fungibut hope to get back to it here in a bit23:29
jeblairfungi, SergeyLukjanov: i'll leave it to you to create your pts user entries then; let me know if you have questions or want me to do it23:29
jeblairshould be covered in https://review.openstack.org/#/c/129748/1/doc/source/afs.rst23:30
fungijeblair: appreciated. i definitely intend to get it working myself, so don't expect to need help, but i'll let you know if i get confused23:30
jeblairfungi: what do you think about the uid move?  do you think that can happen anytime soon?23:31
jeblairfungi: if not, i think maybe i should rework my puppet change to be more of a noop so that we can claim future uids in there and match them to afs23:31
*** _nadya_ has joined #openstack-infra23:32
*** packet has joined #openstack-infra23:33
fungijeblair: i can give it a shot here shortly. should be easy enough since as previously discussed we can just ignore file ownership outside of /home and assume everything in someone's homedir is owned by their user:group23:33
fungisince we're moving them all into an unclaimed range, ought to be simple23:33
jeblairfungi: ok cool, thanks23:34
*** rmcall has joined #openstack-infra23:34
*** david-lyle has quit IRC23:34
jeblairi've got bandersnatch running again, trying for a complete run23:34
*** _nadya_ has quit IRC23:36
*** hemna is now known as hemna__23:38
*** dangers_away is now known as dangers23:38
*** ZZelle has quit IRC23:38
*** nelsnelson has quit IRC23:38
*** otherwiseguy has joined #openstack-infra23:41
*** mmaglana has quit IRC23:42
*** david-lyle has joined #openstack-infra23:44
*** mmaglana_ has joined #openstack-infra23:44
*** kmartin has quit IRC23:46
*** mmaglana_ has quit IRC23:46
*** dangers is now known as dangers_away23:46
*** david-lyle has quit IRC23:49
*** dmsimard_away is now known as dmsimard23:49
*** rmcall has quit IRC23:52
*** dmsimard is now known as dmsimard_away23:59

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