Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

(Agenda for next meeting)
(Upcoming Project Renames)
(159 intermediate revisions by 14 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
 +
** 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 20: Line 21:
 
*** Zuul as CD engine
 
*** Zuul as CD engine
 
** OpenDev
 
** OpenDev
*** Progress on Governance changes
+
*** Gerrit account inconsistencies
**** https://review.opendev.org/#/c/703134/ Split OpenDev out of OpenStack governance.
+
**** All preferred emails lack external ids issues have been corrected. All group loops have been corrected.
**** https://review.opendev.org/#/c/703488 Updates to our project documentation with governance info
+
**** Workaround is we can stop Gerrit, push to external ids directly, reindex accounts (and groups?), start gerrit, then clear accounts caches (and groups caches?)
*** Upgrade gitea to 1.10.3 https://review.opendev.org/#/c/705804/
+
**** 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
** Vancouver PTG attendance. (clarkb 20200218)
+
** Picking up steam on Puppet -> Ansible rewrites (clarkb 20210504)
*** That time of year where we need to decide if we are going and if so how much time and space we need.
+
*** Enable Xenial -> Bionic/Focal system upgrades
** Trusty Upgrade Progress (clarkb 20200218)
+
*** https://etherpad.opendev.org/p/infra-puppet-conversions-and-xenial-upgrades Start capturing TODO list here
*** Wiki updates
+
*** Zuul service host updates in progress now. Zuul scheduler is last remaining server that needs an upgrade in the zuul cluster.
** static.openstack.org (ianw,corvus,mnaser,fungi 20200218)
+
** openEuler patches (ianw 20210504)
*** static.openstack.org transition should be complete
+
*** TC level, or being too officious
*** still tasks remaining (haproxy redirects, few other publishing sites)
+
** InMotion Cloud reorganization (clarkb 20210504)
** New Airship CI cloud (clarkb 20200218)
+
*** Currently limited by number of IP addresses available
** pip-and-virtualenv removal (ianw 20200218)
+
*** We could deploy an executor in the cloud then set up test nodes without direct external access
*** https://etherpad.openstack.org/p/pTFF4U9Klz : clarkb writeup of major issues
+
*** Any held nodes would need floating IPs attached to them to be accessible
*** possible removal plan: use py3 venv (built in) on all platforms for build-time "utility" installs (glean, bindep, stackviz, whatever); ship images without any non-distro-packaged tools; add for backwards compatibility via base jobs
+
** Removing registration requirement from our IRC channels (clarkb 20210504)
*** https://review.opendev.org/707499 : discussion in comments
+
*** TheJulia asks if we think this is still necessary.
*** https://review.opendev.org/707513 : use venv for glean
+
*** Looking at the last month or so of eavesdrop logs it seems we had ~1.5 spam attempts in the unregistered channel
*** https://review.opendev.org/707750 : use venv in project-config elements; drop pip-and-virtualenv inclusion from element and move to individual configs; add node type with no pip-and-virtualenv.  this can be used for job testing.
+
** Switching artifact signing keys from RSA to ECC
 +
*** https://review.opendev.org/789062
  
 
* Open discussion
 
* Open discussion
** Need to clarify logging requirements from https://docs.openstack.org/infra/system-config/third_party.html -- mainly the "logs must be browsable; logs requiring download, installation or login to access are not acceptable" phrase. (ssbarnea 20200217)
 
*** Does it apply to any logs or only tempest ones? Current indentation seems wrong, was this expected to be top level?
 
*** Is ever accepted to produce combined .tar.gz files with host-logs?
 
*** In which conditions it would be acceptable to archive a big log file? Example publishing a 1GB single log file is clearly not of any use for browsing it. I suspect after certain size is ok to archive them but this is not mentioned. What would be the magic threshold?
 
  
 
== 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)
  
None currently.
+
* (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/