Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
 
(21 intermediate revisions by 3 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
 +
** clarkb out June 14-19. Will miss the June 18 meeting if we have one.
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 16: Line 17:
  
 
* Topics
 
* Topics
** Upgrading Bionic servers to Focal/Jammy (clarkb 20230627)
+
** Upgrading Old Servers (clarkb 20230627)
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
*** https://review.opendev.org/q/topic:jitsi_meet-jammy-update
+
**** wiki.openstack.org: https://etherpad.opendev.org/p/opendev-mediawiki-upgrade
*** Started looking at the wiki there are rough notes at: https://etherpad.opendev.org/p/opendev-bionic-server-upgrades#L58
+
**** tonyb looking at cacti after wiki
** MariaDB Upgrades (clarkb 20240220)
+
*** https://etherpad.opendev.org/p/opendev-focal-server-upgrades
*** Relying on the container image MARIADB_AUTO_UPGRADE flag
+
**** tonyb expects to try a simple focal -> noble upgrade this week
*** Etherpad, Gitea, Gerrit, Refstack, and Mailman could use upgrades.
 
*** https://review.opendev.org/c/opendev/system-config/+/911000 Upgrade etherpad mariadb to 10.11
 
*** https://review.opendev.org/c/opendev/system-config/+/910999 Upgrade refstack mariadb to 10.11
 
 
** AFS Mirror cleanups (clarkb 20240220)
 
** AFS Mirror cleanups (clarkb 20240220)
*** CentOS 7 removal is in progress: topic: drop-centos-7
+
*** Ubuntu Xenial cleanups are starting to show up under topic:drop-ubuntu-xenial
**** Announced that we would finalize CentOS 7 removal on March 15 to give OpenStack time to clean stuff up and avoid unexpected release problems
 
*** When removing Debian mirror content afs01.dfw.openstack.org lost a volume backing /dev/vicepa and had a big sad. Not sure if related or coincidence.
 
 
*** Can followup with webserver log processing to determine which other mirrors may be dead.
 
*** Can followup with webserver log processing to determine which other mirrors may be dead.
** Rebuilding Gerrit Images (clarkb 20240312)
+
** Gitea 1.22 Upgrade Planning (clarkb 20240528)
*** Gerrit 3.9.2 has been released finally.
+
*** There is a Gitea 1.22.0 release now. Once we have the general upgrade working we can test the doctor tool to fixup the DB case sensitivity.
*** https://review.opendev.org/c/opendev/system-config/+/912470 Update our 3.9 image to 3.9.2
+
*** https://review.opendev.org/c/opendev/system-config/+/920580
**** This will also rebuild our 3.8.4 image so we should try and restart prod gerrit on the new 3.8.4 image when available.
+
** Fixing Cloud Launcher Ansible (clarkb 20240604)
** Rackspace MFA Requirement (clarkb 20240312)
+
*** Git updates broke our cloud launcher playbook even after Frickler addressed security group redundancy errors
*** Rackspace is requiring all accounts switch to multi factor auth March 26, 2024
+
*** https://review.opendev.org/c/opendev/system-config/+/921685 workaround the Git issue
*** We moved our clouds.yaml auth over to `rackspaceauth` using an `api_key` as normal auth through the API will no longer work after MFA is enabled
+
*** We should know on the day of the meeting if this is working again.
*** Still an open question if swift log uploads for zuul jobs need changing, but indications are they already use dedicated credentials which are unlikely to be affected.
+
** Improving mailman email throughput (clarkb 20240604)
*** Should we go ahead and opt into MFA now ahead of the deadline so that we can control when our API interactions will be impacted?
+
*** We've noticed slowness delivering emails for openstack-discuss
** Project Renames (clarkb 20240227)
+
*** Increasing the number of out runners hasn't alleviated this issue (it should prevent openstack-discuss from holding up other lists though)
*** https://review.opendev.org/c/opendev/system-config/+/911622 Move gerrit replication queue aside during project renames.
+
*** Next we need to modify the mailman email batch count and exim verp queue sizes.
*** Penciled in April 19, 2024 submit your rename requests now.
+
** OpenMetal Cloud Rebuild (clarkb 20240604)
** PTG Planning (clarkb 20240305)
+
*** The old cloud is gone and the new cloud is getting configured.
*** https://ptg.opendev.org/ptg.html
+
*** https://etherpad.opendev.org/p/openmetal-cloud-bootstrapping captures out todo list for bootstrapping the new cloud
*** Times have been selected. Feel free to add agenda items here: https://etherpad.opendev.org/p/apr2024-ptg-opendev
+
** Testing Rackspace's New Cloud Offering (clarkb 20240604)
 +
*** Rax reached out via a ticket to our nodepool account indicating we can test out their new offering. They are specifically looking for feedback
 +
*** Probably need to reach out to rax and find out a bit more information before determining if we are the target audience, but if so this is a good opportunity for more test nodes and improved clouds.
  
 
* Open discussion
 
* Open discussion
Line 52: Line 50:
 
Changes should have their topic set to project-rename.
 
Changes should have their topic set to project-rename.
  
* Rename vexxhost/ansible-role-frrouting > openstack/ansible-role-frrouting: https://review.opendev.org/c/openstack/project-config/+/910018
+
* Rename example/foo -> example/bar: https://review.opendev.org/c/openstack/project-config/+/123456
  
 
== Previous meetings ==
 
== Previous meetings ==
 
Previous meetings, with their notes and logs, can be found at http://eavesdrop.openstack.org/meetings/infra/ and earlier at http://eavesdrop.openstack.org/meetings/ci/
 
Previous meetings, with their notes and logs, can be found at http://eavesdrop.openstack.org/meetings/infra/ and earlier at http://eavesdrop.openstack.org/meetings/ci/

Latest revision as of 21:03, 10 June 2024

Weekly Project Infrastructure team meeting

The OpenDev Team holds public weekly meetings in #opendev-meeting on OFTC, Tuesdays at 1900 UTC. Everyone interested in infrastructure and process surrounding automated testing and deployment is encouraged to attend.

Please feel free to add agenda items (and your IRC nick in parenthesis).

Agenda for next meeting

  • Announcements
    • clarkb out June 14-19. Will miss the June 18 meeting if we have one.
  • Actions from last meeting
  • Specs Review
  • Topics
    • Upgrading Old Servers (clarkb 20230627)
    • AFS Mirror cleanups (clarkb 20240220)
      • Ubuntu Xenial cleanups are starting to show up under topic:drop-ubuntu-xenial
      • Can followup with webserver log processing to determine which other mirrors may be dead.
    • Gitea 1.22 Upgrade Planning (clarkb 20240528)
    • Fixing Cloud Launcher Ansible (clarkb 20240604)
    • Improving mailman email throughput (clarkb 20240604)
      • We've noticed slowness delivering emails for openstack-discuss
      • Increasing the number of out runners hasn't alleviated this issue (it should prevent openstack-discuss from holding up other lists though)
      • Next we need to modify the mailman email batch count and exim verp queue sizes.
    • OpenMetal Cloud Rebuild (clarkb 20240604)
    • Testing Rackspace's New Cloud Offering (clarkb 20240604)
      • Rax reached out via a ticket to our nodepool account indicating we can test out their new offering. They are specifically looking for feedback
      • Probably need to reach out to rax and find out a bit more information before determining if we are the target audience, but if so this is a good opportunity for more test nodes and improved clouds.
  • Open discussion

Upcoming Project Renames

(any additions should mention original->new full names and link to the corresponding project-config rename change in Gerrit) Changes should have their topic set to project-rename.

Previous meetings

Previous meetings, with their notes and logs, can be found at http://eavesdrop.openstack.org/meetings/infra/ and earlier at http://eavesdrop.openstack.org/meetings/ci/