Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Weekly Project Infrastructure team meeting)
(132 intermediate revisions by 13 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>, 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 20: Line 20:
 
*** Zuul as CD engine
 
*** Zuul as CD engine
 
** OpenDev
 
** OpenDev
*** Progress on Governance changes
+
*** Gerrit account and group inconsistencies
**** https://review.opendev.org/#/c/703134/ Split OpenDev out of OpenStack governance.
+
**** https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
**** https://review.opendev.org/#/c/703488 Updates to our project documentation with governance info
+
**** We have 17 accounts with preferred email addresses that don't have a matching external id
*** Possible gitea/go-git bug in current version of gitea we are running https://storyboard.openstack.org/#!/story/2006849
+
**** Need to correct the ~642 external id issues before we can push updates to refs/meta/external-ids with Gerrit online.
*** Gitea has added a commit cache and closed the slow performance bug. We should consider an upgrade as soon as is reasonable.
+
**** 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
 +
***** Identify accounts that are inactive and can be more forcefully retired. Retire these to fix those errors.
 +
***** Identify accounts that are unlikely to be used anymore based on activity and more forcefully retire those to fix these errors. (We can always undo specific updates to these accounts if necessary)
 +
***** Work with remaining accounts to figure out how to best resolve the account conflicts. This may take some time.
 +
***** https://review.opendev.org/c/opendev/system-config/+/777846 Collecting scripting efforts here
 +
*** Configuration tuning
 +
**** Using strong refs for jgit caches
 +
**** Batch user groups and threads
  
 
* General topics
 
* General topics
** Vancouver PTG attendance. (clarkb 20200211)
+
** OpenAFS cluster status (clarkb 20210302)
*** That time of year where we need to decide if we are going and if so how much time and space we need.
+
*** Upgrading servers to Bionic then Focal next.
** Trusty Upgrade Progress (clarkb 20200211)
+
*** New third db server for proper quorum.
*** Status.o.o mostly done. Needs new gerritlib release for e-r IRC bot to get Gerrit events.
+
** Bup and Borg Backups (clarkb 20210302)
*** Wiki updates
+
*** gitea sql db backup issues.
*** Refstack needs changes to upstream code base to make it deployable on our docker python-base image.
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210302)
** static.openstack.org (ianw,corvus,mnaser,fungi 20200218)
+
*** Enable Xenial -> Bionic/Focal system upgrades
*** static.openstack.org transition should be complete
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
*** still tasks remaining (haproxy redirects, few other publishing sites)
+
*** Zuul service host updates in progress now. Mergers are done. Executors in progress.
** New Airship CI cloud (clarkb 20200211)
+
** Deploy a new refstack.openstack.org server (kopecmartin 20210302)
** pip-and-virtualenv removal (ianw 20200218)
+
*** Ready for testing?
*** https://etherpad.openstack.org/p/pTFF4U9Klz : clarkb writeup of major issues
+
** Bridge disk space (clarkb 20210302)
*** possible removal plan: use py3 venv (built in) on all platforms for build-time "utility" installs (glean, bindep, stackviz, whatever); ship images without any non-distro-packaged tools; add for backwards compatibility via base jobs
+
*** This appears at least partially related to ansible and python caching. Should we just clear those caches then profile them?
*** https://review.opendev.org/707499 : discussion in comments
 
*** https://review.opendev.org/707513 : use venv for glean
 
*** https://review.opendev.org/707750 : use venv in project-config elements; drop pip-and-virtualenv inclusion from element and move to individual configs; add node type with no pip-and-virtualenv.  this can be used for job testing.
 
  
 
* Open discussion
 
* Open discussion
** Need to clarify logging requirements from https://docs.openstack.org/infra/system-config/third_party.html -- mainly the "logs must be browsable; logs requiring download, installation or login to access are not acceptable" phrase. (ssbarnea 20200217)
 
*** Does it apply to any logs or only tempest ones? Current indentation seems wrong, was this expected to be top level?
 
*** Is ever accepted to produce combined .tar.gz files with host-logs?
 
*** In which conditions it would be acceptable to archive a big log file? Example publishing a 1GB single log file is clearly not of any use for browsing it. I suspect after certain size is ok to archive them but this is not mentioned. What would be the magic threshold?
 
  
 
== 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)
  
None currently.
+
* foo/example -> bar/example: https://review.opendev.org/#/c/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 00:53, 2 March 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.
        • We have 17 accounts with preferred email addresses that don't have a matching external id
        • 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
          • Identify accounts that are inactive and can be more forcefully retired. Retire these to fix those errors.
          • Identify accounts that are unlikely to be used anymore based on activity and more forcefully retire those to fix these errors. (We can always undo specific updates to these accounts if necessary)
          • Work with remaining accounts to figure out how to best resolve the account conflicts. This may take some time.
          • https://review.opendev.org/c/opendev/system-config/+/777846 Collecting scripting efforts here
      • Configuration tuning
        • Using strong refs for jgit caches
        • Batch user groups and threads
  • General topics
    • OpenAFS cluster status (clarkb 20210302)
      • Upgrading servers to Bionic then Focal next.
      • New third db server for proper quorum.
    • Bup and Borg Backups (clarkb 20210302)
      • gitea sql db backup issues.
    • Picking up steam on Puppet -> Ansible rewrites (clarkb 20210302)
    • Deploy a new refstack.openstack.org server (kopecmartin 20210302)
      • Ready for testing?
    • Bridge disk space (clarkb 20210302)
      • This appears at least partially related to ansible and python caching. Should we just clear those caches then profile them?
  • 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/