Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Weekly Project Infrastructure team meeting)
Line 1: Line 1:
  
 
<!-- ## page was renamed from Meetings/CITeamMeeting -->
 
<!-- ## page was renamed from Meetings/CITeamMeeting -->
{{:Header}}
 
 
 
= 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 12: Line 10:
  
 
* Announcements
 
* Announcements
 +
 
* Actions from last meeting
 
* Actions from last meeting
* Schedule next project renames
+
 
* Priority Specs
+
* Specs approval
** https://review.openstack.org/137471 (openstack_project refactor)
+
 
** https://review.openstack.org/139745 (In tree third-party CI)
+
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
* Priority Efforts
+
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html Update Config Management]
** Swift logs
+
*** topic:update-cfg-mgmt
** Nodepool DIB
+
*** Zuul as CD engine
** Docs publishing
+
** OpenDev
*** Holding pattern
+
*** Gerrit account and group inconsistencies
** Migration to Zanata
+
**** https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
*** http://specs.openstack.org/openstack-infra/infra-specs/specs/migrate_to_zanata.html
+
**** We have 17 accounts with preferred email addresses that don't have a matching external id
* Askbot migration (mrmartin)
+
**** Need to correct the ~642 external id issues before we can push updates to refs/meta/external-ids with Gerrit online.
** need to move forward with this project, and migrate ask.o.o to our infra
+
**** Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
** https://review.openstack.org/154061 (Add migrate askbot to infra spec)
+
**** Next steps
** https://review.openstack.org/140043 (Initial commit of Ask website)
+
***** Identify accounts that are inactive and can be more forcefully retired. Retire these to fix those errors.
** https://review.openstack.org/151912 (Add puppet askbot and puppet solr modules)
+
***** 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)
** https://review.openstack.org/151910 (Add puppet-solr as a separate puppet module) Notice: abandoned, we are using vamsee-solr puppet module instead.
+
***** Work with remaining accounts to figure out how to best resolve the account conflicts. This may take some time.
* Upgrading Gerrit (zaro)
+
***** https://review.opendev.org/c/opendev/system-config/+/777846 Collecting scripting efforts here
** Upgrade review.o.o to Trusty (https://etherpad.openstack.org/p/review-to-trusty)
+
*** Configuration tuning
** Upgrade Gerrit to ver 2.9 (https://etherpad.openstack.org/p/gerrit-2.9-upgrade)
+
**** Using strong refs for jgit caches
* supporting project-config new-repo reviews with some clarity (anteaya)
+
**** Batch user groups and threads
** https://etherpad.openstack.org/p/new-repo-reviewing-sanity-checks
+
 
* Splitting nodepool image-build log-files (ianw 2/17)
+
* General topics
** Proposal is to add a nodepool command 'generate-log-config' that generates a sensible log-config from the configuration file
+
** OpenAFS cluster status (clarkb 20210302)
** https://review.openstack.org/153904 (Add generate-log-config command)
+
*** Upgrading servers to Bionic then Focal next.
** https://review.openstack.org/156457 (Use nodepool 'generate-log-config' command to generate log config)
+
*** New third db server for proper quorum.
* Request for inline comments on style check failures (cebruns)
+
** Bup and Borg Backups (clarkb 20210302)
** https://etherpad.openstack.org/p/styleChecksInReviews
+
*** gitea sql db backup issues.
 +
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210302)
 +
*** Enable Xenial -> Bionic/Focal system upgrades
 +
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
 +
*** Zuul service host updates in progress now. Mergers are done. Executors in progress.
 +
** 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
 
* Open discussion
** https://review.openstack.org/#/c/152290/  Zuul layout split using (tristanC)
 
** https://review.openstack.org/#/c/154297/ Bower mirror discussion (jhesketh)
 
  
 
== Upcoming Project Renames ==
 
== Upcoming Project Renames ==
* none (any additions should mention original->new full names and link to the corresponding change in Gerrit)
+
(any additions should mention original->new full names and link to the corresponding project-config rename change in Gerrit)
 +
 
 +
* 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/