[07:42:09] legoktm: ack re: swift removal from Switch_Datacenter, thank you! [07:49:37] unrelated but very nice "insights" from google calendar [07:49:44] time insights that is [12:02:19] folks, there are 4 (!) pending patches to be merged on ops/puppet [12:02:49] cc elukey mmandere [12:04:07] patches from elukey seems like small chunks of boilerplate hiera, so I'll merge it [12:04:26] same with mmandere patch [12:04:42] for reference: [12:04:54] Luca: Add fake admin token to k8s ml-services (376353b) [12:04:54] Luca: Add ml_services secrets to kubernetes config (16a3218) [12:04:54] MMandere: pontoon: Add drmrs DC Site (558f71eefb) [12:05:04] all merged ✅ [12:06:49] arturo: 👍 thank you, apologies for the trouble [12:09:09] arturo: thanks forgot to do it [12:09:27] np! [12:09:31] (but mine were for the fake private puppet repo right?) [12:09:52] elukey: yeah [12:09:58] ack perfect :) [12:10:00] but they show up in the normal puppet merge workflow [13:46:11] o/ the DC switchover is in ~15 minutes [13:46:51] * _joe_ bb in 2 hours 15 minutes [13:47:02] <_joe_> :P [13:47:04] ahaha [13:48:01] https://bash.toolforge.org/quip/15iQ5HsB8Fs0LHO5UWYn :P [13:49:13] The banner on es.wiki is wrong, it says 06:00 - 06:30 UTC [13:49:31] Same on enwiki actually [13:49:40] <_joe_> yes [13:49:43] <_joe_> they're all wrong [13:49:56] I will post that on the task [13:49:58] I pinged CommRel on the task already [13:50:04] Ah sweet thanks [13:50:26] <_joe_> that is PT, not UTC [13:50:32] UTC stands for Universal Time California [13:50:39] <_joe_> cdanis: ah right [13:50:41] it's off for PT too [13:50:45] 06:50 PT right now [13:50:51] morning rzl :) [13:50:55] gmrng [13:51:09] ☕ [13:51:12] <_joe_> rzl: is there enough caffeine in SF to keep you functioning? [13:51:33] don't worry, I'm bright-tailed and bushy-eyed as ever [13:52:26] I hope you slept more than I did [13:52:54] To join DC switch for Mediawiki, use the following command on cumin2002 (as root): tmux attach -rt dc-switch-mw [13:54:02] <_joe_> please use a large terminal window or don't [13:54:12] _joe_: fixed on bullseye [13:55:25] and to follow along but scroll freely, also on cumin2002: tail -f /var/log/spicerack/sre/switchdc/mediawiki-extended.log [13:57:02] or the less verbose one without -extended ;) [13:57:12] <_joe_> should we talk here or on #operations? [13:57:37] yesterday we switched to #operations [13:57:40] now is a good time to move :) [20:53:17] Wow gnuplot brings in a *lot* packages when I install it from Homebrew, including the whole of `qt` and all its dependencis. [20:54:58] https://packages.debian.org/buster/gnuplot looks like there are multiple versions of it, one of which uses qt for some output [21:02:23] https://formulae.brew.sh/formula/gnuplot [21:02:34] yeah, if you install the -nox variant the footprint is just a few core libs which are present on almost all installs anyway [21:17:47] wow Pathlib is some crazy shit. Is that overriding the devision operator to concatenate paths? [21:18:08] I was half-way to celebrating the first time I found a bug in someone else's python code [21:18:54] beats path.join() I guess. [21:20:03] a lot of path libraries in a lot of languages could be greatly simplified if windows and mac would just hurry and dump backslash separators and case insensitivity :P