Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Upcoming Project Renames)
(200 intermediate revisions by 16 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 10: Line 10:
  
 
* Announcements
 
* Announcements
** OpenStack Release this Week (20191015)
+
** Clark out during May 11 meeting time. Need a volunteer chair or can cancel that meeting.
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 17: Line 17:
  
 
* 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/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/update-config-management.html Update Config Management]
 
*** topic:update-cfg-mgmt
 
*** topic:update-cfg-mgmt
 
*** Zuul as CD engine
 
*** Zuul as CD engine
 
** OpenDev
 
** 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
 +
**** 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.
 +
*** Update our base job's nodeset
 +
**** https://review.opendev.org/789098
 +
*** Gerrit global config simplification
 +
**** https://review.opendev.org/789383
  
 
* General topics
 
* General topics
** Trusty Upgrade Progress (clarkb 20191015)
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210504)
*** Wiki updates
+
*** Enable Xenial -> Bionic/Focal system upgrades
** static.openstack.org (ianw,corvus,mnaser,fungi 20191015)
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
*** Review spec: https://review.opendev.org/683852
+
*** Zuul service host updates in progress now. Zuul scheduler is last remaining server that needs an upgrade in the zuul cluster.
*** Sign up for tasks at https://etherpad.openstack.org/p/static-services
+
** openEuler patches (ianw 20210504)
*** https://etherpad.openstack.org/p/openstack-org-dns
+
*** TC level, or being too officious
**** Brought this up with the OSF and they had no initial concerns though jbryce said he wouldn't get to review it until this week.
+
** InMotion Cloud reorganization (clarkb 20210504)
** CentOS 8 (clarkb 20191015)
+
*** Currently limited by number of IP addresses available
*** Do we need to consider pushing projects to switch labels when 8 is available?
+
*** We could deploy an executor in the cloud then set up test nodes without direct external access
*** zbr is updating the configure-mirror role to support CentOS 8
+
*** Any held nodes would need floating IPs attached to them to be accessible
*** We believe that the NetworkManager issue has been tracked down and fixed (thank you ianw)
+
** Removing registration requirement from our IRC channels (clarkb 20210504)
**** The issue that prevents ipv4 from being configured is related to glean up'ing the interface between NetworkManager starts. We stopped glean from doing this.
+
*** TheJulia asks if we think this is still necessary.
**** The issue that prevented ipv6 from being configured was related to our RA solicit delay value. Which we've removed.
+
*** Looking at the last month or so of eavesdrop logs it seems we had ~1.5 spam attempts in the unregistered channel
** PTG Planning (clarkb 20191015)
+
** Switching artifact signing keys from RSA to ECC
*** https://etherpad.openstack.org/p/OpenDev-Shanghai-PTG-2019
+
*** https://review.opendev.org/789062
*** https://www.openstack.org/ptg/ schedule can be found here under the schedule tab.
+
 
trawman
 
 
* Open discussion
 
* Open discussion
  
 
== Upcoming Project Renames ==
 
== Upcoming Project Renames ==
 
(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
  
 
== 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/