Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting: inquire about zuul projects on sb)
(Agenda for next meeting)
 
(702 intermediate revisions by 34 users not shown)
Line 3: Line 3:
 
= Weekly Project Infrastructure team meeting =
 
= Weekly Project Infrastructure team meeting =
  
The OpenStack Project Infrastructure Team holds public weekly meetings in <code><nowiki>#openstack-meeting</nowiki></code>, Tuesdays at 1900 UTC. Everyone interested in infrastructure and process surrounding automated testing and deployment is encouraged to attend.
+
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 approval
+
* Specs Review
  
* Priority Efforts
+
* Topics
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/task-tracker.html A Task Tracker for OpenStack]
+
** Upgrading Bionic servers to Focal/Jammy (clarkb 20230627)
** We should reevaluate current projects and add a priority effort or two.
+
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
*** Gerrit 2.14/2.15 upgrade
+
*** https://review.opendev.org/q/topic:jitsi_meet-jammy-update
*** Control plane operating system upgrades
+
*** Started looking at the wiki there are rough notes at: https://etherpad.opendev.org/p/opendev-bionic-server-upgrades#L58
*** Wiki?
+
** MariaDB Upgrades (clarkb 20240220)
*** Puppet 4/5
+
*** Relying on the container image MARIADB_AUTO_UPGRADE flag
*** More Ansible
+
*** Etherpad and mailman are done. Gerrit and Gitea are all that remain.
 
+
** AFS Mirror cleanups (clarkb 20240220)
* General topics
+
*** Ubuntu Xenial is next but currently busy with PTG, Release, and other tasks.
** Future of 3rd-party CI instructions (ianw 2018-04-10)
+
*** Can followup with webserver log processing to determine which other mirrors may be dead.
*** http://eavesdrop.openstack.org/meetings/zuul/2018/zuul.2018-04-09-22.01.log.html#l-52
+
** Building Ubuntu Noble Nodes (clarkb 20240416)
*** http://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/manifests/single_node_ci.pp#n297
+
*** https://review.opendev.org/c/opendev/glean/+/915907 Glean updates for python3.12 support
*** puppet-openstackci single-node deploy basically does not support zuul/nodepool v3; a lot of "logic" in system-config
+
*** Appears we will need a debootstrap from debian unstable to build noble
*** we have offers of help, how do we direct people?
+
** Etherpad 2.0.x Upgrade planning (clarkb 20240416)
*** Some options:
+
*** https://review.opendev.org/c/opendev/system-config/+/914119
**** Fix puppet-openstackci so it deploys zuul/zuul-[executor|launcher]/nodepool-[launcher|builder]/zk stack?
+
*** 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.
**** 1) follow zuul-from-scratch 2) here's how to connect to openstack gerrit 3) here's tox-ish/devstack job examples
+
** Add reference to the project-team-guide in the fail ci msg (fungi 20240423)
**** 1) Use windmill 2) here's tox-ish/devstack job examples
+
*** https://review.opendev.org/914189
** Add mention of magic word(s) "infra-root" and maybe "config-core" to #openstack-infra topic? (frickler 2018-04-17)
+
** Gerrit 3.9 Upgrade Planning (clarkb 20240423)
*** Came up in recent help request that someone was using "infraroot" instead, which doesn't highlight (at least for me)
+
*** https://www.gerritcodereview.com/3.9.html Release Notes
*** Also so various variants of this already. Might help users find the right contact. OTOH might attract spam? Should be discussed IMHO.
+
*** Downgrade is possible with an offline reindex using the old war.
** Dropping some (all?) Zuul-governed repositories from the openstack-ci project group on StoryBoard (fungi)
+
*** 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
 
* Open discussion
Line 43: Line 47:
 
== 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 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/

Latest 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/