Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

m (Agenda for next meeting)
(Agenda for next meeting: Cleaning up the openstack.org DNS zone)
(86 intermediate revisions by 7 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
 +
** Clarkb out 5/17 and 5/20
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 16: Line 17:
  
 
* Topics
 
* Topics
** Service Coordinator Election (clarkb 20230822)
+
** Upgrading Old Servers (clarkb 20230627)
*** Nomination period ends today (the day of the meeting)
 
** Bastion host (ianw 20230627)
 
*** https://review.opendev.org/q/topic:prod-bastion-group Remaining changes are part of parallel ansible runs on bridge
 
*** https://review.opendev.org/q/topic:bridge-backups
 
** Mailman 3 (clarkb 20230627)
 
*** https://etherpad.opendev.org/p/mm3migration
 
*** Need to change site domains
 
** Gerrit updates (clarkb 20230718)
 
*** Replication task file leaks.
 
**** https://review.opendev.org/c/opendev/system-config/+/880672 Workaround "leaked" replication tasks on disk.
 
**** https://bugs.chromium.org/p/gerrit/issues/detail?id=16867
 
**** https://bugs.chromium.org/p/gerrit/issues/detail?id=16868
 
**** https://review.opendev.org/c/opendev/system-config/+/884779 Revert bind mounts for Gerrit plugin data
 
** Upgrading Bionic servers to Focal/Jammy (clarkb 20230627)
 
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
*** Next up mirrors and meetpad.
+
*** https://etherpad.opendev.org/p/opendev-focal-server-upgrades
*** Clarkb needs to look into cleaning up the old CI registry node.
+
*** Started looking at the wiki there are rough notes at: https://etherpad.opendev.org/p/opendev-bionic-server-upgrades#L58
** Rax IAD image upload struggles (clarkb 20230822)
+
*** Meetpad is done. Just need to clean up old servers when we feel confident we won't rollback.
*** The Rax IAD region has struggled to upload images within the image upload timeout. This seems to get worse the more images you upload
+
*** What is next?
**** Almost like images are processed serially and we create a queue that gets backed up.
+
** AFS Mirror cleanups (clarkb 20240220)
**** No issue has been filed with rax yet, but we're testing incremental unpausing of images to get more data.
+
*** Ubuntu Xenial cleanups are starting to show up under topic:drop-ubuntu-xenial
**** We also have hundreds of leaked images in the other two regions (there were well over a thousand in IAD but those have been cleaned up manually now).
+
*** Can followup with webserver log processing to determine which other mirrors may be dead.
** Fedora cleanup (clarkb 20230627)
+
** Building Ubuntu Noble Nodes (clarkb 20240416)
*** Need changes to remove the label and nodeset from Zuul/Nodepool
+
*** Next step is to add Noble to our mirrors
** Gitea 1.20 (clarkb 20230627)
+
** Gerrit 3.9 Upgrade Planning (clarkb 20240423)
*** https://review.opendev.org/c/opendev/system-config/+/886993
+
*** Upgrade prep notes are going in https://etherpad.opendev.org/p/gerrit-upgrade-3.9
**** Ready to go if we are happy with the resulting behaviors.
+
*** https://www.gerritcodereview.com/3.9.html Release Notes
*** We disable oauth2 but need to configure multiple oauth2 jwt settings in order to avoid startup errors.
+
*** Downgrade is possible with an offline reindex using the old war.
**** Need to update prod secrets with the oauth2 jwt settings before merging.
+
*** Things to think about:
*** https://github.com/go-gitea/gitea/issues/25377
+
**** Do we want to enable diff3 diffs on merge changes?
** Zuul changes and updates (clarkb 20230822)
+
**** Change topic limit seems to only apply to open changes. Being over the limit doesn't seem to impact the upgrade process
*** Ansible 8 now availalble. We should convert the OpenDev tenant. Notify openstack tenant that we will switch them after the upcoming release
+
**** https://gerrit-review.googlesource.com/c/gerrit/+/424404 Upstream change to have release war build target without webfonts
*** Stdout and stderr to be uncombined in Zuul Ansible. Currently this is a job setting for testing purposes. We'll need to start looking at how this impacts us.
+
**** There is a new batched ref updated event that collects multiple ref updated events in a single event. This is disabled by default, but could one day impact zuul. Work sorting out likely.
*** Early failure detection regexes should arrive soon. This is potentially useful for our users?
+
*** Server could stand to be upgraded as well but I think it is probably best to decouple these concerns.
** Python container updates (tonyb 20230718)
+
** Cleaning up the openstack.org DNS zone (fungi 20240514)
*** Some moderate progress in the first round
+
*** Proposed for deletion: https://paste.opendev.org/show/bVHJchKcKBnlgTNRHLVK/
*** https://review.opendev.org/q/topic:bookworm-python and https://review.opendev.org/q/topic:force-base-image-build
 
*** I noticed that https://opendev.org/openstack/python-openstackclient/src/branch/master/Dockerfile is using a 3.9 tag which is buster
 
**** We should stick to the explicit debian release + explicit python release versions for things. We can delete the old tags to force errors that indicate people should update the tags they use.
 
*** We should write a tool to find and clean leaked tags on docker hub (and quay.io?)
 
  
 
* Open discussion
 
* Open discussion
Line 64: Line 47:
 
Changes should have their topic set to project-rename.
 
Changes should have their topic set to project-rename.
  
* Rename foo/example -> bar/example: https://review.opendev.org/123456
+
* 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/

Revision as of 18:00, 13 May 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 5/17 and 5/20
  • 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/