Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Agenda for next meeting)
(32 intermediate revisions by 6 users not shown)
Line 20: Line 20:
 
*** Zuul as CD engine
 
*** Zuul as CD engine
 
** OpenDev
 
** OpenDev
*** Keeping gitea project descriptions up to date.
+
*** Gerrit account and group inconsistencies
**** Some users have noticed we don't update descriptions when they change. Process is currently manual. Can we make that better?
+
**** https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
*** Gitea 1.12.4 has released. Anyone interested in pushing up a change to test and upgrade us?
+
**** Group problems and 92 accounts with preferred emails missing external ids have been fixed.
*** Where is review-test in terms of replicating production?
+
**** We have 17 accounts with preferred email addresses that don't have a matching external id
**** Has git repos on root disk. Gerrit is not running.
+
**** We have ~642 accounts with conflicting emails in their external ids. This needs more investigating to better understand the fix for.
**** We should consider spinning up a new host or modifying the existing host to match productions cinder volume usage for git repos.
+
**** Need to correct the ~642 external id issues before we can push updates to refs/meta/external-ids with Gerrit online.
*** Luca has offered to do a conference call with us. Let me know if interested and I'll include you for scheduling if/when that happens.
+
**** Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
 +
**** Next steps
 +
***** Classify users further into situation groups
 +
***** Decide on next steps for users depending on their situation group.
 +
***** Fix the preferred email issue if possible as this can be done with gerrit online
 +
***** Start a refs/meta/external-ids checkout in a shared location and begin committing fixes to it. If we can't push all the fixes as separate commits we can squash them together and then push.
 +
***** Fungi suggests we simply identify the active accounts then retire the rest for simplicity and speed. Clarkb likes this idea.
 +
***** Could really use a second or third set of eyes to review my notes and decisions. Will help ensure that the next steps I've described for specific accounts are good.
 +
*** Configuration tuning
 +
**** Using strong refs for jgit caches
 +
**** Batch user groups and threads
 +
*** Gitea OOMs
 +
**** https://review.opendev.org/c/opendev/system-config/+/774023 Rate limiting framework change for haproxy.
 +
**** https://review.opendev.org/c/opendev/system-config/+/775051 Dstat stat gathering in our system-config-run jobs to measure relative performance impacts.
  
 
* General topics
 
* General topics
** Splitting puppet else into specific infra-prod jobs (clarkb 20200922)
+
** OpenAFS cluster status (clarkb 20210223)
*** Should be mostly mechanical
+
*** Upgrading servers to Bionic then Focal next.
*** Does it make sense to try and sprint this? Have several people work on getting it done in a short period of time?
+
** Bup and Borg Backups (clarkb 20210223)
** Bup and Borg Backups (clarkb 20200922)
+
*** wiki backup status
*** https://review.opendev.org/741366 is ready to land when we are ready.
+
*** borg disk consumption workarounds
** PTG PLanning (clarkb 20200922)
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210223)
*** October PTG registration is now open: https://www.openstack.org/ptg/
+
*** Enable Xenial -> Bionic/Focal system upgrades
*** OpenDev planning stats here: https://etherpad.opendev.org/opendev-ptg-planning-oct-2020
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
** Trusty Upgrade Progress (clarkb 20200922)
+
*** Zuul service host updates in progress now.
*** Wiki updates
+
** Deploy a new refstack.openstack.org server (kopecmartin 20210223)
** Rehoming tarballs (ianw 20200929)
+
*** Ready for testing?
*** large selection of things in tarballs.openstack.org/openstack/... that should be under tenant dirs opendev/ x/ zuul/ etc.
+
** Bridge disk space (clarkb 20210223)
*** https://review.opendev.org/#/c/754257/ -- script to generate script that generates a script to cleanup
+
*** Our ansible logging is consuming a fair bit but user homedirs and /opt are other major consumers.
*** http://paste.openstack.org/show/798368/ -- resulting moves
 
*** symlink old directories?  apache redirects (files gone on afs)?  just move but notifiy lists?
 
** zuul tarball publishing (ianw 20200929)
 
*** https://review.opendev.org/#/c/754245/ -- current publishing extracts javascript tarball into root
 
*** do we need separate javascript publishing with containers
 
*** zuul only publishing tag tarballs to pypi, intention?
 
  
 
* Open discussion
 
* Open discussion

Revision as of 21:46, 22 February 2021

Weekly Project Infrastructure team meeting

The OpenDev Team holds public weekly meetings in #opendev-meeting, 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 approval
  • Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
    • Update Config Management
      • topic:update-cfg-mgmt
      • Zuul as CD engine
    • OpenDev
      • Gerrit account and group inconsistencies
        • https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
        • Group problems and 92 accounts with preferred emails missing external ids have been fixed.
        • We have 17 accounts with preferred email addresses that don't have a matching external id
        • We have ~642 accounts with conflicting emails in their external ids. This needs more investigating to better understand the fix for.
        • Need to correct the ~642 external id issues before we can push updates to refs/meta/external-ids with Gerrit online.
        • Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
        • Next steps
          • Classify users further into situation groups
          • Decide on next steps for users depending on their situation group.
          • Fix the preferred email issue if possible as this can be done with gerrit online
          • Start a refs/meta/external-ids checkout in a shared location and begin committing fixes to it. If we can't push all the fixes as separate commits we can squash them together and then push.
          • Fungi suggests we simply identify the active accounts then retire the rest for simplicity and speed. Clarkb likes this idea.
          • Could really use a second or third set of eyes to review my notes and decisions. Will help ensure that the next steps I've described for specific accounts are good.
      • Configuration tuning
        • Using strong refs for jgit caches
        • Batch user groups and threads
      • Gitea OOMs
  • General topics
    • OpenAFS cluster status (clarkb 20210223)
      • Upgrading servers to Bionic then Focal next.
    • Bup and Borg Backups (clarkb 20210223)
      • wiki backup status
      • borg disk consumption workarounds
    • Picking up steam on Puppet -> Ansible rewrites (clarkb 20210223)
    • Deploy a new refstack.openstack.org server (kopecmartin 20210223)
      • Ready for testing?
    • Bridge disk space (clarkb 20210223)
      • Our ansible logging is consuming a fair bit but user homedirs and /opt are other major consumers.
  • Open discussion

Upcoming Project Renames

(any additions should mention original->new full names and link to the corresponding project-config rename change in Gerrit)

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/