Tuesday, 2017-07-11

*** oanson has joined #openstack-infra00:01
jeblairthat's weird.  we only have threads for one connection (which is the expected situation)00:01
jeblairso i wonder what the other connection is. do the threads we have correspond with the flapping connection, or the stable one?  is the stable connection a ghost?00:01
jeblairoh tcpdump can help answer that00:02
clarkbthe thread we have must correspond with the flapping connection because we see it flap in logs and via netstat output (I think that is a correct interpretation)00:02
clarkbbut yes tcpdump should show us00:03
*** masber has joined #openstack-infra00:03
jeblairyeah, i'm seeing the local port numbers change00:04
*** aeng has joined #openstack-infra00:04
*** gildub has joined #openstack-infra00:06
*** Apoorva_ has quit IRC00:07
*** Apoorva has joined #openstack-infra00:08
jeblairclarkb: i'm baffled.  i'm going to tcpdump to files for a few minutes so that if we have any ideas later, we can investigate, then i'll be ready to restart.00:10
clarkbjeblair: ok00:10
clarkbsounds reasonable00:10
*** gmann has quit IRC00:11
*** gmann has joined #openstack-infra00:11
*** jkilpatr has quit IRC00:11
*** Apoorva has quit IRC00:12
clarkbhrm looks like we also have post failures?00:14
clarkbfrom the jobs that are running00:14
jeblairclarkb: link?00:14
clarkbpossible the zuul launchers are unhappy too? I'm going to try and find the zl logs for some of these to understand why they are unhappy00:14
clarkbhttp://logs.openstack.org/31/476631/19/gate/gate-nova-pep8-ubuntu-xenial/76c6c13/ is example00:14
jeblairclarkb: okay.  i'll restart nodepool now while you do that00:15
*** makowals has quit IRC00:15
clarkblooks like ^ ran on zl0500:16
*** gongysh has quit IRC00:17
jeblairnodepool performed a status request sucessfully and is spamming clouds00:17
clarkbhttp://paste.openstack.org/show/614971/00:17
clarkbI thnik those job failures must be unrelated as it is ssh failure to the remote and job timeouts00:17
clarkbperhaps because nodepool gearman and zuul were out of sync, eg nodepool thought it could delete the node?00:18
clarkbthat seems unlikely though00:18
*** tjones has joined #openstack-infra00:18
*** tjones has left #openstack-infra00:19
*** rlandy is now known as rlandy|bbl00:19
jeblairclarkb: maybe possible... maybe if the assign job got far enough on the zuul-launcher side before the gearman connection died and returned a failure to nodepool?00:20
jeblairclarkb: we can check that node id in the log00:20
jeblair2017-07-10 22:35:01,385 ERROR nodepool.NodeLauncher: NoConnectedServersError launching node id: 9738807 in provider: ovh-bhs1 error:00:20
jeblairclarkb: i think that might actually be it00:20
clarkbinteresting but ya I agree00:21
*** gcb has quit IRC00:21
jeblairnodepool has gone through several demand calcs now00:21
jeblairsome clouds are unhappy00:22
clarkbfwiw this is similar to the other thing with zookeeper where I think kill -9 is hurting us00:22
mordredjeblair: yah - I was about to walk away from the keyboard then saw those00:22
jeblairclarkb, mordred: i don't know that it would help *this* situation, but we should still merge this: https://review.openstack.org/42524800:23
*** liujiong has joined #openstack-infra00:24
mordredjeblair: those cloud errors are the result of the cloud returning an ERROR status00:24
clarkbya I think in this case gracefully killing processes so that python can close sockets and do the tcp fin fin ack would help00:24
mordredwell - no - one of them is00:24
jeblairit's now been a few minutes since the last demand calc.  that's either because the problem has resurfaced, or just normal thread starvation.  we should know soon.00:25
mordredjeblair: we're getting nodes generally - so I don't think it's a system failure in launchind nodes00:26
clarkbjeblair: there is a large number of building instances (which could lead to thread starvation)00:26
jeblairmordred: yeah, probably just hitting stress limits on some clouds because we we went straight to max00:26
mordredyah00:26
clarkb1060 according to wc -l00:26
* mordred needs to update the shade we're running - we'll get better errors on some of these errors with the latest00:27
*** stakeda has joined #openstack-infra00:27
mordrednot all of them - some of the errors are just the errors that we'll get00:27
jeblairthat's enough threads for me to think that even if we see a timeout on the status command, it may not be a resurfacing of the problem.00:27
clarkbjeblair: ya00:27
clarkbit is falling under 1k now00:27
clarkband a portion of them appear to be transitioning to used at least00:28
*** tosky has quit IRC00:28
clarkbI'll try to make an effrot later this week after doing gerrit 2.13 things to look into updating more of our init scripts to try sig term first then fallback on kill after a timeout00:28
*** annegentle has joined #openstack-infra00:28
*** dfflanders has joined #openstack-infra00:29
*** makowals has joined #openstack-infra00:30
jeblairclarkb: mordred also wanted to do some init scripts stuff.  and in zuulv3, at least, i'd like to implement command sockets for all the commands, not just zuul-executor, so we can do 'zuul-foo stop'.00:30
clarkbtehre is likely more changes necessary like the ones we had for the builder that will need to happen first00:31
clarkband those will be necessary for command sockets or signal handling00:31
jeblairya.  it's time for a refresh for sure.00:31
clarkbbuilding down to 700 or so with 250 or so used00:33
clarkbseems to be properly flipping things over00:34
mordredclarkb: let's sync on init scripts when we get to it00:34
clarkbmordred: ok00:34
clarkbmordred: are you going full systemd?00:34
jeblairwe're suddenly getting a lot of ssh errors00:34
jeblairi wonder if those could be manifestations of thread starvation somehow00:35
jeblairmordred, clarkb: let's all sync on that, since there are currently problems in zuul start/stop that can't be solved by init scripts :)00:36
mordredjeblair, clarkb: yes - agree- I think we need to fix the start/stop problems that can't be done with init scripts and then we need to make sure the init scripts work too00:37
jeblair++00:37
jeblairi'm really looking forward to multiple launchers in v300:37
clarkbwe have almost none building now, ~450 used and another 200 or so ready00:39
*** makowals has quit IRC00:39
clarkbso we converted at least ~60% of the building nodes?00:39
clarkbprobably not too bad considering we just asked all the clouds to build all the nodes00:40
jeblairbased on the "deleting server" calls i'm seeing, that doesn't surprise me00:40
clarkbjeblair: mordred another quick fix may be to separate the geard server from zuul proper?00:40
jeblairthe main loop is speeeding up. i think it may be about ready to cycle.00:40
jeblairclarkb: yeah, we should probably do that, in both branches.00:43
jeblairnodepool did another demand calc without error.  i think we're good now.00:43
clarkbcool00:43
jeblairi'm going to work on dinner now00:43
jeblairclarkb, mordred: thanks for your help00:43
clarkbme too and thank you00:44
*** thorst has quit IRC00:45
*** oanson has quit IRC00:54
*** priteau has joined #openstack-infra00:54
*** cuongnv has joined #openstack-infra00:55
*** oanson has joined #openstack-infra00:56
*** priteau has quit IRC00:59
*** baoli has quit IRC01:08
*** zzzeek_ has quit IRC01:09
*** vhosakot has quit IRC01:10
*** zzzeek_ has joined #openstack-infra01:11
*** bobh has quit IRC01:12
*** sdague has quit IRC01:17
*** camunoz has quit IRC01:18
*** makowals has joined #openstack-infra01:18
*** Apoorva has joined #openstack-infra01:18
*** annegentle has quit IRC01:19
*** cshastri has joined #openstack-infra01:20
*** thorst has joined #openstack-infra01:28
*** thorst has quit IRC01:28
*** vhosakot has joined #openstack-infra01:28
*** baoli has joined #openstack-infra01:32
*** zzzeek_ has quit IRC01:33
*** zzzeek_ has joined #openstack-infra01:34
*** zzzeek_ has quit IRC01:36
*** annegentle has joined #openstack-infra01:38
*** annegentle has quit IRC01:39
*** LindaWang has joined #openstack-infra01:46
*** zzzeek_ has joined #openstack-infra01:47
*** Apoorva has quit IRC01:49
*** tonytan_brb has joined #openstack-infra01:49
*** Apoorva has joined #openstack-infra01:49
*** yamahata has quit IRC01:50
*** tonytan4ever has quit IRC01:52
*** iyamahat has quit IRC01:52
*** Apoorva has quit IRC01:54
*** hongbin has joined #openstack-infra01:56
*** mat128 has joined #openstack-infra01:57
*** Sukhdev has quit IRC01:57
*** liusheng has quit IRC01:59
*** liusheng has joined #openstack-infra02:00
*** zhurong has joined #openstack-infra02:03
*** gcb has joined #openstack-infra02:03
*** ramishra has joined #openstack-infra02:07
*** ramishra has quit IRC02:11
*** ramishra has joined #openstack-infra02:11
*** bobh has joined #openstack-infra02:26
*** sshnaidm has quit IRC02:28
*** bobh has quit IRC02:29
*** hongbin has quit IRC02:30
*** hongbin_ has joined #openstack-infra02:30
*** hongbin_ has quit IRC02:31
*** hongbin has joined #openstack-infra02:32
*** makowals has quit IRC02:36
*** makowals has joined #openstack-infra02:39
*** sshnaidm has joined #openstack-infra02:41
*** ramishra has quit IRC02:46
*** ramishra has joined #openstack-infra02:48
*** makowals has quit IRC02:54
*** priteau has joined #openstack-infra02:55
*** tonytan_brb has quit IRC02:58
*** yamamoto has joined #openstack-infra02:58
*** priteau has quit IRC03:00
*** aeng has quit IRC03:03
openstackgerritMerged openstack-infra/zuul feature/zuulv3: executor: add support for custom ansible_port  https://review.openstack.org/46871003:04
*** aeng has joined #openstack-infra03:04
openstackgerritTristan Cacqueray proposed openstack-infra/storyboard master: Better handle pika connection errors  https://review.openstack.org/48239103:05
*** namnh has joined #openstack-infra03:07
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Add TenantProjectConfig object  https://review.openstack.org/47907303:07
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Permit config shadowing  https://review.openstack.org/47908403:11
*** rlandy|bbl is now known as rlandy03:15
*** rlandy has quit IRC03:16
*** tjones has joined #openstack-infra03:18
*** tjones has left #openstack-infra03:18
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Fix race in test_queue_rate_limiting_dependent  https://review.openstack.org/48182403:18
openstackgerritTristan Cacqueray proposed openstack-infra/storyboard master: Add show attribute to the Task model  https://review.openstack.org/48239303:21
*** gyee has quit IRC03:23
*** makowals has joined #openstack-infra03:24
*** tonytan4ever has joined #openstack-infra03:28
*** thorst has joined #openstack-infra03:29
*** Kevin_Zheng has joined #openstack-infra03:30
openstackgerritAmrith Kumar proposed openstack/diskimage-builder master: Allow users to specify partition type in the MBR PTE  https://review.openstack.org/48239603:32
*** vhosakot has quit IRC03:33
*** thorst has quit IRC03:34
*** links has joined #openstack-infra03:41
*** winggundamth has joined #openstack-infra03:42
*** sshnaidm has quit IRC03:53
*** jamesmcarthur has joined #openstack-infra03:54
*** makowals has quit IRC03:56
*** tonytan4ever has quit IRC03:57
*** jamesmcarthur has quit IRC03:58
*** psachin has joined #openstack-infra04:00
*** dave-mccowan has quit IRC04:00
*** makowals has joined #openstack-infra04:04
*** isaacb has joined #openstack-infra04:08
*** sshnaidm has joined #openstack-infra04:09
*** isaacb has quit IRC04:10
*** baoli has quit IRC04:10
*** 07IAAFLCM has joined #openstack-infra04:13
*** 7GHABGTVE has joined #openstack-infra04:13
*** 7GHABGTVE has quit IRC04:13
*** aeng has quit IRC04:13
*** adreznec has quit IRC04:13
*** adreznec has joined #openstack-infra04:14
*** hongbin has quit IRC04:16
*** makowals has quit IRC04:18
*** mdrabe has quit IRC04:18
*** makowals has joined #openstack-infra04:25
*** mwarad has quit IRC04:26
*** jrist has quit IRC04:33
*** slaweq has joined #openstack-infra04:34
*** ykarel has joined #openstack-infra04:39
*** slaweq has quit IRC04:39
*** makowals has quit IRC04:41
*** Julien-zte has quit IRC04:41
*** Julien-zte has joined #openstack-infra04:42
openstackgerritTristan Cacqueray proposed openstack-infra/storyboard master: Add show attribute to the Task model  https://review.openstack.org/48239304:44
*** priteau has joined #openstack-infra04:56
*** makowals has joined #openstack-infra05:00
*** priteau has quit IRC05:00
*** sree has joined #openstack-infra05:09
openstackgerritMerged openstack-infra/irc-meetings master: Add OpenStack Jenkins Job Builder team meeting  https://review.openstack.org/48166405:14
openstackgerritTristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: Add zuul.d configuration split documentation  https://review.openstack.org/48240505:20
AJaegeryolanda: once you review, please include my final round of mitaka-eol changes https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:mitaka-eol05:20
*** pratik has joined #openstack-infra05:20
*** d0ugal has joined #openstack-infra05:22
*** zaneb has quit IRC05:29
*** zaneb has joined #openstack-infra05:29
*** thorst has joined #openstack-infra05:30
*** thorst has quit IRC05:34
*** amotoki_away is now known as amotoki05:35
*** slaweq has joined #openstack-infra05:35
*** eranrom has quit IRC05:37
*** armax has quit IRC05:39
*** ianychoi has joined #openstack-infra05:40
*** slaweq has quit IRC05:41
*** rcernin has joined #openstack-infra05:41
*** dhajare has joined #openstack-infra05:43
*** katyafervent_awa has quit IRC05:44
*** katyafervent_awa has joined #openstack-infra05:44
*** mwarad has joined #openstack-infra05:47
*** d0ugal has quit IRC05:52
*** mat128 has quit IRC05:54
*** nicolasbock has joined #openstack-infra05:55
openstackgerritTristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: Prevent loading zuul.(yaml|d) in untrusted-projects  https://review.openstack.org/48241106:02
*** pcaruana has joined #openstack-infra06:04
*** jamesmcarthur has joined #openstack-infra06:10
*** dingyichen has quit IRC06:13
*** dhajare has quit IRC06:13
*** jamesmcarthur has quit IRC06:14
*** claudiub has joined #openstack-infra06:16
*** cshen has joined #openstack-infra06:23
openstackgerritMerged openstack-infra/project-config master: jenkins: jobs: ansible-role-jobs: Always enable the EPEL repo  https://review.openstack.org/47809506:25
*** gtrxcb has joined #openstack-infra06:25
*** 07IAAFLCM has quit IRC06:27
*** slaweq has joined #openstack-infra06:29
*** dhajare has joined #openstack-infra06:31
*** slaweq_ has joined #openstack-infra06:36
*** zhurong has quit IRC06:40
*** slaweq_ has quit IRC06:41
*** zhurong has joined #openstack-infra06:45
*** cuongnv has quit IRC06:52
*** namnh has quit IRC06:52
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Cleanup on ssh-agent failure  https://review.openstack.org/48134406:54
openstackgerritTristan Cacqueray proposed openstack-infra/zuul feature/zuulv3: Prevent loading zuul.(yaml|d) in untrusted-projects  https://review.openstack.org/48241106:55
*** priteau has joined #openstack-infra06:57
openstackgerritTristan Cacqueray proposed openstack-infra/infra-specs master: Move zuul_split to completed  https://review.openstack.org/48242207:00
*** namnh has joined #openstack-infra07:01
*** priteau has quit IRC07:01
*** cuongnv has joined #openstack-infra07:01
*** tesseract has joined #openstack-infra07:02
*** florianf has joined #openstack-infra07:05
*** shardy has joined #openstack-infra07:11
*** dfflanders has quit IRC07:18
*** jpena|off is now known as jpena07:19
openstackgerritMerged openstack-infra/project-config master: Create tempest-tripleo project  https://review.openstack.org/48115807:24
AJaegeryolanda: could you include my final round of mitaka-eol changes https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:mitaka-eol , please?07:24
yolandahi AJaeger , suer07:25
yolandasure07:25
*** zhurong has quit IRC07:30
*** mriedem has quit IRC07:30
*** thorst has joined #openstack-infra07:31
AJaegerthanks07:32
*** openstackgerrit has quit IRC07:33
*** cshastri has quit IRC07:35
*** openstackgerrit has joined #openstack-infra07:35
openstackgerritMerged openstack-infra/project-config master: New project for Castellan UI plugin  https://review.openstack.org/47583507:35
openstackgerritMerged openstack-infra/project-config master: Move old ovb-updates job to use quickstart  https://review.openstack.org/47892407:35
openstackgerritMerged openstack-infra/project-config master: Update branches for gerritbot notifications for Packstack  https://review.openstack.org/48135407:35
openstackgerritMerged openstack-infra/project-config master: Do some openstack-ansible job housekeeping  https://review.openstack.org/48156807:36
*** thorst has quit IRC07:36
*** zaneb has quit IRC07:36
*** slaweq_ has joined #openstack-infra07:37
openstackgerritMerged openstack-infra/project-config master: Add non-voting py35 jobs for ARA  https://review.openstack.org/48182307:38
openstackgerritMerged openstack-infra/project-config master: horizon: Run py27dj18 job for master  https://review.openstack.org/47901907:40
openstackgerritMerged openstack-infra/project-config master: Build openSUSE 42.3 nodepool images  https://review.openstack.org/48175207:40
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Fix check and gate jobs for python-heatclient  https://review.openstack.org/48243407:41
*** slaweq_ has quit IRC07:42
*** aarefiev_pto is now known as aarefiev07:44
*** namnh has quit IRC07:45
*** cuongnv has quit IRC07:45
*** gtrxcb has quit IRC07:46
*** markvoelker_ has quit IRC07:47
*** jpich has joined #openstack-infra07:47
*** ralonsoh has joined #openstack-infra07:48
*** dhajare has quit IRC07:48
*** zaneb has joined #openstack-infra07:48
*** dizquierdo has joined #openstack-infra07:49
*** egonzalez has joined #openstack-infra07:57
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** rossella_s has joined #openstack-infra08:01
*** namnh has joined #openstack-infra08:01
*** cuongnv has joined #openstack-infra08:01
*** dhajare has joined #openstack-infra08:02
*** openstackgerrit has quit IRC08:03
*** openstackgerrit has joined #openstack-infra08:07
openstackgerritMerged openstack/diskimage-builder master: Add symlink test for resolv.conf restore  https://review.openstack.org/48080508:07
*** shu-mutou-AWAY is now known as shu-mutou08:08
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Check ret for None in zuul_run_command  https://review.openstack.org/48244208:10
openstackgerritMerged openstack/diskimage-builder master: pip-and-virtualenv: Install python3 on openSUSE  https://review.openstack.org/47864808:11
*** raissa has joined #openstack-infra08:12
*** jascott1 has quit IRC08:13
*** jascott1 has joined #openstack-infra08:14
*** jascott1 has quit IRC08:18
*** rossella_s has quit IRC08:18
*** e0ne has joined #openstack-infra08:19
*** rossella_s has joined #openstack-infra08:20
*** ccamacho has joined #openstack-infra08:20
*** gildub has quit IRC08:21
*** isaacb has joined #openstack-infra08:23
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Check ret for None in zuul_run_command  https://review.openstack.org/48244208:25
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Check ret for None in zuul_run_command  https://review.openstack.org/48244208:27
*** zhurong has joined #openstack-infra08:27
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Use python-jobs template for python-heatclient  https://review.openstack.org/48243408:27
openstackgerritTobias Henkel proposed openstack-infra/zuul feature/zuulv3: Check ret for None in zuul_run_command  https://review.openstack.org/48244208:28
*** sambetts|afk is now known as sambetts08:30
*** efoley has joined #openstack-infra08:31
openstackgerritAlfredo Moralejo proposed openstack-infra/tripleo-ci master: Update promotion jobs with new ovb-1ctlr_1comp_1ceph-featureset024  https://review.openstack.org/48244708:32
*** lucas-afk is now known as lucasagomes08:32
openstackgerritLucas Alvares Gomes proposed openstack-infra/project-config master: Add networking-ovn job to ovsdbapp gate  https://review.openstack.org/48165008:35
*** dtantsur|afk is now known as dtantsur08:35
*** priteau has joined #openstack-infra08:36
*** slaweq_ has joined #openstack-infra08:38
*** winggundamth has quit IRC08:39
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Update new job name of previous updates job  https://review.openstack.org/48244908:41
*** winggundamth has joined #openstack-infra08:42
*** sree has quit IRC08:43
*** slaweq_ has quit IRC08:43
openstackgerrityolanda.robla proposed openstack/diskimage-builder master: [WIP] LVM support for dib-block-device  https://review.openstack.org/47206508:44
openstackgerritAnton Arefiev proposed openstack-infra/project-config master: Skip non-doc jobs for doc-only python-ironic-inspector-client changes  https://review.openstack.org/48245108:45
*** sree has joined #openstack-infra08:46
*** vtapia has quit IRC08:47
*** dizquierdo has quit IRC08:50
*** abelur_ has joined #openstack-infra08:53
*** tosky has joined #openstack-infra08:59
openstackgerritMarkos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkins: jobs: ansible-role-jobs: Check if yum-config-manager is present  https://review.openstack.org/48246509:02
*** kjackal_ has joined #openstack-infra09:02
*** mwarad has quit IRC09:09
Jeffrey4linfra-root is there any guys could check this? wget https://tarballs.openstack.org/kolla/images/centos-source-registry-ocata.tar.gz Get 403 Forbidden09:11
*** pgadiya has joined #openstack-infra09:13
*** baoli has joined #openstack-infra09:14
openstackgerritMarkos Chandras (hwoarang) proposed openstack-infra/project-config master: jenkins: jobs: ansible-role-jobs: Check if yum-config-manager is present  https://review.openstack.org/48246509:15
*** electrofelix has joined #openstack-infra09:15
*** winggundamth has quit IRC09:16
*** abelur_ has quit IRC09:17
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247409:18
*** baoli has quit IRC09:19
AJaegerJeffrey4l: yes, this was disabled yesterday since the images produced massive load. fungi started putting up a caching proxy for these.09:20
Jeffrey4lroger. thanks.09:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247409:20
*** neiljerram has joined #openstack-infra09:20
AJaegerJeffrey4l: it looks like those were not enabled yet (didn't follow discussion completely). Best ask fungi and inc0 once they're available later today (US time)09:21
Jeffrey4lok. i will.09:21
*** jtomasek_ has joined #openstack-infra09:23
*** raissa has quit IRC09:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247409:25
odyssey4meAJaeger do you have a moment to advise on ^ based on what I'm trying to achieve09:26
*** vtapia has joined #openstack-infra09:26
*** zhurong has quit IRC09:27
*** neiljerram has quit IRC09:29
*** e0ne has quit IRC09:31
*** thorst has joined #openstack-infra09:32
*** e0ne has joined #openstack-infra09:34
openstackgerritZhenguo Niu proposed openstack-infra/project-config master: Export IRONIC_USE_RESOURCE_CLASSES for Mogan  https://review.openstack.org/48248409:36
*** links has quit IRC09:37
*** thorst has quit IRC09:37
*** gildub has joined #openstack-infra09:38
*** shu-mutou is now known as shu-mutou-AWAY09:38
*** slaweq_ has joined #openstack-infra09:39
*** links has joined #openstack-infra09:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247409:41
*** dizquierdo has joined #openstack-infra09:43
*** links has quit IRC09:44
*** slaweq_ has quit IRC09:45
*** jtomasek_ has quit IRC09:46
*** markvoelker has joined #openstack-infra09:48
*** links has joined #openstack-infra09:49
*** d0ugal has joined #openstack-infra09:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247409:56
AJaegerodyssey4me: sorry, no. I like the idea;)09:57
AJaegerI can check later tonight...09:57
odyssey4meI think that will do it. :)09:57
*** d0ugal has quit IRC09:59
AJaeger;)09:59
*** iyamahat has joined #openstack-infra10:01
openstackgerritJesse Pretorius (odyssey4me) proposed openstack-infra/project-config master: Simplify keystone OSA upgrade job config  https://review.openstack.org/48247410:02
*** priteau has quit IRC10:03
*** yamamoto has quit IRC10:03
*** sdague has joined #openstack-infra10:05
*** cuongnv has quit IRC10:08
*** namnh has quit IRC10:08
*** jamesmcarthur has joined #openstack-infra10:11
*** gcb has quit IRC10:13
*** links has quit IRC10:13
*** jamesmcarthur has quit IRC10:15
*** baoli has joined #openstack-infra10:16
*** iyamahat has quit IRC10:17
*** lucasagomes has quit IRC10:20
*** liujiong has quit IRC10:20
*** baoli has quit IRC10:20
*** markvoelker has quit IRC10:22
*** lucasagomes has joined #openstack-infra10:23
*** raissa has joined #openstack-infra10:25
openstackgerritDmitry Burmistrov proposed openstack-infra/jeepyb master: Make use of Gerrit CLI to retrieve group UUID  https://review.openstack.org/28484310:29
openstackgerritGael Chamoulaud proposed openstack-infra/tripleo-ci master: WIP: Enable tripleo-validations tests  https://review.openstack.org/48108010:30
*** yolanda has quit IRC10:32
*** gildub has quit IRC10:33
*** gouthamr has quit IRC10:33
*** yolanda has joined #openstack-infra10:33
*** yolanda_ has joined #openstack-infra10:33
*** yolanda_ has quit IRC10:33
*** sree has quit IRC10:36
openstackgerritGergely Csatari proposed openstack-dev/cookiecutter master: Update to the Pike document structure  https://review.openstack.org/48250410:37
*** florianf has quit IRC10:38
*** katkapilatova has joined #openstack-infra10:40
*** slaweq_ has joined #openstack-infra10:41
*** gouthamr has joined #openstack-infra10:41
*** slaweq_ has quit IRC10:46
*** slaweq_ has joined #openstack-infra10:48
*** slaweq has quit IRC10:48
*** wolverineav has joined #openstack-infra10:50
*** thorst has joined #openstack-infra10:50
*** florianf has joined #openstack-infra10:53
*** slaweq_ has quit IRC10:55
*** yamamoto has joined #openstack-infra11:04
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574711:05
*** gildub has joined #openstack-infra11:07
*** slaweq has joined #openstack-infra11:08
*** dave-mccowan has joined #openstack-infra11:09
*** yamamoto has quit IRC11:11
*** Julien-zte has quit IRC11:12
*** Julien-zte has joined #openstack-infra11:13
*** baoli has joined #openstack-infra11:16
*** markvoelker has joined #openstack-infra11:20
*** baoli has quit IRC11:20
openstackgerritSorin Sbârnea proposed openstack-infra/shade master: Added useful links to README  https://review.openstack.org/48252111:23
pratikHi openstack-infra team, can anyone please review https://review.openstack.org/#/c/475300/?11:28
*** yamamoto has joined #openstack-infra11:30
*** pratik has quit IRC11:32
chandankumarAJaeger: thanks, i learned how to add tox job, replaced tempest plugin sanity job https://review.openstack.org/#/c/474168/11:38
robcresswellAny chance a project-config core could give a second +2 to https://review.openstack.org/#/c/480612 ? It's a trivial change, but the IRC channel spam is getting frustrating :)11:40
*** data has joined #openstack-infra11:40
*** data is now known as Guest6847711:40
*** slaweq_ has joined #openstack-infra11:41
*** lucasagomes is now known as lucas-hungry11:45
*** jkilpatr has joined #openstack-infra11:45
*** slaweq_ has quit IRC11:46
*** links has joined #openstack-infra11:46
AJaegerrobcresswell: if nobody does in the next 20 hours, tell me and I'll single approve it...11:47
*** Guest68477 has quit IRC11:48
robcresswellThanks AJaeger :)11:49
*** ldnunes has joined #openstack-infra11:52
*** katkapilatova has left #openstack-infra11:53
*** markvoelker has quit IRC11:53
AJaegerproject-config cores, could you review https://review.openstack.org/#/c/474168/  and  https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:mitaka-eol , please?11:53
*** kjackal_ has quit IRC11:57
*** links has quit IRC11:59
*** raissa_ has joined #openstack-infra12:00
*** raissa has quit IRC12:00
*** felipemonteiro_ has joined #openstack-infra12:08
*** felipemonteiro__ has joined #openstack-infra12:09
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: Add settings for ovb in rdocloud  https://review.openstack.org/48095012:12
*** felipemonteiro_ has quit IRC12:12
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574712:14
*** mwarad has joined #openstack-infra12:14
*** jpena is now known as jpena|lunch12:16
openstackgerritAkihiro Motoki proposed openstack-dev/hacking master: Turn on warning-is-error in doc build  https://review.openstack.org/48253512:19
openstackgerritAkihiro Motoki proposed openstack-dev/hacking master: Switch from oslosphinx to openstackdocstheme  https://review.openstack.org/48253612:19
*** markvoelker has joined #openstack-infra12:19
openstackgerritAkihiro Motoki proposed openstack-dev/hacking master: rearrange existing documentation to fit the new standard layout  https://review.openstack.org/48253712:19
openstackgerritAkihiro Motoki proposed openstack-dev/hacking master: Update the doc URL in the documents  https://review.openstack.org/48253812:19
openstackgerritArx Cruz proposed openstack-infra/tripleo-ci master: Fix stackviz collect data  https://review.openstack.org/47455912:23
*** kjackal_ has joined #openstack-infra12:24
*** rlandy has joined #openstack-infra12:29
*** trown|outtypewww is now known as trown12:30
*** mat128 has joined #openstack-infra12:32
openstackgerritAkihiro Motoki proposed openstack-infra/project-config master: build-releasenotes: Add language index to all files  https://review.openstack.org/48185012:36
*** yamamoto has quit IRC12:38
openstackgerritMerged openstack-infra/project-config master: gerritbot: Do not notify horizon plugin changes to #-horizon  https://review.openstack.org/48061212:42
robcresswellThanks for merging that^^ :)12:42
*** slaweq_ has joined #openstack-infra12:42
fungirobcresswell: it was an easy review--thanks for the solid explanation!12:44
robcresswellit was amotoki who put up the patch, so he deserves the thanks there. I was just nagging about review :)12:45
*** rossella_s has quit IRC12:46
*** gordc has joined #openstack-infra12:46
*** slaweq_ has quit IRC12:47
*** pgadiya has quit IRC12:47
*** openstackgerrit has quit IRC12:47
*** sree has joined #openstack-infra12:48
*** mdrabe has joined #openstack-infra12:54
*** dizquierdo has quit IRC12:56
*** LindaWang has quit IRC12:56
*** funzo has quit IRC12:58
*** funzo has joined #openstack-infra12:59
*** esberglu has joined #openstack-infra13:00
*** burgerk has joined #openstack-infra13:01
*** lucas-hungry is now known as lucasagomes13:02
*** rhallisey has joined #openstack-infra13:02
*** rossella_s has joined #openstack-infra13:02
*** Goneri has joined #openstack-infra13:03
fungioh, indeed so it was. thanks amotoki!13:04
*** pradk has quit IRC13:04
*** openstackgerrit has joined #openstack-infra13:07
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574713:07
*** rossella_s has quit IRC13:11
*** LindaWang has joined #openstack-infra13:11
*** dprince has joined #openstack-infra13:12
*** baoli has joined #openstack-infra13:13
*** dhajare has quit IRC13:15
openstackgerritMerged openstack-infra/shade master: Added useful links to README  https://review.openstack.org/48252113:15
*** ykarel has quit IRC13:16
*** jascott1 has joined #openstack-infra13:16
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Handle aborted websocket client connection cleanly  https://review.openstack.org/48256013:19
*** jascott1 has quit IRC13:21
openstackgerritJiri Stransky proposed openstack-infra/project-config master: TripleO: make container upgrade job voting  https://review.openstack.org/47919813:22
*** rossella_s has joined #openstack-infra13:23
*** yamamoto has joined #openstack-infra13:25
*** baoli has quit IRC13:26
*** baoli has joined #openstack-infra13:27
*** jpena|lunch is now known as jpena13:27
pabelangermorning13:27
pabelangerI've given up on backscroll for the last 3 weeks :)13:27
*** bobh has joined #openstack-infra13:28
AJaegerwelcome back, pabelanger ! How are you?13:29
*** jamesdenton has quit IRC13:29
*** alexchadin has joined #openstack-infra13:29
*** jamesdenton has joined #openstack-infra13:31
*** askb has quit IRC13:32
*** gcb has joined #openstack-infra13:32
pabelangerAJaeger: good thanks. Family loved traveling in UK and france13:33
*** dhajare has joined #openstack-infra13:39
*** slaweq_ has joined #openstack-infra13:43
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add fedora-26 support for nodepool dsvm jobs  https://review.openstack.org/48256613:44
openstackgerritLee Yarwood proposed openstack-infra/shade master: router: Ignore L3 HA ports when listing interfaces  https://review.openstack.org/48215313:45
openstackgerritPaul Belanger proposed openstack-infra/nodepool feature/zuulv3: Add support to test fedora-26  https://review.openstack.org/48256813:45
*** rossella_s has quit IRC13:46
*** burgerk has quit IRC13:47
openstackgerritPaul Belanger proposed openstack/diskimage-builder master: Bump fedora-minimal DIB_RELEASE 26  https://review.openstack.org/48257013:48
*** slaweq_ has quit IRC13:48
*** eharney has joined #openstack-infra13:48
*** mat128 has quit IRC13:49
*** mat128 has joined #openstack-infra13:50
*** baoli has quit IRC13:52
*** ykarel has joined #openstack-infra13:52
*** baoli has joined #openstack-infra13:53
*** d0ugal has joined #openstack-infra13:54
*** dklyle has quit IRC13:55
AJaegerpabelanger: hope you did as well ;)13:55
*** david-lyle has joined #openstack-infra13:55
pabelangerAJaeger: ya, I need vacation from my PTO now :D13:56
AJaegerOn your own? ;)13:58
*** jistr is now known as jistr|call13:58
AJaegerpabelanger, mordred, fungi, clarkb : yolanda was happy with my final mitaka-eol changes, if any of you can review them as well, it would be great: https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:mitaka-eol13:58
AJaegerpabelanger: we retired most of mitaka - and I did a good "summer" cleanup of jobs. Now the log of the layout job has shrunk from 18MB to 14MB due to the many removed jobs...13:59
pabelangerAJaeger: maybe :)14:00
pabelangerAJaeger: execellent14:00
*** d0ugal has quit IRC14:00
*** rossella_s has joined #openstack-infra14:01
*** hongbin has joined #openstack-infra14:03
*** baoli has quit IRC14:03
*** baoli has joined #openstack-infra14:04
AJaegerpabelanger: thanks for reviewing14:07
*** rbrndt has joined #openstack-infra14:08
pabelangernp14:08
*** gildub has quit IRC14:09
*** ihrachys has joined #openstack-infra14:10
*** baoli has quit IRC14:10
fungipabelanger: you may be interested in this stack for increasing capacity of our per-provider caching proxy implementation: https://review.openstack.org/48223614:14
*** baoli has joined #openstack-infra14:14
fungii'd also be thrilled if someone wants to volunteer for rebuilding the mirror instances in infra-cloud if/when 482236 is approved14:14
fungii've already done the legwork to add cinder volumes to all the others14:15
openstackgerritMerged openstack-infra/project-config master: Cleanup templates  https://review.openstack.org/48180414:15
openstackgerritMerged openstack-infra/project-config master: Add back trusty jobs for pbr  https://review.openstack.org/48195314:15
openstackgerritMerged openstack-infra/project-config master: Remove unused puppet syntax jobs  https://review.openstack.org/48195614:15
openstackgerritMerged openstack-infra/project-config master: mitaka-eol: Remove py34 from regexes  https://review.openstack.org/48191814:15
*** pradk has joined #openstack-infra14:16
openstackgerritMerged openstack-infra/project-config master: Remove trusty docs publish job  https://review.openstack.org/48183214:16
openstackgerritMerged openstack-infra/project-config master: Do not define trusty localrepo-upload jobs  https://review.openstack.org/48195214:16
*** LindaWang1 has joined #openstack-infra14:17
rlandyare there any docs for people providing nodepool host clouds? we like to compare any configuration14:17
ykarelAJaeger, hi14:18
fungirlandy: you mean https://docs.openstack.org/infra/system-config/contribute-cloud.html ?14:18
*** camunoz has joined #openstack-infra14:18
fungirlandy: or something else?14:18
ykarelAJaeger, where to find ocata docs(URL?) for any project14:18
*** zzzeek_ has quit IRC14:18
ykarelFor example: https://docs.openstack.org/magnum/latest/ it's magnum latest, what's the url for ocata or newton14:19
AJaegerykarel: let's discuss on #openstack-doc such topics, please14:20
ykarelAJaeger, Ok14:20
rlandyfungi: we started running multinode jobs on rdocloud (through software factory) and are facing issue with the overcloud node connecting back to the undercloud. The admins suggested we adjust the mtus. I was wondering if I could see what configuration upstream had done - if any - so we could match that14:20
*** LindaWang has quit IRC14:20
*** LindaWang1 is now known as LindaWang14:20
*** zzzeek_ has joined #openstack-infra14:21
openstackgerritMerged openstack-infra/project-config master: Remove unused ansible job definitions  https://review.openstack.org/48196014:22
openstackgerritMerged openstack-infra/project-config master: Remove unused neutron templates  https://review.openstack.org/48182914:22
openstackgerritMerged openstack-infra/project-config master: Fix python27 regexes  https://review.openstack.org/48191914:22
openstackgerritMerged openstack-infra/project-config master: Remove mitaka from gerritbot  https://review.openstack.org/48183414:22
openstackgerritMerged openstack-infra/project-config master: mitaka-eol: Remove mitaka for openstack-ansible  https://review.openstack.org/48181314:22
fungirlandy: oh, if it's not documented in http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/docs/TripleO-ci.rst then i'm not sure. my understanding of the tripleo-ci architecture is tentative at best14:22
openstackgerritMerged openstack-infra/project-config master: mitaka-eol: Further cleanup  https://review.openstack.org/48181414:22
openstackgerritMerged openstack-infra/project-config master: mitaka-eol Cleanup grenade  https://review.openstack.org/48181214:23
fungirlandy: the tripleo test cloud isn't really built or maintained by the infra team, so the operators responsible for it likely have their own notes14:23
*** yamamoto has quit IRC14:24
rlandyfungi: ok - thanks .. will check with people running on rh114:25
*** d0ugal has joined #openstack-infra14:25
pabelangerfungi: oh, nice. looking14:25
fungipabelanger: that stack of changes is ultimately in service of being able to add a caching proxy for tarballs.o.o so that we stop having ci jobs eat up all its available bandwidth and knock it offline for long periods of time14:26
*** spzala has joined #openstack-infra14:27
pabelangerfungi: I can handle infra-cloud mirrors today too14:27
*** xyang1 has joined #openstack-infra14:27
*** gyee has joined #openstack-infra14:27
fungipabelanger: oh! if you can take that piece off my plate i'd be ever so grateful14:27
fungii sort of ended up going down a rathole with tarballs.o.o outage mitigation all yesterday and so other priorities on my to do list are suffering as a result14:28
*** d0ugal has quit IRC14:31
*** marst has joined #openstack-infra14:31
*** dizquierdo has joined #openstack-infra14:31
*** alexchadin has quit IRC14:32
*** armax has joined #openstack-infra14:33
pabelangerfungi: np!14:37
pabelangerAlso starting to look into fedora-26 DIBs. Hopefully won't be much work to bring them online now14:37
fungiawesome14:37
*** camunoz has quit IRC14:37
*** armax has quit IRC14:37
*** rcernin has quit IRC14:38
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Split bindep package install into tasks  https://review.openstack.org/48258414:39
*** yamamoto has joined #openstack-infra14:40
*** rcernin has joined #openstack-infra14:40
toskyfungi: hi, did you mention an outage of tarballs.o.o? I've noticed various failures in some sahara jobs whie accessing artifacts from there; should I wait before rechecks?14:41
fungitosky: there was an issue for an hour or two yesterday, which should have resolved itself by about 15:30 utc (about 23.5 hours ago)14:42
toskyfungi: uh, thanks; I will try a recheck14:43
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Add phase and count to variables passed in to playbooks  https://review.openstack.org/48194214:43
openstackgerritSagi Shnaidman proposed openstack-infra/project-config master: Add gating jobs to quickstart extras repo  https://review.openstack.org/48258814:44
sshnaidmEmilienM, ^^14:44
EmilienMsshnaidm: thanks, looking14:45
*** slaweq_ has joined #openstack-infra14:45
*** armax has joined #openstack-infra14:45
*** jpena is now known as jpena|off14:46
*** xarses has joined #openstack-infra14:47
*** openstackgerrit has quit IRC14:48
*** jtomasek_ has joined #openstack-infra14:49
*** slaweq_ has quit IRC14:49
*** mdrabe has quit IRC14:49
*** openstackgerrit has joined #openstack-infra14:50
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Create fedora-26 mirror in openstack-infra  https://review.openstack.org/48259214:50
*** camunoz has joined #openstack-infra14:50
pabelangerfungi: btw: what happen to bluebox cloud? Did we end up losing it?14:51
fungipabelanger: yes, ibm decided they were done providing it and pulled it down14:51
pabelangersadness14:52
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Create configure-mirrors role  https://review.openstack.org/48259314:52
fungiclouds come and go. i've got another in the discussion pipeline now, maybe two, with much higher capacity than bluebox anyway14:52
pabelangerYa, that is the great thing. We always seem to be in a good place for replacements14:53
*** slaweq has quit IRC14:53
AJaegerteam, I have two changes for infra-manual to switch to openstackdocstheme and fix some problems. they have a lready a +2 from fungi - anybody to +2A, please? https://review.openstack.org/#/c/479182/ https://review.openstack.org/#/c/479181/14:56
fungipabelanger: i don't know that it will always be the case, and have to operate on the assumption that it won't, but for now it's a pretty nice situation anyway14:56
*** vhosakot has joined #openstack-infra14:56
*** jamesmcarthur has joined #openstack-infra14:56
*** mdrabe has joined #openstack-infra14:56
clarkbrlandy: fungi but for devstack testing we create a shared layer two between the multinode test nodes using vxlan then assign an mtu appopriate to those interface based on vxlan overhead then configure neutron to respect that in its dhcp server when configuring instances14:56
pabelangerfungi: agree14:56
clarkbrlandy: fungi a lot of that mtu work happened on the neutron side to ensure all of neutrons managed interfaces and dhcp server did the right thing14:57
fungiclarkb: great point, i wasn't picking up on the original statement that their issues were multi-node job related14:58
fungiso yes, it's possible they're hitting some sort of fragmentation issues with the vxlan tunnels between nodes14:58
clarkbfungi: assuming that tripleo jobs use a similar setup. They may also be hitting routing problems which is why we introduced the overlay in the devstack jobs14:59
*** isaacb has quit IRC14:59
clarkbwithout an overlay your nodes won't necessarily know how to talk to each other over the cloud managed ip addrs14:59
clarkbwith an overlay you have to deal with mtus14:59
*** mattmceuen has joined #openstack-infra15:00
fungiahh, right, they're not using devstack-gate for these i guess15:00
mordredfwiw, I'm going to be picking up the ansible-ify devstack-gate work soon, so maybe even pre-v3 there will be a thing we can point folks to for a "run this on your mutli-node things if you're ont already using devstack-gate"15:01
mordred(I've got about three things on my list before I hit devstack-gate - but I expect to be able to start hacking on that this week)15:01
*** iyamahat has joined #openstack-infra15:03
*** Julien-zte has quit IRC15:03
AJaegerfungi, clarkb : Thanks to reviews by pabelanger and yolanda all the mitaka cleanups are in. Feel free to double check for anything that I missed.15:04
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Create configure-mirrors role  https://review.openstack.org/48259315:05
*** jamesdenton has quit IRC15:05
rlandyclarkb: thanks for that extra info.15:05
AJaegerproject-config cores, here're a few small cleanups of mine that I'd like to be reviewed https://review.openstack.org/#/c/481806/ https://review.openstack.org/#/c/481892/ https://review.openstack.org/#/c/481951/ https://review.openstack.org/#/c/482117/ (and that's my last ping for these for today;)15:06
mordredAJaeger: looing15:07
mordredAJaeger: oh - also, I'm going to mention this in today' infra meeting- but that's a time when you should normally be offline ...15:07
*** jamesdenton has joined #openstack-infra15:08
mordredAJaeger: we're getting close to the primetime with v3 - so reviewing patches to zuul-jobs isn't a _complete_ waste of your time at this point - although it is still early, so no pressure or anything - mostly wanted to let you know that the jobs are actually starting to take shape for real15:09
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: Add tox-docs jobs  https://review.openstack.org/48259615:09
*** jamesdenton has joined #openstack-infra15:09
rlandyclarkb: is there any link you could share wrt multinode work? what did you set the mtus at?15:10
clarkbrlandy: its set at host interface mtu - 50 iirc15:10
clarkbrlandy: then we tell neutron what that value is15:10
*** MatthewLi has quit IRC15:11
clarkbhttps://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/multinode_setup_info.txt15:11
rlandytrown: ^^15:11
*** dklyle has joined #openstack-infra15:11
*** david-lyle has quit IRC15:11
rlandyclarkb: thank you15:11
*** zzzeek_ has quit IRC15:12
openstackgerritMerged openstack-infra/infra-manual master: Switch to openstackdocstheme  https://review.openstack.org/47918115:12
openstackgerritMerged openstack-infra/infra-manual master: Fix Sphinx build  https://review.openstack.org/47918215:12
*** baoli has quit IRC15:13
*** jpena|off is now known as jpena15:13
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: Add openstack-doc-build job for documentation testing  https://review.openstack.org/48259615:13
*** dhajare has quit IRC15:13
openstackgerritJose Luis Franco proposed openstack-infra/project-config master: Make centos7-undercloud-upgrades job vote.  https://review.openstack.org/48023015:14
*** dklyle is now known as david-lyle15:15
*** psachin has quit IRC15:18
andreas_sHi did anybody do a cleanup of the http://tarballs.openstack.org ?15:18
*** rcernin has quit IRC15:18
andreas_sSeems like the trove mysql image got removed http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow215:18
*** baoli has joined #openstack-infra15:18
andreas_sbut devstack is still referencing it in stackrc which causes the diskimagebuilder to fail :/15:18
pabelangerI know there has been work on tarballs.o.o recently cc fungi ^15:19
pabelangerbut not sure about mysql.qcow215:19
pabelangerFWIW: I think we cache that file on our DIBs15:20
clarkbpabelanger: ya I think that caching is why dib builds are failing15:20
pabelangerdo not sure why devstack would be accessing tarballs.o.o15:20
pabelangerOh15:20
pabelangerI see what you mean15:20
andreas_shttps://github.com/openstack-dev/devstack/blob/master/stackrc#L74115:20
*** jamesmcarthur has quit IRC15:20
pabelangerandreas_s: ya, that seems wrong15:20
AJaegermordred: understood about zuul-jobs - will try to catch up slowly there. Thanks15:20
AJaegerandreas_s: there should be a README on tarballs./trove - that was indeed removed15:21
AJaegerandreas_s: http://tarballs.openstack.org/trove/images/README15:21
*** sree has quit IRC15:21
andreas_sthe cache-devstack dib element (project-config) seems to parse the stackrc...15:22
clarkbandreas_s: ya it runs a script in devstack that emits a list of images to cache based on the stackrc data15:22
*** jistr|call is now known as jistr15:22
pabelangerya, it looks like nodepool-builder is failing because of missing trove image15:22
*** sree has joined #openstack-infra15:22
fungiandreas_s: those were removed at amrith's request. i saved them and _can_ put them back temporarily if needed15:22
clarkbfungi: andreas_s pabelanger AJaeger I think we just need to remove that image from devstack on all valid branches15:23
*** isaacb has joined #openstack-infra15:23
pabelangeryup, think so too15:23
AJaegerclarkb: agreed15:23
pabelangerI can work up a patch quickly15:23
funginote the readme file i added to that directory with the message amrith drafted as well15:23
andreas_ssounds like the best approach15:23
AJaegerbbl15:23
clarkbon the plus side that will make our images slightly smaller :)15:23
pabelanger++15:23
pabelangerhowever, they are down in size recently too15:24
*** jtomasek_ has quit IRC15:24
pabelangerI think 6GB now15:24
fungiindeedy. it also shaved ~5gib of utilization off the tarballs fs15:24
*** MatthewLi has joined #openstack-infra15:24
fungithough i also reclaimed the old mirror.o.o logical volume we haven't used for a couple years and extended the tarballs lv by another 150gib to buy us more room15:24
*** annegentle has joined #openstack-infra15:24
clarkbpabelanger: except for rax where they are vhd and still gigantic. But 6gb qcow is not too bad15:25
pabelangerremote:   https://review.openstack.org/482600 Remove mysql.qcow2 from stackrc15:26
*** sree has quit IRC15:26
pabelangerclarkb: Ya, even with vhd our image builds are about 30mins now, last I checked a few weeks ago15:29
*** rderose has joined #openstack-infra15:29
clarkbpabelanger: that will need backports to stable branches roo15:30
clarkb*too15:30
pabelangerclarkb: ya, did via gerritUI15:30
*** zzzeek_ has joined #openstack-infra15:30
*** rderose has left #openstack-infra15:31
fungidevstack reviewers may be picky about making sure backports all share the same change-id as the master branch change15:31
fungigerrit's backport button ends up creating new change-ids for each of them instead15:31
pabelangerAh, k. lets see what they say15:32
fungino, i stand corrected. it seems to preserve the change-id after all15:32
fungihttps://review.openstack.org/#/q/I2034e8ebc530704d6e63a231056f92e14a8654e4,n,z15:32
*** e0ne has quit IRC15:34
clarkbonce I've got caffeine I'm going to approve change to bump review-dev up to 2.13.915:34
clarkbonce that is up and running I think we will be ready to set up zuul testing15:34
*** jcoufal has joined #openstack-infra15:37
mnaseri feel like even if this is biased but its probably good to hear thoughts: why pick diskimage-builder over packer (https://www.packer.io/) ?15:40
* mnaser is looking for a way to build a set of application specific images15:40
mordredmnaser: becaus packer specializes existing cloud images15:40
mordredmnaser: and we explicitly don't wnatthat - we want to start with either an image that is not already in a cloud or that we have locally, specialize that, and then upload that same image to more than one cloud15:41
mnasermordred so arguably one of the benefits of dib is multicloud single image, vs packer is multi image at each cloud15:41
mnaserthat's fair, im just trying to decide which one would work better.  though i feel being able to write our own elements and just referencing them might make things very reusable15:42
mordredmnaser: yah - also, packer has a hashicorp style DSL - whereas dib uses bash15:42
clarkb* dib uses anything that you can run on linux15:42
mordred++15:42
mordredmnaser: so, from my side, the packer files drive me batty - but that's just a personal preference15:43
mordredI also find vagrant COMPLETELY unusable, but I know it works for other people15:43
clarkbyou could write perl scripts or lisp or whatever as long as that runtime is available to the build15:43
clarkbdib ends up using a lot of bash because it is available15:43
mnaserthat's cool.  that might come in useful15:43
toskymnaser: well, if you look for something that can customize an existing image, you may check libguestfs and its tools as well (like virt-customize)15:44
*** ccamacho has left #openstack-infra15:44
*** andreas_s has quit IRC15:44
toskywith binding in whatever language you want15:44
clarkbmnaser: mordred infra used puppet for a long time until recently15:44
clarkbso ya fairly flexibly15:44
mnasertosky: we've had demand for app specific images so we want something that can operate within our CI smoothly so we can constantly ship them15:45
mnaseri know dib gives that because infra is building images all the time with it15:45
*** slaweq has joined #openstack-infra15:45
toskymnaser: nothing I wrote above implies the opposite - but this is flamey topic15:46
mnasertosky in my experience virt-customize + libguestfs in general needs a lot of plumbing to get working, but i dont discredit it15:47
toskymnaser: uhm, virt-customize does not require setup15:48
*** mhayden has quit IRC15:48
fungivirt-customize can work via chroot into a normal loopback-mounted filesystem?15:48
*** mhayden has joined #openstack-infra15:48
fungior do you need a hypervisor/container layer?15:49
mnaseri thought that it used qemu to start it in that specific image15:49
*** trown is now known as trown|lunch15:49
mnaserso without qemu, no luck, so that means we cant do CI and use it in our VMs15:49
*** slaweq has quit IRC15:50
toskyit works against an existing image, not a loopback-mounted filesystem15:50
*** tjones has joined #openstack-infra15:51
toskyI don't see how it brings it to not being able to use it in a CI15:51
mnasertosky we have jobs that build images.  the "builders" are one-time use slaves which are VMs on our cloud15:52
toskymnaser: yes, we have in an internal CI as well - and virt-customize is executed in some jobs15:52
mnaserwe dont allow nested kvm on our cloud which means we cant use qemu (or if we can, it will be pretty slow)15:52
mnaserif your builders are physical hardware you're good, but virtual will be problematic15:53
mnaseranyways, probably a discussion to have elsewhere rather than -infra :-p15:53
toskysure, I just pointed out another solution (and our slaves are virtual too)15:54
toskyto be precise, without nested virtualization, you can't use kvm-accelerated qemu, but you can use qemu15:54
openstackgerritSergey Kulanov proposed openstack-infra/jeepyb master: Ensure acl_config has absolute path  https://review.openstack.org/48261215:54
pabelangermtreinish: sdague: do you mind adding https://review.openstack.org/#/c/482600/ to your review pipeline? That will help fix nodepool-builder, we'll also need to backport into stable branches once you are happy with the code15:55
*** aarefiev is now known as aarefiev_afk15:56
openstackgerritPaul Belanger proposed openstack-infra/nodepool feature/zuulv3: EOL ubuntu-precise for dsvm job  https://review.openstack.org/48261315:58
*** yamamoto has quit IRC15:58
fungic15:59
fungiwait, you're not my mutt window!15:59
*** dizquierdo has quit IRC16:00
*** eharney has quit IRC16:00
*** krtaylor_ has quit IRC16:00
*** krtaylor has joined #openstack-infra16:01
*** jascott1 has joined #openstack-infra16:01
*** dizquierdo has joined #openstack-infra16:01
*** egonzalez has quit IRC16:02
*** slaweq has joined #openstack-infra16:03
*** ykarel has quit IRC16:04
clarkbI've approved https://review.openstack.org/#/c/453323/ once, that is merged and ansible puppet finishes its existing run through I will remove review-dev from the emergency host file16:05
*** ykarel has joined #openstack-infra16:05
*** jamesmcarthur has joined #openstack-infra16:06
*** jascott1 has quit IRC16:06
*** jascott1 has joined #openstack-infra16:06
*** jamesmcarthur has quit IRC16:06
*** jamesmcarthur has joined #openstack-infra16:07
*** Apoorva has joined #openstack-infra16:08
bkeroAny clue why nodepool would throw a HTTP 405 against Jenkins when trying to create new nodes in Jenkins? http://paste.openstack.org/show/615044/16:09
bkeroclarkb: ^16:09
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: WIP: containers periodic test  https://review.openstack.org/47574716:09
fungibkero: permissions on the jenkins side for the api account nodepool is using?16:09
bkerofungi: Jenkins is in 'valid user? all the perms!' mode16:10
*** mriedem has joined #openstack-infra16:11
clarkbbkero: fungi I think someone mentioned that jenkins changed and API from a GET to a POST last week16:11
fungii want to say enforcing cors on the http api was also a problem, but it's been so long now i don't remember clearly16:11
clarkbso python-jenkins needs updating, pretty sure there is/was a change for that not sure where it has gone though16:12
fungibkero: how new is your jenkins?16:12
pabelangersounds familiar16:12
*** MatthewLi has quit IRC16:12
bkerofungi: 2.6716:12
fungiis 2.67 recent?16:12
*** jascott1 has quit IRC16:12
*** slaweq has quit IRC16:13
bkero2.69 is latest16:13
*** annegentle has quit IRC16:13
bkeroI'm using nodepool 0.4.0 and python-jenkins 0.4.1416:13
openstackgerritMerged openstack-infra/system-config master: upgrade review-dev.o.o with gerrit v2.13.9  https://review.openstack.org/45332316:13
clarkbhttps://review.openstack.org/#/c/305882/ maybe?16:13
*** amotoki is now known as amotoki_away16:14
bkeroFWIW nodepool 0.4.1 totally rewrote the jenkins manager since there's a lot of duplicate code16:14
bkeroI'm unclear if I can run nodepool 0.4.1 without a zuul though16:15
*** dhajare has joined #openstack-infra16:15
clarkbbkero: iirc that is an artifact from when python-jenkins aws a mostly dead lp hosted project? so nodepool fixed things in subclass then python-jenkins got moved to our gerrit and was updated and may now be on life support again? though changes merged to it a couple weeks ago16:15
*** isaacb has quit IRC16:16
clarkbbkero: so yes nodepool has a bunch of subclass redundant code and there is a change to clean that up but last time we approved it it broke everything iirc16:16
*** jascott1 has joined #openstack-infra16:16
bkeroclarkb: looks like it's broken again? I'm not sure what to do.16:16
bkeroI'm back to dumping params and attempting to match against the Jenkins REST API16:17
*** annegentle has joined #openstack-infra16:17
clarkbbkero: jenkins has made non backward compatible changes to their api, things that talk to that api python-jenkins/nodepool will need to be updated16:17
*** jascott1 has quit IRC16:17
bkeroSo jenkins downgrade or python-jenkins/nodepool update16:17
*** shu-mutou-AWAY has quit IRC16:17
*** armax has quit IRC16:17
*** jascott1 has joined #openstack-infra16:17
clarkbhttps://review.openstack.org/#/c/480601/16:17
clarkbwhich points to https://review.openstack.org/#/c/25915716:18
*** pabelanger has quit IRC16:18
*** pabelanger has joined #openstack-infra16:18
clarkblooks like we went ahead and merged the cleanup code again. so I think you can just updte nodepool?16:18
bkeroclarkb: can I run 0.4.1 without a zuul?16:18
clarkbbkero: yes, but you need a zookeeper for image builds16:19
*** ykarel has quit IRC16:19
bkeroThat's fine16:19
clarkbmordred: fwiw ^ this appears to be another case of nodepool without zuul being useful?16:19
*** sshnaidm is now known as sshnaidm|afk16:21
mordredclarkb: yah - folks who are still using jenkins16:22
clarkbmordred: sure, I'm not sure we'd expect them to all switch to zuul necessarily. Especially since there is potentially significant effort required to do so16:23
mordredclarkb: I believe that once we release v3 it would be a great idea for someone (not us) to write a jenkins provider plugin that can talk to the nodepool zk api16:23
mordredclarkb: I obviously have no interest in doing so, and I thnk doing it before that api is fully documneted and solidified would be problematic - but I think it would be a really smart thing for folks to write16:24
*** jpich has quit IRC16:25
*** ralonsoh has quit IRC16:30
pabelangerokay, going to start poking at mirrors in infracloud16:33
fungipabelanger: the flavor change hasn't merged yet16:33
pabelangeroh16:33
fungii rechecked it a few minutes ago--one of its jobs failed on a dns lookup error16:33
pabelangerya, see that now16:33
fungiand a giant stack of heat changes has us a bit starved for nodes in check at the moment so could be a few minutes still16:35
fungia stack of 30 heat changes apparently16:36
pabelangereep16:36
fungiso not "giant" but fairly sizable nonetheless16:37
*** spzala has quit IRC16:37
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Add docs for web server component  https://review.openstack.org/48263016:42
*** baoli has quit IRC16:43
*** baoli has joined #openstack-infra16:43
clarkbthe bug I filed years ago against jenkins about the ssh slaves plugin thread leak OOMing the server? it is still affecting jenkins users and still being updated :/16:44
fungibut no longer affecting us!16:45
mtreinishclarkb: at least they're working on it :)16:45
clarkbmtreinish: well working on it means being incredulous at their users for doing such a thing and constantly telling people that cloud slave plugin drivers are broken by design despite being told over and over that this isn't a cloud slave plugin and instead adding and removing instances via the rest api16:46
mordredfungi: can we cut a release of bindep? the currently released version has a depend on pbr < 1 - it's fixed in master16:46
fungimordred: seems like a good idea to me. are there other bug fixes we should review and merge before tagging?16:47
dimsdirk : "[12:36:46]  <fungi>a stack of 30 heat changes apparently"16:48
dimsfungi : clarkb : requirements jobs are not bothering gate, are they?16:48
*** shardy has quit IRC16:49
pabelangerdims: they seem to be failing right now, looks like neutron-full is the issue?16:49
mordredfungi: https://review.openstack.org/#/c/46780316:50
dimspabelanger : just wanted to be sure we did not wedge the gate16:50
pabelangerbut ya, gate is up to 75 jobs atm16:50
fungidims: not as far as i'm aware. the heat changes i was referring to was zaneb's series of 30 at https://review.openstack.org/48175716:50
pabelangerdims: ya, keeping an eye on it today. gate looks to be busy16:50
mordredpabelanger, fungi: https://review.openstack.org/#/c/468433/ and https://review.openstack.org/#/c/468432/2 seem like a good idea16:50
dimsack fungi thanks!16:50
dirkdims: pabelanger : it looks like there are gate resets due to some of the requirements jobs are failing, so it starts all over again?16:50
mtreinishclarkb: yep, thats working on it by someone's definition :p16:51
pabelangerdirk: right, once top most job fails, gate will reset16:51
*** dprince has quit IRC16:51
pabelangerright now upto almost 6hour16:51
mordredfungi, pabelanger: also https://review.openstack.org/#/c/468071 looks like a good idea16:52
*** lucasagomes is now known as lucas-afk16:52
pabelangermordred: +2 on all 316:52
*** jamesmcarthur has quit IRC16:52
*** jamesmcarthur has joined #openstack-infra16:53
mordredthe others are refactors or have a -1 - so I don't think landing them real quick is a great call16:53
*** dizquierdo has quit IRC16:54
*** dprince has joined #openstack-infra16:55
*** slaweq has joined #openstack-infra16:55
fungimordred: thanks, i've approved the set you mentioned16:55
fungionce those land, i guess we need to decide on the next version number based on what's changed16:56
openstackgerritMerged openstack-infra/bindep master: Update tox.ini with py35  https://review.openstack.org/46780316:57
*** sshnaidm|afk has quit IRC16:58
*** yamamoto has joined #openstack-infra16:59
hwoarangHello. any opinions on https://review.openstack.org/#/c/476851/ which is sitting there for a few weeks now? TIA :)16:59
pabelangerclarkb: there is a large number of held nodes on nodepool.o.o, can I start to clean them up?16:59
pabelangerclarkb: I only see your name17:00
openstackgerritMerged openstack-infra/bindep master: Fix test_main and test_depends for systems missing lsb_release  https://review.openstack.org/46843217:00
*** pcrews has joined #openstack-infra17:00
pabelangerinfra-root: if you have a held node on nodepool, let me know. Otherwise, I plan on start deleting some. A few are from 30+ days17:00
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Improve logging on reconfiguration  https://review.openstack.org/48263517:01
*** LindaWang has quit IRC17:01
openstackgerritMerged openstack-infra/bindep master: Log an error when lsb_release cannot be executed  https://review.openstack.org/46843317:02
openstackgerritMerged openstack-infra/bindep master: Handle dotted versions in platform selectors  https://review.openstack.org/46807117:02
fungipabelanger: i don't seem to have any held17:02
*** spzala has joined #openstack-infra17:02
fungiso no objection from me17:02
*** baoli has quit IRC17:02
*** spzala has quit IRC17:03
mordredfungi: oh - crappit. I may be all smoke and mirrors17:03
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Cleanup components doc  https://review.openstack.org/48263617:03
jeblairpabelanger: feel free to delete mine.  and i always think any held node without a name is fair game to delete.  :)17:03
*** spzala has joined #openstack-infra17:03
fungimordred: you mean like https://git.openstack.org/cgit/openstack-infra/bindep/tree/requirements.txt ?17:03
fungipbr>=2.0.017:04
mordredfungi: we already released it17:04
mordredfungi: I ran in to "I had editable version installed and pip did weird things when I tried to do pip install -U"17:04
fungidoesn't hurt to flush some bindep changes and do a new release anyway17:04
mordredbut yah17:04
fungithat was on my to do list along with git-review17:04
*** yamamoto has quit IRC17:04
*** baoli has joined #openstack-infra17:04
fungione of those to do list entries i seem to keep not getting to due to lack of time17:04
*** slaweq has quit IRC17:05
bkeroclarkb, fungi: Great. master nodepool and master python-jenkins fixed it17:08
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Cleanup components doc  https://review.openstack.org/48263617:08
*** jcoufal has quit IRC17:12
clarkbI have removed review-dev from the ansible emergency hosts list17:13
fungithanks clarkb!17:13
*** jpena is now known as jpena|off17:13
*** eranrom has joined #openstack-infra17:14
*** jpena|off has quit IRC17:14
clarkbthat should automatically update from 2.13.8 to 2.13.9 and then gerrit will do an online reindex17:14
clarkbthen we'll be in a good spot to do proper testing of gerrit17:14
*** iyamahat has quit IRC17:15
*** efoley has quit IRC17:15
*** armax has joined #openstack-infra17:17
*** esberglu has quit IRC17:19
*** sambetts is now known as sambetts|afk17:21
*** baoli has quit IRC17:27
fungiclarkb: planning to provide a status update on the gerrit upgrade during our meeting today? just making sure i get it on the agenda if so17:27
clarkbfungi: sure.17:27
clarkbI am waiting for puppet to restart the server, hasn't happened yet17:28
fungicool, i'm adding it on the agenda now17:28
clarkbI think the 1730 run will do it17:28
*** krtaylor has quit IRC17:30
*** iyamahat has joined #openstack-infra17:31
*** slaweq has joined #openstack-infra17:31
*** baoli has joined #openstack-infra17:33
*** baoli has quit IRC17:33
*** jcoufal has joined #openstack-infra17:34
bkeroclarkb: Finally got nodepool putting nodes in to jenkins, and am now dealing with the Jenkins SSH Slaves plugin. I didn't realize that it would require a java agent on every build slave. Is that correct, or did infra do it another way?17:35
clarkbbkero: that is correct, jenkins will self install it though, you just need a jvm on the slaves iirc17:35
bkeroYeah. I'll have to add an element for that.17:36
fungireally it's just a distro package to get the jvm on your images, so if you already have an element where you manage your package additions i'd just stick it in your packagemap there17:39
*** baoli has joined #openstack-infra17:39
*** jamesmcarthur has quit IRC17:40
*** eharney has joined #openstack-infra17:40
*** tosky has quit IRC17:41
*** trown|lunch is now known as trown17:43
bkerofungi: the slave.jar doesn't support jre-7 anymore17:44
bkeroSo trusty needs a ppa and a bump, whee17:44
fungioh, ick17:44
clarkbreview-dev is updating now. It appears to be doing an offline reindex so it isn't going as I expected it to, but it should be fine17:44
fungiso basically the ssh slave agent has dropped production support for ubuntu trusty (any any other distros which don't have java 8 by default)?17:45
bkeroI guess so17:45
clarkbworst case we manually stop gerrit and rerun an offline reindex if the one puppet is running stalls out or doesn't complete17:45
*** jrniemijr has joined #openstack-infra17:45
bkeroand the SSH Slave plugin won't blindly trust hostkeys anymore, and there's no knob for that17:45
fungibkero: rather unfortunate17:45
bkerofungi: https://jenkins.io/blog/2017/04/10/jenkins-has-upgraded-to-java-8/17:45
*** zzzeek_ has quit IRC17:46
fungiclarkb: yeah, i thought we hadn't properly fixed it to avoid offline reindexing yet based on my prior tests17:46
bkerofungi: what did you all do for hostkeys on slaves?17:46
clarkbbkero: I think it didn't check them17:47
bkeroJust the runtime-ssh-host-keys element?17:47
fungibkero: in zuul 2.x we just don't check them17:47
bkeroawesome17:47
fungiin zuul v3 there is a bunch of discussion around it17:47
*** yamahata has joined #openstack-infra17:47
clarkbbkero: https://issues.jenkins-ci.org/browse/JENKINS-43062 that implies there is a non verifying strategy that you can use17:48
fungibut generally, tofu for single-use slaves is probably reasonable when relying exclusively on rsa auth17:48
clarkbbkero: however its possible that nodepool would need an update to specify that when it adds the slaves to jenkins17:48
bkeroclarkb: Yes, there is. It can't be selected as default behavior though.17:48
bkeroyou have to go into the form and click 'save'17:48
bkero._.17:48
clarkbbkero: you can't set it when adding the slave?17:48
*** zzzeek_ has joined #openstack-infra17:49
*** slaweq has quit IRC17:49
*** raissa_ has quit IRC17:49
bkeroclarkb: I haven't looked at the API for it yet17:49
clarkbJul 11 17:43:48 review-dev puppet-user[4650]: (/Stage[main]/Gerrit/Exec[gerrit-init]) /etc/init.d/gerrit stop; /usr/bin/java -jar /home/gerrit2/review_site/bin/gerrit.war init -d /home/gerrit2/review_site --batch --no-auto-start returned 128 instead of one of [0]17:50
clarkbI'm going to rerun the init command to see what ^ is about17:50
EmilienMhey folks, could we get review on a devstack-gate patch please? https://review.openstack.org/#/c/47578817:51
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Use package module to install bindep packages  https://review.openstack.org/48258417:52
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Simplify bindep logic removing fallback support  https://review.openstack.org/48265017:52
*** rbrndt has quit IRC17:53
clarkblooks to be a permissions issue on the review_site/lib contents, it wants to rename the libs in there and can't beacuse of perms17:53
EmilienMclarkb: fyi, https://review.openstack.org/#/c/481731 is our latest effort to reduce logsize for container jobs17:53
* clarkb double checking that I'm not supposed to run that as root17:53
EmilienMweshay: not sure we have more efforts in progress, maybe you know better17:53
clarkbpuppet says run as gerrit2, let me chown things17:54
weshayEmilienM, bah.. just trying to get the gate to merge that patch17:54
EmilienMweshay: it should merge now17:54
EmilienMweshay: we fixed our gate issue this morning17:54
weshayEmilienM, that reduces the undercloud-containers job to about 75mb, also have https://review.openstack.org/#/c/476242/17:56
weshayso I can then reduce the logs further17:56
EmilienMweshay: really cool the last one17:57
* EmilienM approving patches17:57
*** annegentle has quit IRC17:58
clarkbok the reason for that failure is that there were preexisting .bcp*.jar.backup files in review_site/lib. I manually deleted them but we should add cleanup of those libs to our puppet manifests17:58
clarkbthe next puppet run should fix the libs for us and download the versions we want, then I will reindex and start gerrit17:58
*** annegentle has joined #openstack-infra17:59
clarkb#status log small hiccup in review-dev gerrit 2.13.8 -> 2.13.9 upgrade. Will be offline temporarily while we wait on puppet to curate lib installations18:00
openstackstatusclarkb: finished logging18:00
*** pvaneck has joined #openstack-infra18:00
*** baoli has quit IRC18:00
*** baoli has joined #openstack-infra18:01
*** jamesmcarthur has joined #openstack-infra18:01
*** yamamoto has joined #openstack-infra18:02
*** electrofelix has quit IRC18:02
*** esberglu has joined #openstack-infra18:02
*** esberglu has quit IRC18:04
*** esberglu has joined #openstack-infra18:05
*** eharney has quit IRC18:05
*** tosky has joined #openstack-infra18:07
*** yamamoto has quit IRC18:07
pabelangerclarkb: was it okay to delete you held nodepool nodes?18:11
clarkbI think so let me double check18:11
*** jamesmcarthur has quit IRC18:12
openstackgerritArx Cruz proposed openstack-infra/tripleo-ci master: Fix stackviz collect data  https://review.openstack.org/47455918:12
clarkbpabelanger: yes they can be deleted. I will do that now (I still need to test more of the apt/pip stuff through the caching proxy but I don't have time right this moment and can hold new nodes for that18:12
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: WIP: Enable verify_host for synchronize  https://review.openstack.org/48265518:13
pabelangerclarkb: ack, thanks18:13
clarkbpabelanger: done18:14
*** spzala has quit IRC18:14
pabelangerclarkb: ty18:14
*** yamahata has quit IRC18:14
*** yamahata has joined #openstack-infra18:15
clarkbpabelanger: idea is get https://review.openstack.org/#/c/476289/ in then use that to test performance and reliabilty of pip installs via caching reverse proxy instead of via afs cache from places like europe18:15
clarkbthen based on that data maybe we switch to using that caching method rather than afs? its mostly still in the we need more data phase18:16
*** krtaylor has joined #openstack-infra18:16
*** spzala has joined #openstack-infra18:16
openstackgerritMerged openstack-infra/system-config master: Increase Infra-cloud mirror flavor disk to 250GiB  https://review.openstack.org/48223618:17
*** eharney has joined #openstack-infra18:18
*** ggillies_ has quit IRC18:19
*** spzala has quit IRC18:21
*** ggillies has joined #openstack-infra18:21
*** spzala has joined #openstack-infra18:24
clarkbpuppet failed again because it ran the batch which I didn't expect it to. The reason for this is the gerrit.config file updated. I'm guessing on whitespace changes? we'll want to fix that18:25
*** tesseract has quit IRC18:25
clarkbbut considering I ran a successful batch earlier I'm just going to go ahead and reindex and start the service18:25
*** jamesmcarthur has joined #openstack-infra18:26
*** spzala_ has joined #openstack-infra18:26
openstackgerritRonelle Landy proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Adjust mtus for vxlan networking  https://review.openstack.org/48122218:26
clarkbI don't know why gerrit got so complicated, it doesn't seem to have really added features, just ops mess18:27
*** spzala has quit IRC18:27
clarkbI guess its always rerwitten its config file?18:27
fungiyep18:27
clarkboh wait it happened because it changed the war file permissions18:27
clarkbwe only subscribe to the war file updating and while the file contents didn't update the mode did which was enough to make it go rerun init and fail again :/18:28
*** Swami has joined #openstack-infra18:28
clarkbso I think the todo here is to add puppet tidy rule cleanups for .bcp*.jar.backup18:29
clarkbin review_site/lib/18:29
clarkbthen we won't fail if we have to rerun init18:29
clarkbI'm running foreground reindex then will start the service18:30
clarkbI think we should also consider removing support for very old gerrit in the gerrit puppetry in order to simplify the manifest so that it is understandable18:34
clarkbbecause right now it seems like it never works and is quite complicated (granted gerrit deployment got quite complicated)18:35
*** jcoufal has quit IRC18:35
*** GregHouse has quit IRC18:35
*** Goneri has quit IRC18:36
*** lathiat_ has quit IRC18:36
*** Goneri has joined #openstack-infra18:36
AJaegerclarkb: here's a debian unbound change - could you put this on your review queue for later, please? https://review.openstack.org/47644218:38
*** EricGonczer_ has joined #openstack-infra18:38
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: Create configure-mirrors role  https://review.openstack.org/48259318:38
*** annegentle has quit IRC18:39
AJaegerfungi, https://review.openstack.org/#/c/479057 adds a diskimage-builder-ci ACL - do you want to review this?18:41
*** lathiat has joined #openstack-infra18:41
AJaegerEmilienM: please review https://review.openstack.org/#/c/476089/3/zuul/layout.yaml18:41
EmilienMAJaeger: sure18:41
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Improve logging on reconfiguration  https://review.openstack.org/48263518:41
EmilienMAJaeger: everytime we change the regex, we break it :D18:42
*** rbrndt has joined #openstack-infra18:42
AJaegerEmilienM: so, let's not merge that one ;)18:43
EmilienMAJaeger: let me 5 min18:43
*** makowals has quit IRC18:44
*** esberglu_ has joined #openstack-infra18:44
AJaegerEmilienM: I can evven wait 5 days ;)18:45
EmilienMthanks18:45
clarkbhttps://review-dev.openstack.org/#/q/status:open is now running 2.13.918:47
*** esberglu has quit IRC18:47
*** dtroyer has quit IRC18:47
AJaegeryeah18:47
clarkband the change id comment links work again18:47
*** krtaylor has quit IRC18:48
clarkbwill have to watch puppet and make sure it is steady state too18:48
*** dtroyer has joined #openstack-infra18:49
*** nicolasbock has quit IRC18:50
*** jcoufal has joined #openstack-infra18:52
*** jamesmcarthur has quit IRC18:54
*** krtaylor has joined #openstack-infra18:56
dmsimardclarkb: is the cirros image no longer cached on the devstack image ? grep "cirros" yields nothing in diskimage-builder or in project-config/nodepool18:56
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: Create configure-mirrors role  https://review.openstack.org/48259318:56
fungidmsimard: we get it via devstack's list of things it uses, if memory serves18:59
*** sdague has quit IRC19:00
EmilienMAJaeger: lgtm. Let's give it a try19:00
clarkbyup, we don't explicitly say what we cache anywhere, instead devstack has a script we run that tells us19:00
clarkbdmsimard: fungi ^19:00
*** pvaneck has quit IRC19:00
fungidmsimard: we don't define it directly in project-config, it's just handled by the cache-devstack element19:00
openstackgerritClark Boylan proposed openstack-infra/puppet-gerrit master: Remove backed up gerrit lib files  https://review.openstack.org/48267019:00
clarkbfungi: ^ fix for bcp backup files19:00
fungiit's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour19:00
dmsimardfungi: ohhh19:01
*** wolverineav has quit IRC19:01
*** baoli has quit IRC19:02
*** baoli has joined #openstack-infra19:02
*** rockyg has joined #openstack-infra19:03
*** wolverineav has joined #openstack-infra19:04
*** spzala_ has quit IRC19:06
*** sslypushenko_ has joined #openstack-infra19:07
clarkbreview-dev puppet just reran and it appears to be fairly steady state other than the config file changes19:08
clarkbso that lgtm19:08
*** annegentle has joined #openstack-infra19:10
*** wolverineav has quit IRC19:10
*** makowals has joined #openstack-infra19:12
*** annegentle has quit IRC19:13
*** jamesmcarthur has joined #openstack-infra19:14
openstackgerritIhar Hrachyshka proposed openstack-infra/project-config master: Removed periodic -pg- job from neutron gate  https://review.openstack.org/48267619:14
*** annegentle has joined #openstack-infra19:15
dmsimardclarkb, fungi: so I *think* we're caching a 126MB Ubuntu 12.04 image due to https://github.com/openstack-infra/project-config/blob/ed7836dd564fc61a1935b640b77c525aaa509322/nodepool/elements/cache-devstack/extra-data.d/55-cache-devstack-repos#L8119:17
fungidmsimard: that's fun!19:17
dmsimardand https://github.com/openstack-dev/devstack/blob/master/stackrc#L68019:17
dmsimardhttp://paste.openstack.org/raw/615064/19:17
clarkbdmsimard: only if the non legacy find images code doesn't run19:17
clarkbwhich it should run19:17
jeblairfungi, pabelanger: a quick google search for sl390s rail kits suggests we may be in for a challenge.19:18
clarkbbecause all branches of devstack have image_list.sh19:18
dmsimardclarkb: dunno, noticed this on an image built outside infra from the upstream elements and config19:18
dmsimardclarkb: don't have a way to check if it reproduces inside infra19:18
clarkbdmsimard: if tools/image_list.sh says cache 12.04 then that is more likely the cause than the code you linked19:18
* dmsimard looks19:18
fungijeblair: yeah, i was afraid that might be the case :/19:19
openstackgerritMerged openstack-infra/project-config master: Stop running puppet-* jobs on tempest unittests/doc patches  https://review.openstack.org/47608919:19
dmsimardclarkb: yeah I don't know where that image comes from.19:20
clarkbdmsimard: devstack/tools/image_list.sh is what we run first and if that doesn't return any data we run that legacy lookup function you linked19:21
clarkbdmsimard: the fix here is likely editing devstack to stop emitting that image when image_list.sh runs19:21
dmsimardclarkb: I just don't know where it could be from tbh, http://codesearch.openstack.org/?q=ubuntu-12.04-x86_64.tar.gz&i=nope&files=&repos= yields nothing useful19:22
*** rocky_g has joined #openstack-infra19:22
clarkbdmsimard: on a stable branch?19:22
*** rockyg has quit IRC19:23
dmsimardclarkb: I would have to guess I'm using master from project-config nodepool elements which likely picks up the master of everything else19:23
clarkbdmsimard: we cache the images that devstack tells us for all available stable branches of devstack19:23
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Check ret for None in zuul_run_command  https://review.openstack.org/48244219:23
clarkbdmsimard: since stable jobs run on these hosts too19:24
dmsimardclarkb: ohhhhh19:24
fungiyeah, our cache element(s) iterate over all stable branches to decide what to preinstall/precache19:24
fungithough we do a lot less of that now than we used to19:24
dmsimardclarkb: oh wow devstack goes all the way back to stable/kilo19:24
dmsimardtime for a cleanup ?19:25
dmsimardhttp://paste.openstack.org/raw/615066/19:28
dmsimardLooks like 12.04 was returned by image_list.sh even in stable/ocata19:28
dmsimardthen it's not in stable/newton19:28
dmsimard¯\_(ツ)_/¯19:28
dmsimardthen it's in stable/liberty19:28
dmsimardand mitaka and kilo :(19:28
fungiwacky19:29
jlkfungi: hi there, is the project membership levels backed by source control anywhere? Core members and such?19:31
*** rockyg has joined #openstack-infra19:31
jlk(asking because I'd like to show something to my manager given you added me to a core group today :)19:31
*** rocky_g has quit IRC19:32
AJaegerjlk: which project you're core on? Let me show you something...19:33
inc0fungi: http://tarballs.openstack.org/kolla/images/ <- ubuntu tarballs still throws 40319:33
AJaegerjlk: so, no source control - just showing current status19:34
inc0centos seems to be working...most of centos at least19:34
AJaegerjlk: https://review.openstack.org/#/settings/group-memberships - should have taken screenshot yesterday ;)19:34
inc0would you guys be kind enough to chmod them back until we get cache going?:) our gates are red until we do this:(19:35
AJaegerjlk: and https://review.openstack.org/#/admin/groups/908,members is zuul-core19:35
*** armax has quit IRC19:38
jlkawesome, thanks!19:38
*** slaweq has joined #openstack-infra19:40
*** makowals has quit IRC19:41
fungijlk: or you can do https://review.openstack.org/#/admin/groups/zuul-core as a shortcut19:43
*** jamesmcarthur has quit IRC19:43
fungiinc0: chairing the infra meeting at the moment, and yes any images built overnight got their permissions reset to readable but i can take care of the others in a bit19:43
fungiinc0: and pabelanger is working through the last piece of the puzzle for the caching prerequisites (infra-cloud mirror instance replacements with a larger disk flavor)19:44
*** makowals has joined #openstack-infra19:45
inc0cool, thanks fungi, sry for interrupting19:46
*** jamesden_ has joined #openstack-infra19:48
*** jamesdenton has quit IRC19:49
*** jamesden_ has quit IRC19:49
*** jamesdenton has joined #openstack-infra19:51
*** esberglu_ is now known as esberglu19:53
openstackgerritLucas Alvares Gomes proposed openstack-infra/project-config master: Add networking-ovn job to ovsdbapp gate  https://review.openstack.org/48165019:54
openstackgerritPaul Belanger proposed openstack-infra/zuul-jobs master: Enable verify_host for synchronize  https://review.openstack.org/48265519:55
*** jamesmcarthur has joined #openstack-infra19:58
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Avoid using http://keyserver.ubuntu.com for GPG keys  https://review.openstack.org/48268319:59
*** wolverineav has joined #openstack-infra20:00
*** jamesmcarthur has quit IRC20:00
*** xarses has quit IRC20:05
*** marst has quit IRC20:08
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Avoid using http://keyserver.ubuntu.com for GPG keys  https://review.openstack.org/48268320:10
*** jkilpatr has quit IRC20:11
*** dprince has quit IRC20:12
*** slaweq has quit IRC20:12
*** annegentle has quit IRC20:12
*** slaweq has joined #openstack-infra20:13
*** armax has joined #openstack-infra20:13
*** makowals has quit IRC20:17
fungiinc0: i've switched all the remaining files to world readable again, but will be keeping a close eye on bandiwdth utilization while we're finishing getting the proxy cache upfit completed. obviously your jobs will be just as broken as everyone else's if they knock tarballs.o.o offline again20:22
*** sree has joined #openstack-infra20:23
openstackgerritSamantha Blanco proposed openstack-infra/project-config master: Set Tempest concurrency for non-multinode Patrole jobs  https://review.openstack.org/48269320:23
*** annegentle has joined #openstack-infra20:24
*** askb has joined #openstack-infra20:26
*** sree has quit IRC20:27
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Avoid using http://keyserver.ubuntu.com for GPG keys  https://review.openstack.org/48268320:29
*** jrniemijr has quit IRC20:31
*** jkilpatr has joined #openstack-infra20:32
*** rhallisey has quit IRC20:33
*** annegentle has quit IRC20:33
*** thorst has quit IRC20:35
*** adisky__ has quit IRC20:36
inc0fungi: understandable, it was fine for few weeks so I think we just pushed more stuff at same time20:41
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Avoid using apt-add-repository  https://review.openstack.org/48268320:42
openstackgerritMerged openstack-infra/zuul-jobs master: Add openstack-doc-build job for documentation testing  https://review.openstack.org/48259620:43
*** wolverineav has quit IRC20:44
*** krtaylor has quit IRC20:46
*** zzzeek_ has quit IRC20:49
*** camunoz has quit IRC20:49
dirkpabelanger: fungi: can we merge https://review.openstack.org/#/c/468117/ ? the corresponding nodepool builder project-config change has merged earlier today, so I think it makes sense to have the logging config in place20:54
fungiinc0: looking at the graph we likely had a few brief outages related to this in recent weeks as well, but none as lengthy as yesterday20:55
fungiand so nobody really had time to track down the cause20:55
AJaegerfungi, karbor translations jobs work fine again - thanks for your help.20:56
fungiAJaeger: thanks for finding an unrelated issue across a bunch of our persistent job nodes20:57
*** mat128 has quit IRC20:57
openstackgerritDirk Mueller proposed openstack/diskimage-builder master: opensuse-minimal: install glibc-locale  https://review.openstack.org/47395920:57
inc0fungi: sorry :(20:59
*** camunoz has joined #openstack-infra21:01
*** priteau has joined #openstack-infra21:01
*** camunoz has quit IRC21:03
*** zzzeek_ has joined #openstack-infra21:11
*** dhajare has quit IRC21:11
*** florianf has quit IRC21:12
*** jascott1 has quit IRC21:13
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Add grafana devstack failure rate graph for openSUSE  https://review.openstack.org/48270621:13
*** jascott1 has joined #openstack-infra21:13
*** jascott1 has quit IRC21:14
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Add grafana devstack failure rate graph for openSUSE  https://review.openstack.org/48270621:15
*** ldnunes has quit IRC21:17
*** makowals has joined #openstack-infra21:20
*** pcaruana has quit IRC21:23
openstackgerritDirk Mueller proposed openstack/diskimage-builder master: Remove additional Bumblebee repository for opensuse element  https://review.openstack.org/48270821:24
*** ihrachys has quit IRC21:25
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Update zuul-status rendering for the Tempest/Grenade graphs  https://review.openstack.org/48271121:30
*** jascott1 has joined #openstack-infra21:32
*** rockyg has quit IRC21:34
openstackgerritMerged openstack-dev/cookiecutter master: Update to the Pike document structure  https://review.openstack.org/48250421:34
*** thorst has joined #openstack-infra21:35
openstackgerritMerged openstack/os-testr master: Turn on warning-is-error in sphinx build  https://review.openstack.org/47832921:40
*** slaweq has quit IRC21:40
openstackgerritMerged openstack/os-testr master: Switch from oslosphinx to openstackdocstheme  https://review.openstack.org/47843321:40
openstackgerritMerged openstack/os-testr master: rearrange content to fit the new standard layout  https://review.openstack.org/47854621:41
openstackgerritMerged openstack/os-testr master: update doc URL to the new location in the readme  https://review.openstack.org/47855021:41
*** thorst has quit IRC21:42
clarkbI can push changes to review-dev and new patchsets.21:43
clarkbI have confirmed that the changeid comment link works now21:44
*** makowals has quit IRC21:45
*** eharney has quit IRC21:47
openstackgerritMonty Taylor proposed openstack-infra/zuul-jobs master: Remove tox-py35-on-zuul  https://review.openstack.org/48271721:47
*** dfflanders has joined #openstack-infra21:48
openstackgerritMonty Taylor proposed openstack-infra/openstack-zuul-jobs master: Add tox-py35-on-zuul job definition  https://review.openstack.org/48271821:48
*** rloo has joined #openstack-infra21:49
*** Apoorva has quit IRC21:50
openstackgerritMonty Taylor proposed openstack-infra/project-config master: Add tox-py35-on-zuul to zuul-jobs check pipeline  https://review.openstack.org/48271921:50
*** sslypushenko_ has quit IRC21:57
*** gordc has quit IRC21:57
openstackgerritRonelle Landy proposed openstack-infra/tripleo-ci master: WIP: Adjust MTUs in multinode workflow on RDO Cloud  https://review.openstack.org/48122222:02
*** mdrabe has quit IRC22:02
openstackgerritMerged openstack-infra/zuul-jobs master: Remove tox-py35-on-zuul  https://review.openstack.org/48271722:04
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Add tox-py35-on-zuul job definition  https://review.openstack.org/48271822:04
*** Apoorva has joined #openstack-infra22:04
*** felipemonteiro__ has quit IRC22:04
mtreinishmordred, rcarrillocruz: want to do me a favor and take a look at: https://github.com/ansible/ansible/pull/23769 we might be able to remove our local infra copy if that ever merges22:09
*** baoli has quit IRC22:10
*** baoli has joined #openstack-infra22:11
*** baoli has quit IRC22:11
clarkbleaving comments on changes both inline and cover seem to work well as does search (implying the secondary index is happy)22:13
clarkbYou cannot leave inline comments on mobile browsers, at least not on my device22:13
clarkbbut thats not really a regression22:13
*** dave-mccowan has quit IRC22:14
*** priteau has quit IRC22:15
clarkbI think thats the vast majority of my usage. There are some cosmetic differences people will need to get used to as well, but they seem to be improvements22:16
*** markvoelker has quit IRC22:16
clarkbwhen you are on an old patchset for example it shows up in bright yellow/orange22:16
*** markvoelker has joined #openstack-infra22:17
openstackgerritMerged openstack-infra/project-config master: Add tox-py35-on-zuul to zuul-jobs check pipeline  https://review.openstack.org/48271922:19
fungithat's a nice improvement22:19
fungii should try pointing gertty at it22:19
fungibut not tonight22:20
*** bnemec has quit IRC22:24
*** jcoufal has quit IRC22:24
*** bnemec has joined #openstack-infra22:25
*** jbadiapa_ has joined #openstack-infra22:29
*** pradk has quit IRC22:29
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Handle aborted websocket client connection cleanly  https://review.openstack.org/48256022:31
*** jbadiapa has quit IRC22:31
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Fix error loading projects out of order  https://review.openstack.org/48272522:32
*** MatthewLi has joined #openstack-infra22:32
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Fix error loading projects out of order  https://review.openstack.org/48272522:33
*** bobh has quit IRC22:34
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP Add job's project as implicit role project  https://review.openstack.org/48272622:37
*** slaweq has joined #openstack-infra22:41
*** slaweq has quit IRC22:46
*** rbrndt has quit IRC22:46
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Cleanup on ssh-agent failure  https://review.openstack.org/48134422:46
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources master: Updated Eventbrite permission model  https://review.openstack.org/48273022:54
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Fix error loading projects out of order  https://review.openstack.org/48272522:56
openstackgerritJesse Keating proposed openstack-infra/zuul feature/zuulv3: Use finishJob funtion to clean up on failure  https://review.openstack.org/48273122:57
*** claudiub has quit IRC22:58
*** jaypipes has quit IRC23:00
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Move ssh-agent cleanup into existing exception handler  https://review.openstack.org/48273523:01
*** tosky has quit IRC23:13
*** Goneri has quit IRC23:14
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Fail execution if a role repo is a bare collection of roles  https://review.openstack.org/48232723:14
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP Add job's project as implicit role project  https://review.openstack.org/48272623:15
*** apetrich has quit IRC23:16
*** apetrich has joined #openstack-infra23:18
*** ihrachys has joined #openstack-infra23:25
*** MatthewLi has quit IRC23:26
*** makowals has joined #openstack-infra23:27
*** hongbin has quit IRC23:29
*** d0ugal has joined #openstack-infra23:36
*** ramishra has quit IRC23:41
*** slaweq has joined #openstack-infra23:43
*** thorst has joined #openstack-infra23:47
*** slaweq has quit IRC23:47
*** krtaylor has joined #openstack-infra23:50
*** mattmceuen has quit IRC23:58

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