Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
(161 intermediate revisions by 10 users not shown)
Line 16: Line 16:
  
 
* Topics
 
* Topics
** Bastion host (ianw 20221025)
+
** Upgrading Bionic servers to Focal/Jammy (clarkb 20230627)
*** Move ansible to a venv.
 
*** Replace bridge host once existing host is running ansible out of a venv
 
*** bastion host OS upgrade.  prioin-place?  new host?  wait until have time to return to some of the bootstrapping/parallel job work?
 
*** Are console log files no longer being written? Did base-jobs playbook get updated too?
 
*** https://review.opendev.org/q/topic:bridge-ansible-venv
 
** Upgrading Bionic servers to Focal/Jammy (clarkb 20221025)
 
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
 
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
*** gitea-lb02 was launched using a Jammy image and is now in prod
+
*** https://review.opendev.org/q/topic:jitsi_meet-jammy-update
**** Used upstream image published by Ubuntu uploaded to vexxhost and converted to raw. This allows for max compatibility with bfv on vexxhost (gitea-lb02 is not bfv).
+
*** Started looking at the wiki there are rough notes at: https://etherpad.opendev.org/p/opendev-bionic-server-upgrades#L58
**** Needed to use an up to date paramiko out of a virtualenv to run launch node as Jammy doesn't do SSH RSA + SHA1.
+
** MariaDB Upgrades (clarkb 20240220)
** Removing snapd (clarkb 20221025)
+
*** Relying on the container image MARIADB_AUTO_UPGRADE flag
*** In the past we removed snapd as we didn't use it for anything.
+
*** Etherpad, Gitea, Gerrit, and Mailman could use upgrades.
*** Stopped removing snapd in order to install kubectl.
+
*** https://review.opendev.org/c/opendev/system-config/+/911000 Upgrade etherpad mariadb to 10.11
*** Should we go back to removing snapd globally and only add it back in where needed?
+
*** https://review.opendev.org/c/opendev/system-config/+/915183 Upgrade mailman3 mariadb to 10.11
** Mailman 3 (clarkb 20221025)
+
** AFS Mirror cleanups (clarkb 20240220)
*** https://review.opendev.org/c/opendev/system-config/+/851248 Worthy of review at this point
+
*** Ubuntu Xenial is next but currently busy with PTG, Release, and other tasks.
*** https://etherpad.opendev.org/p/mm3migration
+
*** Can followup with webserver log processing to determine which other mirrors may be dead.
*** https://review.opendev.org/c/opendev/system-config/+/860157 Forking the upstream images due to lack of attention on issues and PRs we've filed
+
** Building Ubuntu Noble Nodes (clarkb 20240416)
** Switch base job nodeset to ubuntu-jammy (frickler 20221007)
+
*** https://review.opendev.org/c/opendev/glean/+/915907 Glean updates for python3.12 support
*** Switching the default base job's nodeset to Ubuntu Jammy on October 25 (day of the meeting).
+
*** Appears we will need a debootstrap from debian unstable to build noble
** Updating base python docker images to use `pip wheel` (clarkb 20221025)
+
** Review02 had an oops last night (clarkb 20240326)
*** Pip changed how it addresses wheels in its wheel cache which broke our assemble script's ability to build packages on our image builds.
+
*** Found the server was shutdown. After giving it a few minutes to potentially resolve itself (mostly worried about cloud action) clarkb proceeded to manually start the instance then start the containers.
*** I've filed a bug against pip for this and pushed a PR to fix it. However, upstream pip says we shouldn't rely on the wheel cache like this and should use `pip wheel` instead.
+
*** mnaser reports it may have been an OOM event on the hosting side.
*** https://github.com/pypa/pip/issues/11527
+
** Project Renames (clarkb 20240227)
*** https://github.com/pypa/pip/pull/11538
+
*** https://review.opendev.org/c/opendev/system-config/+/911622 Move gerrit replication queue aside during project renames.
*** https://review.opendev.org/c/opendev/system-config/+/862152
+
*** Need to set a hard time for the 19th and send an announcement.
** Dropping python 3.8 base images (clarkb 20221025)
+
** Etherpad 2.0.x Upgrade planning (clarkb 20240416)
*** To make room for python 3.11 it would be good to drop our python3.8 images.
+
*** https://review.opendev.org/c/opendev/system-config/+/914119
*** https://review.opendev.org/q/status:open+(topic:use-new-python+OR+topic:docker-cleanups)
+
*** Etherpad 2.0.2 removes the old APIKEY API auth method and now uses Oauth2.0 client_credentials instead. This new system is not yet released, but we are working to determine how to use it pre release.
** iweb cloud going away at the end of the year (clarkb 20221025)
+
** Add reference to the project-team-guide in the fail ci msg (fungi 20240423)
*** We've been told this will need to be shutdown by the end of the year. We are good to use it until then.
+
*** https://review.opendev.org/914189
*** Possibility for using cloudstack resources as backfill, but would require a nodepool driver.
 
** Etherpad docker container logs growth (clarkb 20221025)
 
*** The etherpad docker container's logs grow over time when we don't update the container.
 
*** Can/should we add the syslogging for containers to this service?
 
  
 
* Open discussion
 
* Open discussion
Line 59: Line 49:
 
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 vexxhost/ansible-role-frrouting > openstack/ansible-role-frrouting: https://review.opendev.org/c/openstack/project-config/+/910018
  
 
== 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 13:38, 17 April 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
  • 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/