Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Upcoming Project Renames)
(Agenda for next meeting)
(88 intermediate revisions by 8 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
** Clarkb out July 7. Will need someone else to run the meeting.
+
** OpenStack completing release April 14. Airship 2.0 doesn't seem to exist yet so will assume they are still working on it.
  
 
* Actions from last meeting
 
* Actions from last meeting
  
 
* Specs approval
 
* Specs approval
** Authentication broker service, https://review.opendev.org/#/c/731838/
 
*** Not yet ready for approval but is worthy of review.
 
  
 
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
 
* Priority Efforts (Standing meeting agenda items. Please expand if you have subtopics.)
 
** [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/update-config-management.html Update Config Management]
 
*** topic:update-cfg-mgmt
 
*** topic:update-cfg-mgmt
*** Gerrit on docker updates
 
**** Gerritbot still outstanding todo item.
 
 
*** Zuul as CD engine
 
*** Zuul as CD engine
*** Zuul executors running on containers
 
 
** OpenDev
 
** OpenDev
*** Progress on Governance changes
+
*** Gerrit upgrade to 3.2.8
**** http://lists.opendev.org/pipermail/service-discuss/2020-May/000026.html Advisory Board thread. Bumped with July 2, 2020 deadline.
+
**** https://review.opendev.org/c/opendev/system-config/+/784152
*** Gitea api troubles.
+
*** Gerrit account inconsistencies
**** Workaround: https://review.opendev.org/#/c/738109/
+
**** All preferred emails lack external ids issues have been corrected. All group loops have been corrected.
**** Upstream fix: https://github.com/go-gitea/gitea/pull/12057
+
**** 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
 +
***** ~224 accounts were cleaned up. Next batch of ~56 has been started. Will clean their external IDs after letting the retired users sit for a few days.
 +
***** Email sent to two Third Party CI groups about correcting external id conflicts among their accounts. These accounts will not be retired (for the most part).
 +
*** Configuration tuning
 +
**** Reduce the number of ssh threads. Possibly create bot/batch user groups and thread counts as part of this.
 +
**** https://groups.google.com/g/repo-discuss/c/BQKxAfXBXuo Upstream conversation with people struggling with similar problems.
  
 
* General topics
 
* General topics
** DNS cleanup (ianw 20200630)
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210413)
*** https://etherpad.opendev.org/p/rax-dns-openstack-org First pass of record removals has been done. Could use a second pass.
+
*** Enable Xenial -> Bionic/Focal system upgrades
*** On the agenda as a reminder for clarkb to do this second cleanup pass.
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
** Trusty Upgrade Progress (clarkb 20200630)
+
*** Zuul service host updates in progress now. Scheduler and Zookeeper cluster remaining. Will focus on ZK first.
*** Wiki updates
+
**** https://etherpad.opendev.org/p/opendev-zookeeper-upgrade-2021 discussion of options for zk upgrades
** Time to retire the openstack-infra ML yet? (fungi 20200630)
+
** planet.openstack.org (ianw 20210413)
** Grafana on containers (clarkb 20200630)
+
*** Strong preference from clarkb to retire it
*** https://review.opendev.org/#/q/status:open+topic:grafana-container
+
*** Superuser appears to be a major blog showing up there as well as a couple of others. Maybe we reach out to them and double check they don't want to help? (fungi and clarkb reached out to Superuser and they seem ok.
 +
** survey.openstack.org (clarkb 20210413)
 +
*** Can we go ahead and clean this service up? I don't think it ever got much use (maybe one or two surveys total).
 +
** docs-old volume cleanup (ianw 20210413)
 +
*** We were going to double check with Ajaeger if we can then proceed to cleanup if no one had a reason to keep it.
 +
** PTG Planning (clarkb 20210413)
 +
*** Next PTG April 19-23
 +
**** Thursday April 22 1400-1600UTC and 2200-0000UTC
  
 
* Open discussion
 
* Open discussion
Line 48: Line 56:
  
 
* foo/example -> bar/example: https://review.opendev.org/#/c/123456
 
* foo/example -> bar/example: https://review.opendev.org/#/c/123456
* x/devstack-plugin-topiko -> x/devtsack-plugin-tobiko: https://review.opendev.org/#/c/738979 This change needs to be updated to do a proper rename
 
  
 
== 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 23:10, 12 April 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
    • OpenStack completing release April 14. Airship 2.0 doesn't seem to exist yet so will assume they are still working on it.
  • 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 upgrade to 3.2.8
      • 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
          • ~224 accounts were cleaned up. Next batch of ~56 has been started. Will clean their external IDs after letting the retired users sit for a few days.
          • Email sent to two Third Party CI groups about correcting external id conflicts among their accounts. These accounts will not be retired (for the most part).
      • Configuration tuning
  • General topics
    • Picking up steam on Puppet -> Ansible rewrites (clarkb 20210413)
    • planet.openstack.org (ianw 20210413)
      • Strong preference from clarkb to retire it
      • Superuser appears to be a major blog showing up there as well as a couple of others. Maybe we reach out to them and double check they don't want to help? (fungi and clarkb reached out to Superuser and they seem ok.
    • survey.openstack.org (clarkb 20210413)
      • Can we go ahead and clean this service up? I don't think it ever got much use (maybe one or two surveys total).
    • docs-old volume cleanup (ianw 20210413)
      • We were going to double check with Ajaeger if we can then proceed to cleanup if no one had a reason to keep it.
    • PTG Planning (clarkb 20210413)
      • Next PTG April 19-23
        • Thursday April 22 1400-1600UTC and 2200-0000UTC
  • 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/