18:00:11 <nirik> #startmeeting Fedora Infrastructure Ops Daily Standup Meeting
18:00:11 <zodbot> Meeting started Thu May 18 18:00:11 2023 UTC.
18:00:11 <zodbot> This meeting is logged and archived in a public location.
18:00:11 <zodbot> The chair is nirik. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions.
18:00:11 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
18:00:11 <zodbot> The meeting name has been set to 'fedora_infrastructure_ops_daily_standup_meeting'
18:00:15 <nirik> #chair  nirik nb smooge phsmoura
18:00:15 <zodbot> Current chairs: nb nirik phsmoura smooge
18:00:20 <nirik> #meetingname fedora_infrastructure_ops_daily_standup_meeting
18:00:20 <zodbot> The meeting name has been set to 'fedora_infrastructure_ops_daily_standup_meeting'
18:00:23 <nirik> #info meeting is 30 minutes MAX. At the end of 30, its stops
18:00:26 <aheath1992> .hi
18:00:27 <zodbot> aheath1992: aheath1992 'Andrew Heath' <aheath1992@gmail.com>
18:00:29 <nirik> #info agenda is at https://board.net/p/fedora-infra-daily
18:00:34 <nirik> #info reminder: speak up if you want to work on a ticket!
18:00:40 <nirik> #info https://pagure.io/fedora-infrastructure/issues?status=Open&priority=1
18:00:55 <nirik> morning.
18:01:01 <nirik> .ticket 11327
18:01:02 <zodbot> nirik: Issue #11327: Fedora mirror manager - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/11327
18:01:29 <nirik> I'll just close this and ask them to re-open if there's any problems
18:02:15 <nirik> thats it for infra
18:02:21 <nirik> nothing new on releng
18:02:28 <nirik> #topic work plans / upcoming tasks
18:03:17 <nirik> For me: catching up after working on updates all earlier this week. I need to make another pass and make sure I didn't miss any updates too.
18:03:27 <nirik> Then, I need to implement smtp auth for relay sadly...
18:03:36 <nirik> tomorrow I hope to work on some docs.
18:03:51 <smooge> well you get to do something new with smtp :)
18:03:57 <aheath1992> nirik, tomorrow I want to borrow some of you time for a ticket
18:04:03 <nirik> Thats it from me. Will keep things open in case someone has anything more.
18:04:18 <nirik> aheath1992: ok. Can try... ;)
18:04:49 <nirik> Oh, if someone wants to do a PR to fix all our playbooks that would be great.
18:04:49 <aheath1992> Ack, if its better I can send an email so you can get to it when you have time
18:04:54 <nirik> otherwise I can try and do it
18:04:58 <aheath1992> what PR
18:05:27 <nirik> We upgraded ansible-core to 2.14.x on batcave01.
18:05:31 <nirik> We used to use:
18:05:48 <nirik> - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipsilon:ipsilon_stg"
18:06:00 <nirik> but that is invalid now, you cant pass vars that way, so it becomes:
18:06:25 <nirik> - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
18:06:25 <nirik> vars:
18:06:25 <nirik> myhosts: "ipa:ipa_stg"
18:06:41 <nirik> and basically all our playbooks need fixing. ;)
18:06:56 <nirik> well, all the ones that use virt-create
18:06:59 <aheath1992> I can slowly start working on that
18:07:31 <jnsamyak> yeah, if there is a list we can create a quick tracker
18:08:22 <nirik> well, the list is in ansible. ;) under playbooks/groups/* mostly
18:08:37 <nirik> I mean I can do it, but if someone else wants a task/pr, go for it.
18:09:53 <aheath1992> nirik, so is it just the lines like this? https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/groups/download.yml#_1
18:10:00 <nirik> There may be other ansible tweaks we need.
18:10:15 <nirik> yes.
18:10:22 <nirik> all those lines are invalid now. ;)
18:11:05 <aheath1992> ok i can take a crack
18:12:28 <aheath1992> At least get a start
18:13:23 <nirik> ok, thanks.
18:13:28 <nirik> Anything else from anyone?
18:15:51 <nirik> ok, thanks everyone!
18:15:54 <nirik> #endmeeting