Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(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).
  
 
== Agenda for next meeting ==
 
== Agenda for next meeting ==
 +
 +
* Announcements
  
 
* Actions from last meeting
 
* Actions from last meeting
* Schedule next project renames
+
 
* Priority Efforts
+
* Specs approval
** Swift logs
+
 
*** https://etherpad.openstack.org/p/swift_logs_next_steps
+
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
** Puppet module split
+
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html Update Config Management]
*** (asselin) Sprint planning. Reminder for Sprint: Wednesday January 28, 2015 at 1500 UTC https://wiki.openstack.org/wiki/VirtualSprints#Schedule_of_Upcoming_OpenStack_Virtual_Sprints
+
*** topic:update-cfg-mgmt
*** Sign up on Etherpad https://etherpad.openstack.org/p/puppet-module-split-sprint
+
*** Zuul as CD engine
*** Gerrit Topic: https://review.openstack.org/#/q/topic:module-split+status:open,n,z
+
** OpenDev
** Nodepool DIB
+
*** Gerrit account and group inconsistencies
** Docs publishing
+
**** https://etherpad.opendev.org/p/gerrit-user-consistency-2021 High level notes.
*** Holding pattern
+
**** We have 17 accounts with preferred email addresses that don't have a matching external id
** Jobs on trusty
+
**** Need to correct the ~642 external id issues before we can push updates to refs/meta/external-ids with Gerrit online.
*** https://etherpad.openstack.org/p/py34-transition
+
**** Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
* Upgrading Gerrit (zaro)
+
**** Next steps
* Options for procedural -2 (jeblair)
+
***** Identify accounts that are inactive and can be more forcefully retired. Retire these to fix those errors.
* Fedora 21 (ianw 6/1)
+
***** 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/145959 (Always install latest EPEL)
+
***** Work with remaining accounts to figure out how to best resolve the account conflicts. This may take some time.
** https://review.openstack.org/140901 (Nodepool DIB -- handle numeric release)
+
***** https://review.opendev.org/c/opendev/system-config/+/777846 Collecting scripting efforts here
** https://review.openstack.org/140911 (Add F21 image build with released final image)
+
*** Configuration tuning
** https://review.openstack.org/146760 (Move devstack jobs to f21)
+
**** Using strong refs for jgit caches
* (yamamoto) Portability question
+
**** Batch user groups and threads
** I'm not sure if I can attend the meeting, sorry.  I added this here as it's suggested that this needs wider audience.
+
 
** It's easier for me to be able to run "tox" tests on non-linux environments.
+
* General topics
*** relevant review: https://review.openstack.org/#/c/150264/
+
** OpenAFS cluster status (clarkb 20210302)
** On the other hand, the gain of portability to platforms that OpenStack does not support is questionable.
+
*** Upgrading servers to Bionic then Focal next.
** My suggestions
+
*** New third db server for proper quorum.
*** Do not refrain from using non-portable features when necessary
+
** Bup and Borg Backups (clarkb 20210302)
*** Accept best-effort changes to make it portable, unless they have significant drawbacks
+
*** 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
  
 
== 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)
* openstack/oslo.version -> openstack-attic/oslo.version (https://review.openstack.org/#/c/141812/)
+
 
* stackforge/cookbook-ceph -> stackforge-attic/cookbook-ceph (https://review.openstack.org/#/c/147250/)
+
* foo/example -> bar/example: https://review.opendev.org/#/c/123456
* openstack/$SERVICE-api -> openstack-attic/$SERVICE-api (https://review.openstack.org/145289/)
 
  
 
== 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/