Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
 
(477 intermediate revisions by 20 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 10: Line 10:
  
 
* Announcements
 
* Announcements
** Switching to #opendev now - and merge https://review.opendev.org/#/c/711106/
+
** clarkb out June 14-19. Will miss the June 18 meeting if we have one.
** http://lists.openstack.org/pipermail/foundation/2020-March/002852.html OSF email on 2020 events
 
  
 
* Actions from last meeting
 
* Actions from last meeting
  
* Specs approval
+
* Specs Review
** https://review.opendev.org/#/c/710057/ xwiki for wikis
 
** https://review.opendev.org/714189 meetpad
 
  
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
+
* Topics
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html Update Config Management]
+
** Upgrading Old Servers (clarkb 20230627)
*** topic:update-cfg-mgmt
+
*** https://etherpad.opendev.org/p/opendev-bionic-server-upgrades
*** Zuul as CD engine
+
**** wiki.openstack.org: https://etherpad.opendev.org/p/opendev-mediawiki-upgrade
** OpenDev
+
**** tonyb looking at cacti after wiki
*** Progress on Governance changes
+
*** https://etherpad.opendev.org/p/opendev-focal-server-upgrades
**** http://lists.openstack.org/pipermail/openstack-infra/2020-March/006603.html OpenDev as OSF pilot project
+
**** tonyb expects to try a simple focal -> noble upgrade this week
**** https://review.opendev.org/#/c/710020/ Split OpenDev out of OpenStack governance. This change merged.
+
** AFS Mirror cleanups (clarkb 20240220)
**** https://review.opendev.org/#/c/703488 Updates to our project documentation with governance info. Now we need to land this change.
+
*** Ubuntu Xenial cleanups are starting to show up under topic:drop-ubuntu-xenial
 
+
*** Can followup with webserver log processing to determine which other mirrors may be dead.
* General topics
+
** Gitea 1.22 Upgrade Planning (clarkb 20240528)
** Trusty Upgrade Progress (clarkb 20200317)
+
*** There is a Gitea 1.22.0 release now. Once we have the general upgrade working we can test the doctor tool to fixup the DB case sensitivity.
*** Wiki updates
+
*** https://review.opendev.org/c/opendev/system-config/+/920580
** static.openstack.org (ianw,corvus,mnaser,fungi 20200317)
+
** Fixing Cloud Launcher Ansible (clarkb 20240604)
*** Now down to cleanup of servers
+
*** Git updates broke our cloud launcher playbook even after Frickler addressed security group redundancy errors
** nb01.opendev.org adventures (clarkb 20200317)
+
*** https://review.opendev.org/c/opendev/system-config/+/921685 workaround the Git issue
*** Podman and docker have different mount propagation rules. Switching back to docker for consistency of behavior.
+
*** We should know on the day of the meeting if this is working again.
*** Will be redeployed as nb04.opendev.org to avoid hostname conflicts (even if not strictly required anymore).
+
** Improving mailman email throughput (clarkb 20240604)
 +
*** We've noticed slowness delivering emails for openstack-discuss
 +
*** Increasing the number of out runners hasn't alleviated this issue (it should prevent openstack-discuss from holding up other lists though)
 +
*** Next we need to modify the mailman email batch count and exim verp queue sizes.
 +
** OpenMetal Cloud Rebuild (clarkb 20240604)
 +
*** The old cloud is gone and the new cloud is getting configured.
 +
*** https://etherpad.opendev.org/p/openmetal-cloud-bootstrapping captures out todo list for bootstrapping the new cloud
 +
** Testing Rackspace's New Cloud Offering (clarkb 20240604)
 +
*** Rax reached out via a ticket to our nodepool account indicating we can test out their new offering. They are specifically looking for feedback
 +
*** Probably need to reach out to rax and find out a bit more information before determining if we are the target audience, but if so this is a good opportunity for more test nodes and improved clouds.
  
 
* Open discussion
 
* Open discussion
Line 42: Line 48:
 
== 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.
  
* x/devstack-plugin-nfs -> openstack/devstack-plugin-nfs: https://review.opendev.org/#/c/711834/
+
* Rename example/foo -> example/bar: https://review.opendev.org/c/openstack/project-config/+/123456
* openstack/infra-manual -> opendev/infra-manual: https://review.opendev.org/712149
 
  
 
== 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 21:03, 10 June 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
    • clarkb out June 14-19. Will miss the June 18 meeting if we have one.
  • Actions from last meeting
  • Specs Review
  • Topics
    • Upgrading Old Servers (clarkb 20230627)
    • AFS Mirror cleanups (clarkb 20240220)
      • Ubuntu Xenial cleanups are starting to show up under topic:drop-ubuntu-xenial
      • Can followup with webserver log processing to determine which other mirrors may be dead.
    • Gitea 1.22 Upgrade Planning (clarkb 20240528)
    • Fixing Cloud Launcher Ansible (clarkb 20240604)
    • Improving mailman email throughput (clarkb 20240604)
      • We've noticed slowness delivering emails for openstack-discuss
      • Increasing the number of out runners hasn't alleviated this issue (it should prevent openstack-discuss from holding up other lists though)
      • Next we need to modify the mailman email batch count and exim verp queue sizes.
    • OpenMetal Cloud Rebuild (clarkb 20240604)
    • Testing Rackspace's New Cloud Offering (clarkb 20240604)
      • Rax reached out via a ticket to our nodepool account indicating we can test out their new offering. They are specifically looking for feedback
      • Probably need to reach out to rax and find out a bit more information before determining if we are the target audience, but if so this is a good opportunity for more test nodes and improved clouds.
  • 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/