Wednesday, 2018-01-03

*** heyongli has quit IRC00:00
*** heyongli has joined #openstack-infra00:00
*** olaph has quit IRC00:01
clarkbit almost looks like the zuul executor process thinks it is getting a command and exiting 0 as a result00:02
clarkb(but thats mostly me inferring that from code and exit status)00:02
*** ijw_ has quit IRC00:04
openstackgerritMerged openstack-infra/zuul-jobs master: Fix sphinx publishing  https://review.openstack.org/53079000:05
*** dave-mccowan has joined #openstack-infra00:06
clarkbok I think I have figured it out /etc/default/zuul-executor says PIDFILE is /var/run/zuul/executor.pid but /var/run/zuul does not exist00:08
clarkbhttps://review.openstack.org/#/c/521680/ made that change00:09
*** heyongli has quit IRC00:10
*** heyongli has joined #openstack-infra00:10
clarkbze01 has a /var/run/zuul and puppet-zuul init.pp certainly should create one00:11
clarkbconfused at why ze04 doesn't have one given when that change merged00:12
*** e0ne has quit IRC00:14
*** xarses_ has quit IRC00:14
*** jlk has quit IRC00:14
mordredclarkb: yah - I'd be willing to be it hit EFUND00:14
*** olaph has joined #openstack-infra00:14
clarkbok theory time on ze04, when it was shutdown it tried to stop the zuul service which rm's /var/run/zuul even though there is no zuul service running00:16
clarkband now puppet hasn't run due to the credentials problem00:16
clarkboh wait it only rm's the pidfile not the dir00:16
clarkbnow I am really confused00:16
clarkbcorvus: you made the changes to move pidfiles around, any ideas ^?00:17
clarkbmordred: is your french better than mine? do you want to go looking for emails?00:18
clarkbI'm going to robustify the init script handling of the pidfile paths00:18
mordredclarkb: I feel like there is a new human who is in IRC who is not jean-daniel who is now busy and stuff00:19
mordredclarkb: but I do not remember which human it was00:19
*** heyongli has quit IRC00:20
*** heyongli has joined #openstack-infra00:20
clarkbmordred: damien rannou?00:23
clarkbmordred: might also be nice to hvae it log a warning then generate inventory for the other clouds that it can talk to00:24
clarkbrather than just completely fail? I can actually see argument going either way on that00:25
*** jamesdenton has joined #openstack-infra00:26
*** ihrachys has quit IRC00:26
*** ijw has joined #openstack-infra00:26
*** ijw has joined #openstack-infra00:26
mordredwell - the ansible inventory is *supposed* to not completely fail if just one of the clouds fail - or at least that's configurable00:26
*** mriedem has quit IRC00:29
*** heyongli has quit IRC00:30
*** heyongli has joined #openstack-infra00:31
*** edmondsw has joined #openstack-infra00:31
*** mlavalle has quit IRC00:32
openstackgerritClark Boylan proposed openstack-infra/puppet-zuul master: Don't assume pidfile location  https://review.openstack.org/53082000:32
clarkbmordred: I think it is completely failing fwiw00:32
clarkbI think this new change will make ze04 work more reliably00:32
clarkbI still don't know why it broke in the first place though00:32
clarkbI'm approving the ovh disabling00:35
*** edmondsw has quit IRC00:36
clarkbthat should stabilize CI then we just hae to followup and stabilize ansible00:36
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/zuul feature/zuulv3: Slack driver  https://review.openstack.org/53052100:39
corvusclarkb: /var/run is a tmpfs on xenial; we may need the init script to create it for us.  i think your change may be the best fix.00:40
*** heyongli has quit IRC00:41
clarkbcorvus: ah that would explain it, thanks00:41
*** heyongli has joined #openstack-infra00:41
corvusi'm guessing executors starting after boot is just wonky / racy with puppet00:41
openstackgerritMerged openstack-infra/project-config master: Disable OVH  https://review.openstack.org/53081700:41
clarkbwith ^ I think the urgency around sorting out ovh drops. I've got to figure out storage in garage in a few so not sure I'll be able to followup with ovh today00:44
clarkbbut I'm not sure puppet is applying anyways so we may have to manually apply that00:45
clarkbany objects to me manually applying the disable ovh change to nl02 really quick?00:45
clarkb*any objections00:45
* clarkb hears none and does that really quick00:47
clarkb#status log openstackci-ovh accounts are not working and ovh hosted mirrors are not pinging. The accounts breaking appears to prevent ansible puppet from running (due to failed inventory) this needs to be sorted out.00:49
openstackstatusclarkb: finished logging00:49
clarkb#status log openstackci-ovh accounts are not working and ovh hosted mirrors are not pinging. We have removed OVH from nodepool via 530817 and this change has been manually applied (see previous message for why ansible puppet is not working)00:49
openstackstatusclarkb: finished logging00:49
clarkb#status log no zuul-executor is running on ze04 currently. /var/run/ is a tmpfs on xenial so /var/run/zuul does not exist on ze04 after a reboot preventing zuul-executor from starting. https://review.openstack.org/530820 is the proposed fix00:50
openstackstatusclarkb: finished logging00:50
*** heyongli has quit IRC00:51
*** heyongli has joined #openstack-infra00:51
*** larainema has joined #openstack-infra00:53
*** xarses_ has joined #openstack-infra00:53
*** caphrim007_ has joined #openstack-infra00:53
*** caphrim00_ has joined #openstack-infra00:55
*** caphrim007_ has quit IRC00:55
openstackgerritMerged openstack-infra/puppet-mailman master: Alias $name in mailman site for vhost templating  https://review.openstack.org/52989300:55
openstackgerritMerged openstack-infra/puppet-mailman master: Fix multisite archive paths  https://review.openstack.org/52989400:55
openstackgerritMerged openstack-infra/puppet-mailman master: Export MAILMAN_SITE_DIR in init script  https://review.openstack.org/52989500:56
*** caphrim007 has quit IRC00:57
*** cuongnv has joined #openstack-infra00:57
*** kiennt26 has joined #openstack-infra00:57
*** caphrim00_ has quit IRC01:00
*** xarses_ has quit IRC01:00
*** heyongli has quit IRC01:01
*** heyongli has joined #openstack-infra01:01
jheskethclarkb: left a query in 530820 for you01:04
jheskethclarkb: but thinking about the pid's more, just removing the PIDFILE would let us use /var/lib/zuul/service.pid instead of having a dir for each service which imo would be an improvement01:04
corvusjhesketh: that's the case in zuulv3.  the init script supports both by setting PIDFILE in /etc/default/zuul-{service} only for zuulv3 (and uses the value in the init script for zuulv2)01:05
*** rlandy|ruck is now known as rlandy|ruck|bbl01:06
jheskethah cool. I'm +2 on the change, but just removing just $PIDFILE is still somewhat neater if we wanted to iterate on it01:07
*** cshastri has joined #openstack-infra01:08
*** xarses_ has joined #openstack-infra01:08
corvus++01:08
*** markvoelker has quit IRC01:08
*** lamt` has quit IRC01:10
*** catintheroof has quit IRC01:10
*** catintheroof has joined #openstack-infra01:11
*** heyongli has quit IRC01:11
*** heyongli has joined #openstack-infra01:12
*** slaweq has joined #openstack-infra01:13
*** catintheroof has quit IRC01:15
*** gyee has quit IRC01:16
*** slaweq has quit IRC01:18
*** xarses_ has quit IRC01:20
*** heyongli has quit IRC01:22
*** heyongli has joined #openstack-infra01:22
mordredclarkb: http://logs.openstack.org/68/530768/1/gate/build-openstack-sphinx-docs/9a4e88c/job-output.txt.gz#_2018-01-03_00_52_58_18234901:22
mordredclarkb: I *thnk* that ran before we landed the sphinx changes01:22
mordredclarkb: so I'm rechecking01:23
mordredclarkb: but thought I'd point it out in case it's a canary of larger issues01:23
*** esberglu has quit IRC01:26
*** Apoorva_ has joined #openstack-infra01:27
*** Apoorva has quit IRC01:30
*** Apoorva_ has quit IRC01:32
*** heyongli has quit IRC01:32
*** heyongli has joined #openstack-infra01:32
*** dave-mccowan has quit IRC01:34
*** heyongli has quit IRC01:42
*** heyongli has joined #openstack-infra01:42
*** namnh has joined #openstack-infra01:46
*** tonyb has quit IRC01:47
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/zuul feature/zuulv3: Slack driver  https://review.openstack.org/53052101:47
*** tonyb has joined #openstack-infra01:49
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Add a plugin interface for drivers  https://review.openstack.org/52462001:49
*** xarses_ has joined #openstack-infra01:52
*** heyongli has quit IRC01:52
*** heyongli has joined #openstack-infra01:53
*** dave-mccowan has joined #openstack-infra01:55
*** heyongli has quit IRC02:03
*** heyongli has joined #openstack-infra02:03
*** markvoelker has joined #openstack-infra02:05
*** caphrim007 has joined #openstack-infra02:08
*** andreww has joined #openstack-infra02:08
*** pahuang has quit IRC02:11
*** caphrim007 has quit IRC02:12
*** xarses_ has quit IRC02:12
*** heyongli has quit IRC02:13
*** heyongli has joined #openstack-infra02:13
*** annp has joined #openstack-infra02:14
*** dave-mccowan has quit IRC02:18
*** dave-mccowan has joined #openstack-infra02:19
*** edmondsw has joined #openstack-infra02:19
*** heyongli has quit IRC02:23
*** heyongli has joined #openstack-infra02:23
*** edmondsw has quit IRC02:24
*** markmcclain has quit IRC02:25
*** ijw has quit IRC02:25
*** gouthamr has quit IRC02:27
*** yamahata has quit IRC02:30
*** iyamahat has quit IRC02:30
*** andreww has quit IRC02:31
*** heyongli has quit IRC02:33
*** heyongli has joined #openstack-infra02:34
clarkbwe cant remove $PIDFILE can we? would break v202:38
*** owalsh_ has joined #openstack-infra02:42
*** heyongli has quit IRC02:44
*** heyongli has joined #openstack-infra02:44
*** owalsh has quit IRC02:45
*** heyongli has quit IRC02:54
*** heyongli has joined #openstack-infra02:54
*** pahuang has joined #openstack-infra02:57
*** xinliang has quit IRC02:57
*** heyongli has quit IRC03:04
*** heyongli has joined #openstack-infra03:04
*** markmcclain has joined #openstack-infra03:05
*** xinliang has joined #openstack-infra03:10
*** xinliang has joined #openstack-infra03:10
*** heyongli has quit IRC03:14
*** heyongli has joined #openstack-infra03:15
*** flwang has quit IRC03:16
*** flwang has joined #openstack-infra03:17
*** Apoorva has joined #openstack-infra03:23
*** Apoorva has quit IRC03:24
*** heyongli has quit IRC03:25
*** heyongli has joined #openstack-infra03:25
*** Apoorva has joined #openstack-infra03:25
*** caphrim007 has joined #openstack-infra03:28
*** gongysh has joined #openstack-infra03:28
*** rhallisey has quit IRC03:30
*** masber has quit IRC03:32
*** markmcclain has quit IRC03:33
*** ramishra has joined #openstack-infra03:33
*** heyongli has quit IRC03:35
*** heyongli has joined #openstack-infra03:35
*** rlandy|ruck|bbl is now known as rlandy|ruck03:38
*** liujiong has joined #openstack-infra03:38
*** gcb has quit IRC03:44
*** nicolasbock has quit IRC03:44
*** heyongli has quit IRC03:45
*** heyongli has joined #openstack-infra03:45
*** ykarel has joined #openstack-infra03:49
*** heyongli has quit IRC03:55
*** heyongli has joined #openstack-infra03:56
*** hongbin has joined #openstack-infra03:59
*** heyongli has quit IRC04:06
*** heyongli has joined #openstack-infra04:06
*** edmondsw has joined #openstack-infra04:07
*** edmondsw has quit IRC04:12
*** udesale has joined #openstack-infra04:15
*** heyongli has quit IRC04:16
*** heyongli has joined #openstack-infra04:16
*** gmann has joined #openstack-infra04:19
*** Apoorva has quit IRC04:20
*** masber has joined #openstack-infra04:21
*** Apoorva has joined #openstack-infra04:21
*** Apoorva has quit IRC04:25
*** heyongli has quit IRC04:26
*** heyongli has joined #openstack-infra04:26
*** rlandy|ruck has quit IRC04:29
*** hemna_ has quit IRC04:29
*** Apoorva has joined #openstack-infra04:30
*** heyongli has quit IRC04:36
*** heyongli has joined #openstack-infra04:37
*** heyongli has quit IRC04:47
*** heyongli has joined #openstack-infra04:47
*** links has joined #openstack-infra04:48
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add linters job and role  https://review.openstack.org/53068204:49
*** psachin has joined #openstack-infra04:55
*** heyongli has quit IRC04:57
*** heyongli has joined #openstack-infra04:57
*** xarses_ has joined #openstack-infra04:57
*** links has quit IRC04:58
*** markmcclain has joined #openstack-infra05:01
*** links has joined #openstack-infra05:03
*** dave-mccowan has quit IRC05:06
*** heyongli has quit IRC05:07
*** heyongli has joined #openstack-infra05:07
*** pgadiya has joined #openstack-infra05:09
openstackgerritMerged openstack-infra/project-config master: Use sphinx_output_suffix  https://review.openstack.org/53079105:09
*** yamamoto has joined #openstack-infra05:10
openstackgerritMerged openstack-infra/project-config master: Remove legacy beaker jobs from Puppet OpenStack modules  https://review.openstack.org/53080705:13
*** Apoorva has quit IRC05:14
*** heyongli has quit IRC05:17
*** heyongli has joined #openstack-infra05:18
*** gongysh has quit IRC05:26
*** heyongli has quit IRC05:28
*** heyongli has joined #openstack-infra05:28
*** annp has quit IRC05:30
*** namnh has quit IRC05:30
*** annp has joined #openstack-infra05:31
*** namnh has joined #openstack-infra05:31
*** cuongnv has quit IRC05:34
*** kiennt26 has quit IRC05:34
*** daidv has quit IRC05:34
*** kiennt26 has joined #openstack-infra05:34
*** cuongnv has joined #openstack-infra05:34
*** daidv has joined #openstack-infra05:35
*** heyongli has quit IRC05:38
openstackgerritMerged openstack-infra/zuul-jobs master: python-upload-pypi: only run on success  https://review.openstack.org/53017405:38
*** heyongli has joined #openstack-infra05:38
*** gcb has joined #openstack-infra05:42
*** dmsimard has quit IRC05:42
*** dmsimard has joined #openstack-infra05:42
*** armaan has joined #openstack-infra05:45
*** daidv has quit IRC05:45
*** daidv has joined #openstack-infra05:46
AJaegerclarkb, mordred : My change for publishing works - https://docs.openstack.org/infra/zuul-jobs/ was just updated.05:46
AJaegerclarkb, mordred : Could either of you remove the extra html directories, please?05:46
*** zhurong has joined #openstack-infra05:47
*** heyongli has quit IRC05:48
*** heyongli has joined #openstack-infra05:48
AJaegerclarkb, mordred : /afs/.openstack.org/docs/openstack-helm/html and /afs/.openstack.org/docs/infra/zuul-jobs/html - and similar on developer-docs. So, something like: rm -rf /afs/.openstack.org/docs/*/html /afs/.openstack.org/docs/infra/*/html and rm -rf /afs/.openstack.org/developer-docs/api-ref/*/html /afs/.openstack.org/developer-docs/api-guide/*/html05:49
*** pcichy_ has joined #openstack-infra05:53
*** edmondsw has joined #openstack-infra05:56
*** heyongli has quit IRC05:58
*** heyongli has joined #openstack-infra05:59
*** edmondsw has quit IRC06:00
*** aeng has quit IRC06:03
*** heyongli has quit IRC06:09
*** heyongli has joined #openstack-infra06:09
*** masber has quit IRC06:13
openstackgerritMerged openstack-dev/cookiecutter master: Update Python versions only py27 and 35  https://review.openstack.org/53000906:17
*** cshastri has quit IRC06:18
*** eumel8 has joined #openstack-infra06:19
*** heyongli has quit IRC06:19
*** heyongli has joined #openstack-infra06:19
*** markvoelker has quit IRC06:28
*** heyongli has quit IRC06:29
*** heyongli has joined #openstack-infra06:29
*** armax has quit IRC06:30
*** armax has joined #openstack-infra06:30
*** armax has quit IRC06:31
*** armax has joined #openstack-infra06:32
*** armax has quit IRC06:32
*** cshastri has joined #openstack-infra06:33
*** armax has joined #openstack-infra06:33
*** armax has quit IRC06:34
*** coolsvap has joined #openstack-infra06:35
*** heyongli has quit IRC06:39
*** esberglu has joined #openstack-infra06:40
*** heyongli has joined #openstack-infra06:40
*** esberglu has quit IRC06:40
*** esberglu has joined #openstack-infra06:40
*** yamamoto has quit IRC06:49
*** heyongli has quit IRC06:50
*** heyongli has joined #openstack-infra06:50
*** dhajare has joined #openstack-infra06:59
*** heyongli has quit IRC07:00
*** heyongli has joined #openstack-infra07:00
AJaeger#status log We stopped publishing documents on the 23rd of December by accident, this is fixed now. Publishing to docs.o.o and developer.o.o is workinging again. If you miss a document publish, the next merge should publish...07:01
openstackstatusAJaeger: finished logging07:01
*** gongysh has joined #openstack-infra07:09
*** pcaruana has joined #openstack-infra07:09
*** dhajare_ has joined #openstack-infra07:10
*** heyongli has quit IRC07:10
*** heyongli has joined #openstack-infra07:10
*** david-lyle has quit IRC07:12
*** david-lyle has joined #openstack-infra07:12
*** dhajare has quit IRC07:13
*** dhajare_ has quit IRC07:19
*** heyongli has quit IRC07:20
*** heyongli has joined #openstack-infra07:21
*** rcernin has quit IRC07:25
*** markmcclain has quit IRC07:30
*** heyongli has quit IRC07:31
*** heyongli has joined #openstack-infra07:31
*** markmcclain has joined #openstack-infra07:32
*** cshastri has quit IRC07:34
*** cshastri has joined #openstack-infra07:35
*** yamamoto has joined #openstack-infra07:38
*** heyongli has quit IRC07:41
*** heyongli has joined #openstack-infra07:41
*** edmondsw has joined #openstack-infra07:44
*** slaweq has joined #openstack-infra07:47
*** florianf has joined #openstack-infra07:47
*** edmondsw has quit IRC07:48
*** yamamoto has quit IRC07:49
*** jtomasek has joined #openstack-infra07:49
*** jtomasek has quit IRC07:50
*** jtomasek has joined #openstack-infra07:51
*** heyongli has quit IRC07:51
*** heyongli has joined #openstack-infra07:51
*** gongysh has quit IRC07:52
*** e0ne has joined #openstack-infra07:57
*** hongbin has quit IRC08:01
*** heyongli has quit IRC08:01
*** heyongli has joined #openstack-infra08:02
*** armaan has quit IRC08:04
*** liujiong has quit IRC08:04
*** liujiong has joined #openstack-infra08:05
*** armaan has joined #openstack-infra08:05
*** tesseract has joined #openstack-infra08:05
*** heyongli has quit IRC08:12
*** heyongli has joined #openstack-infra08:12
*** medy has joined #openstack-infra08:15
*** medy has quit IRC08:16
*** apetrich has quit IRC08:16
*** medy has joined #openstack-infra08:16
*** apetrich has joined #openstack-infra08:16
*** medy has quit IRC08:18
*** medy has joined #openstack-infra08:18
*** medy has quit IRC08:19
*** medy has joined #openstack-infra08:19
*** medy has quit IRC08:21
*** medy has joined #openstack-infra08:21
*** heyongli has quit IRC08:22
*** medy has quit IRC08:22
*** heyongli has joined #openstack-infra08:22
*** medy has joined #openstack-infra08:22
*** e0ne has quit IRC08:23
*** medy has quit IRC08:24
*** medy has joined #openstack-infra08:24
*** medy has quit IRC08:25
*** medy has joined #openstack-infra08:25
*** medy has quit IRC08:27
*** ech042 has joined #openstack-infra08:27
*** medy has joined #openstack-infra08:27
*** medy has quit IRC08:28
*** medy has joined #openstack-infra08:28
*** markvoelker has joined #openstack-infra08:29
*** medy has quit IRC08:29
*** hashar has joined #openstack-infra08:29
*** heyongli has quit IRC08:32
*** heyongli has joined #openstack-infra08:32
*** gmann has quit IRC08:33
*** heyongli has quit IRC08:42
*** heyongli has joined #openstack-infra08:43
*** armaan has quit IRC08:48
*** armaan has joined #openstack-infra08:48
*** yamamoto has joined #openstack-infra08:49
*** heyongli has quit IRC08:53
*** heyongli has joined #openstack-infra08:53
*** jascott1 has quit IRC08:53
*** jascott1 has joined #openstack-infra08:54
AJaegerfrickler: good morning and happy new year! If you have time for reviews, please tackle some on the list I prepared on https://etherpad.openstack.org/p/Nvt3ovbn5x08:55
*** yamamoto has quit IRC08:57
*** jascott1 has quit IRC08:59
*** gmann has joined #openstack-infra09:00
*** heyongli has quit IRC09:03
*** heyongli has joined #openstack-infra09:03
*** markvoelker has quit IRC09:03
*** jpich has joined #openstack-infra09:05
*** heyongli has quit IRC09:13
*** heyongli has joined #openstack-infra09:13
*** dhajare has joined #openstack-infra09:16
*** derekh has joined #openstack-infra09:17
*** erlon has joined #openstack-infra09:20
*** cshastri has quit IRC09:21
*** e0ne has joined #openstack-infra09:21
*** cshastri has joined #openstack-infra09:21
*** heyongli has quit IRC09:23
*** heyongli has joined #openstack-infra09:24
*** dbecker has joined #openstack-infra09:25
*** shardy has joined #openstack-infra09:27
*** d0ugal has quit IRC09:27
*** d0ugal has joined #openstack-infra09:28
*** d0ugal has quit IRC09:28
*** d0ugal has joined #openstack-infra09:28
*** edmondsw has joined #openstack-infra09:32
*** dhajare has quit IRC09:33
*** heyongli has quit IRC09:34
*** heyongli has joined #openstack-infra09:34
*** dhajare has joined #openstack-infra09:34
*** mgoddard has joined #openstack-infra09:36
*** ykarel_ has joined #openstack-infra09:37
*** dhajare has quit IRC09:37
*** edmondsw has quit IRC09:37
*** erlon has quit IRC09:38
*** ykarel has quit IRC09:39
*** lucas-afk is now known as lucasagomes09:40
*** ykarel_ is now known as ykarel09:40
*** dhajare has joined #openstack-infra09:44
*** heyongli has quit IRC09:44
*** heyongli has joined #openstack-infra09:44
*** liujiong has quit IRC09:51
*** dhajare has quit IRC09:51
*** yamamoto has joined #openstack-infra09:53
*** dhajare has joined #openstack-infra09:53
*** heyongli has quit IRC09:54
*** heyongli has joined #openstack-infra09:54
*** ralonsoh has joined #openstack-infra10:00
*** dhajare has quit IRC10:00
*** markvoelker has joined #openstack-infra10:01
*** numans is now known as numans_afk10:02
*** heyongli has quit IRC10:04
*** heyongli has joined #openstack-infra10:05
*** ralonsoh_ has joined #openstack-infra10:06
*** ralonsoh has quit IRC10:06
*** kiennt26 has quit IRC10:06
*** cuongnv has quit IRC10:07
*** pcaruana has quit IRC10:09
*** pcaruana has joined #openstack-infra10:10
*** pbourke has quit IRC10:10
*** pbourke has joined #openstack-infra10:10
*** namnh has quit IRC10:11
*** dhajare has joined #openstack-infra10:11
*** armaan has quit IRC10:12
*** armaan has joined #openstack-infra10:13
*** heyongli has quit IRC10:15
*** heyongli has joined #openstack-infra10:15
*** dhajare_ has joined #openstack-infra10:20
fricklerAJaeger: happy new year for you, too. Is it intended that the new pti docs build should also affect stable branches? I proposed https://review.openstack.org/530859 after seeing a failure in devstack stable/pike but I'd like to confirm that this is the intended way to proceed10:20
*** annp has quit IRC10:21
*** owalsh has joined #openstack-infra10:21
*** ykarel is now known as ykarel|lunch10:21
AJaegerfrickler: yes, it does affect stable branches as well - I hope there're not that many of these issues.10:21
*** dhajare has quit IRC10:22
AJaegerfrickler: so, your change is fine. Thanks!10:22
*** owalsh_ has quit IRC10:22
AJaegerfrickler: another broken docs job - since Zuul v3 conversion - is fixed with https://review.openstack.org/#/c/530239/ - grenade10:23
*** heyongli has quit IRC10:25
*** heyongli has joined #openstack-infra10:25
*** hjensas has joined #openstack-infra10:25
*** dhajare_ has quit IRC10:26
*** claudiub has joined #openstack-infra10:26
fricklerAJaeger: hmm, looking at https://review.openstack.org/#/q/topic:updated-pti+%28status:open+OR+status:merged%29 it seems that quite a few of those will need cherry-picks. might be non-trivial too if req caps are different for older stable branches, didn't check that yet.10:27
chandankumarfrickler: Hello & Happy new year :-)10:28
chandankumarfrickler: https://review.openstack.org/526865 , https://review.openstack.org/528672 can we get this merged?10:28
*** andreww has joined #openstack-infra10:29
*** armaan has quit IRC10:29
*** armaan has joined #openstack-infra10:30
*** andreww has quit IRC10:30
hjensasWhen I have circular dependencies. e.g https://review.openstack.org/#/c/526480/4 and https://review.openstack.org/#/c/471969/ - both depend on each-other. CI does not run jobs it seems, there is no feedback. How is this supposed to work?10:30
fricklerhjensas: it isn't, you must change your dependencies10:30
*** xarses_ has quit IRC10:32
*** andreww has joined #openstack-infra10:32
hjensasfrickler: so I cannot have both depend on eachother? In that case I will have to lobby and get agreement to temporarily remove tests, merge that, merge the change and then merge updated tests ... I guess I'am off to lobby then. :)10:34
*** markvoelker has quit IRC10:34
fricklerhjensas: we cannot merge two changes simultaneously, one has to go first, so circular dependencies won't allow any patch to merge10:35
*** heyongli has quit IRC10:35
*** heyongli has joined #openstack-infra10:35
*** wolverineav has joined #openstack-infra10:39
AJaegerfrickler, yes, in those cases backports might need some tweaking.10:40
openstackgerritMerged openstack-infra/project-config master: Added initial jobs for telemetry tempest plugin  https://review.openstack.org/52686510:40
AJaegerfrickler: replied on https://review.openstack.org/#/c/530239/10:40
*** armaan has quit IRC10:43
*** armaan has joined #openstack-infra10:44
*** wolverineav has quit IRC10:44
*** heyongli has quit IRC10:45
openstackgerritMerged openstack-infra/project-config master: Add new repo for Blazar tempest plugin  https://review.openstack.org/52867210:45
*** heyongli has joined #openstack-infra10:46
*** verdurin has quit IRC10:49
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Remove devstack-gate specific tox jobs  https://review.openstack.org/52855410:50
AJaegerfrickler: thanks for reviewing! Fixed ^10:50
openstackgerritLee Yarwood proposed openstack-infra/project-config master: Avoid running tempest-full on stable/pike  https://review.openstack.org/53089410:53
*** jascott1 has joined #openstack-infra10:55
*** heyongli has quit IRC10:56
*** priteau has joined #openstack-infra10:56
*** sshnaidm|afk is now known as sshnaidm10:56
*** heyongli has joined #openstack-infra10:56
*** jkilpatr has quit IRC11:00
*** verdurin has joined #openstack-infra11:01
*** hashar has quit IRC11:05
*** heyongli has quit IRC11:06
*** zhurong has quit IRC11:06
*** heyongli has joined #openstack-infra11:06
*** ykarel|lunch is now known as ykarel11:07
*** heyongli has quit IRC11:16
*** heyongli has joined #openstack-infra11:16
*** edmondsw has joined #openstack-infra11:20
*** edmondsw has quit IRC11:24
*** heyongli has quit IRC11:26
*** heyongli has joined #openstack-infra11:27
*** rfolco has joined #openstack-infra11:30
*** markvoelker has joined #openstack-infra11:31
*** nicolasbock has joined #openstack-infra11:36
*** edmondsw has joined #openstack-infra11:36
*** heyongli has quit IRC11:37
*** heyongli has joined #openstack-infra11:37
*** heyongli has quit IRC11:47
*** heyongli has joined #openstack-infra11:47
*** jkilpatr has joined #openstack-infra11:49
*** armaan has quit IRC11:54
*** armaan has joined #openstack-infra11:54
*** tosky has joined #openstack-infra11:56
*** heyongli has quit IRC11:57
*** heyongli has joined #openstack-infra11:57
*** cshastri has quit IRC11:58
*** markvoelker has quit IRC12:05
*** smatzek has joined #openstack-infra12:07
*** heyongli has quit IRC12:07
*** heyongli has joined #openstack-infra12:08
*** sambetts|afk is now known as sambetts12:09
*** gcb has quit IRC12:09
*** gcb has joined #openstack-infra12:12
*** dhajare has joined #openstack-infra12:12
*** edmondsw has quit IRC12:15
*** heyongli has quit IRC12:18
*** heyongli has joined #openstack-infra12:18
*** dhajare has quit IRC12:21
*** yamamoto has quit IRC12:24
*** cshastri has joined #openstack-infra12:26
*** heyongli has quit IRC12:28
*** gcb has quit IRC12:28
*** jkilpatr has quit IRC12:28
*** heyongli has joined #openstack-infra12:28
*** gcb has joined #openstack-infra12:31
*** cshastri has quit IRC12:34
*** lucasagomes is now known as lucas-hungry12:34
*** dhajare has joined #openstack-infra12:37
fungi#status log manually started apache2 service on ask.o.o, seems to have crashed/failed to correctly restart during log rotation12:37
openstackstatusfungi: finished logging12:37
*** heyongli has quit IRC12:38
*** heyongli has joined #openstack-infra12:38
*** dhajare has quit IRC12:46
*** shardy is now known as shardy_mtg12:48
*** heyongli has quit IRC12:48
*** heyongli has joined #openstack-infra12:49
*** pcrews has quit IRC12:49
*** sdague has joined #openstack-infra12:49
*** yamamoto has joined #openstack-infra12:56
*** yamamoto has quit IRC12:56
*** shardy_mtg is now known as shardy12:58
*** catintheroof has joined #openstack-infra12:58
*** dhajare has joined #openstack-infra12:59
*** heyongli has quit IRC12:59
*** heyongli has joined #openstack-infra12:59
*** catintheroof has quit IRC12:59
*** catintheroof has joined #openstack-infra12:59
*** rlandy has joined #openstack-infra13:00
*** rlandy is now known as rlandy|ruck|mtg13:00
*** markvoelker has joined #openstack-infra13:02
*** tlam has joined #openstack-infra13:02
*** wolverineav has joined #openstack-infra13:03
*** pgadiya has quit IRC13:05
*** jcoufal has joined #openstack-infra13:05
*** heyongli has quit IRC13:09
*** heyongli has joined #openstack-infra13:09
openstackgerritAndrea Frittoli proposed openstack-infra/openstack-zuul-jobs master: Make sure we only run tempest-full on master  https://review.openstack.org/53091513:11
*** armaan has quit IRC13:13
*** armaan has joined #openstack-infra13:13
*** edmondsw has joined #openstack-infra13:13
*** pgadiya has joined #openstack-infra13:15
*** edmondsw has quit IRC13:18
*** markvoelker has quit IRC13:19
*** heyongli has quit IRC13:19
*** heyongli has joined #openstack-infra13:19
*** Goneri has quit IRC13:19
*** markvoelker has joined #openstack-infra13:20
*** dhajare has quit IRC13:22
*** yolanda__ has joined #openstack-infra13:25
*** yamamoto has joined #openstack-infra13:28
*** yolanda has quit IRC13:29
*** heyongli has quit IRC13:29
*** psachin has quit IRC13:29
*** heyongli has joined #openstack-infra13:30
*** rhallisey has joined #openstack-infra13:31
*** lucas-hungry is now known as lucasagomes13:32
*** yamamoto has quit IRC13:33
*** jaypipes has joined #openstack-infra13:35
openstackgerritDavid Shrewsbury proposed openstack-infra/system-config master: Update SSH key for shrews  https://review.openstack.org/53091813:37
*** trown|outtypewww is now known as trown13:37
openstackgerritDavid Shrewsbury proposed openstack-infra/system-config master: Update SSH key for shrews  https://review.openstack.org/53091813:37
openstackgerritFrank Kloeker proposed openstack-infra/system-config master: Add Frank Kloeker to manifests/users.pp  https://review.openstack.org/53092013:38
*** psachin has joined #openstack-infra13:39
*** heyongli has quit IRC13:40
*** heyongli has joined #openstack-infra13:40
openstackgerritFrank Kloeker proposed openstack-infra/system-config master: Installation of i18n-checksite.openstack.org  https://review.openstack.org/48793613:41
*** jkilpatr has joined #openstack-infra13:42
*** psachin has quit IRC13:43
*** panda|pto is now known as panda13:48
*** heyongli has quit IRC13:50
*** dave-mccowan has joined #openstack-infra13:50
*** heyongli has joined #openstack-infra13:50
*** mriedem has joined #openstack-infra13:52
*** rlandy|ruck|mtg is now known as rlandy|ruck13:53
*** links has quit IRC13:57
*** heyongli has quit IRC14:00
*** heyongli has joined #openstack-infra14:00
openstackgerritDavid Shrewsbury proposed openstack-infra/system-config master: Update SSH key for shrews  https://review.openstack.org/53091814:01
Shrewssilly missing comma14:01
*** fanzhang has quit IRC14:10
*** fanzhang has joined #openstack-infra14:10
*** heyongli has quit IRC14:10
*** heyongli has joined #openstack-infra14:11
*** Goneri has joined #openstack-infra14:12
*** sdake has quit IRC14:12
*** sdake has joined #openstack-infra14:13
*** sdake has quit IRC14:13
*** sdake has joined #openstack-infra14:13
*** swest has joined #openstack-infra14:15
*** Goneri has quit IRC14:16
*** mriedem has quit IRC14:17
*** heyongli has quit IRC14:21
*** heyongli has joined #openstack-infra14:21
*** hongbin has joined #openstack-infra14:21
*** smatzek has quit IRC14:24
*** smatzek has joined #openstack-infra14:25
*** pgadiya has quit IRC14:25
*** yamamoto has joined #openstack-infra14:28
AJaegerinfra-root, https://review.openstack.org/#/c/528672/ merged 4 hours ago but the new repo blazar-tempest-plugin is still not created. Do we have a stuck puppet?14:28
*** HeOS has joined #openstack-infra14:29
*** smatzek has quit IRC14:29
*** rkukura has quit IRC14:30
*** heyongli has quit IRC14:31
*** heyongli has joined #openstack-infra14:31
*** ykarel is now known as ykarel|afk14:32
*** yamamoto has quit IRC14:32
*** Goneri has joined #openstack-infra14:33
*** Goneri has quit IRC14:34
*** HeOS has quit IRC14:36
*** edmondsw has joined #openstack-infra14:37
*** mriedem has joined #openstack-infra14:41
*** heyongli has quit IRC14:41
*** heyongli has joined #openstack-infra14:41
ShrewsAJaeger: i'm no puppet expert, but the puppet log has: 2018-01-03 14:31:58,710 p=8965 u=root |  ERROR! Attempted to execute "/etc/ansible/hosts/openstack" as inventory script: Inventory script (/etc/ansible/hosts/openstack) had an execution error:14:42
Shrewskeystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication.14:42
*** sshnaidm is now known as sshnaidm|mtg14:42
Shrewswhich certainly doesn't seem good14:42
fricklerAJaeger: Shrews: oh, that might be the ovh account issue still14:43
*** ramishra has quit IRC14:43
AJaegerArgh ;( What can we do?14:43
AJaegerShrews: thanks for checking14:43
Shrewsthe entire puppet_run_all.log is that traceback14:43
fricklerprobably need to disable ovh for the time being or find out what happened to that account14:44
*** bobh has joined #openstack-infra14:44
fricklermaybe clarkb, corvus or fungi would know more14:44
Shrews2018-01-03 00:49:11 UTC openstackci-ovh accounts are not working and ovh hosted mirrors are not pinging. The accounts breaking appears to prevent ansible puppet from running (due to failed inventory) this needs to be sorted out.14:45
Shrewsfrom infra status wiki14:45
*** yamamoto has joined #openstack-infra14:46
*** yamamoto has quit IRC14:46
fricklerShrews: yes, I think someone was going to contact ovh about this, hopefully there will be a reply waiting in an inbox14:46
pabelangerwe likey have to remove ovh from clouds.yaml too, or fix dynamic inventory to not bomb on bad credentials14:47
AJaegerlet's wait for clarkb or fungi to chime in here - and advice whether we should not merge certain changes14:47
*** Goneri has joined #openstack-infra14:51
*** Goneri has quit IRC14:51
*** heyongli has quit IRC14:51
*** heyongli has joined #openstack-infra14:52
*** ianychoi has quit IRC14:53
*** hjensas has quit IRC14:54
*** slaweq has quit IRC14:54
pabelangersure, until ovh comes back, ansible wheel will just be broken.  Wonder if our credentials expired again14:55
fricklerAJaeger: I think we should delay creating new repos at least14:56
*** rlandy|ruck is now known as rlandy|ruck|mtg14:56
fricklerpabelanger: oh, did that happen already? someone guessed credits went out, but a simple pw expiration might be even more plausible14:56
Shrewsanyone want to poke https://review.openstack.org/530789 along for us?14:57
pabelangerfrickler: IIRC, the last time this happened, our account was disabled because coupon code expired.  Would make sense if that happened again being start of 201814:57
Shrewsjust opens the finger port on zuulv314:57
pabelanger+314:58
Shrewsw00t14:58
*** pcichy_ has quit IRC14:58
*** pcichy_ has joined #openstack-infra14:58
*** eharney has joined #openstack-infra14:59
AJaegerfrickler: yeah - we should. Let me WIP the one that I'm aware of right now...15:01
*** slaweq has joined #openstack-infra15:01
*** heyongli has quit IRC15:02
*** heyongli has joined #openstack-infra15:02
* AJaeger just removed his +2 and added comment15:03
*** pcichy_ has quit IRC15:03
*** pcichy_ has joined #openstack-infra15:03
*** slaweq has quit IRC15:05
*** rkukura has joined #openstack-infra15:05
*** Apoorva has joined #openstack-infra15:06
*** abelur_ has quit IRC15:07
*** Goneri has joined #openstack-infra15:08
openstackgerritStephen Finucane proposed openstack-dev/pbr master: Deprecate testr and nose integration  https://review.openstack.org/51822415:10
stephenfindhellmann: Fancy hitting that one too (added a missing reno)15:10
stephenfin?15:10
*** smatzek has joined #openstack-infra15:10
*** heyongli has quit IRC15:12
*** heyongli has joined #openstack-infra15:12
*** udesale has quit IRC15:13
*** martinkopec has joined #openstack-infra15:13
*** armax has joined #openstack-infra15:19
openstackgerritMerged openstack-infra/system-config master: Open finger port for zuulv3  https://review.openstack.org/53078915:21
*** slaweq has joined #openstack-infra15:21
mordredfrickler, Shrews, AJaeger, pabelanger: morning - yes, I think disabling ovh from the puppetmaster ansible inventory clouds.yaml is the right thing to do for now15:21
*** heyongli has quit IRC15:22
*** heyongli has joined #openstack-infra15:22
*** armax has quit IRC15:23
*** links has joined #openstack-infra15:25
*** coolsvap has quit IRC15:25
*** slaweq has quit IRC15:26
*** devananda has joined #openstack-infra15:27
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Remove ovh from clouds.yaml files  https://review.openstack.org/53094415:28
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Revert "Remove ovh from clouds.yaml files"  https://review.openstack.org/53094515:29
pabelangerinfra-root: ^ removes OVH from clouds.yaml and revert, until we can address auth errors15:30
*** links has quit IRC15:30
*** slaweq has joined #openstack-infra15:32
*** heyongli has quit IRC15:32
*** heyongli has joined #openstack-infra15:33
*** abelur_ has joined #openstack-infra15:33
*** jascott1 has quit IRC15:34
openstackgerritFrank Kloeker proposed openstack-infra/system-config master: Add Frank Kloeker to manifests/users.pp  https://review.openstack.org/53092015:35
*** slaweq has quit IRC15:36
openstackgerritAlex Krzos proposed openstack-infra/grafyaml master: Add Grafana URL and API Key to GrafYaml CLI  https://review.openstack.org/53094915:38
*** heyongli has quit IRC15:43
*** heyongli has joined #openstack-infra15:43
fricklerpabelanger: +3, might need to be applied manually though?15:43
*** gmann has quit IRC15:43
pabelangerYah, I can take care of that in a few minutes15:45
pabelangerthen confirm wheel is working again15:45
pabelangeralso, pypi mirror looks to be happy again.15:45
*** sshnaidm|mtg is now known as sshnaidm15:46
*** yamamoto has joined #openstack-infra15:46
openstackgerritFrank Kloeker proposed openstack-infra/system-config master: Add Frank Kloeker to manifests/users.pp  https://review.openstack.org/53092015:48
mtreinishclarkb: I mean it's still technically an issue, but we were able to work around it with those 2 patches15:49
*** heyongli has quit IRC15:53
*** heyongli has joined #openstack-infra15:53
*** yamamoto has quit IRC15:54
*** armaan has quit IRC15:55
*** armaan has joined #openstack-infra15:55
*** ramishra has joined #openstack-infra15:55
*** martinkopec has quit IRC15:55
*** armax has joined #openstack-infra15:57
*** slaweq has joined #openstack-infra15:58
*** petevg has joined #openstack-infra16:00
*** ramishra has quit IRC16:02
*** heyongli has quit IRC16:03
*** heyongli has joined #openstack-infra16:03
openstackgerritMerged openstack-infra/system-config master: Remove ovh from clouds.yaml files  https://review.openstack.org/53094416:04
*** jkilpatr has quit IRC16:06
*** rlandy|ruck|mtg is now known as rlandy16:07
*** dims has quit IRC16:09
pabelangerokay, I've manually applied ^ to puppetmaster.o.o, waiting for crontab onw16:09
pabelangernow*16:09
*** dims has joined #openstack-infra16:10
*** panda is now known as panda|rover16:11
*** heyongli has quit IRC16:13
*** heyongli has joined #openstack-infra16:14
pabelangerand ansible wheel is running now16:18
*** openstackgerrit has quit IRC16:19
*** jkilpatr has joined #openstack-infra16:20
clarkbpabelanger: frickler ya I tried to capture the state of things via #status log before going to family stuff16:20
clarkbgot the ci things sorted but our deploymwnt stuff was still sad16:20
*** ykarel|afk is now known as ykarel16:21
*** slaweq has quit IRC16:22
AJaegerclarkb: sorry, didn't realise that puppet was broken and thus we could not create new repos16:22
*** jkilpatr has quit IRC16:22
*** jkilpatr has joined #openstack-infra16:23
mriedemzuulv3 question - there is a change in nova to port an experimental queue job over to the nova repo https://review.openstack.org/#/c/514309/ - should i be able to run 'check experimental' on this to see the job def run there before we actually merge the nova patch?16:23
*** mgoddard has quit IRC16:23
*** heyongli has quit IRC16:24
*** heyongli has joined #openstack-infra16:24
*** dave-mccowan has quit IRC16:24
AJaegermriedem: yes!16:24
*** gouthamr has joined #openstack-infra16:24
mriedemok, just not seeing that happen yet16:24
mriedemmaybe i'm impatient16:24
AJaegermriedem: yeah, please wait - see "Queue lengths: 29 events, 0 management events, 105 results."16:25
AJaegerlet's Zuul go over the queue first...16:25
*** dave-mccowan has joined #openstack-infra16:26
AJaegerclarkb: could you put https://review.openstack.org/#/c/528819 and https://review.openstack.org/#/c/528554/ on your review queue, please? That allows to use standard py27/py35 jobs on devstack-gate.16:27
*** Goneri has quit IRC16:28
clarkbAJaeger: ya I'll take a look16:28
AJaegerthanks16:28
*** openstackgerrit has joined #openstack-infra16:29
openstackgerritboden proposed openstack-infra/project-config master: add neutron-lib master periodic job to vmware-nsx  https://review.openstack.org/53095716:29
*** slaweq has joined #openstack-infra16:33
*** mlavalle has joined #openstack-infra16:33
*** heyongli has quit IRC16:34
*** heyongli has joined #openstack-infra16:34
mlavalleHi, recently this was merged https://review.openstack.org/#/c/529661. Does the group has to be configured now so I can manage it?16:34
*** pcaruana has quit IRC16:35
openstackgerritboden proposed openstack-infra/project-config master: add neutron-lib master periodic job to vmware-nsx  https://review.openstack.org/53095716:35
*** tlam has quit IRC16:35
*** tlam has joined #openstack-infra16:35
mordredmlavalle: I've added you to the group, you should be able to manage membership now16:37
mordredmlavalle: https://review.openstack.org/#/admin/groups/1856,members16:37
*** slaweq has quit IRC16:38
mlavallemordred: yeap, I can manage it now. Thanks!16:38
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Handle invalid build UUID in finger gateway  https://review.openstack.org/53096316:40
*** hemna_ has joined #openstack-infra16:40
*** caphrim007 has quit IRC16:42
*** caphrim007 has joined #openstack-infra16:42
*** Goneri has joined #openstack-infra16:43
*** heyongli has quit IRC16:44
*** heyongli has joined #openstack-infra16:44
openstackgerritDavid Moreau Simard proposed openstack-infra/openstack-zuul-jobs master: Always generate ara reports for integration tests  https://review.openstack.org/52659016:45
corvusdmsimard: what's the status of the ara middleware?16:46
*** caphrim007 has quit IRC16:46
fricklerAJaeger: pabelanger: blazar-tempest-plugin seems to have been created now, also imported correctly16:47
AJaegerfrickler: thanks!16:47
*** mgoddard has joined #openstack-infra16:47
AJaegermriedem: now the change is in experimental queue16:47
dmsimardcorvus: https://review.openstack.org/#/c/513874/ and https://review.openstack.org/#/c/513868/ are pending review, and I'm refreshing things around to wrap up https://review.openstack.org/#/c/513866/16:47
corvusdmsimard: okay.  i worry about piecemeal adding ara back in without doing that.16:50
mriedemAJaeger: yup, thanks16:50
dmsimardcorvus: that's just for the infra integration jobs which don't run all that much.16:51
*** trown is now known as trown|lunch16:52
AJaegerconfig-core, I have put up some changes that are ready to merge at https://etherpad.openstack.org/p/Nvt3ovbn5x - reviews are appreciated to reduce the backlog.16:53
*** heyongli has quit IRC16:54
*** heyongli has joined #openstack-infra16:55
*** catintheroof has quit IRC16:55
clarkbAJaeger: corvus the project-config chang ethat depends on the zuul.yaml update in devstack-gate shouldn't be approved until after the devstack-gate change merges right?16:57
clarkbor does it not matter?16:57
clarkbI guess thats a case where we just reapprove it16:58
*** gyee has joined #openstack-infra16:58
corvusclarkb: yeah, i left the vote so anyone can just recheck it or whatever16:58
*** yee37931 has joined #openstack-infra16:59
*** yee379 has quit IRC17:00
*** yee379 has joined #openstack-infra17:00
*** mgoddard has left #openstack-infra17:01
AJaegerclarkb, corvus, I'll add my own +A once the dependencies are merged - thanks for reviews!17:01
*** Apoorva has quit IRC17:01
*** yee37931 has quit IRC17:01
mriedemweird, this bug was reported by openstack-infra for a patch which doesn't actually have DocImpact in the commit message17:03
mriedemhttps://bugs.launchpad.net/nova/+bug/174025917:03
openstackLaunchpad bug 1740259 in OpenStack Compute (nova) " Document testing guide for new API contributions" [Undecided,New]17:03
mriedemoh nvm there it is17:03
openstackgerritJames E. Blair proposed openstack-infra/nodepool feature/zuulv3: Remove name from project stanza  https://review.openstack.org/53097017:04
*** heyongli has quit IRC17:05
*** slaweq has joined #openstack-infra17:05
*** heyongli has joined #openstack-infra17:05
*** felipemonteiro has joined #openstack-infra17:06
AJaegermordred, clarkb : what do you think about removing the html directories from the wrong docs publishing? See my comment in backscroll from earlier today with details, please17:07
openstackgerritMerged openstack-infra/openstack-zuul-jobs master: Make sure we only run tempest-full on master  https://review.openstack.org/53091517:07
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Strip /r from build UUID in fingergw  https://review.openstack.org/53097317:09
*** slaweq has quit IRC17:09
*** kaisers has quit IRC17:10
*** e0ne has quit IRC17:12
*** slaweq has joined #openstack-infra17:13
*** heyongli has quit IRC17:15
*** heyongli has joined #openstack-infra17:15
*** kaisers has joined #openstack-infra17:15
*** smatzek has quit IRC17:16
*** yamamoto has joined #openstack-infra17:16
*** smatzek has joined #openstack-infra17:17
*** jpich has quit IRC17:18
*** smatzek_ has joined #openstack-infra17:19
*** smatzek__ has joined #openstack-infra17:20
*** yamamoto has quit IRC17:21
*** smatzek has quit IRC17:21
*** smatzek_ has quit IRC17:23
*** smatzek__ has quit IRC17:24
*** smatzek has joined #openstack-infra17:25
*** heyongli has quit IRC17:25
*** heyongli has joined #openstack-infra17:25
*** tlam has quit IRC17:26
*** tlam has joined #openstack-infra17:26
openstackgerritClark Boylan proposed openstack-infra/puppet-zuul master: Don't assume pidfile location  https://review.openstack.org/53082017:27
clarkbcorvus: jhesketh frickler ^ I think that addresses the comments on the previous patchset. Would like to get something fixing this in today so that we can handle zuul executor restarts17:27
*** andreww has quit IRC17:28
clarkbAJaeger: we probably should, is the docs/*/html going to not be too greedy?17:28
clarkbAJaeger: I guess on the afs docs server you should never have foo/html but always foo/latest or foo/branchname?17:29
*** yamamoto has joined #openstack-infra17:29
*** devananda has quit IRC17:31
mordredclarkb: did we wind up with any foo/latest/html ?17:33
clarkbmordred: we ended up with foo/html/latest17:34
mordredclarkb: gotcha17:34
clarkbI don't know of any foo/latest/html17:34
mordredclarkb: so yah - I think docs/*/html seems decent17:34
*** yamamoto has quit IRC17:34
*** heyongli has quit IRC17:35
mordredclarkb, AJaeger: http://paste.openstack.org/show/637463/17:36
*** heyongli has joined #openstack-infra17:36
AJaegermordred: that looks fine to remove17:36
AJaegerand similar docs/infra/*/html17:36
AJaegerand developer-docs/api-ref/*/html and developer-docs/api-guide/*/html , please17:37
*** tesseract has quit IRC17:38
*** slaweq_ has joined #openstack-infra17:40
*** caphrim007 has joined #openstack-infra17:40
*** caphrim007 has quit IRC17:40
clarkbAJaeger: mordred based on my knowledge of the problem I agree the list in the paste should be safe to remove17:40
*** caphrim007 has joined #openstack-infra17:41
*** lucasagomes is now known as lucas-afk17:42
*** arxcruz is now known as arxcruz|ruck17:44
*** andrewbogott has left #openstack-infra17:45
*** heyongli has quit IRC17:46
*** heyongli has joined #openstack-infra17:46
AJaegermordred: one more docs job to fix (grenade - broken since zuul v3 switch) - could you review https://review.openstack.org/#/c/530239/ , please?17:47
*** smatzek has quit IRC17:47
*** jascott1 has joined #openstack-infra17:47
*** smatzek has joined #openstack-infra17:51
*** smatzek has quit IRC17:51
AJaegerand one change to mention doc/requirements in infra-manual: https://review.openstack.org/#/c/52264217:51
*** smatzek has joined #openstack-infra17:51
clarkbAJaeger: for the grenade one can we just add a patch to grenade that adds docs/requirements.txt intsead?17:53
AJaegerclarkb: no, won't help17:53
AJaegerclarkb: the problem is that grenade needs an extra invocation17:54
clarkbgotcha17:54
AJaeger"bash tools/build_docs.sh" is needed17:54
AJaegerclarkb: we do not generate https://docs.openstack.org/grenade/latest/grenade.sh.html anymore17:55
AJaegerit looks so ugly, we could also just say, we're not doing it ;)17:55
clarkboh right it had the code as docs thing that wasn't sphinx17:55
clarkbI've approved both changes17:55
*** Apoorva has joined #openstack-infra17:55
AJaegerthanks, clarkb !17:55
*** heyongli has quit IRC17:56
*** Apoorva has quit IRC17:56
*** heyongli has joined #openstack-infra17:56
*** ykarel has quit IRC17:57
*** jascott1 has quit IRC17:58
openstackgerritMerged openstack-infra/infra-manual master: Mention doc/requirements.txt  https://review.openstack.org/52264217:58
*** jascott1 has joined #openstack-infra17:58
*** jascott1 has quit IRC17:59
*** liusheng has quit IRC17:59
*** Swami has joined #openstack-infra17:59
*** yamamoto has joined #openstack-infra17:59
mordredclarkb: so, I feel kind of stupid atm ... I have forgotten how to kinit/aklog to our AFS cell17:59
*** jascott1 has joined #openstack-infra17:59
mordredclarkb: and I couldn't find notes in the openafs doc - could you help me out, then I'll update the docs?18:00
*** derekh has quit IRC18:00
*** ech042 has quit IRC18:00
*** liusheng has joined #openstack-infra18:00
clarkbmordred: hrm ya I typically have to rtfm myself18:00
* clarkb looks18:00
*** Apoorva has joined #openstack-infra18:00
*** ihrachys has joined #openstack-infra18:01
clarkbmordred: https://docs.openstack.org/infra/system-config/afs.html#client-configuration isn't working?18:01
clarkbmordred: note that you hsould need the admin user not your regular user if deleting things18:02
*** slaweq has quit IRC18:02
*** Apoorva has quit IRC18:02
*** Apoorva_ has joined #openstack-infra18:02
mordredclarkb: do I havea  mordred/admin@OPENSTACK.ORG ?18:02
*** jkilpatr has quit IRC18:03
clarkbmordred: you should if you set up your accounts properly :)18:03
mordredyes! so I do - that's where my confusion was :18:03
mordredI'm going to run 'rm -rf /afs/.openstack.org/docs/*/html' now18:03
*** jkilpatr has joined #openstack-infra18:03
openstackgerritMerged openstack-infra/project-config master: Fix grenade docs jobs  https://review.openstack.org/53023918:04
clarkbalso the docs say its username.admin not username/admin but I suppose that may be arbitrary or its extra special and / becomes . and vice versa?18:04
AJaegermordred: thanks. Please cleanup the rest as well...18:04
mordredclarkb: 'kinit mordred/admin@OPENSTACK.ORG' worked for me18:04
*** yamamoto has quit IRC18:04
*** armaan has quit IRC18:06
*** heyongli has quit IRC18:06
*** heyongli has joined #openstack-infra18:06
mordredclarkb, AJaeger: first command done - I'm now going to do: mordred@files02:/afs/.openstack.org$ rm -rf docs/infra/*/html developer-docs/api-ref/*/html developer-docs/api-guide/*/html18:07
AJaegerresults of first ocmmand were fine, hope the rest will be as well ;)18:07
openstackgerritMerged openstack-infra/project-config master: Remove publish-openstack-python-branch-tarball from steth  https://review.openstack.org/52931718:07
clarkbmordred: and the doc vos release cron will handle that for you so you shouldn't have to worry about that step (it runs every 5 minutes)18:08
mordredcool18:08
mordredclarkb, AJaeger: done18:10
*** shardy has quit IRC18:10
clarkbthanks18:11
clarkbpabelanger: mordred we haven't sent mail or otherwise pinged ovh yet have we?18:11
mordredclarkb: oh - crap, no18:12
mordredttx: you around?18:12
mordredttx: we have an issue with one of our OVH accounts and can't remember who the correct contact is now (I mean, I could just ping jean-daniel, but I think we were supposed to ping someone else now?)18:12
*** armaan has joined #openstack-infra18:13
clarkbI want to say fungi dealt with this last time so may have the details?18:13
AJaegerthanks, mordred !18:13
pabelangerclarkb: I have not, but agree we should18:13
*** slaweq_ has quit IRC18:13
*** yolanda__ is now known as yolanda18:14
dmsimardthere might be an upcoming spam wave18:14
dmsimardseeing different reports in #freenode18:15
clarkb#zuul just got hit but mnaser was on top of it18:15
*** slaweq_ has joined #openstack-infra18:15
pabelanger#openstack-requirements now18:16
*** yamamoto has joined #openstack-infra18:16
*** yamamoto has quit IRC18:16
dmsimarddid we agree on turning on +r temporarily ?18:16
dmsimardI can do it..18:16
pabelangerwhat is the syntax we are using to kick ban now?18:16
*** heyongli has quit IRC18:16
*** heyongli has joined #openstack-infra18:17
clarkbdmsimard: we sorted out the shade redirect issue? if so I think its fine18:17
mnaseri think #status letting folks know we're going +r and doing it is ++18:17
pabelangerhttps://docs.openstack.org/infra/system-config/irc.html#banning-disruptive-users18:17
clarkbmnaser: +118:17
dmsimardpabelanger: /kickban wfm18:17
johnsomThey are in openstack-security too18:18
lbragstad++18:18
edmondswif someone knows how to ban an irc account... see what's happening in #openstack-security18:18
dmsimardmnaser: I'll turn on +r18:18
pabelangerlooking18:18
mnaserdmsimard: go for it18:18
mordredclarkb: ok - I have sent jean-daniel a message - both about the account and asking who our contact is supposed to be18:18
clarkbmordred: thanks!18:18
clarkbI'm currently going through the zuulv3 issues etherpad now that yesterdays fires seem to largely be addressed18:19
mordredclarkb: I have done it via private twitter, which is how I normally communicate with him, so I didn't CC anyone on it - but I'll share his response18:19
clarkbcorvus: when you have a moment I think the changes needed for lists.o.o being removed from emergency merged and the ansible puppetry is working again if you want to remove that from emergency today18:20
*** ChanServ sets mode: +r 18:20
clarkbcorvus: but double check me on that18:20
*** slaweq_ has quit IRC18:20
mordreddmsimard: +r means people have to be logged in with nickserv to talk, right?18:21
clarkbmordred: yes18:21
mnaser"Prevents users who are not identified to services from joining the channel."18:21
mnaserdirectly from https://freenode.net/kb/answer/channelmodes18:21
mordredkk. we should maybe make a doc entry about how to register/login with nickserv that we can point people to when they ask questions18:22
mnaserwe can send people to https://freenode.net/kb/answer/registration ?18:22
dmsimardmordred: no, to join the channel18:22
lbragstadi assume we don't have +r on all the time because it's a higher barrier to entry for people to communicate with us?18:22
mordreddmsimard: ah - to join the channel18:23
corvusi don't think we've considered making it permanent, only temporary during these waves.  but yes.18:23
dmsimardlbragstad: yes18:23
mordredmnaser: yes - I think pointing people to that would be great ...18:23
clarkbmordred: on https://etherpad.openstack.org/p/zuulv3-issues if you grep for Zara there is an entry about the storyboard js draft builds behaving differently. Was that addressed as part of your js job fixes that went in recently?18:23
dmsimardlbragstad: we discussed this briefly at the infra meeting yesterday, keeping +r on is ideally not something we want to be doing18:23
mordredclarkb: oh - I don't think so - lemme go poke18:24
dmsimardso right now we have me sending 186 msg to chanserv and being locked out of freenode for 3 minutes while it runs :p18:24
* lbragstad nods18:24
mnaserlol18:24
mnasergiven thats its only temporary, i would suggest using the command which updates the topic in channels to mention reference the registration link and explain the reason behind it18:24
mnaserso an alert status is probably what im trying to suggest18:25
clarkbmordred: ok I'm not sure its urgent but probably should be converted to a bug instead. I'm just trying to go through the current list and clear out what is no longer valid18:25
corvusmnaser: we can send a notice without changing the topic, or we can send a notice and change the topic.18:25
AJaegerclarkb: I expect that it was addressed by mordred18:25
mnaserbut actually, nevermind, if folks can even join the channel, that doesn't really help them18:25
clarkbthen we can make bugs out of the rest18:25
* mnaser votes to keep #openstack and #openstack-infra without +r just in case people come in and ask "why cant i join this channel"18:25
mnaser+r will not let them join so they won't know why they cant join18:26
corvusmnaser: it doesn't help new users joining, though it does increase awareness and may help develop "peer-support"18:26
corvusmnaser: it == announcing the change in channels ^18:26
lbragstadunless they read our specific irc documentation (which might be a long shot)18:26
*** heyongli has quit IRC18:27
*** e0ne has joined #openstack-infra18:27
AJaegerclarkb: just removed two items that are fixed now18:27
clarkbAJaeger: thanks18:27
mnasercorvus: you are right, hence suggesting leaving the big primary channels like #openstack-infra and #openstack -r and we can address any problems directly18:27
dmsimard#status log (dmsimard) +r applied to channels to mitigate ongoing freenode spam wave: http://paste.openstack.org/raw/629168/18:27
openstackstatusdmsimard: finished logging18:27
AJaegershould we #status notice?18:27
dmsimardmnaser: eh I would even add openstack-dev in that18:27
mnasersure, just a few ones that we know we have our eyes on18:28
dmsimardhttps://freenode.net/kb/answer/extbans has something interesting about "extbans"18:32
dmsimardespecially $j -- Takes an exact channel name (no wildcards or globbing) as its parameter and matches any user who is banned from that channel. Due to caching by the server, a change to the target channel's ban list may not immediately affect a user's ability to send to the channel using $j.18:32
dmsimardmy understanding is that perhaps we could ban users in #openstack-infra (for example) and then have that applied globally across all openstack channels or something to that effect18:33
dmsimardnot really sure how it works18:33
dmsimardbut it beats kickbanning users across ~200 channels18:33
toskyit does not beat the global k-lining from freenode admins18:34
dmsimardhttps://freenode.net/news/new-extban-j has an example18:34
dmsimardtosky: yeah but we can't kline, so..18:34
clarkbcorvus: we fixed the zuul windowing problem with gate resets not being handled properly right?18:35
corvusclarkb: yep18:35
toskydmsimard: no, but you can discuss and cooperate with freenode admins and their bot18:35
dmsimardtosky: we've been, but they're not always around (nor are we)18:35
dmsimardif you have ideas on how to best mitigate this we're all listening :)18:35
*** kgiusti has joined #openstack-infra18:36
toskydmsimard: but I think that it's more when they are around (and then they can help with k-lining can help); fallback to extended ban18:37
*** trown|lunch is now known as trown|outtypewww18:37
toskydmsimard: did you try to discuss this on a more formal level (even freenode as project vs openstack as project) to see if some power can be delegated?18:38
dmsimardtosky: the problem is mostly around the amount of channels we have, we're not in all of them (especially considering the maximum channel limit)18:38
corvusapparently it's possible to quiet unidentified.  that may be a little better than +r, as it lets people join, and then a notice saying "due to spam, users must be identified to speak" would be visible.  however, it would mean that folks already joined wouldn't be able to speak.18:40
*** jkilpatr has quit IRC18:40
dmsimardtosky: I don't know if we've formally reached out to them18:40
toskydmsimard: it may be useful (at least with some more power to k-lining bot)18:41
toskymaybe18:41
dmsimardcorvus: I know of +m which mutes non-voiced (+) users, what's the mode to quiet unidentified ?18:41
corvusdmsimard: https://superuser.com/questions/591513/irc-cannot-send-to-channel-ruby-lang/59647318:41
corvusdmsimard: basically +q with a $a extban18:41
dmsimardtosky: I don't think they'd grant us some form of kline but anything to help us manage the amount of channels we have would be welcome (lift the limit on channel count for specific users/bots?)18:42
corvusdmsimard, tosky: we have asked about lifting the channel limit, the answer is 'no'.18:42
toskycorvus: that maybe a technical limitation; I think we are talking about something different here18:43
corvustosky: is was directly replying to dmsimard's suggestion.18:43
corvuss/is/i/18:43
toskyoh, oki18:44
*** felipemonteiro has quit IRC18:44
dmsimardcorvus: I'm not sure if the message can be customized for +q, though -- seems like a generic "Cannot send to channel"18:46
dmsimardoh, you mean a #status notice18:46
*** yamamoto has joined #openstack-infra18:46
*** jlk has joined #openstack-infra18:48
corvusdmsimard: ya18:51
*** jascott1 has quit IRC18:51
dmsimardI don't know, +r is less invasive.. perhaps ? unidentified people can talk during +r18:51
dmsimardI'm also not clear on the delta of accessbot vs statusbot18:52
corvusdmsimard: yeah.  +r is better for people in channel, +q better for users joining.18:52
corvusdmsimard: accessbot is a script.  statusbot is a bot.18:52
dmsimardcorvus: right, I know that -- but there's a delta in the list of channels in each ? because statusbot can't be in more than 120+ channels18:53
corvusdmsimard: accessbot is not a long running process, it runs to completion and exists.  statusbot stays around.18:53
corvusdmsimard: yeah, i think statusbot is just not getting added to new channels.18:53
dmsimardwhat I'm trying to say is that we're turning on +r everywhere but then the notice doesn't end up reaching everywhere18:53
corvusdmsimard: if we were to send a notice, yes, that would be the case.18:53
corvus(i've only seen logs, so far, not notices)18:54
dmsimardright, was going with your example of +q and notice18:54
*** yamamoto has quit IRC18:54
corvusobviously, statusbot should be everywhere.18:54
* dmsimard needs 48h instead of 24h to do the stuff he wants to do18:55
corvusso we need another account, or to have it do channel-hopping (which, erm, has its downsides)18:55
clarkbthere is also potential that old channels can be cleaned up that are no longer used18:56
dmsimardtbh there's a lot of channels in the accessbot list that made me go "what?"18:56
dmsimardlike #cerberus-project or #openstack-ailuropoda and there's a bunch of others18:57
dmsimard#openstack-foxnut ..18:58
*** caphrim007 has quit IRC19:00
*** hashar has joined #openstack-infra19:00
*** caphrim007 has joined #openstack-infra19:03
*** dhill__ has quit IRC19:05
*** jhesketh has quit IRC19:08
*** jhesketh has joined #openstack-infra19:11
*** armax has quit IRC19:14
mordreddmsimard, clarkb, corvus: I just went off into a nerd-snipe hole and wrote some quick irc content for infra-manual (about to push up patch) - while doing it, it occured to me that maybe we should make a something that renders accessbot/channels.yaml to a list that we publish to eavesdrop.o.o for a better list of "what channels are available/where do I look for $foo"19:15
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Strip \r from build UUID in fingergw  https://review.openstack.org/53097319:15
corvusmordred: yeah, there's a wiki page which is out of date.  that sounds like an improvement.19:16
mordredcorvus: it also seemed to me that we could allow people to put a description in the accessbot/channels.yaml to be used in that web page, but also to be used as the channel topic and stuff - so that when things need to reset the topic (like after a borked meetbot) there's a record of what it should be - perhaps19:17
mordredcorvus: because I *definitely* want to spend the time to implement that19:18
* mordred shuts up19:18
*** hashar has quit IRC19:25
*** tlam has quit IRC19:33
*** hashar has joined #openstack-infra19:34
*** pcaruana has joined #openstack-infra19:45
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Test that -1 works for infinite quota  https://review.openstack.org/52923119:45
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: requirements: remove paramiko <2.0 cap  https://review.openstack.org/52871919:49
*** yamamoto has joined #openstack-infra19:56
*** dave-mccowan has quit IRC19:56
*** pcaruana has quit IRC19:59
openstackgerritMonty Taylor proposed openstack-infra/infra-manual master: Update tox env to match zuul PTI  https://review.openstack.org/53099919:59
openstackgerritMonty Taylor proposed openstack-infra/infra-manual master: Add some information about OpenStack IRC usage  https://review.openstack.org/53100019:59
fungiclarkb: pabelanger: ovh e-mails us if our voucher is expiring (filtered into INBOX.clouds.ovh at our infra-root address)19:59
*** sambetts is now known as sambetts|afk20:00
fungihowever the messages (now in english after i fiddled with account settings) aren't especially illuminating20:00
clarkbfungi: ah thanks for looking20:00
clarkbmordred has apparently pinged jean daniel on the twitters20:00
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Remove name from project stanza  https://review.openstack.org/53097020:01
*** rhallisey has quit IRC20:02
fungilooks like its just routine e-mails in there at the moment, nothing indicating account voucher expiration20:02
fungipabelanger: mordred; ^20:02
mordredclarkb, fungi: yah - no response yet, but it is evening/night there20:02
mordredfungi: nod20:02
* fungi is still travelling today, apologies for delays20:02
clarkbfungi: I hear your forecast for tomorrow isn't very fun20:03
fungiwell, i'm home-ish now, we're just getting settled in to weather the coming storm20:03
*** florianf has quit IRC20:07
*** e0ne has quit IRC20:09
*** Jeffrey4l has quit IRC20:11
*** Jeffrey4l has joined #openstack-infra20:24
*** dangers_away has quit IRC20:32
*** hashar has quit IRC20:32
*** pcichy_ has quit IRC20:38
*** jbadiapa has quit IRC20:48
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: WIP: Test Ansible 2.4 again  https://review.openstack.org/53100920:49
*** portdirect has quit IRC20:50
*** portdirect has joined #openstack-infra20:50
openstackgerritAntoine Musso proposed openstack-infra/zuul master: Do not import paramiko before daemonization  https://review.openstack.org/53101220:55
*** ociuhandu has joined #openstack-infra20:55
*** eharney has quit IRC20:55
openstackgerritAntoine Musso proposed openstack-infra/zuul master: Do not import paramiko before daemonization  https://review.openstack.org/53101220:55
*** ociuhandu has quit IRC20:56
*** armax has joined #openstack-infra20:59
*** hemna_ has quit IRC21:02
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Handle invalid build UUID in finger gateway  https://review.openstack.org/53096321:05
corvusdmsimard, fungi, clarkb, mordred, mnaser: i did some thinking about the irc situation, and some experimentation, and i've tried to outline a holistic solution to the several related irc problems we have:  https://etherpad.openstack.org/p/1hZAhUDKLh21:14
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul feature/zuulv3: Allow Ansible 2.4  https://review.openstack.org/53100921:14
*** bgmccollum has quit IRC21:16
*** Apoorva_ has quit IRC21:16
dmsimardcorvus: we had a brief flashback to a previous discussion about errbot yesterday, I didn't even know there was a spiritual successor to supybot :D21:16
corvusdmsimard: yeah, i'm keen on errbot, but we have the meetbot and config stuff all worked out for supybot/limnoria, so this gets us to a happy place faster.21:17
corvusdmsimard: limnoria is what freenode uses for sigyn, their spam-fighting bot21:18
mriedemare these logs going to be moved back up to their old position at some point? http://logs.openstack.org/33/266633/4/check/tempest-full/1c4979f/controller/logs/21:18
dmsimardyeah it's a shame, I searched to see if there was already some sort of meeting plugin already written for errbot but couldn't find anything worthwhile21:18
mriedemi.e. sans the 'controller' subdir?21:18
mriedemthe logging directory structure change has messed up the log analyze tool21:19
dmsimardmriedem: that's how multinode logs are21:19
dmsimard(assuming that's a multinode job)21:19
mriedemnot 3 weeks ago21:19
mriedemit's not21:19
openstackgerritClark Boylan proposed openstack-infra/openstack-zuul-jobs master: Only copy openafs centos rpms if we built them  https://review.openstack.org/53101821:19
mriedem"controller" is a new thing21:19
mriedemthe controller logs just used to be under logs/21:19
dmsimardhuh, usually it should be under logs/ here yeah http://logs.openstack.org/33/266633/4/check/tempest-full/1c4979f/21:20
corvusmriedem: we may want to ping andreaf about that, but i'd be inclined to support accepting that as the new normal so we better support multinode jobs and don't have as much difference between them and single nodes.21:20
*** bgmccollum has joined #openstack-infra21:20
dmsimardcorvus: the logs are not properly nested under logs/ I think is the problem21:20
clarkbpabelanger: https://review.openstack.org/531018 may interest you as it cleans up a job issue that was easier to just fix than go and file a storyboard bug for21:21
mriedemi'm guessing this is intentional for multinode http://logs.openstack.org/33/266633/4/check/devstack-multinode/87dc069/21:21
mriedemwhere you have controller/ and compute1/21:21
dmsimardmriedem: sure, but I'd expect those to be nested under logs/ but it may have gotten lost somewhere in the process21:21
mriedemwhereas before we had logs/ with the control node logs in there, and the compute logs under subnode121:21
dmsimardi.e, logs/controller, logs/compute121:21
*** smatzek has quit IRC21:21
mriedemoh i see what you're saying21:22
*** edmondsw has quit IRC21:22
dmsimardmriedem: subnode1 is no longer a thing, the name of the directory is whatever the name of the ansible node was21:22
pabelangermriedem: dmsimard: we do some magic fetch-tox-output for single / multinode jobs: http://git.openstack.org/cgit/openstack-infra/zuul-jobs/tree/roles/fetch-tox-output/tasks/main.yaml could do the same in devstack on single node21:22
mriedemtrying to figure out where it breaks down in http://git.openstack.org/cgit/openstack-infra/os-loganalyze/tree/os_loganalyze/21:22
pabelangerclarkb: +221:23
dmsimardcorvus: TIL about sigyn21:25
dmsimardwow, it's huge.21:27
*** dhill_ has joined #openstack-infra21:27
corvusdmsimard: she's shown up in our channels occasionally21:33
dmsimardI have my chat client hide a lot of superfluous messages (such as join/parts) unless they say something, keeps my chat tidy :)21:33
corvuswell, we notice when she banned our bots.  freenode whitelisted them after that.21:34
*** jtomasek has quit IRC21:34
dmsimardouch21:37
openstackgerritAlex Krzos proposed openstack-infra/grafyaml master: Add support to change the default time filter range  https://review.openstack.org/53079821:42
*** gouthamr has quit IRC21:42
*** e0ne has joined #openstack-infra21:43
*** kgiusti has left #openstack-infra21:43
*** hongbin has quit IRC21:46
*** Goneri has quit IRC21:51
*** abelur_ has quit IRC21:51
*** jcoufal has quit IRC21:56
*** e0ne has quit IRC21:59
*** e0ne has joined #openstack-infra22:02
*** eharney has joined #openstack-infra22:04
*** rcernin has joined #openstack-infra22:05
*** priteau has quit IRC22:05
*** e0ne has quit IRC22:08
*** e0ne has joined #openstack-infra22:12
*** e0ne has quit IRC22:14
EmilienMpabelanger: can you confirm there is no mirror for puppetlabs repos? I couldn't find it22:15
*** wolverineav has quit IRC22:17
*** e0ne has joined #openstack-infra22:28
*** bobh has quit IRC22:32
*** bobh has joined #openstack-infra22:33
clarkbcorvus: before today ends can we get puppet running on lists.o.o? I'm happy to do the emergency list removal and help watch things but want to make sure you are around too since it was fairly complicated set of changes22:36
jlkHey all, I've changed the contact email address in ubuntu one, and also launchpad. Does anything need to be changed in gerrit / zuul ?22:37
*** bobh has quit IRC22:38
jlkhrm, things look normal, so I'm guessing not22:39
clarkbjlk: if that resulted in a new openid for you then it may cause gerrit to create a new account for you when you login22:39
jlkIt does not seem to22:39
jlk(have created a new openid)22:39
corvusclarkb: i'll kick that host manually and verify it looks good22:40
clarkbjlk: then you should be fine22:41
jlkgroovy22:41
*** dhill_ has quit IRC22:43
corvusclarkb: the manual puppet run did nothing unexpected.  i will remove from emergency now22:45
clarkbcorvus: thanks22:45
corvus#status log removed lists.openstack.org from emergency file since all required puppet fixes have landed22:46
corvusclarkb: https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html22:49
openstackgerritEmilien Macchi proposed openstack-infra/system-config master: Add Puppetlabs mirror for Ubuntu Xenial  https://review.openstack.org/53103022:50
clarkbcorvus: it beings!22:51
clarkb*begins22:51
corvusit's so bad it has two names: spectre and meltdown22:52
clarkband one affects more than just intel cpus22:54
clarkbwhich is I guess why kpti is being applied across all of the things22:55
*** rlandy is now known as rlandy|bbl22:58
*** ralonsoh_ has quit IRC23:03
clarkbno usn yet23:03
*** swest has quit IRC23:03
clarkbcorvus: also the branded page https://meltdownattack.com/ implies meltdown is only a problme when coupled with xen but your link has them using kvm guests to attack hypervisors23:05
*** e0ne has quit IRC23:09
*** eumel8 has quit IRC23:09
*** ijw has joined #openstack-infra23:14
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Support cross-source dependencies  https://review.openstack.org/53080623:14
openstackgerritMerged openstack-infra/devstack-gate master: Move commands to the base testenv  https://review.openstack.org/52881923:19
openstackgerritMerged openstack-infra/devstack-gate master: Fix setup_project checking out eol with branch name  https://review.openstack.org/52392523:19
clarkbcorvus: https://review.openstack.org/#/c/530820/ is the other outstanding item I have from the catching up on things post holidays list from yesterday23:21
clarkbthat should address comments on the init script stuff for zuul services23:21
*** sshnaidm is now known as sshnaidm|afk23:22
*** mlavalle has quit IRC23:26
corvus+323:29
openstackgerritEmilien Macchi proposed openstack-infra/system-config master: Add Puppetlabs mirror for Ubuntu Xenial  https://review.openstack.org/53103023:35
*** esberglu has quit IRC23:38
openstackgerritMerged openstack-infra/puppet-zuul master: Don't assume pidfile location  https://review.openstack.org/53082023:47
*** tosky has quit IRC23:49
clarkbEmilienM: what is PC1?23:50
EmilienMclarkb: puppet-agent23:50
clarkbEmilienM: so you only want to mirror the agent not puppet itself?23:54
EmilienMwell, since puppet4 puppet itself is the agent23:55
EmilienMafik23:55
clarkboh interesting so pc1 is different versions of stuff. looking at packages.gz pc1 includes all the things it isn't just the agent23:58

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