[09:58:28] I'm not exactly sure who maintains our prod recdns infra, but I'm looking for a review on https://gerrit.wikimedia.org/r/c/operations/puppet/+/758063 from them [10:09:41] taavi: Traffic [10:10:49] XioNoX: thanks! I'll go ask them [16:45:11] folks, we're missing a presenter for next Monday's (Feb 7th) meeting [16:45:15] any takers? [16:47:21] paravoid: I don't have anything ready, but if there isn't anyone else more prepared I might be able to do a quick one on the current status of bios/idrac automation and planned next steps [16:47:59] if you think it might be a valid/useful topic [16:48:16] that works for me :) [16:49:19] paravoid: not for this week but I think we should present an update about Wikidough at some stage, so happy to be in the queue but not just sure when :) [16:50:26] ack :) [16:52:26] paravoid: ack, unless you let me know that there is any better taker I'll assume it will be me :) [16:54:21] ack [16:54:37] sukhe: next meeting is going to be March 7th, I can tentatively reserve a slot for you then [17:34:50] paravoid: sounds good :) [18:35:15] Has anyone written code to generate Phab tasks on a schedule? We (discovery/search) have a need to pop a ticket on a quarterly basis [18:37:51] For quarterly, it's probably easier to just use a template and create them in batch once a year [18:37:58] inflatador: I guess you get setup a systemd timer and then use wither phaste ( https://wikitech.wikimedia.org/wiki/Phabricator/Conduit_API_Tokens#ProdPasteBot ) or we can expand a bit python/wmflib to create new tasks ( https://doc.wikimedia.org/wmflib/master/api/wmflib.phabricator.html ) [18:38:14] depending on how dynamically you need the content to be [18:43:16] Thanks, we don't need to customize, but it does need to be better than "create a calendar invite to remind me to create a Phab task" [18:54:33] There's also https://pypi.org/project/phabricator/ [18:54:42] It's pretty easy to use [19:17:21] _joe_: are you happy with the state of this from your POV? https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PagedTiffHandler/+/754578 [19:20:58] back [19:33:59] inflatador: some phab tickets are created automatically by Icinga, using the eventhandler, like the RAID ones: https://phabricator.wikimedia.org/T299871 so you could copy code it uses to create them yourself by running what Icinga runs [19:35:00] Nice, I'll def take a look.