Wednesday, 2016-04-20

*** piet has quit IRC00:01
pabelangerNice!00:03
*** piet has joined #openstack-infra00:04
pabelangerclarkb: was it you who mentioned starting dib uploads once an image has finished vs waiting until all images build00:06
*** kzaitsev_mb has quit IRC00:06
*** thorst has quit IRC00:07
*** ddieterly[away] is now known as ddieterly00:07
clarkbyes00:08
*** rfolco has quit IRC00:08
pabelangerclarkb: you have a patch up for that?00:08
clarkbright now the way it works is it blocks until all images complete their daily buildsthen it starts uploads00:08
*** kengo_sakai has quit IRC00:08
*** mylu has quit IRC00:08
clarkbpabelanger: no I have been swamped under all the bugs, havne't been able to work on anything recently00:08
clarkbdisabling epel did not fix my issue00:08
pabelangerclarkb: ack00:08
clarkbI give up, someone else should make sure rpm-distro fixes unbound :)00:08
*** ddieterly is now known as ddieterly[away]00:09
greghaynesclarkb: Is this something I can repro with just dib elements or are the puppet element bits part of it too?00:09
clarkbgreghaynes: I have only reprepro'd with puppet elements but I think it is failing in /tmp/in_target.d/install.d/50-download-pkgs wherever that comes from00:10
*** mylu has joined #openstack-infra00:10
greghaynesclarkb: hrm, not in dib00:10
clarkbhttp://paste.openstack.org/show/494719/ is the error output00:11
greghaynesclarkb: ah, can you grap the yum install command too00:12
clarkbya00:12
clarkbhttp://paste.openstack.org/show/494720/00:13
*** asselin_ has joined #openstack-infra00:13
pabelangerclarkb: also, when time is free. Updated: https://review.openstack.org/#/c/294339/ to be CLI00:13
clarkbI thik it might be part of the cache devstack stuff00:13
pabelangerwhich is for uploads00:13
clarkbso its listing all the things from devstack then trying to cache them00:13
clarkband devstack is saying cache librados and friends00:13
*** baoli has quit IRC00:13
clarkband we are breaking00:13
clarkblet me check devstack real quick for new chagnes that do that00:13
greghaynesclarkb: yea, to me that looks like it might just be broken packages00:13
clarkbI don't see anything in devstack's history that looks suspect00:14
*** ddieterly[away] is now known as ddieterly00:14
greghaynesclarkb: this is using centos-minimal?00:15
clarkbgreghaynes: yes00:15
*** thorst has joined #openstack-infra00:15
clarkbcentos-minimal vm growroot simple-init devuser infra-package-needs puppet node-devstack nodepool-base openstack-repos rpm-distro00:15
clarkbthat is my element list00:15
pabelangerI am just testing centos-minimal vm growroot simple-init devuser rpm-distro ATM00:16
*** vhosakot has joined #openstack-infra00:16
pabelangerthen, our elements00:16
clarkbpabelanger: that won't test unbound though00:16
pabelangerclarkb: true00:17
pabelangerjust want to see setfiles run00:17
pabelangerthen on to our stuff00:17
pabelangerslow interwebs connects at home00:17
*** fernnest_ has quit IRC00:17
*** fernnest has quit IRC00:18
pabelanger2016-04-20 00:18:13,430 INFO nodepool.image.build.centos-7: + setfiles /etc/selinux/targeted/contexts/files/file_contexts /00:18
clarkbgreghaynes: that yum line also has a comment in it that is broken00:18
pabelangerrunning now it looks00:18
clarkbgreghaynes: something is really off here I tink00:18
pabelangerokay testing our elements00:18
greghaynesclarkb: huh, thats wierd00:20
clarkbgreghaynes: its cache-devstack00:20
*** _amrith_ is now known as amrith00:20
clarkbso I think there are a few bugs here, 1) we should probably say missing is ok there like we do with apt00:20
clarkbbecause it is triyng to cache things from all the branches00:20
clarkbbut all the branches may not work on the different releases00:20
clarkband something is inserting comments into that which is wrong00:21
*** jrmyjohn has joined #openstack-infra00:21
*** asselin_ has quit IRC00:21
greghaynesclarkb: oh, so you think the compilation we do is creating a broken list of stuff to install00:21
*** sdake has quit IRC00:21
clarkbyes00:22
greghaynesclarkb: if you add a script to the build which cats /tmp/packages-to-install;bash it should be helpful to debug00:23
greghaynesor just add a bash and poke around there00:23
clarkbgreghaynes: well thats not what causes the issue I am having00:23
greghayneser, /tmp/pkgs-to-install00:23
clarkbgreghaynes: because we saw the issue I was having with cache-bindep too00:24
clarkbI am just noticing how broken everything is in trying to figure this out00:24
clarkbfiles/rpms/general:redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376 is causing the commnt issue00:24
*** piet has quit IRC00:24
greghaynesclarkb: ok, so I added a dib script which did a yum install with that list you gave me (after rmoving the comment) and it works, so theres something else breaking things in the gbuild00:24
clarkbI will work on a patch for that because I understand this00:24
*** fawadkhaliq has joined #openstack-infra00:25
clarkbyup found that particular bug, patch in a few00:25
*** sdake has joined #openstack-infra00:25
*** jrmyjohn has quit IRC00:25
greghaynesclarkb: hah, you know, that probably 'just works' because of the yum behavior where if it cant find a package it silently succeeds00:26
greghaynesclarkb: that makes me think we shouldnt allow things with spaces to go in to that file00:26
*** alex_xu has quit IRC00:26
pabelangerclarkb: starting build now00:27
*** alex_xu has joined #openstack-infra00:27
clarkbgreghaynes: ya thats why, but I don't undertsand the msising deps issue at all00:28
*** pvaneck_ has quit IRC00:28
greghaynesclarkb: I wonder if something is nuking the repos.d dir or otherwise borking it00:29
openstackgerritClark Boylan proposed openstack-infra/project-config: Fix package and image list comment cleanup  https://review.openstack.org/30809300:29
clarkbgreghaynes: pabelanger ^ that should fix the bug I do undertand00:29
*** jaypipes has quit IRC00:30
*** madhu_ak has quit IRC00:31
pabelangerclarkb: Ah, good to know00:31
clarkbnow for the other thing it seems related to ceph which according to the error output is in epel00:32
clarkbwhich rules out the rdo repo causing problems00:33
greghaynesclarkb: Yea, I didnt have the rdo repo enabled00:33
clarkband looking at the versions it is mad about those are el6 versions00:33
greghaynesclarkb: I just did a build with ./bin/disk-image-create centos-minimal vm growroot simple-init devuser + that yum install line and its fine00:33
openstackgerritMerged openstack/requirements: Add xmltodict to global-requirements  https://review.openstack.org/28631600:33
clarkbI am running with DIB_RELEASE=7 set so why would it try to get el6 things?00:34
greghaynesso its something specific to !dib elements00:34
greghayneshahaha00:34
greghaynesI have no idea but that is extremely suspicious00:34
greghaynesI wonder if your puppet or something is adding a epel600:34
pabelangernot that I've seen00:34
pabelangerlast DIBs I did was about 2 weeks ago00:34
pabelangershould know more in 25mins here00:35
ianw_clarkb: hmm, you probably want https://review.openstack.org/#/c/306213/00:35
clarkbgreghaynes: or dib is leaky and my build host has some state I don't want00:35
greghaynesclarkb: I am not sure what would get cached for that...00:35
clarkbgreghaynes: I think ianw is on to something00:36
clarkbI am guessing that my use of the epel element leaked out somewhere?00:36
*** pfallenop has joined #openstack-infra00:37
greghaynesclarkb: epel is used by default now though00:37
greghaynesI thought00:37
ianw_greghaynes: still in the works -> https://review.openstack.org/#/c/30622000:38
pabelangerI didn't know that00:38
greghaynesah00:38
ianw_that change depends on the fixup though00:38
*** mylu has quit IRC00:38
openstackgerritNathan Reller proposed openstack/requirements: Upgrade PyKMIP to 0.5.0  https://review.openstack.org/30809500:38
*** sdake has quit IRC00:38
clarkbgreghaynes: I had manually added it in when things started failing00:38
clarkbI have since removed it but its still filing00:38
clarkbso guessing state leak somewhere00:38
ianw_should we just push these through?  what more review are they really going to get00:38
pabelangerianw_: mind want to confirm with RDO folks, they might have comments00:38
greghaynesok, then I am really concerned about our cache coherency00:38
*** sdake has joined #openstack-infra00:38
pabelangerianw_: Last I talked with RDO, they see EPEL enabled by default as a bad thing00:39
greghaynesbecause clearly it is completely broken00:39
ianw_pabelanger: hmm ,well our "base" defines packages that come from epel.  so disabling epel just creates a problem somewhere else :)00:39
clarkbgreghaynes: you might want to add epel in and find out locally00:39
clarkbgreghaynes: because I honestly have no idea where to start looking00:39
*** yamamot__ has joined #openstack-infra00:39
pabelangerianw_: agreed00:39
greghaynesclarkb: yea, so what is the ordering - you add epel, then remove it?00:39
clarkbgreghaynes: I added epel and had these fails00:39
ianw_pabelanger: but, clearly nobody is building centos-minimal without all the openstack-infra bits, because nobody noticed00:39
clarkbgreghaynes: I removed epel continued to have thise fails00:40
pabelangerianw_: I did :) But hacked around it00:40
clarkbgreghaynes: I added epel because a couple weeks ago centos-minimal did not work if it was missing00:40
pabelangerianw_: don't think I ever filled a bug00:40
clarkbgreghaynes: I think the issue is when you then try and download packages in el6 which we do when trying to cache packages for bindep or devstack00:40
clarkbgreghaynes: I think your reproduce steps are add epel, then add that yum install line to end of install.d in a dummy element00:40
greghaynesclarkb: ok, verified with epel I get that error, running without epel...00:44
openstackgerritJames E. Blair proposed openstack-infra/zuul: Ansible launcher: run shell builders defined in JJB  https://review.openstack.org/30809900:44
openstackgerritNathan Reller proposed openstack-infra/project-config: Add KMIP Experiment Check to Barbican  https://review.openstack.org/30782000:44
openstackgerritIan Wienand proposed openstack-infra/project-config: Fix dependencies for openstack-repos  https://review.openstack.org/30810000:45
ianw_^ a little yak-shaving there00:45
*** doug-fish has quit IRC00:46
*** maestro2 has quit IRC00:46
greghaynesclarkb: hrm, I dont get the error after removing epel00:47
*** alex_xu has quit IRC00:47
*** doug-fish has joined #openstack-infra00:49
*** alex_xu has joined #openstack-infra00:49
openstackgerritNate Marsella proposed openstack-infra/elastic-recheck: Make the index format string configurable in the conf file. This allows query to work against indices not named the typical "logstash-%Y.%m.%d".  https://review.openstack.org/30636000:52
jlvillaltonyb: Regarding https://review.openstack.org/#/c/305528/  Just wondering if you had any concerns/comments about it.00:53
clarkbgreghaynes: huh maybe rpm-distro depends on epel?00:53
greghaynesclarkb: dunno...00:53
greghaynesclarkb: can you check in your image if you have epel enabled?00:53
greghaynesclarkb: just drop a bash in there somewhere00:54
jlvillaltonyb: Luckily at the moment we appear to be at multiples of 4 for the number of meetings.  So it isn't broken :)00:54
greghaynesclarkb: or even easier, run with break=after-error00:54
*** mtanino_ has joined #openstack-infra00:54
clarkbgreghaynes: I closed laptop, couldnt keep generating heat00:55
greghaynesclarkb: haha00:55
*** mtanino has quit IRC00:55
*** fawadkhaliq has quit IRC00:56
*** fawadkhaliq has joined #openstack-infra00:57
tonybjlvillal: nothing major I was going down a rat-hole which I've abandoned, so I'll probably +2 it today00:58
*** tphummel has quit IRC00:59
*** mtanino_ has quit IRC00:59
*** ybathia has joined #openstack-infra00:59
*** kengo_sakai has joined #openstack-infra01:00
pabelangerclarkb: will post the results in the morning.01:01
pabelangerI'm out for the night01:01
*** dahoo has quit IRC01:02
*** zz_dimtruck is now known as dimtruck01:02
*** kzaitsev_mb has joined #openstack-infra01:02
*** zhurong has joined #openstack-infra01:04
*** rossella_s has quit IRC01:04
*** rossella_s has joined #openstack-infra01:04
*** bpokorny has quit IRC01:07
*** ybathia has quit IRC01:08
*** amrith is now known as _amrith_01:08
*** flepied has joined #openstack-infra01:08
*** ayoung has joined #openstack-infra01:09
*** Sukhdev has quit IRC01:11
*** _amrith_ is now known as amrith01:16
clarkbrpm-distro doens't depend on epel01:18
*** ddieterly has quit IRC01:18
clarkbpabelanger: it does look like centos-minimal depends on rpm-distro already01:19
clarkbpabelanger: so this is even more confusing01:19
clarkbgreghaynes: I definitely removed epel from my list and don't see anything else depending on epel01:21
clarkbgreghaynes: so I do not know why my stuff continues to break without epel, but at least you can reproduce with epel01:21
*** Sukhdev has joined #openstack-infra01:23
*** yamahata has quit IRC01:23
ianw_i just built a centos-minimal with everything git updated01:24
*** kzaitsev_mb has quit IRC01:25
clarkbianw_: greghaynes I think that once https://review.openstack.org/#/c/306213/2 can get a +1 from jenkins it should be approved if that fixes epel for us01:25
*** rhallisey has quit IRC01:26
clarkbI do not expect rpm-distro to fix selinux for us because we already seem to have that element in the dep tree01:26
clarkbgrepping for rpm-base in the centos-7 image build log returns nothing so maybe not01:27
clarkbI think it should be centos-minimal -> yum-minimal -> rpm-distro01:28
clarkbderp not rpm-base, rpm-distro does show up01:28
*** zhurong has quit IRC01:29
clarkbya we run the selinux restore element01:29
*** zhurong has joined #openstack-infra01:29
clarkbthe issue is the finalise for unbound happens after the selinux finalize01:31
clarkbgreghaynes: ianw_ we run the unbound finalise under 99, because we don't want to break dns until everything else is done. The selinux finalise runs at 1101:33
clarkbgreghaynes: ianw_ should we maybe move the unbound to 90 and the selinux to 99?01:33
clarkbideally the selinux fixing would happen dead last01:33
clarkbor as an alternative we could just rerun setfiles on the path that ew are changing for unbound01:34
clarkbmaybe we should just start with that, then any change to dib will just work (tm)01:34
sdakehow many vms are there available in the gate?01:34
clarkbsdake: right now just over 500, why?01:35
sdakejust curious - 335 jobs in gerrit atm01:35
sdakesome of our jobs have been runnig 5 hours or longner01:35
*** mylu has joined #openstack-infra01:35
clarkbsdake: http://status.openstack.org/zuul/ has a graph at the bottom of the page01:35
clarkbsdake: the problem is that we lost most of our capacity over the last couple days01:35
clarkbwe were down to 2 rax regions and internap01:35
sdakecool i'll look at that, i am on zuuls page right atm01:35
clarkbso now we are playing catchup01:35
sdakewhat about bluebox?01:37
prometheanfireanyone have time to look at https://review.openstack.org/307493 ?01:37
prometheanfirebindep change01:37
*** EricGonczer_ has joined #openstack-infra01:38
ianw_clarkb: yeah the selinux should probably be later01:38
ianw_clarkb: in fact, it should probably be in here -> https://review.openstack.org/#/c/307588/  :)01:39
*** apoorvad has joined #openstack-infra01:39
sdakeclarkb osic has a slew of machines, ought to reach out to them to see if they would mek them avaialble for gating01:40
sdakethey tested kolla with 64 nodes, 1300 tb ram, 2600 cores01:40
anteayaapparently there is a docs toolchain infra session on the wednesday: Documentation: Docs Toolchain/Infra Session 16:30-17:10 in 8701:40
clarkbsdake: we already run on osic01:41
sdakewere able to launch 2000 vms in about 5 seconds01:41
clarkbsdake: and they fought me over the allocation01:41
clarkbsdake: they balked at 60001:41
clarkbI got 10001:41
anteayabut there is no session in that timeframe on the infra schedule01:41
clarkbI am appreciative though, their Vms are quick, I just don't expect them to give us any more quota01:41
clarkbsdake: aiui IPs are the big problem there01:41
jheskethjeblair: ping01:42
openstackgerritClark Boylan proposed openstack-infra/project-config: Use setfiles to restore unbound selinux policy  https://review.openstack.org/30810501:42
clarkbianw_: pabelanger ^ maybe we start with that, then when dib moves selinux setfiles to later run level we can remove that from the unbound finalise and move unbound back to 9001:43
sdakeclarkb i'll ask around and see if they can squeeze out a 64 node cluster for upstream gating01:43
sdakeclarkb they are keen to run kolla in production and it serves double duty for them - testing kolla and upstream gating of openstack ;)01:43
sdakeclarkb no promises, but i can ask around if you like01:43
clarkbianw_: is virt-sysprep a magical image manipulation thing for selinux and other stuff?01:43
clarkbsdake: I mean I already asked01:44
clarkbsdake: and when they saw the number they immediately said "woah now we need to loop jonathan in"01:44
sdakeclarkb doesn't hurt to ask from a different person for a different agenda ;)01:44
clarkbwhich is a really bad use of jbryce's time imo01:44
clarkbso I negotiated down to our minimum ask01:44
anteayaclarkb: agreed01:44
ianw_clarkb: virt-sysprep is libguestfs' "cleanup image for cloning" tool.  it's what we keep recreating (badly) in various parts of various elements01:44
anteayamtreinish: I'm trying to decide between qa's negative testing and cruft-busters work sessions and some neutron sessions01:46
sdakeclarkb basically osic see's openstack's #1 problem as deployment and opertion of an openstack ckloud01:46
clarkbsdake: I am always happy for more quota though, so it can't hurt to ask. Just trying to explain why I am not hopeful01:46
anteayamtreinish: but the qa etherpads don't have any details so it is hard for me to know if I would be useful if I attend01:46
sdakeand they think kolla is silver bullet for that problem01:46
*** kengo_sakai has quit IRC01:47
*** MarkAtwood has quit IRC01:48
openstackgerritMerged openstack/requirements: Update requirements ordering  https://review.openstack.org/30555201:48
*** ddieterly has joined #openstack-infra01:50
*** ddieterly is now known as ddieterly[away]01:51
*** kengo_sakai has joined #openstack-infra01:51
*** apoorvad has quit IRC01:52
anteayaWednesday is definitely my busy day next week01:54
*** keedya has quit IRC01:55
*** mylu has quit IRC01:55
*** mylu has joined #openstack-infra01:58
openstackgerritMerged openstack/requirements: Bump upper-constraints on novaclient to 4.0.0  https://review.openstack.org/30743701:59
anteayahey linuxcon north america is going to be in toronto this year: http://events.linuxfoundation.org/events/linuxcon-north-america02:01
*** apoorvad has joined #openstack-infra02:02
anteayacfp is open for another week: http://events.linuxfoundation.org/events/linuxcon-north-america/program/cfp02:02
anteayastevemar: ^^02:02
*** EricGonczer_ has quit IRC02:02
stevemaranteaya: oh damn!02:05
stevemaranteaya: nice02:05
anteayastevemar: yeah was thinking you would like that02:06
anteayayour back yard02:06
stevemaranteaya: yeah, 25-30 minute walk02:07
stevemarnice02:07
morganstevemar: toronto?02:07
anteayatoronto02:08
anteayamorgan: want to come to toronto?02:08
stevemarmorgan: yep!02:08
anteayacfp is open for another week02:09
* morgan should figure out waht to talk abot02:09
anteayaanything02:09
stevemari am so happy about it!02:09
* morgan should also learn to type.02:09
anteayatoronto is nice in august02:09
anteayaoh symphony of fire!02:09
* anteaya checks the dates02:09
*** yamamot__ has quit IRC02:09
*** amrith is now known as _amrith_02:10
clarkbmordred: please see comment on https://review.openstack.org/#/c/307755/4 I think that is failing tests due to that thing I point out02:11
*** apoorvad has quit IRC02:12
anteayaI guess they aren't doing them anymore :( https://en.wikipedia.org/wiki/Symphony_of_Fire02:13
mtreinishanteaya: well the negative testing session is about tempest policy on negative tests (tests that do something expected to fail) and whether we should allow them, remove them, or something else02:14
*** mriedem has quit IRC02:14
mtreinishanteaya: and the cruft-busters session is about some of the technical debt that's built up in tempest recently and how to clean it up02:15
mtreinishprobably mostly an identify issues and sign up for things session02:15
mtreinishanteaya: I'm not sure either would be of particular interest to you (I could be wrong though)02:15
anteayafair enough02:18
anteayathanks for the description02:18
*** lakshmiS has quit IRC02:19
anteayathe negative testing bit probably would be02:19
anteayain as much as it is a testing policy change02:19
anteayaand would need to be socialized02:19
anteayathe crufty bit probably not so much02:19
*** r-mibu has quit IRC02:19
anteayamtreinish: oh and linuxcon na is in toronto this year! come to canada02:20
*** sdake_ has joined #openstack-infra02:20
openstackgerritSachi King proposed openstack-infra/zuul: Support post jobs by supporting rev checkout  https://review.openstack.org/29319402:21
*** kzaitsev_mb has joined #openstack-infra02:22
mtreinishanteaya: yeah I know but it conflicts with: http://www.openstackeast.com/ which I was planning to go to02:23
*** sdake has quit IRC02:23
anteayait does so02:23
anteayais this the first year for openstackeast?02:23
anteayaI hadn't heard of it before02:24
anteayaand yes, I can see the attraction02:24
mtreinishit is, which is why I thought I should go02:24
anteayagood call02:24
anteayathey would benefit from your presence02:24
anteayas/would/will02:24
*** ddieterly[away] is now known as ddieterly02:25
*** _amrith_ is now known as amrith02:26
*** Sukhdev has quit IRC02:26
*** ddieterly is now known as ddieterly[away]02:26
*** gyee has quit IRC02:27
*** kzaitsev_mb has quit IRC02:27
*** nwkarsten has joined #openstack-infra02:28
clarkbNakato: I left a comment on https://review.openstack.org/#/c/293194/8 it is possible I don't grok what you are attmepting to do with argparse so if what I describe is already supportd fill me in and I will update my review02:28
anteayamtreinish: it is very enterprisey02:28
*** r-mibu has joined #openstack-infra02:29
*** sputnik13 has quit IRC02:30
*** keedya has joined #openstack-infra02:30
*** thorst has quit IRC02:31
clarkbaha! I am wrong append with 1 means pass the flag multple times02:32
*** nwkarsten has quit IRC02:32
clarkbI wonder how * or + would work with that02:33
* clarkb updates review02:33
Nakatoclarkb: I'd assume + and 'append' would produce something we could grok, but I used nargs=1 to conform to the other arguments.  *adds that to review*02:35
*** gildub has quit IRC02:35
clarkbNakato: ya what is there is fine, just writing a response to myself and updating my review02:36
Nakatoclarkb: Thanks for taking a look02:36
clarkband done02:36
*** sdake_ has quit IRC02:36
*** EricGonczer_ has joined #openstack-infra02:37
clarkbwhat is there seems fine to me. Tests even!02:37
*** fedexo has joined #openstack-infra02:37
*** sridhar_ram has quit IRC02:38
*** amotoki has joined #openstack-infra02:44
*** sdake has joined #openstack-infra02:48
*** EricGonczer_ has joined #openstack-infra02:48
*** fawadkhaliq has quit IRC02:53
*** EricGonczer_ has quit IRC02:54
*** vhosakot has quit IRC02:55
*** yuanying has quit IRC02:56
*** yamamot__ has joined #openstack-infra02:56
*** vhosakot has joined #openstack-infra03:01
*** weshay has quit IRC03:06
*** pradk has quit IRC03:07
mwhahaha_ody: Hunner http://logs.openstack.org/77/306677/9/gate/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/061bc66/console.html#_2016-04-20_01_23_14_21203:08
mwhahahaer sorry wrong channel03:08
*** links has joined #openstack-infra03:21
*** kzaitsev_mb has joined #openstack-infra03:23
*** hichihara has joined #openstack-infra03:23
*** asettle has quit IRC03:27
*** ddieterly[away] has quit IRC03:27
*** kzaitsev_mb has quit IRC03:28
*** pradk has joined #openstack-infra03:29
*** thorst has joined #openstack-infra03:32
*** rkukura has joined #openstack-infra03:36
openstackgerritIan Wienand proposed openstack-infra/project-config: Fix dependencies for openstack-repos  https://review.openstack.org/30810003:37
clarkbianw_: order matters there?03:38
ianw_clarkb: no, alphabetical for style ... forgot n comes before p :)03:38
*** mylu has quit IRC03:38
clarkbianw_: is that enforced by the linter?03:39
*** anteaya has quit IRC03:39
ianw_clarkb: yep03:39
clarkbgotcha03:39
* clarkb reapplies vote03:39
*** thorst has quit IRC03:40
*** bpokorny has joined #openstack-infra03:40
*** ayoung has quit IRC03:40
*** gongysh has joined #openstack-infra03:40
*** arif-ali has quit IRC03:43
*** asettle has joined #openstack-infra03:43
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move selinux restore to end of finalise  https://review.openstack.org/30812803:45
*** amrith is now known as _amrith_03:45
ianw_clarkb: ^ so i think that's the right way to go, see comment on how i think it got that way03:45
clarkbianw_: +103:46
clarkbI am happy to abandon my project-config change entirely and reaplce with with a deletionof the restorecon if we can get ^ in03:47
*** arif-ali has joined #openstack-infra03:48
*** rlandy has quit IRC03:48
*** yuanying has joined #openstack-infra03:48
greghaynesianw_: nitpickey -103:49
ianw_greghaynes: aren't we kind of pointing selinux gun at foot for external elements then, since they'll miss the relabel03:50
ianw_greghaynes: still investigating the virt-sysprep method, but i'm thinking an even later phase would work well for that and fstrim03:51
ianw_operate on the final raw image phase03:51
greghaynesianw_: an external element shouldnt be putting things past 90 without having a good reason to (and groking the implications)03:51
greghaynesthe same argument could be said for making a 99-zsomething script, you just have to know what youre getting in to with how we do ordering03:52
ianw_greghaynes: fair enough, but i'm not sure if that's documented anywhere03:52
openstackgerritIan Wienand proposed openstack/diskimage-builder: Move selinux restore to end of finalise  https://review.openstack.org/30812803:52
greghaynesianw_: yea, it might not be, this is something that occured to me a while ago as an 'oh crap we need to not do this', I cant remember if I wrote it down...03:53
ianw_greghaynes: you want to write something, or shall i?03:53
greghaynesianw_: I'mworking on it now03:54
*** mylu has joined #openstack-infra03:59
*** mylu has quit IRC04:00
openstackgerritgreghaynes proposed openstack/diskimage-builder: Document upstream executable numbering convention  https://review.openstack.org/30813104:00
*** doug-fish has quit IRC04:01
*** claudiub has joined #openstack-infra04:01
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add releasenotes  https://review.openstack.org/29219304:01
ianw_greghaynes: ^ with all the chatter about being a project, would be nice to start keeping this too04:01
greghaynesThe copyright thing is wierd, clarkb - do you know what is a reasonable thing to put there? (https://review.openstack.org/#/c/292193/7/releasenotes/source/conf.py line 23)04:02
*** kushal has joined #openstack-infra04:03
clarkbgreghaynes: I would put "Diskimage-builder developers"04:03
clarkbor s/developers/authors/04:03
*** rkukura has quit IRC04:03
clarkbwhile I have a patch or two in dib and I am sure fungi does too I am not sure that the foundation chould get exclusive (C)04:03
greghaynesYea, and its always scary to change those later, at least to me04:04
greghaynesianw_: ^ does 'diskimage-builder authors' sound fine?04:04
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add releasenotes  https://review.openstack.org/29219304:05
ianw_^ power to the people04:05
* ianw_ goes to check if trump is president yet04:05
greghaynesheh, that works too04:05
ianw_ooh, one step closer04:06
*** armax has quit IRC04:06
ianw_greghaynes: doc/source/conf.py still has "OpenStack"04:06
greghaynesianw_: Yea, theres also another one somewhere else in docs I think. Generally everyone is afraid to change copyright lines once they are committed I think04:07
*** piet has joined #openstack-infra04:07
*** gongysh has quit IRC04:08
*** sputnik13 has joined #openstack-infra04:09
openstackgerritgreghaynes proposed openstack/diskimage-builder: Document upstream executable numbering convention  https://review.openstack.org/30813104:09
*** asselin_ has joined #openstack-infra04:10
*** ekarlso has quit IRC04:11
*** andreaf has quit IRC04:11
ianw_we got a lot in the pipeline, just need the CI to work :(04:11
*** mylu has joined #openstack-infra04:14
*** bpokorny has quit IRC04:16
*** tphummel has joined #openstack-infra04:17
*** piet has quit IRC04:19
*** piet has joined #openstack-infra04:20
*** andreaf has joined #openstack-infra04:21
*** ekarlso has joined #openstack-infra04:24
*** maishsk has quit IRC04:25
*** kzaitsev_mb has joined #openstack-infra04:25
*** fawadkhaliq has joined #openstack-infra04:28
*** fedexo has quit IRC04:29
*** kzaitsev_mb has quit IRC04:30
*** apoorvad has joined #openstack-infra04:31
openstackgerritClark Boylan proposed openstack-infra/nodepool: Document running Nodepool for testing  https://review.openstack.org/17984004:31
clarkbpleia2: ^ I haven't walked through testing that step by step, but I reall want to get this doc change in and I think what I have there is a small viable doc update04:32
clarkbI don't actually have local machines big enough to run devstack anymore04:34
clarkb:/04:34
*** piet has quit IRC04:34
*** markvoelker has quit IRC04:34
*** markvoelker has joined #openstack-infra04:35
*** sdake has quit IRC04:36
*** sputnik13 has quit IRC04:36
*** apoorvad has quit IRC04:36
*** thorst has joined #openstack-infra04:37
*** markvoelker has quit IRC04:40
*** imcsk8 has quit IRC04:42
*** psachin has joined #openstack-infra04:43
*** imcsk8 has joined #openstack-infra04:44
*** maestro1 has joined #openstack-infra04:45
*** thorst has quit IRC04:46
*** kengo_sa_ has joined #openstack-infra04:48
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: Tempest for tripleo CI  https://review.openstack.org/29584404:49
*** kengo_sa_ has quit IRC04:52
*** abregman has joined #openstack-infra04:52
*** _amrith_ is now known as amrith04:53
*** piet has joined #openstack-infra04:54
*** mylu has quit IRC04:57
*** mrmartin has joined #openstack-infra04:59
*** mrmartin has quit IRC04:59
*** yamamot__ has quit IRC04:59
*** Sukhdev has joined #openstack-infra05:00
*** gildub has joined #openstack-infra05:01
*** doug-fish has joined #openstack-infra05:02
*** flwang1 has quit IRC05:02
*** rossella_s has quit IRC05:03
*** rossella_s has joined #openstack-infra05:04
*** yamamot__ has joined #openstack-infra05:05
*** doug-fish has quit IRC05:07
pleia2clarkb: I'll do a once through in the AM05:09
*** piet has quit IRC05:10
clarkbpleia2: that would be awesome, thank you05:10
*** yamahata has joined #openstack-infra05:10
clarkbpleia2: the devstack plugin is very well tested now so I mostly expect that to just work05:10
openstackgerritMerged openstack/requirements: Allow maintaining extras from project  https://review.openstack.org/30327105:12
*** avarner has joined #openstack-infra05:14
*** avarner has quit IRC05:18
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Add an alternative path of Neutron tempest plugin  https://review.openstack.org/30813505:22
*** yonglihe has quit IRC05:22
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Add an alternative path of Neutron tempest plugin  https://review.openstack.org/30813505:23
*** sridhar_ram has joined #openstack-infra05:25
*** bpokorny has joined #openstack-infra05:25
*** kzaitsev_mb has joined #openstack-infra05:26
*** ramishra has quit IRC05:28
*** eliqiao_ is now known as eliqiao05:29
*** ramishra has joined #openstack-infra05:30
*** kzaitsev_mb has quit IRC05:31
*** amrith is now known as _amrith_05:32
*** asettle has quit IRC05:32
*** asettle has joined #openstack-infra05:33
*** dimtruck is now known as zz_dimtruck05:36
*** sdake_ has joined #openstack-infra05:37
*** denisra has quit IRC05:42
*** ihrachys has joined #openstack-infra05:42
*** zz_dimtruck is now known as dimtruck05:43
stevemarmordred: looks like we need https://github.com/openstack/os-client-config/commit/8fa55700b90e335e54cd459ea8a60578e8d27fc7 backported to get OSC building again in stable/liberty - d'oh05:44
stevemarmordred: le bug: https://bugs.launchpad.net/os-client-config/+bug/153556205:44
openstackLaunchpad bug 1535562 in python-openstackclient "Unit test failure when buildnig debian package for 2.0.0" [High,Triaged]05:44
*** thorst has joined #openstack-infra05:44
lennybHi Infra, I see that sometimes checkout nova project takes too long ( almost 2h yesterday ) #link http://paste.openstack.org/show/494728/  .05:50
*** thorst has quit IRC05:50
clarkblennyb: we cache all of our repos05:53
clarkblennyb: without more info debugging that is almost impossible05:53
clarkbbut generally you dont want to do a full clone for every job run05:53
*** ihrachys has quit IRC05:54
*** asettle has quit IRC05:55
*** asettle has joined #openstack-infra05:55
*** bpokorny has quit IRC05:56
*** yuanying_ has joined #openstack-infra05:57
*** yuanying has quit IRC05:58
*** harlowja_at_home has joined #openstack-infra06:00
lennybclarcb: do you have mirror sites, maybe I can clone from others? How can I increase log level of our CI during ./stack.sh ? I am running CI based on Common CI solution, running stack.sh every time, if I understand you correctly I dont have to reclone devstack each time, only unstack it with new ZUUL_COMMIT?06:02
*** flwang1 has joined #openstack-infra06:02
*** eliqiao has quit IRC06:02
openstackgerritfumihiko kakuma proposed openstack-infra/devstack-gate: Consider to log a package list for pip3  https://review.openstack.org/24601706:02
*** flwang1 has quit IRC06:03
*** flwang1 has joined #openstack-infra06:04
openstackgerritMerged openstack-infra/project-config: Fix dependencies for openstack-repos  https://review.openstack.org/30810006:04
*** flwang1 has quit IRC06:04
lennybclarkb: ^ ( sorry for 'clarcb' :) )06:04
*** flwang1 has joined #openstack-infra06:05
*** flwang1 has quit IRC06:05
*** flwang1 has joined #openstack-infra06:06
*** maishsk has joined #openstack-infra06:06
*** infra-red has joined #openstack-infra06:07
clarkblennyb: git.openstack.org is a frotnend for a pool of mirrors06:07
*** infra-re_ has joined #openstack-infra06:07
*** oanson has joined #openstack-infra06:07
clarkbwhat I mean about caching is clone once a day or so then have the jobs update to the commit under test06:07
openstackgerritMerged openstack-infra/project-config: Fix package and image list comment cleanup  https://review.openstack.org/30809306:09
*** eliqiao has joined #openstack-infra06:09
openstackgerritMerged openstack-infra/project-config: Magnum: remove some projects and configs  https://review.openstack.org/30547506:11
*** infra-red has quit IRC06:11
*** aeng_ is now known as aeng06:11
*** thiagop has quit IRC06:12
lennybclarkb: we are running #link https://specs.openstack.org/openstack-infra/infra-specs/specs/openstackci.html as is. Thanks for the tip, I will modify our CI to use this approach.06:13
*** ericksonsantos has quit IRC06:13
*** maestro2 has joined #openstack-infra06:14
*** maestro1 has quit IRC06:14
*** flwang1 has quit IRC06:15
*** flwang1 has joined #openstack-infra06:16
openstackgerritDong Ma proposed openstack-infra/subunit2sql: Add db api tests for subunit2sql (2/3)  https://review.openstack.org/30814706:19
*** rcernin has joined #openstack-infra06:21
*** tphummel has quit IRC06:22
*** nelsnelson has quit IRC06:23
*** kzaitsev_mb has joined #openstack-infra06:24
*** dimtruck is now known as zz_dimtruck06:24
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/30679806:25
*** flwang1 has quit IRC06:25
*** flwang1 has joined #openstack-infra06:26
*** nwkarsten has joined #openstack-infra06:26
*** nadya has joined #openstack-infra06:26
*** nmagnezi has joined #openstack-infra06:27
*** jlanoux has joined #openstack-infra06:29
*** nwkarsten has quit IRC06:31
lennybclarkb: you are running 'new' VM each job, so how do you manage clone git only once a day?06:31
*** apoorvad has joined #openstack-infra06:34
*** flwang1 has quit IRC06:36
*** flwang1 has joined #openstack-infra06:36
ianw_lennyb: we build snapshots can clone them06:37
ianw_lennyb: one overview i recently put together is https://www.technovelty.org/openstack/image-building-in-openstack-ci.html which might be helpful06:37
*** e0ne has joined #openstack-infra06:38
*** apoorvad has quit IRC06:39
*** mikelk has joined #openstack-infra06:40
*** infra-re_ has quit IRC06:40
*** Guest30844 has quit IRC06:41
lennybianw_:10x06:42
*** e0ne has quit IRC06:43
*** e0ne has joined #openstack-infra06:44
*** infra-red has joined #openstack-infra06:44
*** e0ne_ has joined #openstack-infra06:45
*** sridhar_ram has quit IRC06:45
*** flwang1 has quit IRC06:46
*** flwang1 has joined #openstack-infra06:46
*** yuanying_ has quit IRC06:47
*** tesseract has joined #openstack-infra06:47
*** yuanying has joined #openstack-infra06:48
*** maishsk has quit IRC06:48
*** e0ne has quit IRC06:48
*** thorst has joined #openstack-infra06:48
*** tesseract is now known as Guest6708206:48
*** maishsk has joined #openstack-infra06:48
*** e0ne_ has quit IRC06:50
*** kzaitsev_mb has quit IRC06:52
*** thorst has quit IRC06:55
*** asettle has quit IRC06:55
*** asettle has joined #openstack-infra06:56
*** flwang1 has quit IRC06:56
*** flwang1 has joined #openstack-infra06:57
*** jaosorior has joined #openstack-infra06:57
*** harlowja_at_home has quit IRC06:59
*** infra-red has quit IRC06:59
*** permalac has joined #openstack-infra07:00
*** jrmyjohn has joined #openstack-infra07:01
openstackgerritMichele Paolino proposed openstack-infra/project-config: New project devstack-plugin-tar-installer  https://review.openstack.org/30815607:01
*** matrohon has joined #openstack-infra07:02
*** asettle has quit IRC07:03
*** mpaolino has joined #openstack-infra07:04
*** Sukhdev has quit IRC07:04
*** jrmyjohn has quit IRC07:05
mpaolinoHello folks, finally I managed to have a new project proposal (thanks also to your help) : https://review.openstack.org/#/c/308156/07:06
*** flwang1 has quit IRC07:06
mpaolinowhat's the process to proceed now?07:06
openstackgerritTony Breeds proposed openstack/requirements: Cap testresources<2.0.0  https://review.openstack.org/30785807:07
*** flwang1 has joined #openstack-infra07:07
*** Rockyg has quit IRC07:10
*** vincentll has joined #openstack-infra07:10
*** vgridnev has joined #openstack-infra07:11
openstackgerritVasyl Saienko proposed openstack-infra/project-config: Add ironic cleaning job  https://review.openstack.org/30447307:13
*** chmouel has joined #openstack-infra07:15
*** flwang1 has quit IRC07:17
*** flwang2 has joined #openstack-infra07:17
AJaegermpaolino: fix the failure  -and wait for review ;)07:17
mpaolinothanks, I just saw it07:18
AJaegermpaolino: and read the complete Creator's guide - you do not have ACLs defined at all.07:19
*** nadya has quit IRC07:19
mpaolinoarg, I didnt push the ACLs file07:20
*** asselin_ has quit IRC07:21
*** vhosakot has quit IRC07:21
*** Nikolay_St has joined #openstack-infra07:22
*** jmccrory has quit IRC07:22
*** jlvillal has quit IRC07:22
*** taron1 has quit IRC07:22
*** psachin_ has joined #openstack-infra07:22
yolandagood morning07:22
*** jlvillal has joined #openstack-infra07:22
*** melwitt has quit IRC07:23
*** kevinbenton has quit IRC07:23
*** ifarkas has joined #openstack-infra07:24
openstackgerritMichele Paolino proposed openstack-infra/project-config: New project devstack-plugin-tar-installer  https://review.openstack.org/30815607:24
*** jmccrory has joined #openstack-infra07:24
*** zz_dimtruck is now known as dimtruck07:25
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Propose translations: Fix invalid bash  https://review.openstack.org/30816607:25
AJaegermorning, yolanda.07:25
*** melwitt has joined #openstack-infra07:25
*** taron1 has joined #openstack-infra07:25
*** melwitt is now known as Guest1703307:25
* AJaeger broke today's translation import jobs, see 30816607:26
*** kevinbenton has joined #openstack-infra07:26
*** flwang2 has quit IRC07:27
*** flwang1 has joined #openstack-infra07:27
*** nwkarsten has joined #openstack-infra07:28
*** esikachev has joined #openstack-infra07:28
*** Yarboa has joined #openstack-infra07:28
*** infra-red has joined #openstack-infra07:29
*** infra-red has joined #openstack-infra07:30
*** dizquierdo has joined #openstack-infra07:30
openstackgerritDina Belova proposed openstack/requirements: Change osprofiler version to osprofiler>=1.3.0  https://review.openstack.org/30817107:30
*** psachin_ has quit IRC07:30
*** psachin_ has joined #openstack-infra07:31
*** infra-red has quit IRC07:31
*** nwkarsten has quit IRC07:32
*** psachin_ has quit IRC07:34
*** dimtruck is now known as zz_dimtruck07:34
*** psachin_ has joined #openstack-infra07:34
*** apoorvad has joined #openstack-infra07:35
*** shardy has joined #openstack-infra07:36
*** flwang1 has quit IRC07:37
*** scheuran has joined #openstack-infra07:37
*** ihrachys has joined #openstack-infra07:38
*** psachin_ has quit IRC07:38
*** psachin_ has joined #openstack-infra07:38
openstackgerritMichele Paolino proposed openstack-infra/project-config: New project devstack-plugin-tar-installer  https://review.openstack.org/30815607:38
*** psachin_ has quit IRC07:40
*** apoorvad has quit IRC07:40
*** jlanoux has quit IRC07:41
*** psachin_ has joined #openstack-infra07:44
*** fawadkhaliq has quit IRC07:45
*** fawadkhaliq has joined #openstack-infra07:45
*** psachin_ has quit IRC07:46
*** psachin_ has joined #openstack-infra07:46
*** psachin_ has quit IRC07:47
*** Hal has joined #openstack-infra07:47
*** Hal is now known as Guest7496607:48
*** yuanying has quit IRC07:49
*** andymaier has joined #openstack-infra07:50
openstackgerrityolanda.robla proposed openstack-infra/glean: Read skip_dns_write option from config file  https://review.openstack.org/30758107:51
*** yuanying has joined #openstack-infra07:52
*** thorst has joined #openstack-infra07:53
*** lucas-dinner is now known as lucasagomes07:55
yolandattx, or other requirements core, can you take a look at https://review.openstack.org/307000 ? it already has +2 from mordred07:57
*** hichihara has quit IRC07:58
*** elo has quit IRC07:59
*** zzzeek has quit IRC08:00
*** thorst has quit IRC08:01
openstackgerrityolanda.robla proposed openstack-infra/glean: Read skip_dns_write option from config file  https://review.openstack.org/30758108:01
*** elo has joined #openstack-infra08:02
yolandabtw, nice to see that we have good times on gate now, yesterday's queue was long08:02
*** fawadkhaliq has quit IRC08:02
ttxyolanda: looking08:03
yolandathx08:03
AJaegeryolanda: it was the longest queue in post I've ever seen...08:03
ttxapproved08:03
yolandaovh loss, combined with rax, was so bad08:04
*** zzzeek has joined #openstack-infra08:04
yolandattx, thanks08:04
*** maestro2 has quit IRC08:05
*** yuanying has quit IRC08:05
*** arxcruz has joined #openstack-infra08:05
yolandaAJaeger, my changes for nodepool finally were merged, after a day... going to remove nodepool from emergency08:05
*** zz_dimtruck is now known as dimtruck08:07
AJaegergreat, yolanda !08:09
*** HeOS has joined #openstack-infra08:12
openstackgerritMerged openstack-infra/project-config: Run slave-cleanup on all proposal jobs  https://review.openstack.org/30646708:12
*** jordanP has joined #openstack-infra08:14
openstackgerrityolanda.robla proposed openstack-infra/glean: Read skip_dns_write option from config file  https://review.openstack.org/30758108:16
*** dimtruck is now known as zz_dimtruck08:17
openstackgerritMerged openstack-infra/project-config: Propose translations: Fix invalid bash  https://review.openstack.org/30816608:17
openstackgerritThomas Goirand proposed openstack-infra/project-config: Add job to build generic debian packages  https://review.openstack.org/30774208:17
*** jistr has joined #openstack-infra08:18
openstackgerritThomas Goirand proposed openstack-infra/project-config: Add job to build generic debian packages  https://review.openstack.org/30774208:19
*** cody-somerville has quit IRC08:20
*** Yarboa has quit IRC08:21
*** claudiub has quit IRC08:22
*** jlanoux has joined #openstack-infra08:22
*** dtardivel has joined #openstack-infra08:23
*** dosaboy_ is now known as dosaboy08:24
*** maestro1 has joined #openstack-infra08:24
*** _amrith_ is now known as amrith08:25
*** vgridnev has quit IRC08:26
*** yonglihe has joined #openstack-infra08:27
*** keedya has quit IRC08:28
openstackgerritMerged openstack-infra/project-config: grafana: added grenade dvr multinode job to neutron dashboard  https://review.openstack.org/30782508:29
*** zeih has joined #openstack-infra08:29
*** eric_lopez has joined #openstack-infra08:32
*** Yarboa has joined #openstack-infra08:34
*** dizquierdo has quit IRC08:35
*** elo has quit IRC08:35
*** elo has joined #openstack-infra08:36
*** Qiming has joined #openstack-infra08:37
*** derekh has joined #openstack-infra08:37
*** shardy has quit IRC08:38
openstackgerritMerged openstack-infra/project-config: Revert "Add script to facilitate project renaming in project-config repo"  https://review.openstack.org/29841008:38
*** shardy has joined #openstack-infra08:38
*** eric_lopez has quit IRC08:39
*** _ody has quit IRC08:41
*** gildub has quit IRC08:41
*** psachin_ has joined #openstack-infra08:42
*** asettle has joined #openstack-infra08:42
*** jrmyjohn has joined #openstack-infra08:42
*** psachin_ has quit IRC08:43
*** psachin_ has joined #openstack-infra08:43
openstackgerritYAMAMOTO Takashi proposed openstack-infra/project-config: Remove the old path of Neutron tempest plugin  https://review.openstack.org/30820208:45
*** jrmyjohn has quit IRC08:47
*** fhubik has joined #openstack-infra08:52
*** electrofelix has joined #openstack-infra08:54
*** psachin has quit IRC08:55
*** psachin_ has quit IRC08:56
*** psachin has joined #openstack-infra08:56
*** zeih has quit IRC08:58
*** eric_lopez has joined #openstack-infra08:58
*** thorst has joined #openstack-infra08:58
*** elo has quit IRC08:58
*** david-lyle has quit IRC08:59
*** david-lyle has joined #openstack-infra09:00
*** psachin_ has joined #openstack-infra09:01
*** eric_lopez has quit IRC09:03
*** thorst has quit IRC09:05
openstackgerritMerged openstack-infra/tripleo-ci: Don't add duplicate entries to metadata.txt  https://review.openstack.org/29636409:07
*** zz_dimtruck is now known as dimtruck09:08
*** asettle has quit IRC09:11
*** vgridnev has joined #openstack-infra09:12
*** psachin has quit IRC09:13
*** sambetts|afk is now known as sambetts09:14
*** psachin_ has quit IRC09:14
*** psachin has joined #openstack-infra09:14
*** dingyichen has quit IRC09:17
*** asettle has joined #openstack-infra09:17
*** dimtruck is now known as zz_dimtruck09:17
*** dtantsur|afk is now known as dtantsur09:18
*** _degorenko|afk is now known as degorenko09:20
*** mpaolino has quit IRC09:23
*** mpaolino has joined #openstack-infra09:23
*** yamahata has quit IRC09:26
*** nwkarsten has joined #openstack-infra09:29
*** zeih has joined #openstack-infra09:29
*** yamamot__ has quit IRC09:30
openstackgerritMerged openstack/diskimage-builder: Document upstream executable numbering convention  https://review.openstack.org/30813109:30
openstackgerritMerged openstack/requirements: Update dependency for betamax to 0.6.0  https://review.openstack.org/30700009:33
*** zeih has quit IRC09:33
*** nwkarsten has quit IRC09:34
*** markmcd__ has quit IRC09:36
*** jlanoux has quit IRC09:37
*** apoorvad has joined #openstack-infra09:37
*** markmcd has joined #openstack-infra09:38
*** markmcd1 has joined #openstack-infra09:38
*** jlanoux has joined #openstack-infra09:39
*** apoorvad has quit IRC09:42
openstackgerritMerged openstack/requirements: Block broken netmiko release 0.4.3  https://review.openstack.org/30620609:42
*** nadya has joined #openstack-infra09:50
*** _ody has joined #openstack-infra09:50
*** amrith is now known as _amrith_09:52
*** asettle has quit IRC09:54
shardyHi all, anyone know why meeting minutes may not have been logged yesterday?09:54
shardyhttp://eavesdrop.openstack.org/meetings/tripleo/2016/09:54
shardywe had a meeting yesterday, where the bot appeared to be working, but it's not logged our meeting09:54
*** asettle has joined #openstack-infra09:54
shardynvm, there's a stray character in the startmeeting command :(09:55
shardy<doh!>09:55
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650209:56
*** _ody has quit IRC09:56
*** _ody has joined #openstack-infra09:56
*** ivc_ has joined #openstack-infra09:58
*** asettle has quit IRC09:59
*** tosky has joined #openstack-infra10:02
*** thorst has joined #openstack-infra10:03
*** yamamoto has joined #openstack-infra10:05
*** sdague has joined #openstack-infra10:08
*** nelsnelson has joined #openstack-infra10:08
openstackgerritJens Rosenboom proposed openstack-infra/nodepool: Cleanup leaked floating ips periodically  https://review.openstack.org/30775510:08
*** zz_dimtruck is now known as dimtruck10:08
*** asettle has joined #openstack-infra10:10
*** thorst has quit IRC10:11
*** nelsnelson has quit IRC10:13
*** jlanoux has quit IRC10:15
*** dimtruck is now known as zz_dimtruck10:18
*** doug-fish has joined #openstack-infra10:26
*** doug-fish has quit IRC10:31
*** maestro1 has quit IRC10:39
*** maishsk has quit IRC10:42
*** jrmyjohn has joined #openstack-infra10:44
*** pradk has quit IRC10:45
openstackgerritSergei Chipiga proposed openstack-infra/project-config: Publish test_reports dir  https://review.openstack.org/30826110:46
*** ivc_ has quit IRC10:46
*** jrmyjohn has quit IRC10:49
*** ociuhandu has quit IRC10:51
*** jaosorior has quit IRC10:52
*** jlanoux has joined #openstack-infra10:53
openstackgerritSergei Chipiga proposed openstack-infra/project-config: Publish test_reports dir  https://review.openstack.org/30826110:53
*** jaosorior has joined #openstack-infra10:53
*** jordanP has quit IRC10:55
*** pradk has joined #openstack-infra10:55
*** gongysh has joined #openstack-infra10:57
*** nwkarsten has joined #openstack-infra10:58
*** cfarquhar has quit IRC10:59
*** eliqiao_ has joined #openstack-infra10:59
*** cfarquhar has joined #openstack-infra11:00
*** cfarquhar has quit IRC11:00
*** cfarquhar has joined #openstack-infra11:00
*** eliqiao has quit IRC11:01
*** zeih has joined #openstack-infra11:02
*** nadya has quit IRC11:02
*** yamamoto has quit IRC11:02
*** claudiub has joined #openstack-infra11:03
*** ddieterly has joined #openstack-infra11:06
*** maishsk has joined #openstack-infra11:07
*** mikelk has quit IRC11:08
*** thorst has joined #openstack-infra11:08
*** mikelk has joined #openstack-infra11:09
*** zz_dimtruck is now known as dimtruck11:09
*** elo has joined #openstack-infra11:10
*** doug-fish has joined #openstack-infra11:11
*** sshnaidm has quit IRC11:14
*** ociuhandu has joined #openstack-infra11:14
*** sshnaidm has joined #openstack-infra11:14
*** thorst has quit IRC11:16
*** gildub has joined #openstack-infra11:18
*** zeih has quit IRC11:18
*** dimtruck is now known as zz_dimtruck11:19
*** asettle has quit IRC11:20
pabelangermorning11:20
*** asettle has joined #openstack-infra11:21
pabelangerclarkb: So, centos-minimal built, but think I see an issue with our finalise.d script.  99-unbound is getting called after 11-setfiles in rpm-distro11:21
pabelangerso if we reorder, I think it will work11:21
pabelangerthat is what I am testig now11:21
pabelangertesting*11:21
*** zeih has joined #openstack-infra11:22
AJaegermorning, pabelanger11:22
*** ldnunes has joined #openstack-infra11:23
*** nadya has joined #openstack-infra11:24
pabelangerbluebox looks angry: http://grafana.openstack.org/dashboard/db/nodepool-blue-box11:24
pabelangerchecking FIPs11:24
pabelangermordred: might be interested ^11:24
openstackgerrityolanda.robla proposed openstack-infra/system-config: Update documentation about infra cloud  https://review.openstack.org/30827711:24
pabelangerhttp://grafana.openstack.org/dashboard/db/nodepool-osic too11:25
*** ddieterly is now known as ddieterly[away]11:25
*** trown|outtypewww is now known as trown11:25
*** yamamoto has joined #openstack-infra11:26
*** _amrith_ is now known as amrith11:26
*** gordc has joined #openstack-infra11:26
pabelanger51 leaked IPs in bluebox, deleting now11:26
*** lucasagomes is now known as lucas-hungry11:28
*** ddieterly[away] is now known as ddieterly11:29
*** electrofelix has quit IRC11:29
AJaegerthanks, pabelanger !11:29
pabelangerand 99 leaked in OSIC11:29
pabelangerso something not right11:29
*** electrofelix has joined #openstack-infra11:31
AJaegerthat'S a lot ;(11:34
pabelangerI think we still need to land some patches in nodepool to fix FIPs11:34
pabelangerbut bluebox and osic back online11:35
*** esikachev has quit IRC11:35
*** amrith is now known as _amrith_11:36
*** electrofelix has quit IRC11:37
*** electrofelix has joined #openstack-infra11:37
*** electrofelix has quit IRC11:38
*** ddieterly is now known as ddieterly[away]11:38
*** electrofelix has joined #openstack-infra11:38
AJaegerAnd the post queue still not cleaned up ;( "Only" 136 jobs, still some for 49hours ;(11:38
*** apoorvad has joined #openstack-infra11:39
*** rhallisey has joined #openstack-infra11:39
openstackgerritCarlos Camacho proposed openstack-infra/tripleo-ci: Re-write tripleo-jobs to use gerrit  https://review.openstack.org/30753211:40
*** gordc has quit IRC11:40
*** gordc has joined #openstack-infra11:41
yolandawow, that's so much11:42
*** electrofelix has quit IRC11:44
*** electrofelix has joined #openstack-infra11:44
*** apoorvad has quit IRC11:44
*** thorst has joined #openstack-infra11:45
openstackgerritZara proposed openstack-infra/storyboard-webclient: Make it clear when user reaches end of events timeline  https://review.openstack.org/30548311:45
*** rfolco has joined #openstack-infra11:46
Shrewspabelanger: do we know if those leaks are with mordred's latest nodepool and shade changes? specifically, nodepool with https://review.openstack.org/30775511:46
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650211:46
pabelangerShrews: no, I don't know11:47
pabelangernot sure which patches we are running ATM11:47
Shrewsk. me neither. we'll wait to see what he says when he shows up11:47
*** baoli has joined #openstack-infra11:47
*** binbincong has quit IRC11:48
*** esikachev has joined #openstack-infra11:49
*** baoli has quit IRC11:49
*** asettle has quit IRC11:49
*** baoli has joined #openstack-infra11:49
*** baoli has quit IRC11:49
*** daemontool has joined #openstack-infra11:50
*** dprince has joined #openstack-infra11:57
*** nwkarste_ has joined #openstack-infra12:01
AJaegerpabelanger: could you review today a change for reviewday, please? https://review.openstack.org/30751012:03
AJaegerpabelanger: that one should obsolete your change https://review.openstack.org/#/c/305996/12:04
*** nwkarsten has quit IRC12:04
*** baoli has joined #openstack-infra12:04
pabelangerAJaeger: LGTM12:04
AJaegerpabelanger: thanks! rossella_s, FYI ^12:04
rossella_sAJaeger, pabelanger great thanks!12:05
*** aysyd has joined #openstack-infra12:05
*** baoli_ has joined #openstack-infra12:06
openstackgerrityolanda.robla proposed openstack-infra/system-config: Update documentation about infra cloud  https://review.openstack.org/30827712:06
AJaegerrossella_s: let's wait an hour after it'S merged  until puppet is run - and then check again...12:06
rossella_sAJaeger, yeah hope now it will finally work, thanks a lot again12:06
*** jheroux has joined #openstack-infra12:06
openstackgerritMerged openstack-infra/reviewday: Use pip to install gerrit-dash-creator  https://review.openstack.org/30751012:07
*** binbincong has joined #openstack-infra12:07
*** psilvad has joined #openstack-infra12:08
*** baoli has quit IRC12:09
*** zz_dimtruck is now known as dimtruck12:10
*** kengo_sakai has quit IRC12:11
*** ddieterly[away] is now known as ddieterly12:18
*** ddieterly has quit IRC12:18
*** markvoelker has joined #openstack-infra12:18
*** piet has joined #openstack-infra12:18
*** eharney has quit IRC12:19
*** dimtruck is now known as zz_dimtruck12:21
*** nadya has quit IRC12:26
openstackgerritMerged openstack-infra/project-config: restore tagging ACLs for independent projects  https://review.openstack.org/30804412:29
*** vponomaryov1 has joined #openstack-infra12:36
*** asettle has joined #openstack-infra12:37
*** keedya has joined #openstack-infra12:37
*** GnomeKing has joined #openstack-infra12:38
*** GnomeKing is now known as BobBall12:40
*** flepied1 has joined #openstack-infra12:40
openstackgerritMerged openstack-infra/release-tools: [WIP] Compare local and remote tarballs  https://review.openstack.org/30717812:41
openstackgerritMerged openstack-infra/release-tools: add latest-deliverable-versions command  https://review.openstack.org/30722912:41
*** asettle has quit IRC12:42
*** flepied has quit IRC12:43
pabelangerclarkb: okay, redording our finalise.d scripts helped unbound12:44
*** EricGonczer_ has joined #openstack-infra12:46
*** links has quit IRC12:46
*** ddieterly has joined #openstack-infra12:46
openstackgerritPaul Belanger proposed openstack-infra/project-config: Lower our nodepool-base finalise.d script  https://review.openstack.org/30830912:47
pabelangerclarkb: ^12:47
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650212:47
*** EricGonc_ has joined #openstack-infra12:47
*** rlandy has joined #openstack-infra12:47
pabelangerclarkb: confirmed unbound started properly12:47
pabelangerwith: -rw-r--r--. root root    unconfined_u:object_r:named_conf_t:s0 forwarding.conf security context12:47
*** salv-orlando has joined #openstack-infra12:48
AJaegerpabelanger: should we push this through for today's images?12:48
pabelangergreghaynes: ianw_: we should also consider bumping 11-selinux-fixfiles-restore later in the finalise process12:49
pabelangerAJaeger: possible, I'd like clarkb, maybe fungi to comment12:49
*** kgiusti has joined #openstack-infra12:49
*** matt-borland has joined #openstack-infra12:49
pabelangerwe have about 90mins until next round of image builds12:50
pabelangeronly OSIC is affected for centos-712:50
*** EricGonczer_ has quit IRC12:50
*** lucas-hungry is now known as lucasagomes12:51
openstackgerritMerged openstack-infra/storyboard-webclient: Make it clear when user reaches end of events timeline  https://review.openstack.org/30548312:51
*** maishsk_ has joined #openstack-infra12:53
*** flepied1 is now known as flepied12:53
*** netsin has quit IRC12:54
openstackgerrityolanda.robla proposed openstack-infra/shade: Add initial setup for magnum in shade  https://review.openstack.org/24323912:54
*** |-paul-| has joined #openstack-infra12:55
*** maishsk has quit IRC12:55
*** maishsk_ is now known as maishsk12:55
*** piet has quit IRC12:56
*** nelsnelson has joined #openstack-infra12:57
*** piet has joined #openstack-infra12:58
*** pradk_ has joined #openstack-infra12:59
*** trown is now known as trown|brb13:00
*** aimeeU has joined #openstack-infra13:02
openstackgerritMerged openstack-infra/tripleo-ci: tripleo.sh --delorean-build handle oslo.* package builds  https://review.openstack.org/30231213:03
*** rossella_s has quit IRC13:03
*** rossella_s has joined #openstack-infra13:04
AJaegerpabelanger: could you check whether reviewday cron job run fine, please? IMHO it should be finished by now and I see no output, so seems something went wrong with the changes ;(13:06
*** Goneri has joined #openstack-infra13:06
*** zz_dimtruck is now known as dimtruck13:07
pabelangerAJaeger: sure13:08
*** ivc_ has joined #openstack-infra13:08
rossella_sAJaeger, pabelanger I am here to help if something needs to be fixed, thanks!13:10
pabelangerAJaeger: okay, puppet just ran successfully13:10
fungipabelanger: AJaeger: talking about 308309?13:10
AJaegerfungi, yes, that was what we talked earlier about - right now we talk about reviewday13:11
fungii mean as far as what pabelanger was wanting input on before image updates start in an hour13:12
AJaegerpabelanger: puppet run already an hour ago, I expected that to deploy everything, so waiting for cron job now.13:12
AJaegerfungi: correct!13:12
EmilienMpabelanger: we have tarballs! \o/ http://tarballs.openstack.org/puppet-aodh/13:12
AJaegerEmilienM: woot!13:12
pabelangerfungi: AJaeger: We're limping long already. So if we miss, I think we are okay13:13
AJaegerpabelanger, rossella_s: I know I'm impatient on reviewday, so if cron is not finished yet or even started...13:13
pabelangerAJaeger: rossella_s: I'm just looking for the log file now13:13
*** weshay has joined #openstack-infra13:15
EmilienMbut puppet periodic jobs are still broken13:15
*** psachin has quit IRC13:15
EmilienMwe're exporting ZUUL_REF to None http://logs.openstack.org/periodic/periodic-puppet-openstack-integration-4-scenario001-tempest-centos-7/3ab3f15/console.html#_2016-04-20_06_07_19_32413:15
fungipabelanger: well, it looks simple on its face, but i need to skim through everything else that runs from finalise.d between 10 and 99 to make sure those don't have dependencies we'll start missing due to the reorder. have you tested it locally?13:15
*** sc68cal has quit IRC13:16
EmilienMexporting ZUUL_REF in other pipelines works fine, but not in periodic. I might miss something13:17
*** asselin_ has joined #openstack-infra13:17
*** njohnston has quit IRC13:17
*** hrybacki has quit IRC13:17
*** dansmith has quit IRC13:17
*** sheeprine has quit IRC13:17
*** sheeprine has joined #openstack-infra13:18
*** piet has quit IRC13:18
*** michaelxin has quit IRC13:18
AJaegerhttp://logs.openstack.org/periodic/periodic-puppet-openstack-integration-4-scenario001-tempest-centos-7/3ab3f15/console.html#_2016-04-20_06_10_31_567 has "--zuul-ref --zuul-branch --zuul-url http:/" - that'S the problem13:18
pabelangerAJaeger: just running it manually now13:18
*** hrybacki has joined #openstack-infra13:18
*** ivc_ has quit IRC13:19
*** trown|brb is now known as trown13:19
*** sc68cal has joined #openstack-infra13:19
openstackgerrityolanda.robla proposed openstack-infra/project-config: Add job validation and latest link to magnum image upload  https://review.openstack.org/30832313:19
*** njohnston has joined #openstack-infra13:20
*** dansmith has joined #openstack-infra13:20
*** dansmith is now known as Guest6476713:20
pabelangerfungi: Ya, looks like we currently run setfiles before we modify unbound, so moving them setup the security contexts properly.  And ya, tested it locally and uploaded into devstack to confirm13:20
EmilienMAJaeger: the /p you mean?13:20
EmilienM--zuul-url http://zm01.openstack.org/p13:20
*** samueldmq has joined #openstack-infra13:20
pabelangerAJaeger: seems to be working properly when I run it manually13:20
*** |-paul-| has quit IRC13:20
EmilienMAJaeger: the problem is with zuul_ref13:21
pabelangerAJaeger: where is the URL for this?13:21
samueldmqdhellmann: jeblair: hi, are you okay with patch 264398 now ? looks like it's already good to go13:21
samueldmqthanks13:21
pabelangerAJaeger: found it13:22
*** jlanoux has quit IRC13:22
EmilienMshould I use gerrit-git-prep for periodic jobs?13:23
*** lezbar__ has joined #openstack-infra13:23
*** lezbar has quit IRC13:23
*** maestro1 has joined #openstack-infra13:23
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Add releasenote jobs to OpenStack-Ansible repositories  https://review.openstack.org/30832513:23
*** piet has joined #openstack-infra13:23
pabelangerEmilienM: you need to fix your zuul-clone script to not setup --zuul-ref and --zuul-branch if the zuul ENV are missing13:23
*** xyang1 has joined #openstack-infra13:23
pabelangerEmilienM: in install_modules.sh13:24
*** bdemers has joined #openstack-infra13:24
EmilienMok13:25
*** hashar has joined #openstack-infra13:25
AJaegerEmilienM: your builder has ZUUL_REF set but run-tests and functions is a separate shell13:25
AJaegerEmilienM: as pabelanger says...13:25
AJaegerEmilienM: I guess in puppet-openstack-integration/functions13:25
*** mriedem has joined #openstack-infra13:25
EmilienMyeah13:25
fungiyou may still need to set --zuul-branch if you're passing in a branch parameter to run the periodic job against non-master branches, but i haven't looked at what you have set up just commenting generally about zuul-cloner in periodic jobs13:25
pabelangerAJaeger: EmilienM: Yup. I'd default then to None13:26
AJaegerpabelanger: anything rossella_s or me can help with the reviewday? Sorry, was too slow to answer...13:26
*** asselin_ has quit IRC13:26
*** wznoinsk has joined #openstack-infra13:28
wznoinskhi all13:28
*** sc68cal has quit IRC13:28
*** michaelxin has joined #openstack-infra13:28
*** thiagop has joined #openstack-infra13:28
*** _ari_ has joined #openstack-infra13:29
wznoinskwould anyone have problems with jenkins (when using zuul/gearman or not) when using OFFLINE_NODE_WHEN_COMPLETE parameter that a slave is being picked up by 2nd build when the 1st build is just finishing ?13:29
wznoinsks/would/does13:29
fungipabelanger: i'm mildly worried some of the network/dns config file blanking may happen too early now in 308309 but i couldn't spot anything in other elements we use that might be putting content there after it so probably unfounded. i went ahead and approved13:30
pabelangerAJaeger: rossella_s: It ran successfully, so just check the results are fine?13:30
AJaegerwoot!13:30
openstackgerritMonty Taylor proposed openstack-infra/shade: Delete floating IP on nova refresh failure  https://review.openstack.org/30802413:30
* AJaeger is impatient13:30
AJaegerrossella_s: party time!13:30
openstackgerritMonty Taylor proposed openstack-infra/shade: DNM - Debugging lines for tracking down FIP leak  https://review.openstack.org/30791313:31
AJaeger"Gerrit Dashboard links " is at the top of http://status.openstack.org//reviews/ now!13:31
*** jordanP has joined #openstack-infra13:31
*** sc68cal has joined #openstack-infra13:31
pabelangerfungi: Understood. Maybe we should move the setfiles script later in the rpm-distro element?13:31
rossella_sAJaeger, yaeh!! party time!!!13:32
AJaegerpabelanger: how long did the job run?13:32
pabelangerAJaeger: Check again in 30mins to make sure it updates again13:32
pabelangerAJaeger: not sure, may 5-10mins13:32
fungiwznoinsk: OFFLINE_NODE_WHEN_COMPLETE=1 is supposed to be handled by the jenkins-gearman plugin to make sure the worker is offline before it can pick up new jobs, so unless there's a bug i'm unaware of then no. the only times we see it happen are when restarting jenkins, since it will attempt to bring any offline slaves it knows about back online as it starts13:32
AJaegerpabelanger: ah, that's ok...13:32
*** amitgandhinz has joined #openstack-infra13:32
rossella_spabelanger, the results are perfect, thanks a lot!!! thanks everybody for your help fungi clarkb jeblair AJaeger !13:32
AJaegerrossella_s: let's monitor that it runs fine via cron now...13:33
pabelangerAJaeger: rossella_s: okay, just confirmed cron is running it right now13:33
*** piet has quit IRC13:33
AJaegerpabelanger: next time remind me that I'm impatient and should wait an hour, please ;)13:33
pabelangerAJaeger: np13:33
fungipabelanger: we'll see how this goes, but yes i have a feeling some of the file blanking needs to go back to 99 just for future-proofing. also i spotted an incorrect comment in one of those scripts which could be cleaned up13:34
rossella_sAJaeger, pabelanger I have to go now, I will be back in a couple of hours, hope it runs fine otherwise I can fix it later13:34
*** ivc_ has joined #openstack-infra13:34
AJaegerthanks, rossella_s13:34
pabelangerfungi: okay13:34
*** vgridnev has quit IRC13:34
*** psilvad has quit IRC13:34
EmilienMpabelanger: ZUUL_BRANCH is also empty in periodic jobs. Where should I set it?13:34
*** psilvad_ has joined #openstack-infra13:34
*** psilvad_ has quit IRC13:34
*** rossella_s has quit IRC13:34
*** psilvad_ has joined #openstack-infra13:35
openstackgerritMerged openstack-infra/project-config: Lower our nodepool-base finalise.d script  https://review.openstack.org/30830913:35
pabelangerEmilienM: I'd have to see how other periodic jobs work.  I've never set one up13:35
pabelangerEmilienM: do you need something other then master?13:35
EmilienMI don't understand why ZUUL_REF & ZUUL_BRANCH are empty in periodic jobs13:35
EmilienMwell, for now, I'm happy if we deploy master13:35
AJaegerEmilienM: there'S no reference to check out, so it should take HEAD13:35
AJaegerIt'S not associated with a specific change that is specified by reference and branch, EmilienM13:36
EmilienMso is it fine if I set both --zuul-ref and --zuul-branch to None?13:36
AJaegerref to None and branch to master13:36
EmilienMoki13:36
wznoinskfungi thanks, I'll verify it's actually a problem or some misconfig13:37
clarkbpabelanger: ya it was an ordering thing. ianw_ has a change up to dib to push the selinux script back to 99ish then we can move ours to 90ish and be good13:37
*** nmagnezi has quit IRC13:37
*** obondarev_ has quit IRC13:37
*** esker has quit IRC13:37
*** vgridnev has joined #openstack-infra13:38
*** edmondsw has joined #openstack-infra13:38
fungiclarkb: should i emergency revert 308309 then and wait for ianw_'s patch in dib to land?13:38
*** tonytan4ever has joined #openstack-infra13:39
fungiwe still have a few minutes before image builds kick off for the day13:39
*** obondarev has joined #openstack-infra13:39
pabelangerclarkb: Ah, missed that. Let me find the review13:39
fungior just take this as an opportunity to see how it plays out and then reorder them again after the patch lands in dib and gets a release?13:39
clarkbya I dont think we want 30830913:40
fungireverting. i'll directly enqueue into the gate13:40
*** abregman has quit IRC13:40
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Revert "Lower our nodepool-base finalise.d script"  https://review.openstack.org/30833113:40
*** samueldmq has quit IRC13:41
*** abregman has joined #openstack-infra13:41
clarkbhttps://review.openstack.org/#/c/308105/ was my interim option13:41
fungiactually i'll just emergency merge that. it's unwinding the last commit on the branch so doesn't actually need retesting13:41
*** denisra has joined #openstack-infra13:41
*** samueldmq has joined #openstack-infra13:41
EmilienMpabelanger, AJaeger: https://review.openstack.org/30833313:41
*** apoorvad has joined #openstack-infra13:41
clarkbbut ya it needs a small update as auggested13:42
AJaegerEmilienM: go for it ;)13:42
wznoinskfungi would that be expected when I manually stop a build i njenkins build queue and hit rebuild or something new comes in it may happen the same slave is being used (assuming gearman plugin didn't make it to put this slave offline yet) ?13:43
pabelangerEmilienM: LGTM13:43
*** samueldmq has quit IRC13:43
EmilienMpabelanger, AJaeger: thanks for your help guys13:43
fungigrr, getting gerrit caches flushed so it picks up my membership is taking longer than running jobs in the gate would have13:43
*** psilvad_ has quit IRC13:44
*** psilvad_ has joined #openstack-infra13:44
*** ivc_ has quit IRC13:44
*** dimtruck is now known as zz_dimtruck13:44
mtreinishoh, cool it looks like github understands gpg signed commits now13:45
mordredfungi: you want me to emergency merge?13:45
mtreinishmost of my commits now say "verified" next to them...13:45
fungimordred: just did. gertty is syncing now13:45
mordredkk13:45
mordredmtreinish: I just started signing my commits last week too13:46
fungioh, though gertty has decided it's in an offline sync suddenly13:46
*** pradk has quit IRC13:46
openstackgerritMerged openstack-infra/project-config: Revert "Lower our nodepool-base finalise.d script"  https://review.openstack.org/30833113:46
*** apoorvad has quit IRC13:46
fungiokay, done13:46
fungishould be in place well before the nodepool builder needs it13:47
*** njohnston is now known as njohnston__13:47
*** njohnston__ is now known as njohnston_afk13:47
mtreinishmordred: cool, I started doing a while ago but there was never any easily visible artifact of that before13:47
fungiwznoinsk: i don't think i've ever seen manually stopping a build cause that, but it's also probably not a situation we test so maybe?13:49
*** gongysh has quit IRC13:50
*** arxcruz has quit IRC13:50
*** ayoung has joined #openstack-infra13:50
*** psilvad_ has quit IRC13:51
*** psilvad_ has joined #openstack-infra13:51
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add support for Designate zones  https://review.openstack.org/30277013:51
mordredmtreinish: that is neat13:51
openstackgerrityolanda.robla proposed openstack-infra/project-config: WIP: Add job validation and latest link to magnum image upload  https://review.openstack.org/30832313:51
wznoinskfungi: ok, I'll  gather more info next time I see it13:51
*** psilvad_ has quit IRC13:51
*** psilvad_ has joined #openstack-infra13:51
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650213:52
*** links has joined #openstack-infra13:52
openstackgerrityolanda.robla proposed openstack-infra/project-config: WIP: Add job validation and latest link to magnum image upload  https://review.openstack.org/30832313:53
*** kengo_sakai has joined #openstack-infra13:54
*** _amrith_ is now known as amrith13:55
openstackgerritMerged openstack-dev/pbr: Fix soabi tests with pypy  https://review.openstack.org/30204513:55
*** avarner has joined #openstack-infra13:56
*** kengo_sakai has quit IRC13:56
*** kengo_sakai has joined #openstack-infra13:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Add releasenote jobs to OpenStack-Ansible repositories  https://review.openstack.org/30832513:58
*** arxcruz has joined #openstack-infra13:58
*** xarses has quit IRC14:00
*** tlian has joined #openstack-infra14:01
AJaegerpabelanger: the cron job did not update the web page so far14:02
pabelangerAJaeger: it is running again now14:03
*** MarkAtwood has joined #openstack-infra14:03
*** cody-somerville has joined #openstack-infra14:04
*** denisra has quit IRC14:04
clarkbpabelanger: the other issue I found was epel element uses el6 on el7 which also has a fix proposed to dib. And then the cache devstack script fix I wrote which you reviewed14:04
clarkb~4 bugs in one go. :/14:04
AJaegerpabelanger: ok, let me check in a few minutes again whether the website has changed. Thanks14:05
*** gildub has quit IRC14:05
pabelangerclarkb: ack14:05
*** michaelxin has quit IRC14:05
*** denisra has joined #openstack-infra14:06
mordredclarkb: btw - Shrews came up with a better idea for the volume invalidation thing that I think you're going to like better14:06
*** baoli_ has quit IRC14:08
clarkbmordred is that why things got wip'd?14:08
*** vgridnev has quit IRC14:08
*** vgridnev has joined #openstack-infra14:09
mordredyah14:09
*** jaosorior has quit IRC14:09
clarkbmordred I am going to have to ask for a test on https://review.openstack.org/#/c/307755/ too I think. Set up the fake so that you return an unattached fip, call cleanup floaters, check list14:09
*** jaosorior has joined #openstack-infra14:09
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Have delete_server use the timed server list cache  https://review.openstack.org/30788714:10
*** michaelxin has joined #openstack-infra14:10
Shrewsmordred: clarkb: ^^^14:11
*** cloudtrainme has joined #openstack-infra14:12
*** zz_dimtruck is now known as dimtruck14:12
*** gildub has joined #openstack-infra14:12
mordredclarkb: hrm. there are no tests of cleanupLeakedInstances that I can copy from14:14
*** kengo_sakai has quit IRC14:14
mordredclarkb: ah - nevermind - htere is one of periodicCleanup14:15
*** sigmavirus24_awa is now known as sigmavirus2414:15
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Retry floating ip deletion before deleting server  https://review.openstack.org/30743914:16
*** haypo has joined #openstack-infra14:16
*** jaosorior has quit IRC14:16
haypohi. i would like to search14:16
*** 14WAATBIX has joined #openstack-infra14:16
haypohi. i would like to search when gate-neutron-lbaasv1-dsvm-api failed for the first time on neutron_lbaas.tests.tempest.v1.api.admin.test_quotas.QuotasTest.test_lbaas_quotas using http://logstash.openstack.org/14:16
*** jaypipes has joined #openstack-infra14:16
AJaegerpabelanger: is that cronjob finishing with success? I do not see the webpage getting updated ;(14:17
haypohere is a quick guide to use this tool? i would like to filter on the gate "gate-neutron-lbaasv1-dsvm-api" and search the pattern "neutron_lbaas.tests.tempest.v1.api.admin.test_quotas.QuotasTest.test_lbaas_quotas"14:17
*** nwkarste_ has quit IRC14:17
*** nwkarsten has joined #openstack-infra14:18
*** gildub has quit IRC14:18
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Delete floating IP on nova refresh failure  https://review.openstack.org/30802414:19
clarkbhaypo: you can AND together search terms. so build_name:"foo" AND message:"bar" AND build_status:"FAILURE"14:20
Shrewsclarkb: basically, we are bad reviewers. one of mordred's changes uncovered some really bad code that caused the test failures14:20
Shrews307887 fixes that14:20
*** ivc_ has joined #openstack-infra14:21
clarkbhaypo we have some simple docs at http://docs.openstack.org/infra/system-config/logstash.html#query-logstash14:21
clarkbhaypo I notice what @fields is in use there which is out of date we have a flat schema now, but the principles should hold14:21
*** xarses has joined #openstack-infra14:21
haypoclarkb: i always get the message "There were no results because no indices were found that match your selected time span". i tried your syntax, and then just message:"neutron_lbaas.tests.tempest.v1.api.admin.test_quotas" using "Last 1h" timeframe14:22
haypoclarkb: yeah, i was reading http://docs.openstack.org/infra/system-config/logstash.html i tried @message"error" syntax which doesn't work -:p14:22
pabelangerAJaeger: it finished, but I have no way to see if it was successful. I don't see any logginc14:22
pabelangerlogging*14:22
clarkbyou will probably have to query further in the past the cluster has been unhappy amd recoverying from a failed node for a few days14:22
openstackgerritMerged openstack/requirements: Updated from generate-constraints  https://review.openstack.org/30679814:23
haypoclarkb: oh14:23
pabelangerAJaeger: I think we need to pipe to a log file14:23
*** vgridnev has quit IRC14:24
AJaegerpabelanger: ;(14:24
*** denisra_ has joined #openstack-infra14:24
mordredShrews: I still have to think that the code in question was some sort of horrible rebase accident14:24
openstackgerritMerged openstack/requirements: Change osprofiler version to osprofiler>=1.3.0  https://review.openstack.org/30817114:24
pabelangerAJaeger: I see that milestone.dash and data_table.html were updated, but that appears to be it14:24
pabelangerWill help more once I get back from my errand14:25
* pabelanger &14:25
AJaegerpabelanger: thanks!14:25
*** denisra has quit IRC14:26
Shrewsmordred: you gotta love broken code that works until you fix it  :)14:27
*** vgridnev has joined #openstack-infra14:28
clarkbI was trying to figure out what was broken then firefox mobile crashed, again14:28
clarkbclearly gerrit should not be used on anything with less than 8gbof ram14:28
haypoclarkb: something is wrong. build_name:"gate-neutron-lbaasv1-dsvm-api" AND message:"test_quotas" gives me 0 hit, but I saw https://bugs.launchpad.net/neutron/+bug/1572592 on at least 5 recent changesets14:28
openstackLaunchpad bug 1572592 in neutron "gate-neutron-lbaasv1-dsvm-api gate broken on Neutron LBaaS: fail to find a quota" [Undecided,New]14:28
mordredclarkb: one of these days I expect you to rage code an android version of gertty14:28
clarkbhaypo: the cluster is unhappy and not indexing events quickly right now14:28
clarkbmordred: I have actually looked at running gertty over ssh14:29
*** esker has joined #openstack-infra14:29
clarkbproblem is the keyboard takes up so much real estate14:29
*** esker has quit IRC14:29
clarkbhaypo which is why I suggested changing the timeframe to look at the past14:30
*** inc0 has joined #openstack-infra14:30
*** esker has joined #openstack-infra14:30
clarkbI havent had time to figure out why the cluster recovery is so slow this time around14:30
*** mylu has joined #openstack-infra14:31
Shrewsclarkb: if you need me to give you a tl;dr of the brokenness, i can attempt to do so14:31
haypoclarkb: it looks like the bug only occurs since a few hours14:31
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-reviewday: Create logs for update_review  https://review.openstack.org/30836714:31
AJaegerpabelanger: is this what you meant? ^14:31
*** zhurong has quit IRC14:32
*** Sukhdev has joined #openstack-infra14:32
*** dprince has quit IRC14:33
jeblairjhesketh: pong14:33
*** nwkarsten has quit IRC14:33
*** nwkarsten has joined #openstack-infra14:34
jheskethjeblair: just wanted to touch base on some zuul stuff if you have time?14:34
jeblairclarkb: gertty does handle mouse clicks...14:34
*** tonytan4ever has quit IRC14:34
jeblairjhesketh: yep; i briefly glanced at your patches, and i think they look good, i only didn't review them because i need a bit more time on the one where lots of stuff gets renamed14:34
yolandainfra-root, seems we have a problem with beaker-centos tests14:35
yolanda2016-04-20 14:14:12.594 | centos-70-x64 14:14:12$ rpm --replacepkgs -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm14:35
yolanda2016-04-20 14:14:12.689 |   Retrieving http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm14:35
yolanda2016-04-20 14:14:12.689 |   Preparing...                            ########################################14:35
yolanda2016-04-20 14:14:12.690 |   file /etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs from install of puppetlabs-release-7-12.noarch conflicts with file from package puppetlabs-release-7-10.noarch14:35
jheskethjeblair: cool, thanks14:35
*** tonytan4ever has joined #openstack-infra14:35
fungiyolanda: interesting. i wonder why it's trying to install both of those packages14:35
jheskethjeblair: with the v2 patches, I noticed you merged some and had a look at others. Do you think it'd be a good idea to add a few notes to that etherpad on which ones you think should be reviewed for merging?14:35
yolandai will debug that14:36
jheskethjeblair: so other core can +w where appropriate14:36
jeblairjhesketh: ah, i want to get through all of them, but then the jenkins thing happened14:36
jheskethall good14:36
AJaegeryolanda: -i can install in parallel, -U updates14:36
jeblairjhesketh: (and now i'm focusing heavily on zuulv2.5, which is what i'm calling the effort to quickly replace jenkins with a bunch of code cobbled together from v3 and other places)14:36
wznoinskfungi: http://paste.openstack.org/?reply_to=49482814:36
AJaegeryolanda: not sure about --replacepkgs14:36
openstackgerritMerged openstack-infra/tripleo-ci: Conditionally request a test env from geard  https://review.openstack.org/30650614:37
*** yamahata has joined #openstack-infra14:37
*** Qiming has quit IRC14:37
jheskethjeblair: once more information is released about jenkins, won't we be able to turn console log access back on?14:37
jheskethjeblair: couldn't we alternatively put a proxy in front of jenkins that allowed streaming console logs and no other pages?14:37
wznoinskfungi: http://paste.openstack.org/show/494829/ even14:38
jheskethjeblair: or lastly we could throw turbo-hipster at it14:38
fungiwznoinsk: did this start recently? have you confirmed that the 3rdparty-nfv-ci-intel-tests job run shows OFFLINE_NODE_WHEN_COMPLETE with a value of 1 in its job parameters?14:38
jeblairjhesketh: turbo-hipster would require us to finish the work to stop using scp or ftp at all; and regardless of where we are with logs, docs still isn't started.14:39
*** electrofelix has quit IRC14:39
*** pradk_ is now known as pradk14:39
fungiwznoinsk: like by going directly to the parameters page in the jenkins webui for that first completed job run?14:39
*** jaosorior has joined #openstack-infra14:40
jheskethjeblair: yeah it's not a great solution, just thowing it out there if you're considering a "quick replace jenkins"14:40
*** denisra_ has quit IRC14:40
jeblairjhesketh: definitely considered it.  as you know, this isn't my first choice.  :)14:40
jheskethjeblair: but I actually think a proxy would get access to logs and help protect us14:40
wznoinskfungi yes, it is set in both jobs parameters, it's our sandbox and it was happening like this from time to time since we've deployed it 3weeks ago14:40
*** kengo_sakai has joined #openstack-infra14:41
*** denisra has joined #openstack-infra14:41
fungiwznoinsk: what version of jenkins and of the gearman-jenkins plugin are you running there?14:41
wznoinskfungi open the 49482814:41
wznoinsk494829*14:41
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add FIP cleaning script  https://review.openstack.org/30837614:42
mordredclarkb, nibalizer: ^^ fwiw, this is what I use to clean fips from osic and bluebox currently14:42
*** electrofelix has joined #openstack-infra14:42
*** sdake_ has quit IRC14:42
mordredit could obviously be made much more robust, but it's been doing the job so far14:43
*** apoorvad has joined #openstack-infra14:43
fungiwznoinsk: oh, i see it at the bottom. missed it initially14:43
*** ajmiller has quit IRC14:44
*** roxanagh_ has joined #openstack-infra14:44
*** claudiub has quit IRC14:44
*** ddieterly is now known as ddieterly[away]14:45
*** sdake_ has joined #openstack-infra14:45
*** tonytan_brb has joined #openstack-infra14:46
*** ddieterly[away] is now known as ddieterly14:46
openstackgerritZara proposed openstack-infra/storyboard-webclient: Make it easier to find 'add task' button  https://review.openstack.org/29422114:46
*** apoorvad has quit IRC14:47
*** tosky has quit IRC14:47
*** Hal has joined #openstack-infra14:47
*** Guest74966 has quit IRC14:48
*** Hal is now known as Guest1598514:48
*** watanabe_isao has joined #openstack-infra14:48
nibalizermordred: python you say14:48
clarkbarg ya our last index is from the 16th14:48
clarkbelasticsearch what is wrong with you14:48
*** arxcruz has quit IRC14:48
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650214:48
nibalizeralso that simply isn't the algorithm that clark and i do14:49
fungiclarkb: jeblair: do either of you recall what the gearman-plugin build we're running was testing out? it's versioned 0.1.3.9.9f3adc9 but there are only 8 commits on master since the 0.1.3 tag14:49
nibalizerwe list all untattached ips, then list them again in a few minutes, anything that isn't attached at both times we elete14:49
mordrednibalizer: yes. you do not need to do that14:49
clarkbit is trying to recover an index from the 15th14:49
mordrednibalizer: at least, not for those two clouds14:49
clarkband going nowhere14:49
mordredthey use the neutron port-id floating ip creation routine14:49
nibalizerits not possible that  a fip has been allocated but not attached14:49
mordrednope14:50
mordrednot with the new code14:50
*** kengo_sakai has quit IRC14:50
*** tonytan4ever has quit IRC14:50
clarkbI "closed" the 15th's index which seems to have it doing new recovery steps14:50
*** armax has joined #openstack-infra14:50
tlianTo run Keystone's test via tox with constraints, what is the correct way to run? Below is not running OK.14:50
tlian+ tox --recreate -e py27-constraints,pep814:50
tlianERROR: unknown environment 'py27-constraints'14:50
*** apoorvad has joined #openstack-infra14:51
*** denisra has quit IRC14:51
jeblairfungi: i thought i tagged master with 014?14:51
nibalizermordred: aight14:51
*** denisra has joined #openstack-infra14:51
*** haypo has left #openstack-infra14:51
fungijeblair: master is tagged 0.2.0 but regardless that's still a commit shy of the count on the version we're using14:51
*** haypo has joined #openstack-infra14:51
mordrednibalizer: you DO have to do your trick for the tripleo cloud, as it's using the nova fip api14:51
nibalizerok14:51
*** roxanagh_ has quit IRC14:51
AJaegertlian: tox -e py27 will use constraints, won't it?14:52
clarkbI have since reopened the index and now that shard is unassigned hopeflly the next time it attempts to assign it it will do things14:52
haypoclarkb: anyway, thanks for your help on logstash. FYI it looks like i found the root cause of the bug, and i proposed a fix: https://bugs.launchpad.net/neutron/+bug/157259214:52
openstackLaunchpad bug 1572592 in neutron "gate-neutron-lbaasv1-dsvm-api gate broken on Neutron LBaaS: fail to find a quota" [Critical,In progress] - Assigned to Victor Stinner (victor-stinner)14:52
*** anteaya has joined #openstack-infra14:52
jeblairfungi: i have no idea then.14:52
AJaegertlian: yes, it should. no need to do anything special...14:52
tlianAjaeger: No, it's not. That's why I gave a try with -constraints14:52
tlianAjaeger: let me try again.14:52
dstanektlian: you mean upper constraints?14:53
fungijeblair: the timestamp for /var/lib/jenkins/plugins/gearman-plugin on jenkins01 is about 30 minutes before that last change merged to the tip of master, so maybe that's all we were trying and the commit count is misleading for some reason14:53
tlianright14:53
*** nwkarsten has quit IRC14:53
dstanekthere is no py27-constaints target in keystone14:53
dstanektlian: that was recently added to master14:53
dstanektlian: http://git.openstack.org/cgit/openstack/keystone/tree/tox.ini#n814:53
AJaegerdstanek, tlian: Current master head should use constraints14:53
*** tosky has joined #openstack-infra14:54
*** Sukhdev has quit IRC14:54
fungiwznoinsk: so your installed versions look basically the same as ours (we're on jenkins 1.642.3 instead of 1.642.4 and are running what i think is a pre-release equivalent of gearman-plugin 0.2.0)14:54
AJaegertlian: -constraints jobs were a short time experiment, no project should have them.14:55
*** armax_ has joined #openstack-infra14:55
*** nwkarsten has joined #openstack-infra14:55
*** apoorvad has quit IRC14:55
*** oanson has quit IRC14:55
clarkbhaypo: good to hear, sorry the cluster is in a bad state and didn't have what you are looking for14:55
*** armax has quit IRC14:56
*** armax_ is now known as armax14:56
tlianMy real problem is that tests are throwing import error on testresources, so I thought tox was not installing https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt14:56
fungiwznoinsk: have you checked /var/log/jenkins/jenkins.log for any hints? the gearman plugin logs details in there14:56
*** denisra_ has joined #openstack-infra14:56
fungialong with the rest of jenkins14:56
AJaegertlian: my .tox/py27/log/py27-1.log file for keystone shows the useage of constraints14:56
*** ajmiller has joined #openstack-infra14:56
*** gongysh has joined #openstack-infra14:56
*** denisra has quit IRC14:56
fungitlian: are you trying to test a different branch than master? i think stable/kilo may have import issues at the moment14:57
tlianfungi: I am trying on master14:57
tlian.tox/py27/python is not importing 'testresources'. The package should have been installed by tox, isn't it?14:58
*** vgridnev has quit IRC14:58
*** denisra_ has quit IRC14:58
*** denisra_ has joined #openstack-infra14:58
*** haypo has left #openstack-infra14:59
*** Swami has joined #openstack-infra14:59
tlianI think testresources should get installed per14:59
tlianinstall_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}14:59
*** amitgandhinz has quit IRC14:59
*** dprince has joined #openstack-infra14:59
clarkbtlian: you also need a requirements file14:59
*** Guest64767 is now known as dansmith15:00
*** bpokorny has joined #openstack-infra15:00
tlianI just use tox.ini from the master branch - nothing is modified.15:01
AJaegertlian: The constraints are used, testresources is an additional problem.15:01
tliandeps = -r{toxinidir}/test-requirements.txt15:01
*** denisra_ has quit IRC15:01
*** denisra_ has joined #openstack-infra15:01
anteayaAJaeger: in this session are you needing more infra people than yourself? https://www.openstack.org/summit/austin-2016/summit-schedule/global-search?t=toolchain15:02
*** maishsk has quit IRC15:02
AJaegeranteaya: that'S more docs toolchain than infra - and if infra questions come up, I can handle them.15:03
anteayagreat, just confirming as it has infra in the title but wasn't on the infra schedule15:03
AJaegeranteaya: thanks for asking. No need for people to represent infra - still everybody that wants to learn about the scripts and tools we use to publish are fine...15:03
fungiyeah, the main reason i noted that as a potential conflict is so that i didn't book it at the same time as an infra session AJaeger was leading15:03
anteayawonderful thank you15:03
anteayafungi: ah how kind15:04
AJaegeranteaya: the tools are invoked by infra scripts.15:04
AJaegerfungi: thanks, appreciated!15:04
anteayaAJaeger: that makes sense15:04
fungipart of the variety of inputs i was taking into consideration when trying out various shuffling in our session schedule15:04
* AJaeger will be back later...15:04
anteayaI went through my schedule last night and so far minimal conflicts15:04
anteayayay15:04
fungisounds like i've mostly succeeded in that goal15:05
*** asselin_ has joined #openstack-infra15:05
fungias noted in my announcement, puppet/ansible conflicts were the main problem (and that was really just around work sessions, not fishbowls)15:05
anteayafungi: yay for mostly succeeded15:05
crinklenibalizer: did you see yolanda's beaker centos issue in sb ^ do you think it's related to the repo derp they had last night?15:05
yolandacrinkle, i have a holded node now, and trying to debug15:06
*** amit213 has quit IRC15:06
*** matrohon has quit IRC15:06
nibalizeri did not see anything15:06
nibalizeryolanda: link?15:06
yolandahttp://logs.openstack.org/77/308277/2/check/gate-openstackci-beaker-centos-7/0736982/console.html15:06
*** tonytan_brb is now known as tonytan4ever15:06
crinkleyolanda: they were missing a package last night and it was a result of something they changed in their release pipeline, so i would most likely blame puppet15:07
fungiin this case the error is specific to two puppet-release packages with different versions coexisting and conflicting over at least one file on the filesystem15:07
fungibut maybe that's a transitional issue15:08
nibalizerim also curious why we null route updates.puppetlabs.com15:08
*** baoli has joined #openstack-infra15:08
yolandai have been hitting this during all day15:08
*** amit213 has joined #openstack-infra15:08
fungii wonder if we're leaving that package preinstalled on the image, and the newer one is being installed by the job and conflicting?15:08
*** dimtruck is now known as zz_dimtruck15:09
dstanekanteaya: i got that personal ical generator done15:09
fungiin which case image updates will possibly cause the bug to be hidden again15:09
*** jrmyjohn has joined #openstack-infra15:09
fungifor whatever reason yum/rpm seems to be trying to add teh new version rather than replacing/upgrading the old one15:10
anteayadstanek: I saw last night, dhellmann linked it when MarkAtwood asked about it15:10
clarkbnibalizer: we remove the puppet repo from our images when we are done with it to avoid hitting puppet on every update on every test15:10
tlianAt run time, how should testresources get installed in the virtualevn?  The package is NOT listed in test-requirment.txt.15:10
*** cloudtrainme has quit IRC15:10
anteayadstanek: nicely done, does anne know about your script yet?15:10
*** denisra has joined #openstack-infra15:10
dstanekanteaya: perfect. if you try it and have issues let me know15:10
clarkbtlian: probably as a dependency of testr/subunit15:10
*** mylu has quit IRC15:10
dstanekanteaya: nope, but i'll email her now15:10
openstackgerritEmilien Macchi proposed openstack-infra/project-config: run-tarball/puppet: fix MODULE_NAME & support stable builds  https://review.openstack.org/30839415:10
*** mylu has joined #openstack-infra15:11
anteayadstanek: I will do so, I put my schedule in a tomboy note as that is my preference, I dislike signing into anything I don't have to15:11
nibalizerclarkb: what does that have to do will null routing updates.puppetlabs.com?15:11
anteayadstanek: but should that change I will let you know15:11
*** denisra_ has quit IRC15:11
dstanektlian: are you having issues getting testresources installed?15:11
clarkbnibalizer: I do not know where or how we are null routing updates.puppetlabs.com15:11
nibalizeryolanda: they think the fixed it about 8am utc so if you are still hitting it then its not related15:11
anteayadstanek: in any case, thanks for doing that15:11
openstackgerritSunjoo Park proposed openstack/python-jenkins: Fix get_running_builds for url with prefix  https://review.openstack.org/30839615:11
clarkbnibalizer: I am just pointing out that we do have code that disables the puppet repo in places15:11
nibalizerclarkb: http://logs.openstack.org/77/308277/2/check/gate-openstackci-beaker-centos-7/0736982/console.html#_2016-04-20_14_14_12_58615:11
yolandafungi, so the error complains about the key actually rpm --replacepkgs -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm15:11
*** rajinir has joined #openstack-infra15:12
nibalizerthat's not where it fails15:12
yolandabad paste15:12
yolandafile /etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs from install of puppetlabs-release-7-12.noarch conflicts with file  ...15:12
fungiyolanda: it complains about the _file_ containing the key15:12
tliandstanek: yes - testresources is not installed in virtual env.15:12
clarkbnibalizer: oh that is beaker not us I don't think15:12
fungiyolanda: it's a duplicate file conflict15:12
fungiyolanda: both those packages claim to install that same file15:12
yolandayep, i meant that , conflict in installing that key15:13
*** jaypipes has quit IRC15:13
*** hashar has quit IRC15:13
clarkbok I think the spice is flowing again re elasticsearch. It is very far behind but with weekend and summit coming up hopefully recovers15:14
fungiand the question is why it's seeing that as a conflict, since both of those seem like they should be different versions of the same package rather than different packages15:14
*** mylu has quit IRC15:14
clarkbof course this assumes it is able to place that shard without stalling again :/15:14
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793115:14
dstanektlian: i was having issues with that yesterday and had to update my tox and pip to the latest15:14
*** mylu has joined #openstack-infra15:15
dstanektlian: i haven't had time to see why that actually worked, but it appears that the dep resolution isn't listening to our test-requirements.txt15:15
tliandstanek: yeah I am not having them the latest. Let me trying upgrading them first. Thank15:15
*** cloudtrainme has joined #openstack-infra15:15
*** maishsk has joined #openstack-infra15:16
dstanektlian: 'oslo.db[fixtures,mysql,postgresql]>=4.1.0 # Apache-2.0' appears to throw it off15:16
yolandafungi looks as a problem with packagign?15:16
fungiyolanda: crinkle: nibalizer: could this be related to the centos issue we've got where epel 6 was being enabled as well as epel 715:16
fungi?15:16
* fungi is unsure the current state of that bug15:17
nibalizerim unaware of that bug15:17
tliandstanek: yes, exactly. oslo_db/sqlalchemy/test_base.py ...15:17
*** Nikolay_St has quit IRC15:17
clarkbfungi: no I don't think that bug ever affected our production images15:18
nibalizerinfra-root per conversations in #openstack-meeting i'm going to cleanup runaway storyboard workers and restart the workers service15:18
fungijust checking, since i see some puppetlabs bug reports from last year indicating el6 and el7 can be installed side-by-side15:18
clarkbfungi: unless it was independently bugged somewhere else. I ran into it on my local builds because I added epel in15:18
fungithanks nibalizer15:18
*** e0ne has joined #openstack-infra15:18
nibalizerSotK: Zara we are down to 5 wokres15:19
SotK\o/ thanks!15:19
*** jordanP has quit IRC15:21
*** mylu_ has joined #openstack-infra15:22
*** mylu has quit IRC15:23
*** zz_dimtruck is now known as dimtruck15:24
yolandainfra-root, so the solution i can think about, is to upgrade to 7-12 in our install_puppet, and rebuild15:24
fungiyolanda: crinkle: nibalizer: i checked a not-yet-used centos-7 worker and the puppetlabs-release-7-10.noarch is showing preinstalled on it along with puppet-3.6.2-3.el7.noarch15:24
yolandainstall_puppet preinstalls 7-10 yes15:25
fungiyolanda: unless i'm completely mistaken, the solution is to make sure we uninstall puppet packages properly in our images15:25
clarkbisn't the real fix to get puppet to have packages that can upgrade?15:25
clarkbotherwise this is an issue on the git mirrors15:26
*** salv-orlando has quit IRC15:26
fungiclarkb: that too. or perhaps this is beaker not calling rpm correctly15:26
fungibut regardless, the puppeting we do to configure our worker images should _not_ be allowed to leak packages into the images15:26
yolandarpm can be called with a flag to ignore file conflicts, but not doing that15:26
morganclarkb: i like your idea of having packages that can be upgraded15:27
morganyolanda: ++, oh god --no-deps --force, NEVER15:27
fungiyolanda: i wonder if -i with --replace-pkgs really does teh same thing as -U15:27
*** esker has quit IRC15:28
mwhahahaby the way the beaker thing has broken the puppet-openstack beaker stuff as well on centos715:28
*** hashar has joined #openstack-infra15:28
*** esker has joined #openstack-infra15:28
yolandafungi , it needs a --replacefiles to ignore that kind of conflicts15:28
yolandabut we don't control it15:28
fungiyolanda: right, i'm asking why it's doing -i instead of -U15:28
openstackgerritDean Troyer proposed openstack/requirements: bump python-openstackclient in u-c to 2.4.0  https://review.openstack.org/30841115:28
*** burgerk has joined #openstack-infra15:29
fungii'm pretty sure -i doesn't imply -U when there's an existing package of the same name15:29
yolandafugni, so in prepre node, we have an install_puppet there, shall we have a uninstall_puppet when finishing?15:29
fungiso on its face, it looks like a bug in beaker rather than in the puppetlabs packaging15:29
*** jaosorior has quit IRC15:29
openstackgerritMonty Taylor proposed openstack-infra/shade: Rework floating ip use test to be neutron based  https://review.openstack.org/30841215:29
openstackgerritMonty Taylor proposed openstack-infra/shade: Add public helper method for cleaning floating ips  https://review.openstack.org/30841315:29
fungiyolanda: that's a good question. i feel like we shouldn't leave puppet packaging preinstalled on any of our workers, but haven't looked at our other images yet to see if this is affecting more than just centos-715:30
yolandafungi, i wonder if we can break some job if we remove puppet15:30
yolandaso, if they rely on puppet being present15:30
fungiright, i think jobs which use puppet should install puppet15:30
*** baoli has quit IRC15:31
openstackgerritMonty Taylor proposed openstack-infra/nodepool: Cleanup leaked floating ips periodically  https://review.openstack.org/30775515:31
fungiindeed, our ubuntu-trusty images have facter, hiera, puppet, puppet-common and puppetlabs-release preinstalled15:31
openstackgerritMonty Taylor proposed openstack-infra/nodepool: Cleanup leaked floating ips periodically  https://review.openstack.org/30775515:31
yolandayes, it installs puppet but never uninstalls it15:32
mordredclarkb, Shrews: ^^ those three above15:32
yolandait will happen on all base images15:32
fungiso this is consistent, though i still think we should clean it up. others may disagree15:32
crinklei think this is probably something that should be reported to puppetlabs whether or not we decide to uninstall things15:32
mwhahahaso last night they broke the release rpms I wonder if they changed something that has affected the beaker jobs15:32
mordredclarkb, Shrews: I tink that exposing the logic of doing that to nodepool is a layer violation - nodepool should not need to know about neutron fips just in that one spot15:32
crinklemwhahaha: that's what i was thinking, that they broke something else15:32
*** links has quit IRC15:32
mwhahahasounds like it's doing something different in the new packaging15:32
yolandasounds good to me, but if we  verify that we any of our jobs rely on puppet being present15:33
mwhahahaas the install helper/beaker code hasn't changed in the last 24 hours15:33
yolandai bet that at least downstream, not having puppet should have broken us15:33
* mwhahaha pokes Hunner15:33
crinklei don't think the puppet-openstack jobs rely on puppet being present (if they do that's a bug)15:33
fungicrinkle: yolanda: nibalizer: clarkb: i just tested, it's not a problem with the package itself. `rpm --replacepkgs -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm` fails for me while `rpm -Uvh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm` works fine15:33
crinkleinteresting15:33
fungii think beaker needs to be fixed to use rpm correctly15:33
yolandaeither with -U, or at least , the --replacefiles flag15:34
mordredyah. -Uvh is what I'd use personally15:34
fungimy guess is that they thought --replacepkgs would do the same thing as -U15:34
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add message pointing to postci.log  https://review.openstack.org/30841915:34
crinklei can look into that today and submit either a bug or a pr15:35
*** ajmiller_ has joined #openstack-infra15:35
*** ajmiller_ has quit IRC15:35
*** esker has quit IRC15:36
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Don't remove packages from the delorean-deps repository  https://review.openstack.org/30842115:36
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove metric from previous runs  https://review.openstack.org/30842215:36
*** ajmiller has quit IRC15:37
*** Sukhdev has joined #openstack-infra15:37
fungicrinkle: just as a point of reference, -U works fine whether there is an existing version of the package installed or not, so it doesn't look like you have to choose between -U and -i (-U effectively implies -i)15:37
crinklethat makes sense15:37
fungii just tested it by ininstalling the package and then installing it with rpm -U instead of rpm -i15:37
*** scheuran has quit IRC15:37
fungito be sure (though it was my recollection already)15:37
*** 14WAATBIX has quit IRC15:38
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add message pointing to postci.txt  https://review.openstack.org/30841915:38
*** nikhil_k has joined #openstack-infra15:38
*** ajmiller has joined #openstack-infra15:38
dhellmanndid we lose the ability to look at draft html output as part of the jenkins lockdown, or did some files from https://review.openstack.org/#/c/305924/ just time out and get removed? (we're seeing 404 errors)15:39
*** mriedem is now known as mriedem_haircut15:39
anteayadhellmann: I confirm http://docs-draft.openstack.org/24/305924/1/check/gate-releases-docs/7a08922//doc/build/html/ 404's for me15:40
*** nikhil has quit IRC15:40
*** esikachev has quit IRC15:40
*** gongysh has quit IRC15:40
anteayadhellmann: that doesn't have anything to do with the jenkins opacity as far as I know15:40
anteayadhellmann: I would suspect a log upload issue15:40
dhellmannanteaya : ok, thanks. I'll run a recheck and see if that regenerates the files15:41
yolandafungi, so what do you think it can be better? for short term, i can see the beaker fix, or the rpm bump on preinstalled images15:41
openstackgerritDaniel Berrange proposed openstack-infra/project-config: Add release-notes job for os-vif  https://review.openstack.org/30842315:41
yolandaand to be looked more carefully, uninstall puppet on base images15:41
clarkbrecovering shards on the node that crashed doesn't really seem to go anywhere. It is indexing new shards but relocated shards or recovered shards don't seem to do anything15:41
anteayaokay, I'm looking at the job definition on that for how the logs are meant to be uploaded15:41
fungiyolanda: shortest term this goes away as soon as our running image updates complete15:42
clarkbI am going to try the close open trick on one of those indexes15:42
yolandafungi, not sure. Because in install_puppet script, it is pinned to 7-1015:42
yolandafunction setup_puppet_rhel7 {15:42
yolanda    local puppet_pkg="https://yum.puppetlabs.com/el/7/products/x86_64/puppetlabs-release-+346056416397-10.noarch.rpm"15:42
yolandaso if we want to get rid of conflicts, we need to bump there15:43
fungiyolanda: longer term, someone (like crinkle) getting a fix into beaker for their bug is a good idea and also we should have a broader discussion about making sure we clean up/remove lingering build-related packages on our worker images15:43
crinklei think both fixing beaker and cleaning up build packages are good things15:43
clarkbok the original recovering shard that wasn't going anywhere has an upward moving byte counter15:43
fungiyolanda: oh, we're explicitly installing -10 in our images, not latest puppetlabs-release?15:43
clarkbI think it may be actually recovering this time15:43
*** maishsk has quit IRC15:43
yolandafungi, that's it15:43
nibalizercrinkle: ++ to fixing beaker15:44
anteayadhellmann: to confirm, this job used to offer the log for gate-releases-docs and started 404'ing recently?15:44
*** thiagop has quit IRC15:44
*** mylu_ has quit IRC15:44
*** mylu has joined #openstack-infra15:44
yolandacrinkle, nibalizer, do you know why we pin explicitly to a rpm version'15:44
yolanda?15:44
fungiyolanda: so yeah, fixing that would be good too. i wonder whether there's a reason we hardcode the specific package rev. i guess it's because we're relying on a download url15:44
nibalizerim expecting all of that to be handled by an install_puppet() macro anyways15:45
*** sridhar_ram has joined #openstack-infra15:45
fungirather than adding a package channel to yum install it15:45
nibalizerso probably outside our direct control, unless we want to write/use our own install_puppet macro15:45
crinkleyolanda: i have no idea, i can't think of a good reason15:45
yolandawhat fungi said... and there is no -latest version to rely on15:46
yolandaok, i'll fix that and we can update images15:46
mwhahahahttp://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm15:46
mwhahahathat's the latest15:46
mwhahahanot sure why you're going down into el/7/products/...15:46
yolandaah, there is a good one at upper level.. i honestly don't know15:47
fungimwhahaha: oh, nice!15:47
fungithanks for the tip15:47
mwhahahathat was the file that went missing last night :D15:47
mwhahahabut that's the 'latest'15:47
mwhahahaand what is getting installed by beaker15:47
yolandayep, that will solve our issues15:47
fungiwe likely didn't know it existed15:47
fungior maybe it didn't exist when we originally wrote this bootstrapper15:48
fungiin the long-ago, in the before-time15:48
*** mylu has quit IRC15:48
*** esikachev has joined #openstack-infra15:48
mwhahaha:D15:48
*** lakshmiS has joined #openstack-infra15:49
*** dimtruck is now known as zz_dimtruck15:49
openstackgerrityolanda.robla proposed openstack-infra/system-config: Consume the latest puppetlabs rpm when installing puppet  https://review.openstack.org/30842615:50
anteayadhellmann: I'm not seeing a problem in the job setup, your setup for releases is very similar to governance and it is generating html: http://docs-draft.openstack.org/27/268727/9/check/gate-governance-docs/0a70e8c//doc/build/html/15:50
yolandaok pushed patch15:50
*** tphummel has joined #openstack-infra15:51
*** baoli has joined #openstack-infra15:51
*** mikelk has quit IRC15:52
anteayadhellmann: sorry that was generated April 15th, I'll recheck that patch15:52
dhellmannanteaya : yeah, we've definitely had the output usable before15:52
*** mylu has joined #openstack-infra15:53
anteayadhellmann: great, thank you15:53
*** gyee has joined #openstack-infra15:54
*** nwkarsten has quit IRC15:54
*** nt has quit IRC15:54
*** nwkarsten has joined #openstack-infra15:55
clarkbdhellmann: anteaya see http://logs.openstack.org/24/305924/1/check/gate-releases-docs/7a08922/console.html#_2016-04-18_17_16_26_08415:55
*** xyang1 has quit IRC15:56
anteayaso the html file disappeared?15:56
fungishould be build/sphinx/html ?15:57
*** mylu has quit IRC15:57
fungi2016-04-18 17:16:02.352 | creating /home/jenkins/workspace/gate-releases-docs/build/sphinx/html15:57
clarkbif so that is new15:58
*** salv-orlando has joined #openstack-infra15:58
*** xyang1 has joined #openstack-infra15:58
*** mylu has joined #openstack-infra15:58
*** dizquierdo has joined #openstack-infra15:59
*** fernnest has joined #openstack-infra15:59
anteayayes15:59
fungiyeah, if it's supposed to copy contents into doc/build i'm not seeing that step output in the log15:59
clarkbfungi: no sphinx is supposed to write to doc/build15:59
clarkband has since I originally configured the docs jobs almost 4 years ago16:00
*** maestro1 has quit IRC16:00
fungidid a recent pbr change it? are other projects being affected?16:00
*** Rockyg has joined #openstack-infra16:00
clarkbor maybe new sphinx?16:00
*** vincentll has quit IRC16:01
yolandainfra-root, can you review https://review.openstack.org/308426?16:01
fungiclarkb: sphinx 1.4.1 released on the 12th16:02
fungidhellmann: when was the last time it seemed to work?16:03
dhellmannfungi : I'm not sure I could say. This is the first time we noticed it not working, but I don't look at the output for every patch and I haven't changed the way things render in a while16:04
*** zz_dimtruck is now known as dimtruck16:04
*** ddieterly is now known as ddieterly[away]16:04
*** vhosakot has joined #openstack-infra16:05
*** abregman is now known as abregman|afk16:05
*** flepied1 has joined #openstack-infra16:06
anteayathis is the right timeframe: https://review.openstack.org/#/c/306537/2/jenkins/jobs/python-jobs.yaml16:06
anteayabut I can't see how that would have changed the name of the path16:07
*** dtantsur is now known as dtantsur|afk16:08
*** abregman|afk has quit IRC16:10
*** flepied has quit IRC16:10
*** austin81 has joined #openstack-infra16:10
anteayathe console-log macro: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/macros.yaml#n89316:10
*** nt has joined #openstack-infra16:10
anteayais looking for 'logs/$LOG_PATH'16:11
*** ddieterly[away] is now known as ddieterly16:11
*** ddieterly is now known as ddieterly[away]16:12
*** jrmyjohn has quit IRC16:12
anteayadoes source need to be specified for the -docs jobs?16:12
*** zeih has quit IRC16:13
*** nwkarsten has quit IRC16:14
*** nwkarsten has joined #openstack-infra16:14
anteayafungi: I had a link above that produced html output on the 15th16:14
*** ams_ has joined #openstack-infra16:15
*** lakshmiS has quit IRC16:15
fungianteaya: in that case, probably not caused by the sphinx release on the 12th16:15
*** jrmyjohn has joined #openstack-infra16:15
anteayaI would agree with that conclusion16:15
*** lakshmiS has joined #openstack-infra16:15
anteayapatchset 9 https://review.openstack.org/#/c/268727/916:15
fungihttps://review.openstack.org/279238 changed a fair amount of logic in the docs build slave script, but merged back in february so also not a likely cause16:16
*** hdd has joined #openstack-infra16:17
*** nadya has joined #openstack-infra16:17
Yarboawznoinsk, ping16:17
anteayafungi: 279238 doesn't look like it changed anything that was pre-existing just added some new job templates16:18
*** bpokorny_ has joined #openstack-infra16:18
anteayaI'm stumped and need to search for food16:19
*** jrmyjohn has quit IRC16:19
*** watanabe_isao has quit IRC16:21
mpaolinoanteaya, clarkb thanks also to your help I finally managed to request the creation of a new project through project-config16:21
*** apoorvad has joined #openstack-infra16:21
mpaolinonow I am waiting for a review ;)16:21
mpaolinohttps://review.openstack.org/#/c/308156/316:22
*** apoorvad has quit IRC16:22
*** bpokorny has quit IRC16:22
*** jistr has quit IRC16:22
*** apoorvad has joined #openstack-infra16:22
wznoinskYarboa pong16:22
wznoinskfungi: http://paste.openstack.org/show/494850/16:22
*** rlandy has quit IRC16:23
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650216:24
pabelangerand back, catching up on back scroll16:26
pabelangerAJaeger: Yup! Will review now16:26
*** dizquierdo has quit IRC16:26
*** bnemec has quit IRC16:26
*** erlon_ has joined #openstack-infra16:29
*** Nikolay_St has joined #openstack-infra16:30
openstackgerritChris Denneen proposed openstack-infra/jenkins-job-builder: Related-Bug: 2000560  https://review.openstack.org/30845716:32
pabelangeryolanda: left comment about https16:33
*** ddieterly[away] is now known as ddieterly16:33
*** psilvad has joined #openstack-infra16:33
*** mpaolino has quit IRC16:35
*** rlandy has joined #openstack-infra16:35
*** bnemec has joined #openstack-infra16:35
*** cschwede has quit IRC16:36
*** psilvad_ has quit IRC16:36
*** nemish has joined #openstack-infra16:38
nemishWas wondering if someone could help me with Story 200056016:38
nemishI'm not good with python at all but think I'm most of the way there in creating this PR16:38
nibalizernemish: are you the chris on that story?16:40
*** mylu has quit IRC16:40
nibalizerwe use the gerrit workflow here, http://docs.openstack.org/infra/manual/developers.html16:40
openstackgerrityolanda.robla proposed openstack-infra/system-config: Consume the latest puppetlabs rpm when installing puppet  https://review.openstack.org/30842616:40
*** Yarboa has quit IRC16:40
nibalizerrequires some setup, doesn't use github16:40
*** ihrachys has quit IRC16:40
*** lucasagomes is now known as lucas-dinner16:40
nemishnibalizer: yes i am Chris... I submitted the current state as Change 308457 in Gerrit16:41
*** amrith is now known as _amrith_16:41
nibalizercool16:41
pleia2nemish: you'll want to update the story with the gerrit link, since that's what jjb contributors will look for :)16:42
nibalizerthe tests are currently running16:42
pleia2not github links16:42
nibalizeryes that16:42
nemishI just know it will fail :P since I can't figure out the error message... also the python tests fail since inside the yaml the {} needs to be escaped by having {{}} but in xml it's single16:42
*** cschwede has joined #openstack-infra16:43
nemishpleia2: done16:43
anteayanemish: you might enjoy looking at https://wiki.openstack.org/wiki/GitCommitMessages16:43
nemishanteaya: don't like my commit message? I added the Related-Bug tag16:44
anteayawell I'm not a jjb reviewer16:44
*** derekh has quit IRC16:44
pleia2nemish: a bug link is additional information, your commit message does need to say what it's doing and why anyway16:44
anteayabut generally I wouldn't consider a link to another resource a commit message, no16:44
pleia2people need to be able to look at a commit log and glean what changed without clicking on links in a bug tracker16:45
pleia2say, when they're stuck in a datacenter at the command line and jjb is broken ;)16:45
* pleia2 back to testing nodepool docs16:46
*** Swami has quit IRC16:46
anteayadhellmann: I'm dry on ideas on where to look next16:46
anteayapleia2: go you16:46
*** mriedem_haircut is now known as mriedem16:46
*** Guest67082 has quit IRC16:46
anteayadhellmann: but there does appear to be a naming/path mismatch going on16:47
anteayamriedem: how do you look?16:47
anteayamriedem: will I recognize you?16:47
*** esikachev has quit IRC16:47
*** _amrith_ is now known as amrith16:47
mriedemanteaya: marvelous16:47
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Don't try to cancel the timer thread if it isn't alive  https://review.openstack.org/30847116:47
anteayamriedem: oh so spiffy for summit16:47
openstackgerritIan Cordasco proposed openstack-dev/hacking: Add reno and release notes tracking  https://review.openstack.org/30847216:47
*** pfallenop has quit IRC16:48
openstackgerritChris Denneen proposed openstack-infra/jenkins-job-builder: Added BuildName to Builders in order to provide ability to update build name during build time  https://review.openstack.org/30845716:48
pabelangerEmilienM: lets some comments on your puppet tarballs patch16:48
*** zul has quit IRC16:48
nemishok I updated the commit message16:49
fungiwznoinsk: does jenkins lose connectivity with the worker as a part of that job? e.g., does it take down the network interfaces, default routes, anything?16:50
fungithe reconnects are interesting16:50
EmilienMpabelanger: ok looking16:50
*** watanabe_isao has joined #openstack-infra16:50
openstackgerritMerged openstack/requirements: Cap testresources<2.0.0  https://review.openstack.org/30785816:52
*** mylu has joined #openstack-infra16:52
*** ddieterly is now known as ddieterly[away]16:52
crinkleyolanda: fungi https://github.com/puppetlabs/beaker/pull/110416:52
*** dahoo has joined #openstack-infra16:52
clarkbhttps://discuss.elastic.co/t/es-marking-and-sending-shard-failed-due-to-failed-recovery-in-enabling-replication/41742/7 this seems to be what is affecting our recovery16:53
clarkbwe have plenty of disk so it isn't a disk issue16:53
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793116:53
EmilienMpabelanger: ^16:53
fungiwznoinsk: anyway, it looks like either shutDownWorker is coming too late or fails silently (hard to tell since your jenkins and job logs don't seem to be synchronized, and there's no subsecond resolution)16:53
tliantox tests per Keystone stable/mitaka is failing with VersionConflict onf Babel16:53
tlianpkg_resources.ContextualVersionConflict: (Babel 2.3.3 (/home/jenkins/jobs/stable-keystone-merge/workspace/.tox/py27/lib/python2.7/site-packages), Requirement.parse('Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3'), set(['oslo.log']))16:53
tlianTox is pulling the Newton version of oslo.log from pypi since pypi doesn't segregate by OpenStack release and when that gets used in the virtual env for Mitaka testing badness ensues.16:53
tlianSouldn't stable/mitaka have install_command as the following so it pulls in specific version of a package ?16:53
*** roxanagh_ has joined #openstack-infra16:53
fungiwznoinsk: zaro might have insight into it once he's around16:53
fungicrinkle: thanks!16:53
clarkbwe have java heap space issues on jenkins07 :/16:54
clarkbI am tempted to just attempt restarting the service there16:54
clarkbany objects?16:54
clarkber objections16:54
*** chuck__ has joined #openstack-infra16:54
openstackgerritMerged openstack-infra/tripleo-ci: Upload the overcloud images to cache  https://review.openstack.org/30649916:54
dstanektlian: this issue was discussed on the dev list and i think there are patches being worked on to fix the stable branches16:54
*** maishsk has joined #openstack-infra16:55
fungiclarkb: i say got for it16:55
tliandstanek: by any change do you have the ticket number? :)16:55
*** Sukhdev has quit IRC16:55
EmilienMpabelanger: err, I missed something16:56
dstanektlian: no bug that i know of, but you can start here https://review.openstack.org/#/q/I8636e7c86c6c5c608429fab88e181108ae615db916:56
pabelangerEmilienM: ack16:56
*** madhu_ak has joined #openstack-infra16:56
tliandstanke: tahnks16:57
*** andymaier has quit IRC16:57
*** ddieterly[away] is now known as ddieterly16:58
dstanektlian: yw16:58
nemishquestion... maybe it's my browser but the Toggle CI button doesn't seem to do anything for me16:58
*** amotoki has quit IRC16:59
nemishI've never used Gerrit before so not sure what it's supposed to do16:59
clarkband now we have lock failures...16:59
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793116:59
funginemish: it just hides/exposes comments left by ci systems if there are any16:59
EmilienMpabelanger: should be reviewable noww ^16:59
funginemish: if the change was just uploaded, it can take some time for job results to appear16:59
pabelangerEmilienM: looking17:00
openstackgerritDarragh Bailey proposed openstack-infra/git-review: Set author and committer explicitly  https://review.openstack.org/22260117:00
openstackgerritDarragh Bailey proposed openstack-infra/git-review: Refactor Isolated Env to use in unit tests  https://review.openstack.org/30847617:00
nemishfungi: ok didn't know if it took me to the CI build process... thanks17:00
clarkbI wonder if the lock failures are the actual underlying issue17:00
funginemish: upwards of a couple hours at the moment since we're still a little backed up17:00
nibalizerclarkb: lock failrures in jenkins?17:01
nemishfungi: ok thanks17:01
clarkbnibalizer: no elasticsearch. I actually understand this now. 07 hasn't rejoined the cluster and 07 is the only one with a copy of 0317:01
clarkbso the cluster can't lock the 03 shard of this index17:01
clarkbhence lock fails17:01
clarkb07 is timing out joining the cluster :/17:01
anteaya:(17:02
clarkbI have tcp connectivity between master and 07 so dunno what is going on17:02
pabelangerEmilienM: what about moving your post pipeline into puppet-check-jobs template?  I think all your modules use it17:02
pabelangerthen we can remove puppet-tarball-jobs17:02
nibalizerhuh17:03
* nibalizer pokes17:03
pabelangerEmilienM: actually, looks like you are only doing tarballs for specific projects17:03
EmilienMpabelanger: puppet-check-jobs is used by infra puppet modules, no?17:04
*** MarkAtwood has quit IRC17:04
jesusaurclarkb: hows the load on the elected master? ive seen issues where the master took too long to respond to the join17:04
EmilienMlooking at jenkins/jobs/projects.yaml17:04
pabelangerEmilienM: don't think so, we have infra-puppet-check-jobs17:04
jesusaurclarkb: iirc, it looked like a failed join followed by a dropped ping in the logs17:04
clarkbjesusaur: ~2 not bad17:04
*** johnny has joined #openstack-infra17:04
EmilienMpabelanger: the problem is some repos that run puppet-check-jobs are not modules17:04
EmilienMpabelanger: instack-undercloud for example17:05
*** johnny is now known as Guest5690917:05
*** electrofelix has quit IRC17:05
EmilienMpabelanger: also puppet-accessbot is not released, etc17:05
pabelangerEmilienM: Ya, seeing that now.  Any other template we could mash it into ?17:05
*** maishsk has quit IRC17:05
EmilienMpabelanger: not really17:05
openstackgerritMonty Taylor proposed openstack-infra/project-config: Add PortList to Floating IP Clouds  https://review.openstack.org/30848017:05
nibalizerclarkb: ya nibz@elasticsearch07:~$ curl http://elasticsearch03.openstack.org:9200 works so17:06
nibalizerhuh17:06
*** bpokorny_ has quit IRC17:06
pabelangerEmilienM: puppet-module-unit-jobs I guess, I mean, not a deal break. Just helps minimize the templates used by puppet jobs17:06
AJaegerdhellmann: If I build releases locally - using "tox -e python setup.py build_sphinx", I get a doc/build/html directory as expected17:07
*** tosky has quit IRC17:07
*** bpokorny has joined #openstack-infra17:07
EmilienMpabelanger: yeah, me too I like minimizing. The issue is just our templates are re-used by some stuff that are not released17:07
anteayaAJaeger: thank you17:07
clarkbnibalizer: ya, anyways I am about to hop on bus to meet you so maybe you can poke at it more?17:07
mordredpabelanger: ^^ added another stat to the graphs17:07
* AJaeger doesn't understand why it fails ;(17:07
pabelangerEmilienM: Lets wait to see what AJaeger says. Otherwise +217:07
anteayaAJaeger: so somehow the job is doing something else, or did on dhellmann's patch17:07
clarkbnibalizer: see tail -f /var/log/elasticsearch/elasticsearch.log on es0717:07
nibalizerclarkb: fo-sho17:08
clarkboh sweet it just found the master17:08
AJaegeranteaya: yeah - let me checkout dhellmann's change...17:08
pabelangermordred: nice17:08
anteayaAJaeger: good idea17:08
*** maishsk has joined #openstack-infra17:08
dhellmannAJaeger , anteaya : we did make a change to the "docs" target in our tox.ini recently to run sphinx directly, but that's not used in jenkins, right?17:08
EmilienMpabelanger: nice suggestion on https://review.openstack.org/#/c/308394/1/jenkins/scripts/run-tarball.sh17:08
anteayadhellmann: oh17:08
anteayadhellmann: let's see that change17:08
AJaegerdhellmann: correct, see above for the comment to be used17:09
*** maestro1 has joined #openstack-infra17:09
AJaegerpabelanger: which chnage of EmilienM's should I review?17:09
pabelangerEmilienM: ya, seen below you were doing some magic with MODULE_VERSION17:09
pabelangerAJaeger: 307931 was looking at a way to reduce the amount of templates for puppet jobs17:10
AJaegerdhellmann: If I build releases locally with your change - using "tox -e python setup.py build_sphinx", you will get no html directory, but instead a man directory17:10
AJaegerdhellmann: so, something produces man by default instead of html17:10
pabelangerAJaeger: if you had thought. Nothing major17:10
dhellmannhmm17:10
*** sputnik13 has joined #openstack-infra17:10
dhellmannI'll bet I broke this, let me see17:10
fungimordred: 97 leaked floating ips in osic. should i clean them up or do you want to dig deeper?17:10
AJaegerdhellmann: change I2aa0d844855d5a18646d0bc3907620544ae71be2 removes build_sphinx from setup.cfg17:11
*** claudiub has joined #openstack-infra17:11
AJaegerdhellmann: revert and be happy ;)17:11
pabelangerfungi: mordred: we had 99 this morning too17:11
dhellmannyep17:11
openstackgerritAndrey Nikitin proposed openstack-infra/puppet-openstackid: Order of the classes parameters is refactored  https://review.openstack.org/29532017:11
AJaegerdhellmann: we do need build_sphinx in setup.cfg17:11
anteayadhellmann AJaeger and what is https://review.openstack.org/#/c/305923/ expected to do?17:12
openstackgerritMonty Taylor proposed openstack-infra/project-config: Add ServerGet task to nodepool graphs  https://review.openstack.org/30848317:12
mordredpabelanger: one more17:12
mordredfungi: I got em17:12
fungik17:12
AJaegeranteaya: that's the broken patch.17:12
*** yamahata has quit IRC17:12
AJaegerdhellmann's change is stacked on top of it.17:12
AJaegerThanks, anteaya17:12
anteayaah17:13
EmilienMpabelanger: is there a python thing I can use to extract it? or just some magic bash?17:13
anteayasorry I missed the dependency there17:13
pabelangerEmilienM: I'd have to google17:14
*** mtanino has joined #openstack-infra17:14
*** icey has quit IRC17:14
EmilienMpabelanger: i'll google it :-P17:15
clarkbnibalizer: the elastic recheck status page claims the cluster is green can you confirm directly?17:15
*** maestro1 has quit IRC17:15
AJaegerpabelanger, EmilienM you could add the post job to one of the existing puppet templates - and then perhaps rename it.17:15
nibalizeri have yellow17:15
*** icey has joined #openstack-infra17:16
AJaegerWe have python-jobs that includes the branch-tarball, so why not have puppet-check-jobs include branch-tarball?17:16
dhellmannAJaeger, anteaya : thanks for digging into that one!17:16
openstackgerritBrent Eagles proposed openstack-infra/tripleo-ci: Fail pingtest more quickly  https://review.openstack.org/30848617:17
EmilienMAJaeger: because puppet-check-jobs are used by some projects that 1) we don't want tarballs 2) are not puppet modules 3) are not managed by Puppet OpenStack17:17
clarkbnibalizer: ok thanks, it was red when I closrd laptop so that is an i.rpovement17:17
pabelangerAJaeger: EmilienM I think the best choice could be puppet-module-unit-jobs. But would need to double check17:19
*** Guest17033 is now known as melwitt17:19
openstackgerritAndrey Nikitin proposed openstack-infra/puppet-refstack: Order of the classes parameters is refactored  https://review.openstack.org/29535117:20
nibalizeryay17:20
wznoinskmy jenkins server time matches the ones in jenkins.log and in the paste I've sent... Inside the build I restart unbound but that hsouldn't disconnect the slave from network... I'll try to enable more logging and see17:23
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-reviewday: Create logs for update_review  https://review.openstack.org/30836717:23
wznoinsk^ fungi17:24
AJaegerEmilienM: if there's no job that you use everywhere, then leave it as two templates...17:24
pabelangerclarkb: If interested: http://logs.openstack.org/44/301944/7/check/gate-tempest-dsvm-full-devstack-plugin-ceph/277d418/logs/devstacklog.txt.gz#_2016-04-19_11_50_34_704 ceph-deb-hammer mirror working in the gate. Thanks for driving it17:24
AJaegerEmilienM: your change looks fine...17:24
anteayadhellmann: welcome17:24
openstackgerritAndrey Nikitin proposed openstack-infra/puppet-openstackci: Order of the classes parameters is refactored  https://review.openstack.org/29530917:24
AJaegerpabelanger: fixed 308367 to handle the log file - could you review again,please? Note that I'm not a puppet expert...17:24
clarkbpabelanger: cool, we will have to do it all over again when the release after hammer happens :/17:25
pabelangerAJaeger: sure17:25
pabelangerclarkb: good to know17:25
clarkbpabelanger: also we will need to think about how xenial factors in if they dont make xenial packages17:26
fungiwznoinsk: oh, i see where i was confused. in that paste your job fails at 15:14:25 but nodepool doesn't delete the worker until 15:15:26 (that is actually a built-in delay)17:26
clarkb(not sure what the ceph plan is maybe those will show up tomorrow at release)17:26
fungiwznoinsk: yet the second job starts immediately after the first ends, implying that OFFLINE_NODE_WHEN_COMPLETE is not being respected17:26
*** nadya has quit IRC17:26
AJaegerthanks, pabelanger17:27
*** trown is now known as trown|lunch17:27
fungiwznoinsk: so, yeah, i wonder whether that ioexception from the worker and subsequent reconnect is undoing the offlining17:28
pabelangerAJaeger: sorry, 1 nit17:28
pabelangerAJaeger: but good work17:28
fungiwznoinsk: if so, that seems like a bug in the plugin17:28
*** rlandy has quit IRC17:28
pabelangerclarkb: I vote for ceph team to poke the upstream mirror to get builds, then we just mirror them17:28
clarkbpabelanger: ya but we want to swit h to xenial17:29
*** sridhar_ram has quit IRC17:29
*** MarkAtwood has joined #openstack-infra17:29
clarkbdo we wait for ceph or not?17:29
clarkbbecomes bigger problem if/when we start doing mariadb and other deps17:29
pabelangerclarkb: not? _shrugs_17:29
EmilienMpabelanger: in fact, we can't use setup.cfg, because not all modules (yet) have this file.17:30
wznoinskfungi that was my first thought, also the WARNING about IOException from the paste is before the 1st build (that's doesn't put the slave offline at the end) starts17:30
openstackgerritJames E. Blair proposed openstack-infra/zuul: Ansible launcher: support job timeouts  https://review.openstack.org/30848817:30
pabelangerclarkb: I mean, it comes down to us poking upstream mirrors or passing it to our projects.17:30
wznoinskfungi I though removing the jenkins label from the slave for the time of the build would probably do a good job in not using the slave17:30
EmilienMI have a question for infra-root. Is it possible for you to remove wrong puppet tarballs on tarballs.o.o when our scripts are in place and we know they work?17:31
pabelangerclarkb: but, I if ceph is not rolling xenial packages now, they won't be ready day 1.17:31
fungiwznoinsk: nevermind, you're right. i keep getting dyslexic mapping between 12-hour and 24-hour times in the two logs17:31
pabelangerdansmith: you have thoughts for ceph on xenial ^?17:31
nibalizerEmilienM: someone else can say more, but I have never gone in there and manually changed things17:31
fungiEmilienM: i'm happy to if you give me a heads up when you need it17:31
clarkbpabelanger: ya we wont switch until after aummit anyways so not a huge deal right now17:32
*** maestro1 has joined #openstack-infra17:32
funginibalizer: there's not really anything magic about tarballs.o.o. it's just serving up a bunch of files out of /srv/static/tarballs17:32
EmilienMfungi: thanks a lot, I'll when things will be clean-up17:32
dansmithpabelanger: yeah, not surprised if they don't have xenial packages yet, but we should make sure those guys know we're going to want that17:32
*** yarkot has joined #openstack-infra17:32
openstackgerritAndrey Nikitin proposed openstack-infra/jeepyb: Update mechanism of creating groups in database and managing access rights with jeepyb  https://review.openstack.org/28484317:33
pabelangerclarkb: so, how migrating to xenial on master look like? infra blindly moves all projects or is there a migration period?17:33
*** yamahata has joined #openstack-infra17:33
pabelangerhow does*17:33
fungidansmith: pabelanger: clarkb: any chance the wily packages install cleanly on xenial as a short-term solution?17:33
dansmithfungi: I have no idea17:33
clarkbpabelanger: last time we tested a cross section of the jobs then switched17:33
clarkbpabelanger: we wont do a split horizon across projects17:34
fungipabelanger: it'll be only for changes to branches newer than stable/mitaka17:34
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Stop overriding the signal module in terminate()  https://review.openstack.org/30849217:34
nibalizerfungi: ok17:34
clarkbfungi thinking about the mess with the gearman function to select based on branch. one alternative is to have a trusty job and a xenial job17:35
pabelangerfungi: clarkb: Right, I guess my question is do we hold up migrating to ubuntu-xential for master is a project fails to build on it?  I'm guess no17:35
clarkbthen use the job branch regex to force them to the correct branches17:35
clarkbthis explodes the job count17:35
fungiclarkb: yeah, that was one i considered as well17:35
fungithough maybe job count is less of an issue for zuul 2.5+?17:35
EmilienMAJaeger: I've worked on https://review.openstack.org/#/c/308394/ also, in case you wanted to check17:35
clarkbfungi: ya possibly17:35
jeblairfungi, clarkb: job count is still an issue17:36
fungithanks, noted ;)17:36
*** tosky has joined #openstack-infra17:36
clarkbpabelanger: last time we tried to fix the bugs as brst as possible17:36
jeblairfungi, clarkb: we won't have the jjb part to worry about as much, but overwhelming gearman is still a concern17:36
wznoinskout of curiosity... did you guys get around using grok at some stage?17:36
openstackgerritMadhusudhan Kandadai proposed openstack-infra/project-config: Correct function name to run the right script  https://review.openstack.org/30802317:36
clarkbpabelanger: and in a couple cases gave up/moved on17:36
fungijeblair: ahh, right, twice the gearman registrations17:36
fungiwznoinsk: nobody has worked on proposing an imlementation for it yet afaik17:36
nibalizerclarkb: did elasticsearch-head stop working?17:37
pabelangerclarkb: understood17:37
nibalizerit doesn't connect any more17:37
funginibalizer: are you using an ssh tunnel?17:37
nibalizeryes17:37
nibalizerbigdesk works17:37
fungiahh17:37
*** rlandy has joined #openstack-infra17:38
clarkbnibalizer: are tou using master? yhat may be 2.x only17:38
*** mriedem has quit IRC17:38
clarkbI was using it earlier with whatever I had checked out17:38
nibalizerahhh17:38
*** mriedem has joined #openstack-infra17:38
jeblairfungi, clarkb: having said that, we are going to increase the gearman function registration no matter what.  for the set of affected jobs, we will increase by 1.5x if we use the parameter function.  we will increase by 2x if we use duplicate jobs with branch matching.17:39
clarkbjeblair: fungi I almost thing we need a meta node type in zuul. 'default'17:40
jeblair(er, not so much 'increase by' but 'multiply the existing count by')17:40
clarkband that is set per branch17:40
pabelangeryolanda: clarkb: nibalizer: when you have spare cycles: https://review.openstack.org/#/c/284874/ for our puppetboard.o.o migration to ubuntu-trusty17:40
clarkbthen only overlay the extra selection on top of that17:40
jeblairclarkb: i think you could write the parameter function that way?17:41
clarkbmaybe, I guess encode the default into the function17:41
clarkbI will have to poke at it17:41
*** sdake__ has joined #openstack-infra17:41
*** ybathia has joined #openstack-infra17:42
jeblairlet's pseudo-code what we want to do, then figure out the best way to do it17:42
*** sdake__ has quit IRC17:43
*** sdake_ has quit IRC17:43
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: add validate_tarballs.sh  https://review.openstack.org/30723017:45
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: make compare_tarball_diff.sh quieter  https://review.openstack.org/30739017:45
*** sdake_ has joined #openstack-infra17:45
nibalizerclarkb: initialzing_shards is dropping17:45
nibalizerso i think it will self heal17:46
clarkbawesome17:46
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Change to latest CentOS-6 image  https://review.openstack.org/30850417:46
*** sambetts is now known as sambetts|afk17:46
*** kengo_sakai has joined #openstack-infra17:47
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add message pointing to postci.txt  https://review.openstack.org/30841917:48
*** nwkarsten has quit IRC17:49
*** nwkarste_ has joined #openstack-infra17:49
*** avarner has quit IRC17:51
*** ifarkas has quit IRC17:51
*** kengo_sakai has quit IRC17:51
*** jaypipes has joined #openstack-infra17:52
*** ivc_ has quit IRC17:52
*** sdake__ has joined #openstack-infra17:53
*** jed56 has quit IRC17:53
*** daemontool has quit IRC17:53
anteayadhellmann: just to confirm, governance docs build html still: http://docs-draft.openstack.org/27/268727/9/check/gate-governance-docs/493023f//doc/build/html/17:53
openstackgerritAndreas Jaeger proposed openstack-infra/puppet-reviewday: Create logs for update_review  https://review.openstack.org/30836717:54
AJaegerpabelanger: fixed, thanks ^17:54
dhellmannanteaya : yeah, the issue with the releases repo was with a patch where I removed some of the sphinx instructions, and then the patch I showed you depended on the bad patch17:55
*** sdake_ has quit IRC17:57
*** ddieterly is now known as ddieterly[away]17:57
*** rama_y has joined #openstack-infra17:57
*** esker has joined #openstack-infra17:59
openstackgerritClaudiu Belu proposed openstack/requirements: Bumps os-win version to 0.4.2  https://review.openstack.org/30850617:59
*** pvaneck has joined #openstack-infra17:59
AJaegerEmilienM: check the definition of '{name}-branch-tarball' in jenkins/jobs/python-jobs.yaml - and do it the same way.18:00
openstackgerritMerged openstack/diskimage-builder: Don't stop dib-lint on first flake8 failure  https://review.openstack.org/30651018:00
EmilienMAJaeger: ok, will do18:00
AJaegerEmilienM: I want the same handling for both python and puppet tarballs in that script18:01
*** ybathia has quit IRC18:01
*** rmoats has joined #openstack-infra18:02
*** dloi has left #openstack-infra18:03
*** tphummel has quit IRC18:03
*** rmoats has quit IRC18:04
*** jswarren_ has quit IRC18:04
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add message pointing to postci.txt  https://review.openstack.org/30841918:05
wznoinskwhat's the best way to inject arbitrary variables (not supported by devstack-gate) into localrc in devstack_gate? write localrc in pre_test_hook and set KEEP_LOCALRC is one option I can see but not ideal possibly?18:06
*** psilvad_ has joined #openstack-infra18:06
*** psilvad has quit IRC18:06
AJaegerarmax: so, https://review.openstack.org/#/c/268726/ neutron-dynamic-routing will be part of the neutron tent, correct? Could you +1 the governance change https://review.openstack.org/#/c/268727/ as well, please?18:06
EmilienMAJaeger: so you want me to add a job-group?18:07
EmilienMoh just saw your comment18:08
AJaegerEmilienM: not necessarily, I want the semantics of the shell script to stay the same.18:08
armaxAJaeger: I was going to, but I imagined that 268726 won’t need 268727 to land at the same time, right?18:08
EmilienMAJaeger: sure thing18:08
AJaegerarmax: no, it does not. But there was so much going back and forth on this change that I wanted to check with you ;)18:09
armaxAJaeger: fair enough18:09
AJaegerarmax: Ok, taking your word on it and +2 it now...18:09
krotscheckjeblair, mordred: EIther of you around to check a file for me? I need to know whether what I see in http://mirror.dfw.rax.openstack.org/npm/-/ is the same as /afs/.openstack.org/mirror/npm/-/index.json on update-mirror.openstack.org18:13
*** nwkarste_ has quit IRC18:13
krotscheckParticulary the sequence and latestSeq properties.18:13
*** nwkarsten has joined #openstack-infra18:13
*** avarner has joined #openstack-infra18:14
*** sdake__ has quit IRC18:14
anteayadhellmann: yup18:15
*** watanabe_isao has quit IRC18:15
*** MarkAtwood has quit IRC18:15
*** amitgandhinz has joined #openstack-infra18:15
openstackgerritEmilien Macchi proposed openstack-infra/project-config: run-tarball/puppet: fix MODULE_NAME  https://review.openstack.org/30839418:16
*** tphummel has joined #openstack-infra18:17
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793118:17
EmilienMAJaeger: how does it look now? ^18:17
*** avarner_ has joined #openstack-infra18:18
*** mylu has quit IRC18:18
EmilienMAJaeger: the real fix, will be in the last patch https://review.openstack.org/#/c/307931/18:18
*** hashar has quit IRC18:18
openstackgerritMerged openstack-infra/project-config: Add releasenote jobs to OpenStack-Ansible repositories  https://review.openstack.org/30832518:19
AJaegerplease rebase 30793118:19
AJaegerEmilienM: ^18:20
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793118:20
*** ybathia has joined #openstack-infra18:20
AJaegerah, thanks18:20
EmilienMthanks to you18:20
*** avarner has quit IRC18:21
AJaegerEmilienM: I'm happy now ;)18:22
*** Sukhdev has joined #openstack-infra18:23
*** hashar has joined #openstack-infra18:23
EmilienMAJaeger: me too, we have some operators who want tarballs18:23
*** Sukhdev has quit IRC18:24
pleia2clarkb: ran through the nodepool docs patch (179840) earlier and left comments18:25
*** ayoung has quit IRC18:25
*** mylu has joined #openstack-infra18:25
*** yolanda has quit IRC18:26
*** Sukhdev has joined #openstack-infra18:28
clarkbpleia2: thanks18:28
AJaegerfungi, pabelanger, nibalizer: Looking at the puppet install patch, I wonder about the logic.18:29
*** yolanda has joined #openstack-infra18:29
AJaegerWe do in line 144: "yum install -y redhat-lsb-core git puppet"18:29
AJaegerand then two lines below "rpm -ihv $puppet_pkg"18:29
AJaegerWhy the puppet arleady earlier?18:29
*** mylu has quit IRC18:30
*** sputnik13 has quit IRC18:30
*** yamamoto has quit IRC18:31
krotscheckjeblair, mordred: n/m - the datestamp gives it away18:32
*** mylu has joined #openstack-infra18:32
*** degorenko is now known as _degorenko|afk18:32
*** nwkarste_ has joined #openstack-infra18:33
*** nwkarsten has quit IRC18:34
pabelangerAJaeger: I'd have to test, but possible picking up some dependencies that puppetlabs is / was missing.18:34
*** mylu has quit IRC18:35
pabelangerAJaeger: we should likely review the functionality and maybe remove it in a follow up patch18:35
mtreinishjeblair, clarkb: did you want to try rolling out the serialized subunit worker on 1 of the 2 workers today?18:35
*** daemontool has joined #openstack-infra18:35
AJaegerpabelanger: I double checked the log file, the failure is elsewhere- still I'm not sure what's going on there. And yolanda's patch is failing in the gate, so it does not see to help ;(18:36
*** mylu has joined #openstack-infra18:36
pabelangerAJaeger: Ya, we'll need new dibs18:36
*** rama_y has left #openstack-infra18:37
AJaegerargh;(18:37
*** sridhar_ram has joined #openstack-infra18:39
*** woodster_ has joined #openstack-infra18:39
pabelangerclarkb: greghaynes: do you mind looking at https://review.openstack.org/#/c/308128/ again? setfiles renames for dib18:39
*** HeOS has quit IRC18:40
*** maestro1 has quit IRC18:40
*** hashar has quit IRC18:41
*** mylu has quit IRC18:41
*** hashar has joined #openstack-infra18:42
*** oanson has joined #openstack-infra18:42
*** hashar has quit IRC18:43
*** ociuhandu has quit IRC18:43
*** ociuhandu has joined #openstack-infra18:43
*** austin81 has left #openstack-infra18:44
*** hashar has joined #openstack-infra18:44
*** mylu has joined #openstack-infra18:45
*** sigmavirus24 is now known as sigmavirus24_awa18:45
*** trown|lunch is now known as trown18:46
*** doug-fish has quit IRC18:47
*** pfallenop has joined #openstack-infra18:47
*** kengo_sakai has joined #openstack-infra18:48
*** sputnik13 has joined #openstack-infra18:50
*** kengo_sakai has quit IRC18:52
*** ddieterly[away] is now known as ddieterly18:54
*** nwkarste_ has quit IRC18:54
*** stewie925_ has joined #openstack-infra18:55
*** nwkarsten has joined #openstack-infra18:55
*** e0ne has quit IRC18:55
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650218:56
*** sigmavirus24_awa is now known as sigmavirus2418:56
*** yolanda has quit IRC18:58
*** ociuhandu has quit IRC18:59
*** dimtruck is now known as zz_dimtruck18:59
*** tqtran has joined #openstack-infra19:00
*** salv-orlando has quit IRC19:03
*** zz_dimtruck is now known as dimtruck19:03
*** pcrews_ has quit IRC19:04
*** pcrews_ has joined #openstack-infra19:05
*** pcrews_ has quit IRC19:05
*** rcernin has quit IRC19:05
*** aimeeU has quit IRC19:06
anteayaI am offline until Friday19:07
*** anteaya has quit IRC19:07
*** doug-fis_ has joined #openstack-infra19:07
mordredAJaeger: have fun!19:07
mordredShrews: you hate me and progress and bunny rabbits19:08
sridhar_raminfra team: looking for guidance.. tacker dsvm functional gate tests spawns lots of VMs and it is hitting the max 10 VM instance quota limit. Any easy way to bump the limit up in the gate tests ?19:08
*** jrmyjohn has joined #openstack-infra19:08
mordredShrews: (just kidding)19:09
mordredShrews: for https://review.openstack.org/#/c/307887 - I +2'd because you changed it. maybe you +2 too because I wrote some of it - and then we get clarkb or jeblair to +A?19:09
Shrewsmordred: not true. i love bunny rabbits19:09
*** mylu has quit IRC19:10
*** sridhar_ram_ has joined #openstack-infra19:11
*** avarner_ has quit IRC19:11
*** rocky_g has joined #openstack-infra19:12
mordredsridhar_ram: so - you should have access to the admin credentials of the devstack you're running against19:12
*** avarner_ has joined #openstack-infra19:12
*** jrmyjohn has quit IRC19:13
mordredsridhar_ram: they'll be in the ~/.config/openstack/clouds.yaml file19:13
mordredwhich will allow you to do whatever you want to19:13
*** nwkarsten has quit IRC19:13
mordredsridhar_ram: however, be aware that the machines we use for devstack installation in the first place only have 8G of RAM19:13
mordredsridhar_ram: so there will be a real limit as to how many things you can boot just due to physical resource limitations19:13
*** nwkarsten has joined #openstack-infra19:14
*** ihrachys has joined #openstack-infra19:14
fungiand also there's no nested virt acceleration so you can get some nasty contention if you're doing much with the booted instances19:14
sridhar_rammordred: alright, so I can just update my post_test_hook.sh to bump up the limit... fair enough. good to know the 8GB limit..19:15
openstackgerritElizabeth K. Joseph proposed openstack-infra/nodepool: Add a fake-secure.conf for use in testing  https://review.openstack.org/30853619:15
mordredsridhar_ram: yup!19:15
mtreinishfungi: so I gave the mod_proxy for rss thing a try, but I'm pretty sure I screwed up the regex: https://review.openstack.org/30790519:15
sridhar_rammordred: .. we are mostly using cirros now.. will be switching to starting using openwrt sometime soon..19:15
fungimtreinish: fwiw i usually end up having to try them out on a real webserver to be sure19:16
sridhar_rammordred: btw, do you know a way to run func test serially ? i.e. disable concurrency19:16
mordredsridhar_ram: yah - it's a flag to testr19:16
mordredone sec19:16
*** matrohon has joined #openstack-infra19:17
mtreinishfungi: yeah I do the same19:17
fungimtreinish: i usually install apache on my workstation and set up a dummy debug cgi or something to call from the config if i'm really concerned19:17
mordredsridhar_ram: testr run --concurrency=119:17
sridhar_rammordred: cool.. will keep in my kitty..19:17
mtreinishfungi: oh, ok I didn't do that19:17
mtreinishfungi: that requires effort :)19:17
sridhar_rammordred: ideally didn't want to use it.. but it will help to unblock us at times19:18
mtreinishfungi: I can play around with that in a bit though, it shouldn't be too hard19:18
*** ociuhandu has joined #openstack-infra19:18
sridhar_rammordred: thanks so much19:18
fungimtreinish: or for lighter duty testing i just try similar patterns on a low-importance webserver i already run for personal sites19:18
*** ihrachys_ has joined #openstack-infra19:18
mtreinishugh and I just noticed that the url from the js uses ~2F which urllib.unquote won't handle. I'm pretty sure it only likes %2F19:18
mtreinishI might have to mod_rewrite it... :(19:19
fungioh, ew19:19
sridhar_rammordred: I also see keystone .testr.conf referring to TEST_RUN_CONCURRENCY .. perhaps it feeds into testr concurrency flag19:19
*** abregman has joined #openstack-infra19:19
*** mylu has joined #openstack-infra19:20
openstackgerritMerged openstack-infra/project-config: Add PortList to Floating IP Clouds  https://review.openstack.org/30848019:20
*** ihrachys has quit IRC19:21
fungimtreinish: i'd be concerned about relying on url escapes to prevent a / from being interpreted. may be better off to go with some other replacement character instead?19:21
fungimtreinish: particularly if the request gets double-unescaped at some point when you only meant to single-unescape or something you could wind up with a different number of path components than you expected19:22
mtreinishfungi: the api server handles a real / I added the unescaping support to the api server to make the proxy work with just a regex19:22
fungioh, got it19:23
*** yolanda has joined #openstack-infra19:23
mtreinishfungi: https://review.openstack.org/30791519:23
*** matrohon has quit IRC19:23
mtreinishwhich is the depends on patch in that mod_proxy review19:23
openstackgerritYe Na Rhee proposed openstack-infra/grafyaml: Add support for time range  https://review.openstack.org/30853919:24
*** pradk has quit IRC19:24
fungimtreinish: and yeah, (.+\/.+) might not match foo%2Fbar either, i'm not sure19:24
fungialso that's sure to be some sort of obscure emoticon19:25
*** matrohon has joined #openstack-infra19:25
mtreinishfungi: well I'm trying to match 'key/foo%2Fbar' there19:25
fungiaha19:25
mtreinishbecause the api request needs the key and value19:25
mtreinishand the value is often something like openstack/tempest19:25
fungiin which case, other way around, i also don't know for certain apache won't turn %2F into / before comparing19:25
*** roxanagh_ has quit IRC19:26
*** salv-orlando has joined #openstack-infra19:26
fungimtreinish: though that explanation also doesn't jive with the pattern you gave as an example19:26
*** sridhar_ram is now known as sridhar_ram_afk19:27
mtreinishfungi: I just copied the url from my browser when navigating to the basic page I want to proxy: http://status.openstack.org/openstack-health/#/g/project/openstack~2Ftempest19:27
fungisince you're matching on project\/$(.+\/.+)19:27
mtreinishfungi: oh, yep that's wrong19:27
fungiand implying that you want the first .+ there to also match project19:27
fungihence my confusion over what you were trying to make it do19:28
mtreinishyeah, I didn't realize I left project in there, my bad19:28
mtreinishthat first .+ is supposed to match project :)19:28
*** avarner_ has quit IRC19:28
*** Na3iL has joined #openstack-infra19:29
*** nwkarsten has quit IRC19:29
*** avarner has joined #openstack-infra19:29
fungiokay, now i'm starting to understand the goal a little better19:29
fungiso my only remaining concern is over whether apache will do any transparent %-unescaping on its own19:31
openstackgerritMatthew Treinish proposed openstack-infra/system-config: Add openstack-health RSS proxy to api server  https://review.openstack.org/30790519:31
mtreinishfungi: ^^^ ok, fixed that first issue19:31
fungiwhich isn't something i've played with in the past to suss out19:31
*** yamamoto has joined #openstack-infra19:31
mtreinishfungi: yeah, I dunno, right now it doesn't look like it's even using %- anything on the frontend. the angular stuff seems to escape with ~-something19:32
*** rcernin has joined #openstack-infra19:32
timothyb89mtreinish: will that proxy work with '#' characters?19:32
timothyb89mtreinish: afaik browsers never send anything after the '#' to the server at all19:32
*** e0ne has joined #openstack-infra19:33
mtreinishtimothyb89: then how does the frontend work?19:33
timothyb89mtreinish: the frontend is just index.html, the rest is all figured out in js19:33
mtreinishtimothyb89: I haven't tested it at all, I just copied a url added rss to it and tried to do a regex substition on it19:33
timothyb89mtreinish: that said, we could probably turn on html5 links mode and remove the '#' entirely19:34
openstackgerritMark Vanderwiel proposed openstack-infra/project-config: Enable lbaasv2 jobs into check queue  https://review.openstack.org/30301719:35
*** pradk has joined #openstack-infra19:35
*** matrohon has quit IRC19:36
*** nwkarsten has joined #openstack-infra19:36
mtreinishfungi: unrelated, looking at o-h its saying the subunit2sql is > 1 day old. Is there anything in the worker logs?19:36
fungimtreinish: i'll check. also i can get you and timothyb89 an access log entry for what one of those urls currently gets interpreted as on the apache side19:37
mtreinishfungi: oh cool, that would probably help figure out what we should be doing for this19:37
fungimtreinish: is it still running on logstash.o.o normally, or did it move?19:38
fungioh, subunit-worker0119:38
mtreinishfungi: and subunit-worker02 now too19:38
fungiyeah, brain mush19:38
*** matrohon has joined #openstack-infra19:39
*** yamamoto has quit IRC19:39
fungi`ps auxww|grep -i gearman` on 01 returns no hits19:39
*** apoorvad has quit IRC19:39
fungisame on 0219:39
*** apoorvad has joined #openstack-infra19:40
fungiseeing if they logged anything fun on the way down19:40
*** ybathia has quit IRC19:40
mtreinishfungi: I think the proc is: jenkins-subunit-worker19:40
fungithe initscript says DAEMON=/usr/local/bin/subunit-gearman-worker.py19:41
mtreinishoh but the python exec is subunit-gearman-worker.py19:41
mtreinishyep, so I guess it's not running :(19:41
fungianyway, last log entry on 01 is this:19:41
fungi2016-04-18 19:38:52,747 Get job; number of threads waiting for jobs: 119:41
fungiso at some point this weekend it silently died19:41
fungion 02 it's...19:42
fungi2016-04-18 19:38:38,398 Setting state to: GRAB_WAIT19:42
fungiso they both died around the same times19:42
*** jrmyjohn has joined #openstack-infra19:42
fungiwith nothing logged to indicate they did so19:43
mtreinishfungi: hmm, yeah that's not a lot to go on. Anything in syslog or dmesg, maybe oomkiller (although if its waiting for a job I would expect an empty queue so no big memory consumption19:43
fungiyeah, i've moved on to checking those possibilities19:43
funginothing at all recent in dmesg on either machine. they weren't rebooted and there was no oom-killer invoked19:44
mtreinishfungi: hmm, ok. I guess it's just cosmic rays or something19:44
fungipuppet was updating them at Apr 18 19:3819:45
mtreinishfungi: so on the 15th we did land a single threaded refactor: https://review.openstack.org/#/c/303583/19:45
fungi(/Stage[main]/Subunit2sql/Package[subunit2sql]/ensure) ensure changed '1.4.0' to '1.5.0'19:46
mtreinishbut I wouldn't have expected it to take 3 days to apply (also it shouldn't do anything to the running process)19:46
*** Sukhdev has quit IRC19:46
fungi(/Stage[main]/Openstack_project::Subunit_worker/Subunit2sql::Worker[A]/Service[jenkins-subunit-worker-A]) Triggered 'refresh' from 1 events19:46
fungithose happened at 19:38:52 on 0119:46
mtreinishah, there was that. I did push a subunit2sql release19:46
fungi"refresh" in puppetland usually means service restart19:46
mtreinishfungi: hmm, I thought things weren't configured to restart automagically19:47
mtreinishit doesn't have ensure => running set or anything19:47
*** jrmyjohn has quit IRC19:48
*** dtardivel has quit IRC19:48
fungimtreinish: http://git.openstack.org/cgit/openstack-infra/puppet-subunit2sql/tree/manifests/worker.pp#n9119:49
*** brad_behle has joined #openstack-infra19:49
fungithe subscribe => Package['subunit2sql'] there is what triggered that19:49
mtreinishah ok19:50
fungiso since we upgraded to a new version of subunit2sql, puppet (at least tried) to restart the service19:50
mtreinishfungi: yeah and that likely had the single threaded refactor on it too19:50
mtreinishs/likely/did19:50
fungishall i try to start it and see if it fails somehow?19:51
mtreinishfungi: does anything get logged when you go to restart it?19:51
mtreinish:)19:51
fungino stdout but the process is not running. digging deeper, will let you know19:52
mtreinishhmm, ok19:52
*** mrmartin has joined #openstack-infra19:52
fungihuh, the log claims it started, but i see no pidfile and no process19:54
mtreinishfungi: I wonder if we screwed up the refactor and it just exists instead of actually running19:55
fungithat would explain all the witnessed symptoms, so it a good bet19:55
fungihere's the entirety of the log http://paste.openstack.org/show/494883/19:56
mtreinishfungi: yeah looking at the patch I dropped a while loop at the end of main()19:56
mtreinishit starts the gearman worker thread but then doesn't have anything else in main() so it's exiting I guess19:57
fungino waitpid, et cetera?19:57
mtreinishfungi: http://git.openstack.org/cgit/openstack-infra/puppet-subunit2sql/tree/files/subunit-gearman-worker.py#n23819:57
fungioh, thread, i'm thinking fork. duh19:57
jlvillalIf https://jenkins06.openstack.org/job/gate-tempest-dsvm-neutron-dvr/3429/  doesn't respond. Could that mean that jenkins server is down?19:57
*** avarner_ has joined #openstack-infra19:58
mtreinishjlvillal: that was turned off for sec concerns19:58
mtreinishjlvillal: there was a ml post from mordred about it19:58
fungijlvillal: http://lists.openstack.org/pipermail/openstack-dev/2016-April/092482.html19:58
*** jrmyjohn has joined #openstack-infra19:58
mtreinishfungi: I'll push a patch to fix that, one sec19:58
jlvillalOh, we can't see the logfile19:58
*** avarner has quit IRC19:58
jlvillalfungi: mtreinish thanks19:58
fungijlvillal: it'll still get uploaded to logs.openstack.org once the job completes, and linked in a change comment19:59
mtreinishfungi: should I just add a while True: pass to the end of main()?19:59
fungijlvillal: jeblair has a couple of changes we're reviewing to get early linking to the job log uploads working from the zuul status page as an interim fix19:59
jlvillalfungi: Thanks. Any plans in place to change the links on status.openstack.org to maybe go to an info page?19:59
*** dimtruck is now known as zz_dimtruck19:59
fungiyep20:00
openstackgerritMerged openstack-infra/tripleo-ci: Re-write tripleo-jobs to use gerrit  https://review.openstack.org/30753220:00
*** ddieterly is now known as ddieterly[away]20:01
*** zz_dimtruck is now known as dimtruck20:01
*** HeOS has joined #openstack-infra20:02
zigofungi: Hello!20:02
zigofungi: Would you have time to help me with fixing the ACLs of https://review.openstack.org/#/c/307742/ ?20:02
zigoI don't really understand what the problem is.20:02
*** shardy has quit IRC20:03
zigoI've set the ACL in gerrit/projects.yaml20:03
zigo+- project: openstack/deb-spice-html520:03
zigo+  acl-config: /home/gerrit2/acls/openstack/deb-packaging.config20:03
zigo+ [...]20:03
zigoIs this wrong?20:03
fungizigo: http://logs.openstack.org/42/307742/4/check/gate-project-config-projects-yaml/32bee46/console.html#_2016-04-20_08_32_43_607 "Error: No master branch exists"20:03
jeblairjlvillal: if you reload the status page, you should stop seeing links20:04
jeblairmtreinish, fungi: back from lunch20:04
jlvillalThanks20:04
zigofungi: Yeah, there's no master branch, so what?20:04
zigofungi: The master branch is reserved for upstream, so it doesn't conflict...20:04
*** ddieterly[away] is now known as ddieterly20:04
fungizigo: gerrit needs master to be the default HEAD when importing or things break20:04
fungimtreinish: i'm a terrible person to ask for advice on multi-threaded application design20:05
fungihaven't really done much of it to speak of20:05
zigofungi: Well, is this fixeable, or is it a hard requirement due to the design of Gerrit?20:05
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Add loop to the end of main()  https://review.openstack.org/30855620:05
zigoI could add a dumb master branch ...20:05
mtreinishjeblair: fungi: ^^^20:05
jeblairmtreinish: i have an alternate suggestion20:06
mtreinishI;ll work on the patch to stop using threads there (there isn't any reason now I don't think)20:06
fungizigo: yeah, that's what we suggested previously. just add a master branch with maybe only a README that says to look at the other branches for content20:06
* AJaeger is glad that we implemented the test for master after the previous project that had no master branch screwed up quite a few things...20:06
mtreinishjeblair: ok, I wasn't set on that approach, it just seemed fastest to get things going again20:07
zigofungi: Well, I'll just push the content of upstream then (as this is what we would do to fetch the latest tag).20:07
fungizigo: i guess that's fine, but might be confusing since it's actually content/history from a different repo20:08
openstackgerritJames E. Blair proposed openstack-infra/puppet-subunit2sql: Make main thread non-daemon  https://review.openstack.org/30855820:08
zigofungi: not really, we may import from the master branch into the packaging branch if we want to package trunk.20:08
jeblairmtreinish: ^ that doesn't involve a busy-wait.  i agree, just dropping threads entirely is better long term.20:09
zigofungi: It's now fixed in the Debian repo where it will import from. So, if I get this well, it was unrelated to ACLs, right?20:10
mtreinishjeblair: ok, that is a better fast fix. +220:10
fungizigo: yes, i didn't see any errors related to the proposed acl20:10
zigofungi: Thanks.20:10
jeblairmtreinish: should we go ahead and merge it?20:11
mtreinishjeblair: yeah I think so, there's no reason not to20:11
*** oanson has quit IRC20:11
*** shardy has joined #openstack-infra20:12
fungizigo: as an example of a project that doesn't really use its master branch, http://git.openstack.org/cgit/openstack-infra/publications/tree/?h=master just contains some documentation about the branching workflow for that repo20:12
fungibut, up to you what you keep in the master branch really20:13
zigofungi: As I wrote earlier, I can't do that, I *must* reserve the master branch for getting commits from the upstream projects.20:13
*** nwkarste_ has joined #openstack-infra20:13
fungizigo: questioning the "must" with regards to teh published copy of the git repository. couldn't you pull into a local clone from the relevant branch when packaging?20:14
zigofungi: The workflow would be: git checkout master && git pull upstream && git tag <something> && git checkout debian/trunk && git merge -X theirs <something>20:14
*** comstud has quit IRC20:14
*** nwkarsten has quit IRC20:15
zigofungi: Yeah, though the master branch shall stay empty then.20:15
zigofungi: If you think it's better to keep it empty, we can do that.20:15
fungizigo: why not git checkout upstream/master instead of git checkout master && git pull upstream?20:15
zigoHum...20:16
fungiyou're working on a headless tree at that point, but that way it doesn't conflate branches from two different repositories20:16
zigoit's just that I prefer that, at any time, not conflict with upstream branch names.20:16
*** vgridnev has joined #openstack-infra20:17
zigoMaybe there's workaround using non-upstream branch names, but then it becomes too complicated for my small brains ... :P20:17
fungiright, that's another option. something like git checkout -B upstream-master upstream/master20:18
fungicreates a local branch called upstream-master with the contents of the master branch from the upstream remote20:19
*** apoorvad has quit IRC20:20
*** apoorvad has joined #openstack-infra20:20
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Stop using a seperate retreiver thread  https://review.openstack.org/30856720:21
mtreinishjeblair: ^^^ I think that'll do it (it was easier than I thought)20:21
mtreinishI'm trying to start it locally right now, but starbucks wifi is slow, building a venv is going at 14kB/s20:22
jeblairmtreinish: lgtm; maybe i can test it20:24
*** infra-red has joined #openstack-infra20:24
*** infra-red has quit IRC20:24
mtreinishjeblair: sure go for it, I'm still downloading babel...20:24
*** roxanagh_ has joined #openstack-infra20:25
mtreinishactually, I'm gonna head home. I think that might be faster20:25
*** tonytan4ever has quit IRC20:25
jeblairi have the venv, writing a config file20:25
openstackgerritDavid Moreau Simard proposed openstack-infra/system-config: Replace the packstack-dev channel by rdo  https://review.openstack.org/30857220:27
jeblairmtreinish: it starts locally without a traceback20:29
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Move packstack notifications from packstack-dev to rdo  https://review.openstack.org/30857620:29
*** doug-fish has joined #openstack-infra20:30
*** ybathia has joined #openstack-infra20:31
*** doug-fi__ has joined #openstack-infra20:31
*** doug-f___ has joined #openstack-infra20:32
*** mylu has quit IRC20:33
*** Sukhdev has joined #openstack-infra20:33
*** doug-fis_ has quit IRC20:33
nibalizeres is still yellow, but only initializing one shard20:34
*** hashar has quit IRC20:34
*** doug-fish has quit IRC20:34
*** doug-fish has joined #openstack-infra20:35
*** doug-fi__ has quit IRC20:35
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Replace the packstack-dev channel by rdo  https://review.openstack.org/30857820:35
openstackgerritThomas Goirand proposed openstack-infra/project-config: Add job to build generic debian packages  https://review.openstack.org/30774220:36
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Replace the packstack-dev channel by rdo  https://review.openstack.org/30857620:37
*** doug-f___ has quit IRC20:37
*** lucas-dinner has quit IRC20:40
*** vponomaryov1 has left #openstack-infra20:41
*** tonytan_brb has joined #openstack-infra20:41
*** asettle has joined #openstack-infra20:42
*** tonytan_brb has quit IRC20:42
mtreinishjeblair: ok cool, that's as far as I was probably gonna test it20:43
*** tonytan_brb has joined #openstack-infra20:44
*** tonytan_brb is now known as tonytan4ever_20:44
*** asettle has quit IRC20:45
*** rajinir has quit IRC20:45
*** lucasagomes has joined #openstack-infra20:47
*** _ari_ has quit IRC20:48
*** doug-fish has quit IRC20:50
*** matrohon has quit IRC20:50
clarkbmordred: I am looking at 307887 and I have no idea what was wrong with the old code20:51
clarkbwould be nice if we could leave comments on the review if there are major issues20:51
*** Swami has joined #openstack-infra20:51
*** doug-fis_ has joined #openstack-infra20:52
mtreinishjeblair: do we want to just merge the thread dropping patch? and restart the workers after both inprogress patches land?20:53
jeblairmtreinish: yeah, lets20:53
*** trown is now known as trown|outtypewww20:53
*** nwkarste_ has quit IRC20:54
prometheanfireanyone able to review this bindep change to add gentoo support to bindep? https://review.openstack.org/30749320:54
*** ihrachys has joined #openstack-infra20:54
*** ihrachys_ has quit IRC20:55
*** mylu has joined #openstack-infra20:55
*** shardy has quit IRC20:55
*** tonytan4ever_ is now known as tonytan4ever20:56
openstackgerritMerged openstack/diskimage-builder: Allow skipping the md docs check  https://review.openstack.org/30651420:56
clarkbmordred: is the problem that get_server can raise?20:56
*** daemontool has quit IRC20:56
*** esker has quit IRC20:56
*** mylu has quit IRC20:56
*** dprince has quit IRC20:57
mordredclarkb: no- it's the thing you were taling about yesterday20:57
mordredclarkb: about invalidating the cache based on the cache20:58
mordredclarkb: tis is "check to see before we delete the server if the volume cache should be invalidated, then, when we actually do delete the server, invalidate the vlume cache"20:58
mordredclarkb: we also added in "don't bother doing the check on the volumes if caching is not enabled"20:58
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Slowly turn rax-ord back on in nodepool  https://review.openstack.org/30858520:58
fungirax noc updated the network issues ticket moments ago suggesting we try again since they just had some maintenance fixing issues with the private circuits between ord and dfw, so... ^20:59
*** mylu has joined #openstack-infra20:59
krotscheckinfra-core: Can someone check on the npm mirror vos-release for me?20:59
*** ybathia has quit IRC20:59
clarkbmordred: oh because get_volume(server) after the server is dead is ya20:59
clarkbok20:59
clarkbfungi: yay20:59
*** MarkAtwood has joined #openstack-infra21:00
*** baoli has quit IRC21:01
clarkbmordred: oh hey did the test on that one change catch something? I see the exception name changed :)21:01
*** mylu has quit IRC21:02
*** bpokorny_ has joined #openstack-infra21:02
mordredclarkb: yah. it did. ... ssssssshhhhhhh21:03
*** nwkarsten has joined #openstack-infra21:04
* morgan hands mordred the "we wont tell that the new tests caught bugs" card.21:04
clarkbmordred: I am approving things21:04
rocky_gmordred, do you need me to do any prep for the cross project session on discovery?21:05
*** bpokorny has quit IRC21:07
*** mrmartin has quit IRC21:07
clarkbmordred: 308413 has -1 on it from shrews, i have approved everything before that change21:08
mordredclarkb: yah - I need to write a test for that one21:08
mordredyou know - for reasons21:08
*** jheroux has quit IRC21:09
clarkbsometimes they catch bugs21:09
*** thorst has quit IRC21:09
clarkbmordred: also http://logs.openstack.org/55/307755/7/check/gate-nodepool-pep8/507c31f/console.html doesn't like the sahde version and still no test ;)21:09
*** ybathia has joined #openstack-infra21:10
*** psilvad_ has quit IRC21:10
*** mylu has joined #openstack-infra21:10
*** ybathia has quit IRC21:12
*** rfolco has quit IRC21:12
*** sridhar_ram_afk is now known as sridhar_ram21:12
*** ybathia has joined #openstack-infra21:12
mordredclarkb: yah - I'm still working on the test21:13
mordredit's been a distracting day21:13
*** Goneri has quit IRC21:13
clarkbI can sympthize21:13
fungiprometheanfire: i put it to workflow -1 because that really needs equivalents of the same basic unit tests we have for dpkg and rpm support21:14
openstackgerritClark Boylan proposed openstack-infra/project-config: Use setfiles to restore unbound selinux policy  https://review.openstack.org/30810521:15
*** Sukhdev has quit IRC21:15
fungiprometheanfire: should be able to add that even without having gentoo workers and a functional test job available21:15
clarkbpabelanger: fungi ianw_ ^ that can be the intermediate step for selinux fixing on centos7, then switch to running unbound things at 89 which is before level 90 which is where dib will do it for us21:15
EmilienMpabelanger: in case you have some time, please review again https://review.openstack.org/#/c/308394/ and https://review.openstack.org/#/c/307931/ - thanks!21:16
*** weshay has quit IRC21:17
*** inc0 has quit IRC21:17
*** ldnunes has quit IRC21:18
prometheanfirefungi: ok21:18
*** abregman has quit IRC21:19
mtreinishis there something missing from puppet on picking up: https://review.openstack.org/#/c/305496/ on health.o.o21:20
*** e0ne has quit IRC21:20
mtreinishI checked puppetboard: http://puppetboard.openstack.org/node/health.openstack.org and didn't see it get picked up anywhere21:20
fungiprometheanfire: part of my insistence is because i'm unlikely to spin up a gentoo chroot to test modifications in, so having tox -e py27 give me a little confidence i'm not breaking gentoo support is useful21:20
fungiwithout having to push the change up to gerrit first and wait for functional testing on a real gentoo vm21:22
fungialso what we have as a "functional" test for bindep today doesn't really cover much other than making sure we don't break the one specific way we use it in a lot of gate jobs, so at some point we should consider extending our functional testing to a broader set of exercises21:23
*** Nikolay_St has quit IRC21:23
clarkbmtreinish: neither pip nor the not installed pbr command know about the openstack health install21:25
clarkbmtreinish: the commit that is checked out is that commit21:25
clarkbis this using a virtualenv?21:25
mtreinishclarkb: it is, it's been on my list to refactor it to stop doing that21:25
mtreinishbut I haven't gotten around to it yet21:25
clarkbyes .venv21:25
prometheanfirefungi: no, that's fine I should have done that21:25
clarkbmtreinish: openstack-health==0.0.1.dev576  # git sha 8093b5b21:26
clarkbthat isn't the commit that is checked out21:26
clarkbit is the previous commit21:26
clarkbmtreinish: Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed21:27
mtreinishclarkb: hmm, ok. That would explain why: http://health.openstack.org/runs/key/project/openstack/puppet-keystone/recent/rss isn't working21:27
clarkbfailed building wheel for lxml21:27
mtreinishclarkb: it probably isn't, that's likely a new req being pulled in by the rss libs21:27
mtreinishthere wasn't anything xml before21:27
clarkbyou probably need to intsall libxml2-dev and libxslt-dev or whatever the deps are21:27
mtreinishclarkb: right, I'll push a puppet patch up to add those packages21:28
*** sdake_ has joined #openstack-infra21:28
ianw_clarkb: ok, want to put the mv in with a depends on so we don't forget?21:28
*** tonytan4ever has quit IRC21:28
clarkbianw_: sure21:28
ianw_dib has a lot of stuff half-approved atm, and can now do releases again, so we should get things going for a release21:31
*** Na3iL has quit IRC21:31
*** HeOS has quit IRC21:31
fungigit-review, gerritbot and bindep releases were on my to do list for this week, but the week is rapidly evaporating out from under me21:32
*** ihrachys has quit IRC21:32
*** ihrachys has joined #openstack-infra21:33
openstackgerritMatthew Treinish proposed openstack-infra/puppet-openstack_health: Add packages needed to build lxml  https://review.openstack.org/30862821:33
mtreinishclarkb, fungi: ^^^21:33
fungilxml will never die21:34
mtreinishfungi: it's because I used feedgen to do the rss/atom generation21:34
fungisure21:34
mtreinishif I wanted to hand craft the xml to generate a feed I probably could have gotten away without it21:35
fungii know why it's there, just expressing my inner pessimist21:35
mtreinishbut I think I'd hate myself more if I did that, then pull in lxml :)21:35
openstackgerritMerged openstack-infra/shade: Have delete_server use the timed server list cache  https://review.openstack.org/30788721:35
openstackgerritMerged openstack-infra/shade: Retry floating ip deletion before deleting server  https://review.openstack.org/30743921:35
fungiindeed. if only feedgen could get by on the built-in xml support in stdlib, but c'est la python21:36
pabelangerfungi: yay, rax21:36
pabelangerclarkb: ack, +221:36
*** rhallisey has quit IRC21:37
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources: Improved External Order Error  https://review.openstack.org/30862921:37
*** ddieterly is now known as ddieterly[away]21:37
*** ddieterly[away] is now known as ddieterly21:38
*** Sukhdev has joined #openstack-infra21:38
*** amitgandhinz has quit IRC21:38
*** kgiusti has left #openstack-infra21:39
openstackgerritMerged openstack-infra/shade: Delete floating IP on nova refresh failure  https://review.openstack.org/30802421:40
openstackgerritClark Boylan proposed openstack-infra/project-config: Let dib fix selinux policy for us  https://review.openstack.org/30863021:40
clarkbianw_: ^21:40
*** thorst has joined #openstack-infra21:41
*** e0ne has joined #openstack-infra21:41
*** Na3iL has joined #openstack-infra21:43
openstackgerritMerged openstack-infra/shade: Rework floating ip use test to be neutron based  https://review.openstack.org/30841221:43
*** Sukhdev has quit IRC21:43
*** ihrachys has quit IRC21:44
openstackgerritMerged openstack-infra/project-config: run-tarball/puppet: fix MODULE_NAME  https://review.openstack.org/30839421:44
*** sdake_ has quit IRC21:45
*** thorst has quit IRC21:46
*** mylu has quit IRC21:46
mtreinishfungi, jeblair: :/ both puppet-subunit2sql patches failed on centos beaker. Looks unrelated: http://logs.openstack.org/58/308558/1/check/gate-openstackci-beaker-centos-7/176b231/console.html#_2016-04-20_20_16_07_69521:46
*** sdake_ has joined #openstack-infra21:47
*** Sukhdev has joined #openstack-infra21:47
openstackgerritMerged openstack-infra/project-config: Add tarball jobs for all Puppet OpenStack modules  https://review.openstack.org/30793121:50
*** e0ne has quit IRC21:51
openstackgerritMerged openstack/diskimage-builder: Change to latest CentOS-6 image  https://review.openstack.org/30850421:52
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/shade: Add Designate recordsets support  https://review.openstack.org/30650221:52
*** lakshmiS has quit IRC21:53
*** nwkarsten has quit IRC21:54
*** nwkarsten has joined #openstack-infra21:54
*** sridhar_ram_ has quit IRC21:54
*** vgridnev_ has joined #openstack-infra21:55
*** |-paul-| has joined #openstack-infra21:55
*** salv-orl_ has joined #openstack-infra21:56
*** jrmyjohn has quit IRC21:57
*** roxanagh_ has quit IRC21:57
*** piet has joined #openstack-infra21:57
*** Na3iL has quit IRC21:58
*** nikhil_k is now known as nikhil21:58
*** salv-orlando has quit IRC21:59
*** Sukhdev has quit IRC21:59
*** vgridnev_ has quit IRC22:00
*** asettle has joined #openstack-infra22:01
clarkbhttps://etherpad.openstack.org/p/newton-infra-distro-upgrade-plans has been updated with information on what machines are running what22:01
*** matt-borland has quit IRC22:02
fungithanks!22:02
*** ddieterly is now known as ddieterly[away]22:02
fungimtreinish: yeah, there's a latent bug in beaker exposed by a new puppet release22:03
fungiyolanda: proposed a fix for it but will need an image update to have the workaround in place22:03
*** sridhar_ram1 has joined #openstack-infra22:03
fungier, yolanda proposed a fix22:04
*** sridhar_ram has quit IRC22:04
*** burgerk has quit IRC22:04
clarkbfungi: is there a chnage up to put rax-ord back into service?22:04
*** Sukhdev has joined #openstack-infra22:05
*** roxanagh_ has joined #openstack-infra22:05
fungiclarkb: yeah, i uploaded and was pointing it out when i commented22:05
fungiclarkb: 30858522:06
clarkbapproved22:06
*** fitoduarte has joined #openstack-infra22:07
*** ybathia has quit IRC22:08
clarkbmordred: we have leaked fips right now22:09
clarkbmordred: I am guessing we are not deployed with the latest code?22:09
*** Na3iL has joined #openstack-infra22:09
mordredclarkb: not with the fip cleanup code22:09
mordredclarkb: I believe there is also likely still a leak point somewhere we haven't identified yet22:10
mordredclarkb: I'm cleaning them now22:10
mordredclarkb: I had intended to do another hunt today on one of the leaks22:10
fungipour diluted dish soap over it and look for bubbles22:10
mordredbut today got away from me22:10
mordredfungi: exactly22:10
*** rocky_g has quit IRC22:12
*** nwkarsten has quit IRC22:13
*** nwkarste_ has joined #openstack-infra22:13
*** marcusvrn_ has quit IRC22:13
morganclarkb: leaked fips are fips that are allocated but unassigned and untracked?22:15
*** mylu has joined #openstack-infra22:15
*** sigmavirus24 is now known as sigmavirus24_awa22:15
*** nwkarste_ has quit IRC22:15
* morgan is curious because... Sounds like something interesting to chase down if it is still occurring. (Or assumed to be occurring even with new code )22:16
*** nwkarsten has joined #openstack-infra22:16
clarkbmorgan: correct22:16
clarkbmorgan: basically becaues we don't have atomic resource management22:17
morganRight.22:17
clarkbmorgan: if you aren't super careful you leak resources22:17
clarkbthe fun thing is we do have that for cinder volumes22:17
clarkbjust not for fips22:17
morganYar. And lots of other things.22:17
*** doug-fis_ has quit IRC22:17
*** aysyd has quit IRC22:17
morganOK I might have something to glare at tomorrow then. ;)22:17
*** mylu has quit IRC22:17
openstackgerritJames E. Blair proposed openstack-infra/zuul: Ansible launcher: support scp publisher  https://review.openstack.org/30865622:20
*** dimtruck is now known as zz_dimtruck22:20
*** nwkarsten has quit IRC22:20
openstackgerritMerged openstack-infra/project-config: Slowly turn rax-ord back on in nodepool  https://review.openstack.org/30858522:20
morganHave I mentioned I dislike floating ips?22:20
morgan:P22:21
jeblairokay.  i've saved the best for last.  anyone know if ansible has an ftp upload module?  ;)22:21
mordredmorgan: you are in good company22:22
morganmordred: hah22:22
openstackgerritMonty Taylor proposed openstack-infra/shade: Add public helper method for cleaning floating ips  https://review.openstack.org/30841322:22
mordredShrews, clarkb: there you go. with tests22:22
jeblair(my backup plan is basically: rsync to localhost tmpdir then "shell: ftp ...")22:22
morganjeblair: old school style ;)22:23
*** gordc has quit IRC22:23
openstackgerritMonty Taylor proposed openstack-infra/project-config: Add ServerGet task to nodepool graphs  https://review.openstack.org/30848322:23
mtreinishfungi: ok, so we're just waiting for a nodepool image refresh before I recheck things?22:23
*** mylu has joined #openstack-infra22:24
mordredjeblair: it looks like only ftp support for fetching22:24
morganOut of curiosity does infra (yet) run ZK cluster? Or that waiting for other software support (aka zuul etc)?22:24
*** edmondsw has quit IRC22:24
mordredmorgan: none of our things use it yet, so we have yet to spin one up22:25
* morgan knows it is possible to just go look at configs but people are active and know off the top of their head.22:25
*** ddieterly[away] is now known as ddieterly22:25
morganmordred: OK. Good to know.22:25
jeblairmorgan: the alma schola is my alma mater22:25
mordredmorgan: it is definitely a task that will need done before we can grow the zk depends22:25
morganmordred: well I was just wondering the order of things.22:25
*** gyee has quit IRC22:25
jeblairi'd suggest we write the nodepool code first, then spin up the cluster22:26
morganIf ZK was in use, it can grow to a depends, if not, it is "add function and then rely on it"22:26
morganjeblair: that is my view.22:26
*** rossella_s has joined #openstack-infra22:26
morganBut if ZK was already there... Just easy to start leaning on it.22:26
jeblairmorgan, mordred: i think we should implement this first: http://specs.openstack.org/openstack-infra/infra-specs/specs/nodepool-zookeeper-workers.html22:26
*** asettle has quit IRC22:26
morganIt was more of a where are we, than a best laid plans for impl question.22:27
morganjeblair: ++22:27
jeblairmorgan, mordred: i also have this standy by for when we need it: https://review.openstack.org/29317622:27
jeblairer standing by22:27
*** asettle has joined #openstack-infra22:27
*** Na3iL has quit IRC22:27
morganNice22:27
*** Adri2000 has quit IRC22:27
jeblair(for me, making sure we could run it in tests was the unknown -- i'm pretty sure we can figure out how to run it in prod :)22:28
*** rbergeron has joined #openstack-infra22:28
* morgan feels like lurking in infra sessions at the summit is going to be fun this time around ;)22:28
morganNot to imply I disliked it last time.22:29
morgan;)22:29
jeblairmorgan: then this is the next step (it's an ammendment to the zuulv3 spec): https://review.openstack.org/30550622:29
bkero(morgan has registered an allegiance with 'Peanut Gallery')22:29
jeblairi'd like to do the nodepool worker thing first just to get it estableshed, then do the zuulv3 thing, and not implement the zuul-nodepool protocol as described currently in the v3 spec.22:30
jeblairestablished22:30
jeblairsheesh22:30
morganjeblair: hehe.22:30
jeblairE_STABLE_SHED22:30
morganThat's like an e_bike_shed but for code that doesn't change?22:31
jeblairi believe you've got it22:32
morganNice.22:32
rbergeronmorgan: lurker. :)22:32
* rbergeron lurks22:32
morganI am totally going to make one of the errors in something I develop e_stable_shed now.22:32
*** tosky has quit IRC22:32
*** ayoung has joined #openstack-infra22:33
* jeblair watches b522:33
morganrbergeron: I suck at lurking. I am too loud.22:33
*** burgerk has joined #openstack-infra22:34
rbergeron:)22:34
fungimtreinish: i'll check and see if that fix got approved, but yeah if so images tomorrow should be fine or if it's an emergency we can try to get fresh image updates in place sooner22:36
mtreinishfungi: well it's blocking the subunit worker fixes22:36
clarkbneed to get mordred to stop killing builds too when you do it:)22:36
mordredclarkb: when did I kill a build? :)22:36
mtreinishfungi: but gearman will probably hold all the events until things start up again, so I don't think we'll lose anything22:37
clarkbmordred: everytime you restart nodepool when an image is building22:37
mordredlook, it's a rbergeron ... can we have an ftp module for ansible?22:37
mordredclarkb: oh. that22:37
mordredclarkb: bah.22:37
jeblairmordred: the zk stuff will fix it :)22:37
mtreinishfungi: it just means the yellow warning on: http://status.openstack.org/openstack-health/#/ will be there a little longer22:38
mordredjeblair: yay for successing!22:38
jeblairmordred, rbergeron: ftp *upload* that is :)22:38
*** thorst has joined #openstack-infra22:39
fungiftp _put_ (to be even more pedantic)22:39
clarkbmaybe cloud sites has grown new protocol support?22:39
jeblairfungi is in charge of ftp22:39
rbergeronjeblair: yeah, downloading is a thing already22:39
* mordred looks forward to replacing cloud sites with afs22:39
mordredwe need a fungi module!22:40
morganmordred: ++22:40
rbergeronjeblair, mordred: i guess the official crappy answer is "patches welcome" but ... that's a terrible answer that i hate giving :)22:40
mordredheh22:40
pabelangerclarkb: morgan I just cleaned up bluebox about 25mins ago. But something odd going on, we are always building more nodes then using.  I assume you already know that22:40
jeblairmordred: i have a spec for that too :) https://review.openstack.org/26992822:40
*** ybathia has joined #openstack-infra22:40
rbergeronyou could hvae one, but i think it's a matter of finding a nice human with the cycles to do so -- and convincing them22:40
mordredto be fair, I suppose I do already own a bunch of modules in ansible22:40
mordredjeblair: if you write an ftp module, I will merge it22:41
fungijeblair: ftp is one of those things i will probably never forget. like xmodem22:41
mtreinishmordred: https://pypi.python.org/pypi/Fungiform was the closest on pypi :)22:41
clarkbpabelanger: not sure I understand ehat you mean about building more than we are using22:41
mordredfungi: if you write an ftp module, I will merge it22:41
fungiheh22:41
clarkbcan we have tftp too?22:41
jeblairrbergeron: no worries :)  i think that synchronize + shell will work for now; if we find that we're going to keep using ftp for a while, it might be worth writing a module.  but honestly, we'd like to just stop using it, so i kind of hope that happens first :)22:41
mordredclarkb: if you write a tftp module, I will merge it22:42
clarkbwoot22:42
fungiclarkb: i have much more terrible memories of tftp, so hopefully not?22:42
rbergeronalso, i suspect that maybe with cookies and hugs and we could probably wheedle someone into wanting to write it while everyone is seeing each other next week22:42
mordreds/cookies/booze/22:42
mordreds/hugs/booze/22:42
rbergeronand by that i mean "not someone currently here"22:42
mordreds/and/booze/g22:42
rbergeronor with booze and booze22:42
fungiyeah, austin has cue and booze. dunno if they also have cookies and hugs22:43
rbergeronwell, if i have booze, then i give hugs, so22:43
* jeblair looks forlornly at mordred and eats raw cookie dough22:43
*** rbrndt has joined #openstack-infra22:43
rbergeroncookies, tho22:43
mordred"also, i suspect that maybe with booze booze booze booze booze we could probably wheedle someone into wanting to write it while everyone is seeing each other next week"22:43
*** xyang1 has quit IRC22:43
*** ddieterly has quit IRC22:43
pabelangerclarkb: so, if you look at http://grafana.openstack.org/dashboard/db/nodepool-blue-box. I've noticed, we always now have more nodes in the build state, then ready / used.  If you look on nodepool, grep building | grep bluebox, you'll see we have nodes +28mins.  They seem to be just idle, not attaching to an IP22:43
fungibooze, booze, booze, eggs and spam22:44
clarkbpabelanger: ya its the fip problem22:44
pabelangerclarkb: even though we now how FIPs free22:44
mordredfungi: ++22:44
* fungi starts humming22:44
clarkbpabelanger: its bad all around22:44
*** mriedem has quit IRC22:44
pabelangerclarkb: okay22:44
mordredhopefully will be fixed fixed tomorrow22:44
pabelangerclarkb: is it wroth dropping our default build timeout?22:45
jeblairmordred: boozed boozed?22:45
mordredjeblair: ++22:45
clarkbpabelanger: probably not those should start to complete as the fips attach I think22:45
clarkbpabelanger: mordred will know more22:45
pabelangerokay, np22:45
pabelangerwill see what the fix is tomorrow22:45
fungimtreinish: so the short answer is that https://review.openstack.org/308426 is not self-testing so it is failing on the bug it is needed to fix. i'm going to bypass gating on it22:47
fungithat way it's at least in place for tomorrow's image updates22:47
openstackgerritMerged openstack-infra/system-config: Consume the latest puppetlabs rpm when installing puppet  https://review.openstack.org/30842622:49
fungithere ^ it is22:49
fungimordred: are you done being in project bootstrappers for now? or should i leave you in it for a bit longer?22:49
*** yamahata has quit IRC22:49
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Add js-openstack-registry-hooks (openstack-registry-hooks) to openstack-infra  https://review.openstack.org/30866222:51
*** |-paul-| has quit IRC22:52
krotscheckjeblair: ^^ I believe that should assist with the clean exit.22:53
* jeblair disguises his voice as mordred and says "fungi: oh, yes, i'm totally like a space cadet and you should definitely remove me!"22:53
jeblairoops, that wasn't the right voice, but oh well22:54
fungisounded more like stimpy22:54
fungier, i mean billy west22:54
jeblairwas billy west really stimpy?22:55
jeblairwow22:55
fungiyep22:55
openstackgerritMichael Krotscheck proposed openstack-infra/system-config: Added clean exit hooks to npm registry script  https://review.openstack.org/30866922:56
fungiif i know only two things, it's ftp and cartoons22:56
krotscheckAnd there's the other part22:56
*** claudiub has quit IRC22:56
*** krotscheck is now known as krotscheck_dcm22:57
jeblairkrotscheck: neat!  that is not the form i expected that solution to take.  :)22:57
rbergeronbilly west is everyone.22:57
fungikrotscheck_dcm: are you the data center manager now?22:57
fungior is that don't care mode?22:57
fungioh... day care mode22:58
jeblairfungi: i'm familiar with him from, basically half the futurama cast22:58
* fungi is slow22:58
* clarkb waves in morgans genral area22:58
*** carolbarrett has joined #openstack-infra22:58
*** carolbarrett has quit IRC22:59
fungijeblair: yeah, everyone on futurama sounds like fry, except maybe katey sagal22:59
clarkbmorbo23:00
fungilittle-known fact, i was the voice of the hypnotoad23:00
fungi(prove me wrong!)23:00
rbergeronexcept for bender, who sounds like jake from adventure time23:00
fungiso true23:00
*** thorst has quit IRC23:01
*** Qiming has joined #openstack-infra23:01
rbergeronand those are the same person but man. if i am not actually watching and theyre not saying obvious character things, i cant actually tell sometimes23:02
*** kjorgensen has joined #openstack-infra23:02
*** ams_ has quit IRC23:03
*** piet has quit IRC23:03
*** cloudtrainme has quit IRC23:03
openstackgerritJoshua Harlow proposed openstack/requirements: Bump oslo.log and oslo.il8n for april 18th releases  https://review.openstack.org/30868023:04
*** jrmyjohn has joined #openstack-infra23:06
*** burgerk has quit IRC23:06
mtreinishfungi: ok cool, thanks23:07
*** rbrndt has quit IRC23:07
fungii'm transferring to evening mode, wherein i stop openstacking for a bit and see if i can make progress toward the "fungi" laptop model ascribed to me at the midcycle a reality before next week23:08
fungithis will probably need more beer23:09
openstackgerritMerged openstack/requirements: bump python-openstackclient in u-c to 2.4.0  https://review.openstack.org/30841123:10
mtreinishfungi: "fungi" laptop model?23:10
*** jrmyjohn has quit IRC23:10
*** Adri2000 has joined #openstack-infra23:10
openstackgerritmelanie witt proposed openstack-infra/project-config: Add a new devstack plugin based src job for ceph  https://review.openstack.org/30868623:11
openstackgerritmelanie witt proposed openstack-infra/project-config: Replace ceph-src jobs with ceph-plugin-src jobs  https://review.openstack.org/30868723:11
fungimtreinish: there was an informal poll of laptop models at the infra mid-cycle and i was out of the room while it was performed, so since nobody knew what my asus netbook was they just put "fungi" down for mine23:11
clarkband no macbooks23:11
fungibut i've got a half-complete netbook running an open hardware sbc (radxa rock pro), an lvds panel i picked up from adafruit and some other less important bits23:12
*** apoorvad has quit IRC23:12
fungiso i'm hopeful i can knock it out in the next couple evenings23:12
*** sdague has quit IRC23:12
jeblairi'm pretty sure if we remembered 'asus netbook' we still would have listed it as 'fungi' anyway23:12
mtreinishfungi: haha, ok. Fwiw, I have a friend in nicaragua for the peace corp and he uses a similar asus netbook. (if not the same, there are a few models) Mostly because it was unlikely to get stolen23:13
mtreinishclarkb: that's a good thing23:13
mtreinishfungi: oh, cool that sounds liek a fun project23:13
fungimtreinish: yeah, i bought that particular asus (i have several) for something like us$200 ~10 years ago. definitely not a theft target23:13
fungiit's fine as a mostly thin client ssh/mosh terminal and for very lightweight web browsing, but it struggles a bit for i/o bandwidth to do luks on its flash storage23:14
ianw_what's up with the weird jenkins comment on : https://review.openstack.org/#/c/292193/23:14
jeblairianw_: what's weird?23:15
*** ddieterly has joined #openstack-infra23:15
mtreinishfungi: well he's had like 2 cameras and 3 cell phones stolen in his ~2yrs there, and those weren't particularly nice either. So I think it's just luck that someone hasn't targetted the netbook23:15
ianw_jeblair: well it's messed up the formatting by putting log messages in there about the requirements result23:16
mtreinishfungi: heh, and he runs windows on it, which is just so terribad23:16
fungiianw_: it's intended to make it more obvious why the requirements job failed, i think. you're looking for http://logs.openstack.org/93/292193/8/check/gate-diskimage-builder-requirements/cabb107/console.html#_2016-04-20_22_29_49_92923:16
jeblairianw_: oh, you mean there's something wrong in the web ui?23:17
ianw_fungi: yeah, but shouldn't it just be a failure?23:17
fungimtreinish: oh, it's newer then. the one i had with me at the mid-cycle only supported linux )shipped with "lindows" before they renamed it)23:17
ianw_i mean, with CI comments compressed, you don't see it at all?23:17
jeblairianw_: that means there is a bug in the javascript that munges that23:17
ianw_ok, if we dont' know about it i'll take a closer look23:18
fungimtreinish: microsoft got all snippy about asus shipping a product that couldn't run windows and actually made a stripped down windows for netbooks which the next model was capable of running, just barely23:18
jeblairianw_: probably in http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/gerrit/hideci.js23:18
fungimtreinish: though to asus's credit, you could order those later models with linux preinstalled and not get dinged for the "windows tax" (which cost almost as much as teh hardware)23:19
*** mylu has quit IRC23:20
fungimtreinish: and then microsoft essentially licensed the windows for netbooks or whatever they were calling it for free for a while so asus wouldn't sell something cheaper without it23:20
*** mylu has joined #openstack-infra23:20
fungiwas actually pretty funny to watch that situation play out23:21
mtreinishfungi: haha, why I'm not surprised. That sounds like pretty typical behavior for microsoft back then23:22
*** Sukhdev has quit IRC23:22
fungimaybe they only lowered the bundling license for it to something nominal like $25-50 i don't completely remember it's been so long23:22
fungianyway, to the lab!23:22
fungifuturama conversation has convinced me to pull out the box set and watch it in the background while i hack23:23
*** Na3iL has joined #openstack-infra23:23
*** ddieterly is now known as ddieterly[away]23:23
fungimordred: apologies in advance, but i'm going to assume you've forgotten you're still in project bootstrappers and am removing you for your own safety23:24
jeblairfungi: thanks!23:25
*** dingyichen has joined #openstack-infra23:25
*** bpokorny_ has quit IRC23:25
* jeblair disguised his voice again23:25
krotscheck_dcmjeblair: yeah, me neither.23:25
* krotscheck_dcm has an infant battling him for the keyboard. Singing off.23:25
*** salv-orl_ has quit IRC23:26
*** bpokorny has joined #openstack-infra23:26
fungijeblair: also, zuul still looks memory-leaky http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=392&rra_id=all23:26
fungijeblair: we're running with connections patched out? or no?23:26
fungiokay, really going afk for a while. night all!23:29
melwittdoes anyone know why testr_results.html.gz in logs changed from showing only failures as the default view to showing pass and fail all together?23:29
*** jaypipes has quit IRC23:29
*** mat128 has quit IRC23:29
crinklekrotscheck_dcm: you need this https://twitter.com/abock/status/71810321361920819223:30
*** mat128 has joined #openstack-infra23:30
*** apoorvad has joined #openstack-infra23:30
*** roxanagh_ has quit IRC23:30
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Replace the packstack-dev channel by rdo  https://review.openstack.org/30857623:37
*** mylu has quit IRC23:38
*** mylu has joined #openstack-infra23:38
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Changed ACL group in js-afs-blob-store to a more generic group  https://review.openstack.org/30869523:38
clarkbmelwitt: which job(s)?23:39
*** sridhar_ram1 has quit IRC23:41
*** Sukhdev has joined #openstack-infra23:41
*** lakshmiS has joined #openstack-infra23:41
melwittclarkb: gate-nova-python34-db for example. it's been awhile since it changed http://logs.openstack.org/33/266233/6/gate/gate-nova-python34-db/843ab2d/testr_results.html.gz23:42
melwittclarkb: it used to default to Failed but even when I click Failed it doesn't change the view23:43
clarkbmelwitt: looks like that is generated by os-testr now23:44
clarkbI am guessing os-testr updated that?23:45
clarkbI would look at its commit log23:45
melwittclarkb: okay, thanks for the hint. I'll check it out23:45
mtreinishmelwitt: probably this: http://git.openstack.org/cgit/openstack/os-testr/commit/?id=2b5c0175fc0cf9eddf570b743bf3c89ad7e0fd3a23:45
*** sridhar_ram has joined #openstack-infra23:46
mtreinishwhich is the only change that has seen since I added the apache header back when I first created the repo23:46
openstackgerritFei Long Wang proposed openstack-infra/project-config: Support multi backends for Zaqar tempest job  https://review.openstack.org/30869823:46
*** fitoduarte has quit IRC23:46
*** asettle has quit IRC23:47
melwittmtreinish: cool, thanks23:47
*** asettle has joined #openstack-infra23:47
*** Sukhdev has quit IRC23:48
mtreinishmelwitt: I think the old behavior you saw was just a bug and things weren't be rendered as intended23:50
*** kengo_sakai has joined #openstack-infra23:50
mtreinishit just happened to be more convienent especially for larger test suites (like nova unit tests)23:50
*** Guest56909 has left #openstack-infra23:50
melwittmtreinish: hm. it used to show failed first and you could expand it to show all. unless I dreamed it23:51
*** jamielennox is now known as jamielennox|away23:51
melwittthere are links now to Summary, Failed, and All and clicking Failed seems to do nothing23:51
melwittI guess it thinks Summary == Failed23:52
melwittwhen I click on All it changes to a different view and then click on Failed and it shows the view it started with23:52
mtreinishmelwitt: right because it wasn't parsing the subunit correctly. So it put everything in 1 giant group (instead of splitting by class like it was supposed to)23:53
mtreinishand by default it only shows failed tests in a group23:53
melwittoh23:53
*** kengo_sakai has quit IRC23:54
*** xarses has quit IRC23:54
mtreinishmelwitt: I reverted that fix on the subunit out from that run you linked and reran it: http://blog.kortar.org/wp-content/uploads/2016/04/results.html23:56
mtreinishmelwitt: I think it'd be totally fair to move all the failures to the top instead of just doing a straight alphabetical sort on the classes23:57
melwittmtreinish: yeah, that's it! thanks. I can rest now23:57
mtreinishit defintitely makes things more convenient23:57
melwittyeah, that would help a lot23:58
mtreinishheh, but good luck dealing with the implementation. It's not exactly an easy to read script :)23:58
melwitt:)23:58
*** sdake__ has joined #openstack-infra23:58
melwittthe only time I ever click on the results is when they fail so I thought the failure view was intentional23:59

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