Difference between revisions of "Meetings/InfraTeamMeeting"
< Meetings
m (→Agenda for next meeting) |
Clark Boylan (talk | contribs) (→Agenda for next meeting) |
||
| Line 16: | Line 16: | ||
* Topics | * Topics | ||
| − | ** Zuul-launcher | + | ** Zuul-launcher migration(corvus 20240910) |
| + | *** Auto hold functionality is rolling out | ||
| + | *** Are there any other required features before all OpenDev tenants switch to use zuul launcher managed resources? | ||
** Gerrit shutdown problems (clarkb 20250527) | ** Gerrit shutdown problems (clarkb 20250527) | ||
*** After successfully using SIGINT to shutdown gerrit a few weeks ago the recent restart last week failed to shutdown and timed out to SIGKILL | *** After successfully using SIGINT to shutdown gerrit a few weeks ago the recent restart last week failed to shutdown and timed out to SIGKILL | ||
| Line 38: | Line 40: | ||
**** tonyb looking at cacti after wiki | **** tonyb looking at cacti after wiki | ||
*** On the easy list we've got refstack, mirror-update, eavesdrop, zuul schedulers, and zookeeper servers remaining. | *** On the easy list we've got refstack, mirror-update, eavesdrop, zuul schedulers, and zookeeper servers remaining. | ||
| + | *** clarkb is in the process of rolling out a new mirror-update with new zookeepers to follow | ||
| + | *** corvus is replacing zuul servers over the next week or two | ||
| + | *** Remember to use launch-node's --config-drive flag when booting new Noble nodes in Rax Classic | ||
** Working through our TODO list (clarkb 20250107) | ** Working through our TODO list (clarkb 20250107) | ||
*** https://etherpad.opendev.org/p/opendev-january-2025-meetup | *** https://etherpad.opendev.org/p/opendev-january-2025-meetup | ||
** OFTC Matrix bridge no longer supporting new users (clarkb 20250520) | ** OFTC Matrix bridge no longer supporting new users (clarkb 20250520) | ||
| − | *** | + | *** Clarkb to write a spec explaining the motivation for a move to matrix for opendev comms. |
| − | + | *** Then idea is to do a bit of a trial and see if it does help users who primarily rely on matrix for IRC as well as new users. | |
| − | |||
| − | |||
| − | |||
| − | *** | ||
| − | |||
| − | |||
| − | |||
| − | |||
** Adding CentOS 10 Stream Support to Glean, DIB, and Nodepool (clarkb 20250527) | ** Adding CentOS 10 Stream Support to Glean, DIB, and Nodepool (clarkb 20250527) | ||
| − | *** https://review.opendev.org/c/ | + | *** https://review.opendev.org/c/openstack/diskimage-builder/+/949942 DIB functional testing without Nodepool |
| + | **** This will allow us to have greater control of the devstack environment allowing us to configure cpu features that CentOS 10 Stream requires | ||
*** https://review.opendev.org/c/openstack/diskimage-builder/+/934045 DIB support for CentOS 10 Stream | *** https://review.opendev.org/c/openstack/diskimage-builder/+/934045 DIB support for CentOS 10 Stream | ||
| − | |||
| − | |||
| − | |||
** projects.yaml normalization | ** projects.yaml normalization | ||
*** a (possibly intentional) regression in ruamel.yaml has started adding spaces to the end of wrapped strings, akin to format=flowed E-mail wrapping | *** a (possibly intentional) regression in ruamel.yaml has started adding spaces to the end of wrapped strings, akin to format=flowed E-mail wrapping | ||
Revision as of 20:45, 23 June 2025
Contents
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
- Topics
- Zuul-launcher migration(corvus 20240910)
- Auto hold functionality is rolling out
- Are there any other required features before all OpenDev tenants switch to use zuul launcher managed resources?
- Gerrit shutdown problems (clarkb 20250527)
- After successfully using SIGINT to shutdown gerrit a few weeks ago the recent restart last week failed to shutdown and timed out to SIGKILL
- https://review.opendev.org/c/opendev/system-config/+/950595 One theory is that h2 compaction time may be slowing down shutdown enough to time out
- Another theory is that SIGINT just doesn't work as expected and we need to use SIGHUP (which podman blocks by default)
- Proposal: When convenient time for a restart we land 950595. Since that won't apply until the next restart we manually issue a kill -HUP against the gerrit process to see if that works better. Then once h2 compaction cleanup is in place the restart after can try SIGINT again.
- Gerrit 3.11 Upgrade Planning (clarkb 20250401)
- https://www.gerritcodereview.com/3.11.html
- Please check this for any concerns with the way we use Gerrit.
- Automated testing is currently testing this generally works for us.
- 104.130.253.194 is a held Gerrit 3.11 node for testing purposes.
- https://review.opendev.org/c/opendev/system-config/+/882900 Host Gerrit images on quay.io
- Shutting down Gerrit can race the indexing of new changes. If this happens we can have new changes created that are not indexed leading to multiple changes with the same changeid later. To mitigate this we can/should reindex changes on Gerrit startup.
- https://etherpad.opendev.org/p/gerrit-upgrade-3.11 Planning Document for the eventual Upgrade
- Will need to select a date once we know more about the upgrade itself.
- Upgrading Old Servers (clarkb 20230627)
- https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
- 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
- On the easy list we've got refstack, mirror-update, eavesdrop, zuul schedulers, and zookeeper servers remaining.
- clarkb is in the process of rolling out a new mirror-update with new zookeepers to follow
- corvus is replacing zuul servers over the next week or two
- Remember to use launch-node's --config-drive flag when booting new Noble nodes in Rax Classic
- Working through our TODO list (clarkb 20250107)
- OFTC Matrix bridge no longer supporting new users (clarkb 20250520)
- Clarkb to write a spec explaining the motivation for a move to matrix for opendev comms.
- Then idea is to do a bit of a trial and see if it does help users who primarily rely on matrix for IRC as well as new users.
- Adding CentOS 10 Stream Support to Glean, DIB, and Nodepool (clarkb 20250527)
- https://review.opendev.org/c/openstack/diskimage-builder/+/949942 DIB functional testing without Nodepool
- This will allow us to have greater control of the devstack environment allowing us to configure cpu features that CentOS 10 Stream requires
- https://review.opendev.org/c/openstack/diskimage-builder/+/934045 DIB support for CentOS 10 Stream
- https://review.opendev.org/c/openstack/diskimage-builder/+/949942 DIB functional testing without Nodepool
- projects.yaml normalization
- a (possibly intentional) regression in ruamel.yaml has started adding spaces to the end of wrapped strings, akin to format=flowed E-mail wrapping
- this is impacting our normalization job output
- Zuul-launcher migration(corvus 20240910)
- 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.
- Rename example/foo -> example/bar: https://review.opendev.org/c/openstack/project-config/+/123456
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/