Jump to: navigation, search

Difference between revisions of "Meetings/InfraTeamMeeting"

m (Agenda for next meeting)
(Agenda for next meeting)
(35 intermediate revisions by 7 users not shown)
Line 10: Line 10:
  
 
* Announcements
 
* Announcements
** Summit and PTG next week. Meeting on November 5 Cancelled.
 
  
 
* Actions from last meeting
 
* Actions from last meeting
Line 17: Line 16:
  
 
* 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
 +
*** Progress on Governance changes
 +
**** https://review.opendev.org/#/c/703134/ Split OpenDev out of OpenStack governance.
 +
**** https://review.opendev.org/#/c/703488 Updates to our project documentation with governance info
 +
*** Upgrade gitea to 1.10.3 https://review.opendev.org/#/c/705804/
  
 
* General topics
 
* General topics
** Graphite update (clarkb 20191029)
+
** Vancouver PTG attendance. (clarkb 20200218)
*** Retention for stats.timers reduced. Files updated and rechowned.
+
*** That time of year where we need to decide if we are going and if so how much time and space we need.
** PTG Planning (clarkb 20191029)
+
** Trusty Upgrade Progress (clarkb 20200218)
*** https://etherpad.openstack.org/p/OpenDev-Shanghai-PTG-2019
 
*** https://www.openstack.org/ptg/#tab_schedule PTG Schedule
 
** Cleaning up OpenSuse 150 images (clarkb 20191029)
 
*** The 150 images in nodepool were replaced by the 15 images. Need to update jobs so that we can remove the 150 images.
 
*** https://review.opendev.org/#/q/topic:use-opensuse-15
 
** Trusty Upgrade Progress (clarkb 20191029)
 
 
*** Wiki updates
 
*** Wiki updates
** static.openstack.org (ianw,corvus,mnaser,fungi 20191029)
+
** static.openstack.org (ianw,corvus,mnaser,fungi 20200218)
*** Review spec: https://review.opendev.org/683852
+
*** static.openstack.org transition should be complete
*** Sign up for tasks at https://etherpad.openstack.org/p/static-services
+
*** still tasks remaining (haproxy redirects, few other publishing sites)
*** https://etherpad.openstack.org/p/openstack-org-dns
+
** New Airship CI cloud (clarkb 20200218)
** ask.openstack.org apache2 crashing daily during logrotate (frickler 20191111)
+
** pip-and-virtualenv removal (ianw 20200218)
*** Needs a volunteer to further debug and find a permanent fix
+
*** https://etherpad.openstack.org/p/pTFF4U9Klz : clarkb writeup of major issues
*** Some logs: http://paste.openstack.org/show/785843/
+
*** 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
 +
*** https://review.opendev.org/707499 : discussion in comments
 +
*** https://review.opendev.org/707513 : use venv for glean
 +
*** 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.
  
 
* 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.
  
 
== 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 21:27, 17 February 2020

Weekly Project Infrastructure team meeting

The OpenStack Project Infrastructure Team holds public weekly meetings in #openstack-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
  • General topics
    • Vancouver PTG attendance. (clarkb 20200218)
      • That time of year where we need to decide if we are going and if so how much time and space we need.
    • Trusty Upgrade Progress (clarkb 20200218)
      • Wiki updates
    • static.openstack.org (ianw,corvus,mnaser,fungi 20200218)
      • static.openstack.org transition should be complete
      • still tasks remaining (haproxy redirects, few other publishing sites)
    • New Airship CI cloud (clarkb 20200218)
    • pip-and-virtualenv removal (ianw 20200218)
  • 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

(any additions should mention original->new full names and link to the corresponding project-config rename change in Gerrit)

None currently.

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/