Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
(163 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 and mailman are done. Gerrit and Gitea are all that remain.
*** Stopped removing snapd in order to install kubectl.
+
** AFS Mirror cleanups (clarkb 20240220)
*** Should we go back to removing snapd globally and only add it back in where needed?
+
*** Ubuntu Xenial is next but currently busy with PTG, Release, and other tasks.
** Mailman 3 (clarkb 20221025)
+
*** Can followup with webserver log processing to determine which other mirrors may be dead.
*** https://review.opendev.org/c/opendev/system-config/+/851248 Worthy of review at this point
+
** Building Ubuntu Noble Nodes (clarkb 20240416)
*** https://etherpad.opendev.org/p/mm3migration
+
*** https://review.opendev.org/c/opendev/glean/+/915907 Glean updates for python3.12 support
*** 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
+
*** Appears we will need a debootstrap from debian unstable to build noble
** Switch base job nodeset to ubuntu-jammy (frickler 20221007)
+
** Etherpad 2.0.x Upgrade planning (clarkb 20240416)
*** Switching the default base job's nodeset to Ubuntu Jammy on October 25 (day of the meeting).
+
*** https://review.opendev.org/c/opendev/system-config/+/914119
** Updating base python docker images to use `pip wheel` (clarkb 20221025)
+
*** 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.
*** Pip changed how it addresses wheels in its wheel cache which broke our assemble script's ability to build packages on our image builds.
+
** Add reference to the project-team-guide in the fail ci msg (fungi 20240423)
*** 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.
+
*** https://review.opendev.org/914189
*** https://github.com/pypa/pip/issues/11527
+
** Gerrit 3.9 Upgrade Planning (clarkb 20240423)
*** https://github.com/pypa/pip/pull/11538
+
*** https://www.gerritcodereview.com/3.9.html Release Notes
*** https://review.opendev.org/c/opendev/system-config/+/862152
+
*** Downgrade is possible with an offline reindex using the old war.
** Dropping python 3.8 base images (clarkb 20221025)
+
*** Need to compile an upgrade checklist (go over breaking changes and also test the downgrade).
*** To make room for python 3.11 it would be good to drop our python3.8 images.
+
*** Server could stand to be upgraded as well but I think it is probably best to decouple these concerns.
*** https://review.opendev.org/q/status:open+(topic:use-new-python+OR+topic:docker-cleanups)
+
** Wiki SSL Cert Renewal (clarkb 20240423)
** iweb cloud going away at the end of the year (clarkb 20221025)
+
*** We have just under 4 weeks to renew the cert. This is one of the last (maybe the only) manually managed ssl cert.
*** We've been told this will need to be shutdown by the end of the year. We are good to use it until then.
+
*** Will probably delay until we have less than a week left before processing it.
*** 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 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 22:13, 22 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
  • Topics
    • Upgrading Bionic servers to Focal/Jammy (clarkb 20230627)
    • MariaDB Upgrades (clarkb 20240220)
      • Relying on the container image MARIADB_AUTO_UPGRADE flag
      • Etherpad and mailman are done. Gerrit and Gitea are all that remain.
    • AFS Mirror cleanups (clarkb 20240220)
      • Ubuntu Xenial is next but currently busy with PTG, Release, and other tasks.
      • Can followup with webserver log processing to determine which other mirrors may be dead.
    • Building Ubuntu Noble Nodes (clarkb 20240416)
    • Etherpad 2.0.x Upgrade planning (clarkb 20240416)
    • Add reference to the project-team-guide in the fail ci msg (fungi 20240423)
    • Gerrit 3.9 Upgrade Planning (clarkb 20240423)
      • https://www.gerritcodereview.com/3.9.html Release Notes
      • Downgrade is possible with an offline reindex using the old war.
      • Need to compile an upgrade checklist (go over breaking changes and also test the downgrade).
      • Server could stand to be upgraded as well but I think it is probably best to decouple these concerns.
    • Wiki SSL Cert Renewal (clarkb 20240423)
      • We have just under 4 weeks to renew the cert. This is one of the last (maybe the only) manually managed ssl cert.
      • Will probably delay until we have less than a week left before processing it.
  • 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/