18:00:04 #startmeeting Fedora Infrastructure Ops Daily Standup Meeting 18:00:04 Meeting started Mon Jun 7 18:00:04 2021 UTC. 18:00:04 This meeting is logged and archived in a public location. 18:00:04 The chair is nirik. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:00:04 Useful Commands: #action #agreed #halp #info #idea #link #topic. 18:00:04 The meeting name has been set to 'fedora_infrastructure_ops_daily_standup_meeting' 18:00:05 #chair mboddu nirik pingou mobrien nb 18:00:05 Current chairs: mboddu mobrien nb nirik pingou 18:00:05 #meetingname fedora_infrastructure_ops_daily_standup_meeting 18:00:05 The meeting name has been set to 'fedora_infrastructure_ops_daily_standup_meeting' 18:00:05 #info meeting is 30 minutes MAX. At the end of 30, its stops 18:00:05 #info agenda is at https://board.net/p/fedora-infra-daily 18:00:05 #info reminder: speak up if you want to work on a ticket! 18:00:07 #topic Tickets needing review 18:00:09 #info https://pagure.io/fedora-infrastructure/issues?status=Open&priority=1 18:00:23 I am here 18:01:37 just a sec. 18:02:58 ok, lets dive in 18:03:11 .ticket 10017 18:03:12 nirik: Issue #10017: Please remove unused directories ./testing/8/Modular/source and ./8/Modular/source - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10017 18:03:25 so, we have about 4 tickets on this now, kinda anoying me. :) 18:03:43 I think we decided to move to all 'source' and not SRPMS 18:04:02 Yes, just to make it unified 18:04:22 so, in new-updates-sync we have: 18:04:24 But why source is unused in this case? 18:04:28 destarch = 'SRPMS' if arch == 'source' else arch 18:04:47 Oh, right, I know what to do 18:04:58 Update that script to `destarch = 'SRPMS'` 18:05:19 Crap, update the script to `destarch = 'source'` 18:05:26 well, remove the line no? 18:05:35 Right, that too :D 18:05:59 Dont know whats after it, but removing line will also work 18:06:15 for archdef in RELEASES[release]['repos'][repo]['to']: 18:06:15 for arch in archdef['arches']: 18:06:16 destarch = 'SRPMS' if arch == 'source' else arch 18:06:16 dest_path = os.path.join(archdef['dest'], destarch) 18:06:16 results.append(sync_single_repo_arch(release, repo, arch, dest_path)) 18:06:37 I think nuking it will do what we want. 18:06:53 nuking what? 18:06:54 but then we have to wait for an updates push on all repos. 18:06:58 that line 18:07:14 ----------> "destarch = 'SRPMS' if arch == 'source' else arch" 18:07:55 or... we could remove the line AND mv SRPMS source in all the places? 18:08:18 Yeah, that is better 18:09:04 ok, anyhow, I guess med/med/ops and one of us should do this soon... 18:09:18 oh, also... 18:09:52 Please assign that to me 18:10:01 Or I will assign it to myself and take care of it 18:10:09 * mboddu waiting for also.... 18:10:34 * eddiejennings is being slain by the suspense. 18:10:43 well, it's source/tree not just source, right? 18:10:53 Yeah 18:11:18 which is kinda bad, but oh well. 18:11:28 anyhow, anything else on this? 18:11:46 there's another infra and i think another releng ticket that are this same thing. 18:12:14 Yeah, nothing on this 18:12:27 .ticket 10018 18:12:28 nirik: Issue #10018: Re-provision AWS EC2 virtual machine (telegram-irc-01.fedorainfracloud.org) with Fedora 34 - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10018 18:12:39 med / med /ops and nb was going to do this... 18:13:38 +1 18:13:41 thats it for infra, on to releng? 18:14:11 .releng 10146 18:14:12 mboddu: Issue #10146: Inconsistent state in koji (build complete, task failed) - releng - Pagure.io - https://pagure.io/releng/issue/10146 18:14:30 I asked upstream about that... pretty weird. 18:15:02 Yeah, low, low, ops as waiting on external? 18:15:08 sure 18:15:10 +1 18:16:25 .releng 10147 18:16:26 mboddu: Issue #10147: Remove FEDORA-2021-48eb1c8350 which was created in mistake instead of modifying existing one. - releng - Pagure.io - https://pagure.io/releng/issue/10147 18:17:16 So, close fixed? 18:17:28 As the reporter is okay with 3rd option 18:17:42 sure. +1 18:18:13 What does "releng" mean? 18:18:26 release engineering. 18:18:34 Thank you :) 18:18:53 https://en.wikipedia.org/wiki/Release_engineering 18:19:09 no problem, thanks for asking. ;) 18:19:30 :D 18:19:44 .releng 10150 18:19:45 mboddu: Issue #10150: F35 System-Wide Change: Use yescrypt as default hashing method for shadow passwords - releng - Pagure.io - https://pagure.io/releng/issue/10150 18:19:56 From releng perspective, no releng work and close it 18:20:17 But infra side, I hope its unnoticeable change 18:21:23 yep. +1 18:21:59 That is all from releng side 18:22:17 #topic work plans / upcoming tasks 18:22:17 #info everyone should note what things they are hoping to work on over the next day/week 18:22:37 so, I have tons of things to do this week... all over the map. 18:23:02 I started upgrading the wiki in staging and hit a upgrade error. I think i might file a ticket on it and see if anyone who knows php can look. 18:23:30 I forked this last night, and will be looking at the playbooks as it requests to see where changes need to be made: https://pagure.io/fedora-infrastructure/issue/9693 18:23:36 I learned that we can supposedly still get the macos fedora media writer 'notorized' by apple... need to look at that process and see if we can do it. 18:23:54 eddiejennings: great! 18:24:13 nice 18:24:30 I need to make a value02 in stg so ryan can deploy python3 irc bot there. 18:24:31 I am working on things as they come and doing some packaging work 18:24:59 and general ticket fighting down 18:25:00 nirik: Oh FYI, pagure01 is not responding when I tried to ssh into it this morning 18:25:11 pgaure02 worked 18:25:16 mboddu: yep. pagure01 was the old rhel7 one. 18:25:24 we made a 02 when it moved to rhel8 18:25:46 Ahh okay, if we are not using 01, can we remove it from the hosts? 18:26:18 in dns you mean? sure, I guess. 18:26:58 And in ansible 18:27:08 It should be gone from ansible I would think? 18:27:21 yeah, I don't see it there at all. 18:27:56 https://pagure.io/fedora-infra/ansible/blob/main/f/inventory/host_vars/pagure01.fedoraproject.org 18:28:58 Right, moving on 18:29:24 deleted 18:29:33 #topic discussion / all other business 18:29:47 anything to discuss? or shall we close? I guess we are almost out of time 18:30:42 ok then.. thanks all 18:30:45 #endmeeting