Difference between revisions of "Meetings/InfraTeamMeeting"
< Meetings
Pabelanger (talk | contribs) (→Agenda for next meeting) |
Clark Boylan (talk | contribs) (→Agenda for next meeting) |
||
| Line 3: | Line 3: | ||
= Weekly Project Infrastructure team meeting = | = Weekly Project Infrastructure team meeting = | ||
| − | The | + | The OpenDev Team holds public weekly meetings in <code><nowiki>#opendev-meeting</nowiki></code> 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). | Please feel free to add agenda items (and your IRC nick in parenthesis). | ||
| Line 13: | Line 13: | ||
* Actions from last meeting | * Actions from last meeting | ||
| − | * Specs | + | * Specs Review |
| − | * | + | * Topics |
| − | ** | + | ** Upgrading Old Servers (clarkb 20230627) |
| − | ** | + | *** https://etherpad.opendev.org/p/opendev-server-upgrade-planning Central tracking document which may link to more host specific documents |
| − | ** | + | *** Next on the list are graphite and backup servers |
| − | ** | + | *** 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 | ||
| + | ** Deploying a Prometheus for Server Metrics (clarkb 20260331) | ||
| + | *** https://review.opendev.org/c/opendev/system-config/+/980840 | ||
| + | *** This change and its child deploy prometheus with node exporter to collect server metrics | ||
| + | *** These two changes simplify the setup and testing of prometheus and node exporter | ||
| + | **** https://review.opendev.org/c/zuul/zuul-jobs/+/994564 manage /etc/hosts with public IPs | ||
| + | **** https://review.opendev.org/c/opendev/system-config/+/994565 Use public IPs in system-config-run jobs | ||
| + | ** Dealing with alien zuul config errors in the openstack tenant (frickler 20260617) | ||
| + | *** clarkb reached out to starlingx and airship about this | ||
| + | **** Someone from airship is in the opendev matrix room now and their zuul tenant config errors appear to be gone | ||
| + | **** https://lists.starlingx.io/archives/list/starlingx-discuss@lists.starlingx.io/thread/YQVACUR4OCX74ZULHAJ4AD44MHGY37YI/ | ||
| + | ** Gitea 1.26.4 Upgrade (clarkb 20260622) | ||
| + | *** https://review.opendev.org/c/opendev/system-config/+/994326 Upgrade Gitea to 1.26.4 | ||
| + | *** Its time to upgrade to the next Gitea bugfix release | ||
| + | ** Bump Anubis difficult to 5 (clarkb 20260630) | ||
| + | *** There is some evidence that bots are regularly solving the Anubis challenge | ||
| + | *** The challenges are slowing them down enough that services continue to be mostly responsive | ||
| + | *** Should we increase the difficulty one level to slow them down even futher? | ||
| + | *** This will impact regular users too which is likely the primary consideration we should make. | ||
| + | *** https://review.opendev.org/c/opendev/system-config/+/995096 | ||
| + | ** Planning Gerrit Project Renames (clarkb 20260622) | ||
| + | *** We have a request to rename x/cursive to openstack/cursive | ||
| + | *** Any concern with project ownership doing that? The current group membership includes people from Johns Hopkins University and OpenStack Barbican | ||
| + | *** Aiming for July 9 at ~2100 UTC | ||
| + | **** Clarkb is unlikely to make this time | ||
| + | *** https://etherpad.opendev.org/p/opendev-project-renames-20260709 | ||
| + | ** Matrix Meetbot Porting (clarkb 20260707) | ||
| + | *** Anil has started a port of the IRC meetbot to Matrix | ||
| + | *** https://review.opendev.org/c/opendev/system-config/+/995755 stack starts here | ||
| + | ** OpenMetal Cloud Offline (clarkb 20260707) | ||
| + | *** Zuul had errors talking to this cloud so the cloud was disabled | ||
| + | *** `openstack server list` reports HTTP 500 errors | ||
| − | |||
| − | |||
| − | |||
* Open discussion | * Open discussion | ||
== Upcoming Project Renames == | == Upcoming Project Renames == | ||
(any additions should mention original->new full names and link to the corresponding project-config rename change in Gerrit) | (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 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
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
- Upgrading Old Servers (clarkb 20230627)
- https://etherpad.opendev.org/p/opendev-server-upgrade-planning Central tracking document which may link to more host specific documents
- Next on the list are graphite and backup servers
- 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
- Deploying a Prometheus for Server Metrics (clarkb 20260331)
- https://review.opendev.org/c/opendev/system-config/+/980840
- This change and its child deploy prometheus with node exporter to collect server metrics
- These two changes simplify the setup and testing of prometheus and node exporter
- https://review.opendev.org/c/zuul/zuul-jobs/+/994564 manage /etc/hosts with public IPs
- https://review.opendev.org/c/opendev/system-config/+/994565 Use public IPs in system-config-run jobs
- Dealing with alien zuul config errors in the openstack tenant (frickler 20260617)
- clarkb reached out to starlingx and airship about this
- Someone from airship is in the opendev matrix room now and their zuul tenant config errors appear to be gone
- https://lists.starlingx.io/archives/list/starlingx-discuss@lists.starlingx.io/thread/YQVACUR4OCX74ZULHAJ4AD44MHGY37YI/
- clarkb reached out to starlingx and airship about this
- Gitea 1.26.4 Upgrade (clarkb 20260622)
- https://review.opendev.org/c/opendev/system-config/+/994326 Upgrade Gitea to 1.26.4
- Its time to upgrade to the next Gitea bugfix release
- Bump Anubis difficult to 5 (clarkb 20260630)
- There is some evidence that bots are regularly solving the Anubis challenge
- The challenges are slowing them down enough that services continue to be mostly responsive
- Should we increase the difficulty one level to slow them down even futher?
- This will impact regular users too which is likely the primary consideration we should make.
- https://review.opendev.org/c/opendev/system-config/+/995096
- Planning Gerrit Project Renames (clarkb 20260622)
- We have a request to rename x/cursive to openstack/cursive
- Any concern with project ownership doing that? The current group membership includes people from Johns Hopkins University and OpenStack Barbican
- Aiming for July 9 at ~2100 UTC
- Clarkb is unlikely to make this time
- https://etherpad.opendev.org/p/opendev-project-renames-20260709
- Matrix Meetbot Porting (clarkb 20260707)
- Anil has started a port of the IRC meetbot to Matrix
- https://review.opendev.org/c/opendev/system-config/+/995755 stack starts here
- OpenMetal Cloud Offline (clarkb 20260707)
- Zuul had errors talking to this cloud so the cloud was disabled
- `openstack server list` reports HTTP 500 errors
- Upgrading Old Servers (clarkb 20230627)
- 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 x/cursive -> openstack/cursive: https://review.opendev.org/c/openstack/project-config/+/990122 (stephenfin, fungi)
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/