Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Weekly Project Infrastructure team meeting)
(432 intermediate revisions by 28 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 15: Line 15:
 
* Specs approval
 
* Specs approval
  
* Priority Efforts
+
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/task-tracker.html A Task Tracker for OpenStack]
+
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/update-config-management.html Update Config Management]
** [http://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html Zuul v3]
+
*** 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
 
* General topics
** rax-ord clean up for nodepool (pabelanger)
+
** OpenAFS cluster status (clarkb 20210302)
*** 2 x fg-test, 1 x pypi.slave.openstack.org can we delete?
+
*** Upgrading servers to Bionic then Focal next.
** Backup server (ianw 2017-11-14)
+
*** New third db server for proper quorum.
*** retire ci-backup-rs-ord bup server
+
** Bup and Borg Backups (clarkb 20210302)
*** https://review.openstack.org/516159 move other hosts
+
*** gitea sql db backup issues.
*** turn off ci-backup-rs-ord & attach old volumes to new host
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210302)
** puppetmaster health (ianw 2017-11-14)
+
*** Enable Xenial -> Bionic/Focal system upgrades
*** very small vm for it's job
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
*** OOM'd and had to get rax to reboot it (credentials to reboot it on the host)
+
*** Zuul service host updates in progress now. Mergers are done. Executors in progress.
*** migration plan?
+
** Deploy a new refstack.openstack.org server (kopecmartin 20210302)
** bindep & external repositories (ianw 2017-11-14)
+
*** Ready for testing?
*** related to removal of centos-release-openstack-* repo (https://review.openstack.org/#/c/519533/)
+
** Bridge disk space (clarkb 20210302)
*** should bindep have a concept of being able to enable a repo as part of bindep.txt?
+
*** This appears at least partially related to ansible and python caching. Should we just clear those caches then profile them?
*** e.g. liberasurecode-devel [platform:centos enable_repo:epel] -> yum install --enablerepo=epel liberasurecode-devel ...
 
*** alternative is to insert a "- enable_blah_repo" role early in your job before bindep. But then your bindep.txt file really has an unexpressed dependency on that
 
** Jobs requiring IPv6 (bswartz)
 
*** Is it possible to create a job that requires a routeable IPv6 address to exist on the node?
 
** Zanata upgrade (to 4.x?) (clarkb/aeng)
 
*** Does not require newer java so this is purely a config and war update
 
  
 
* Open discussion
 
* Open discussion
Line 46: Line 54:
 
(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)
  
* collectd-ceilometer-plugin->collectd-openstack-plugins  https://review.openstack.org/#/c/500768
+
* 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/