Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
 
(38 intermediate revisions by 4 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
** Service Coordinator Nominations Opened Today (February 3)
 
*** https://lists.opendev.org/archives/list/service-discuss@lists.opendev.org/thread/KXICOMLOABQLOXITQK2IC2C32UNJG3LO/
 
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 19: Line 17:
 
* Topics
 
* Topics
 
** Upgrading Old Servers (clarkb 20230627)
 
** Upgrading Old Servers (clarkb 20230627)
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
+
*** https://etherpad.opendev.org/p/opendev-server-upgrade-planning Central tracking document which may link to more host specific documents
*** https://etherpad.opendev.org/p/opendev-focal-server-upgrades
 
*** https://etherpad.opendev.org/p/opendev-server-replacement-sprint
 
**** wiki.openstack.org: https://etherpad.opendev.org/p/opendev-mediawiki-upgrade
 
**** tonyb looking at cacti after wiki
 
 
*** Next on the list are graphite and backup servers
 
*** Next on the list are graphite and backup servers
*** Can probably spin up new backup servers alongside the old ones then migrate the old volumes off the old servers to the new ones and finally delete the old servers. Just need to double check borg version support matrix details and also what adding new backup servers will do to our cron job setups for backups.
+
*** backup03.ca-ymq-1.vexxhost.opendev.org has been launched and is being backed up too
 +
**** https://review.opendev.org/c/opendev/system-config/+/995420 Starting backup02 removal here
 
*** Remember to use launch-node's --config-drive flag when booting new Noble nodes in Rax Classic
 
*** Remember to use launch-node's --config-drive flag when booting new Noble nodes in Rax Classic
** Moving OpenDev Synchronous Communication to Matrix (clarkb 20250520)
+
** Deploying a Prometheus for Server Metrics (clarkb 20260331)
*** We have moved to Matrix
+
*** https://review.opendev.org/c/opendev/system-config/+/980840
*** Minimal traffic has remained on IRC
+
*** This change and its child deploy prometheus with node exporter to collect server metrics
*** Tools like Gerritbot, statusbot, and eavesdropping seem to be working well
+
*** These two changes simplify the setup and testing of prometheus and node exporter
*** Have we noticed any problems?
+
**** https://review.opendev.org/c/zuul/zuul-jobs/+/994564 manage /etc/hosts with public IPs
** zuul-registry Image Pruning of OCI Images (clarkb 20251216)
+
**** https://review.opendev.org/c/opendev/system-config/+/994565 Use public IPs in system-config-run jobs
*** The problem now is that we aren't handling manifest lists so they get pruned and 404
+
** Dealing with alien zuul config errors in the openstack tenant (frickler 20260617)
*** https://review.opendev.org/c/zuul/zuul-registry/+/975088 handle manifest lists in addition to manifests themselves.
+
*** clarkb reached out to starlingx and airship about this
** Adding Bad Crawler Honeypots to our Sites (clarkb 20251216)
+
**** Someone from airship is in the opendev matrix room now and their zuul tenant config errors appear to be gone
*** https://review.opendev.org/c/opendev/system-config/+/974942 More aggressive lure setup via comment in the html
+
**** https://lists.starlingx.io/archives/list/starlingx-discuss@lists.starlingx.io/thread/YQVACUR4OCX74ZULHAJ4AD44MHGY37YI/
** MariaDB backups over TCP instead of Unix Socket (clarkb 20260127)
+
** Gitea 1.26.4 Upgrade (clarkb 20260622)
*** We noticed that if mariadb's container image is updated during mysqldumps for backups that backup may never exit and conclude
+
*** https://review.opendev.org/c/opendev/system-config/+/994326 Upgrade Gitea to 1.26.4
*** Theory is that this is happening because the unix socket is held open by the linux kernel then nothing further is written to it so everything hangs around
+
*** Its time to upgrade to the next Gitea bugfix release
*** Proposed fix is to run mysqldump over TCP. We are testing this with lodgeit to start.
+
** Bump Anubis difficult to 5 (clarkb 20260630)
*** https://review.opendev.org/c/opendev/system-config/+/973541 This will apply the change to all services if lodgeit looks happy.
+
*** There is some evidence that bots are regularly solving the Anubis challenge
** Updating All of Our Containers to Trixie (clarkb 20260203)
+
*** The challenges are slowing them down enough that services continue to be mostly responsive
*** Trixie has been working well on services like Etherpad and Gerrit
+
*** Should we increase the difficulty one level to slow them down even futher?
*** Let's update all of our containers to Trixie so that we can drop bookworm builds
+
*** This will impact regular users too which is likely the primary consideration we should make.
*** https://review.opendev.org/c/opendev/system-config/+/975319 Update the base python images First
+
*** https://review.opendev.org/c/opendev/system-config/+/995096
*** https://review.opendev.org/q/hashtag:%22opendev-trixie%22+status:open
+
** Planning Gerrit Project Renames (clarkb 20260622)
*** Should we retire Gear rather than update its container image? Or maybe just stop building a container for geard?
+
*** We have a request to rename x/cursive to openstack/cursive
** Gerrit 3.11.8 (clarkb 20260203)
+
*** Any concern with project ownership doing that? The current group membership includes people from Johns Hopkins University and OpenStack Barbican
*** There is a new Gerrit 3.11.8 bugfix release available.
+
*** Aiming for July 9 at ~2100 UTC
*** https://review.opendev.org/c/opendev/system-config/+/975176 Upgrade to Gerrit 3.11.8
+
**** Clarkb is unlikely to make this time
*** This change also converts us from building from stable-3.11 to checking out the v3.11.8 tag
+
*** https://etherpad.opendev.org/p/opendev-project-renames-20260709
*** The idea is that this will prevent unexpected Gerrit updates from sneaking into Gerrit image rebuilds if those happen for unrelated reasons.
+
** Matrix Meetbot Porting (clarkb 20260707)
** Gerrit change.maxUpdate (clarkb 20260203)
+
*** Anil has started a port of the IRC meetbot to Matrix
*** Gerrit's notedb by default allows 1000 updates to a single change. This is configured by change.maxUpdates in the gerrit server config
+
*** https://review.opendev.org/c/opendev/system-config/+/995755 stack starts here
*** This Cinder change has hit that limit: https://review.opendev.org/c/openstack/cinder/+/926844
+
** OpenMetal Cloud Offline (clarkb 20260707)
*** The limit is set for performance reasons. It looks like Cinder may have a number of possibly outdated and never succeeding third party CI systems. Maybe we can disable those before we think about updating limits.
+
*** Zuul had errors talking to this cloud so the cloud was disabled
** Checking CPU Counts in Our Base Zuul Job (clarkb 20260203)
+
*** `openstack server list` reports HTTP 500 errors
*** https://review.opendev.org/c/opendev/base-jobs/+/975474
 
** Pre PTG Planning (clarkb 20260203)
 
*** Would March 2-4 or March 9-11 work for a few days of snyc up on meetpad?
 
*** We would probably do two or three hours a day and the Tuesday sync up would replace our regularly scheduled team meeting.
 
  
 
* Open discussion
 
* Open discussion
Line 69: Line 60:
 
Changes should have their topic set to project-rename.
 
Changes should have their topic set to project-rename.
  
* Rename example/foo -> example/bar: https://review.opendev.org/c/openstack/project-config/+/123456
+
* Rename x/cursive -> openstack/cursive: https://review.opendev.org/c/openstack/project-config/+/990122 (stephenfin, fungi)
  
 
== 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 01:52, 7 July 2026

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
  • Actions from last meeting
  • Specs Review
  • 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/