Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Upcoming Project Renames)
(25 intermediate revisions by 4 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
** Clarkb out March 23. Will need volunteer to run the meeting or we can skip it.
+
** Clark out during May 11 meeting time. Need a volunteer chair or can cancel that meeting.
** DST change happens for those of us in North America this weekend. EU and others follow in a few weeks.
 
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 22: Line 21:
 
*** Zuul as CD engine
 
*** Zuul as CD engine
 
** OpenDev
 
** OpenDev
*** Gerrit account and group inconsistencies
+
*** Gerrit account inconsistencies
**** https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
+
**** All preferred emails lack external ids issues have been corrected. All group loops have been corrected.
 
**** Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
 
**** 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
 
**** Next steps
***** Identify accounts that cannot be used because they have no valid method of login (no username, and no openids)
+
***** More "dangerous" list has been generated. Should still be safe-ish particularly if we disable the accounts first.
***** 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
 
***** Inactive accounts have been cleaned up.
 
 
*** Configuration tuning
 
*** Configuration tuning
**** Using strong refs for jgit caches
+
**** Reduce the number of ssh threads. Possibly create bot/batch user groups and thread counts as part of this.
**** Batch user groups and threads
+
**** https://groups.google.com/g/repo-discuss/c/BQKxAfXBXuo Upstream conversation with people struggling with similar problems.
 +
*** Update our base job's nodeset
 +
**** https://review.opendev.org/789098
 +
*** Gerrit global config simplification
 +
**** https://review.opendev.org/789383
  
 
* General topics
 
* General topics
** OpenAFS cluster status (clarkb 20210309)
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210504)
*** Upgrading servers to Bionic then Focal next.
 
*** New third db server for proper quorum.
 
** Bup and Borg Backups (clarkb 20210309)
 
*** gitea sql db backup issues.
 
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210309)
 
 
*** Enable Xenial -> Bionic/Focal system upgrades
 
*** Enable Xenial -> Bionic/Focal system upgrades
 
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
 
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
*** Zuul service host updates in progress now. Mergers and executors largely done. Next up Nodepool launchers.
+
*** Zuul service host updates in progress now. Zuul scheduler is last remaining server that needs an upgrade in the zuul cluster.
** Deploy a new refstack.openstack.org server (kopecmartin 20210309)
+
** openEuler patches (ianw 20210504)
*** Ready for testing?
+
*** TC level, or being too officious
** Bridge disk space (clarkb 20210309)
+
** InMotion Cloud reorganization (clarkb 20210504)
*** This is related to stevedore caching entrypoints
+
*** Currently limited by number of IP addresses available
*** We have upgraded stevedore and set config to prevent it from creating new cache files.
+
*** We could deploy an executor in the cloud then set up test nodes without direct external access
** PTG Planning (clarkb 20210309)
+
*** Any held nodes would need floating IPs attached to them to be accessible
*** Next PTG April 19-23
+
** Removing registration requirement from our IRC channels (clarkb 20210504)
*** Please let me know if you are interested so I can fill out the team survey (or not).
+
*** TheJulia asks if we think this is still necessary.
 +
*** Looking at the last month or so of eavesdrop logs it seems we had ~1.5 spam attempts in the unregistered channel
 +
** Switching artifact signing keys from RSA to ECC
 +
*** https://review.opendev.org/789062
  
 
* Open discussion
 
* Open discussion
Line 59: Line 56:
 
(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)
  
 +
* (lajoskatona) x/tap-as-a-service -> openstack/tap-as-a-service: https://review.opendev.org/c/openstack/project-config/+/790093
 
* foo/example -> bar/example: https://review.opendev.org/#/c/123456
 
* 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 16:14, 6 May 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
    • Clark out during May 11 meeting time. Need a volunteer chair or can cancel that meeting.
  • 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 inconsistencies
        • All preferred emails lack external ids issues have been corrected. All group loops have been corrected.
        • 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
          • More "dangerous" list has been generated. Should still be safe-ish particularly if we disable the accounts first.
      • Configuration tuning
      • Update our base job's nodeset
      • Gerrit global config simplification
  • General topics
    • Picking up steam on Puppet -> Ansible rewrites (clarkb 20210504)
    • openEuler patches (ianw 20210504)
      • TC level, or being too officious
    • InMotion Cloud reorganization (clarkb 20210504)
      • Currently limited by number of IP addresses available
      • We could deploy an executor in the cloud then set up test nodes without direct external access
      • Any held nodes would need floating IPs attached to them to be accessible
    • Removing registration requirement from our IRC channels (clarkb 20210504)
      • TheJulia asks if we think this is still necessary.
      • Looking at the last month or so of eavesdrop logs it seems we had ~1.5 spam attempts in the unregistered channel
    • Switching artifact signing keys from RSA to ECC
  • 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/