Meeting time:   2016.June.21 1:00~2:00

Chairperson:    Thierry Carrez

Meeting summary:

1.Add current house rules for reference

  This lists exceptions to the formal votes for various changes

  in the openstack/governance repository. It corresponds to

  house rules as they were proposed to the Newton membership in

  our introductory meeting, with additional wording to cover

  the exceptions proposed by Doug Hellmann at our last meeting.

  Link: https://review.openstack.org/#/c/330442/1/reference/house-rules.rst

2.Update team tags for some projects

  congress: To provide governance as a service across any collection of cloud service. =>team:diverse-affiliation

  solum: Software Development Lifecycle Automation service. =>team:single-vendor

  zaqar: To produce an OpenStack messaging service. =>team:diverse-affiliation

  Link: https://review.openstack.org/#/c/332093

3.Remove Packaging-Deb project team

  PTL: Monty Taylor

  Desc: Maintain packages for Debian (and other deb based distributions) as a community.

  Status: abondoned

  Reason: I proposed this because Packaging-Deb is the only official project team without any visible activity.

  I'm not in favor of removing this as the project team in question is currently in the middle of good-faith effort to implement the needed things.

  1) the repositories can't be moved without losing existing CI functionality, and fixing that would be a distraction.

  2) this is close to getting the necessary infra support for proper CI within OpenStack.

  3) this effort is deep enough that we wouldn't pursue it (or prioritize it) if the project was not official.

  Agreed: grace period for Packaging-Deb extended to end of August.

  Link: https://review.openstack.org/329430

4.Add 'type:horizon-plugin' tag

  Define a new deliverable type tag to describe deliverables

  that are specifically meant to be loaded by Horizon to provide UI for a given project.

  Link: https://review.openstack.org/#/c/329479/

5.Add 'level playing field' requirement

  From an upstream perspective, I see us as being in the business

  of providing open collaboration playing fields in order to build

  projects to reach the OpenStack Mission. We collectively provide

  resources (infra, horizontal teams, events...) in order to enable that open collaboration.

  Require: 

  The new project shall provide a level and open collaboration playing field

  for all contributors. The project shall not benefit a single vendor, or

  a single vendors product offerings; nor advantage contributors from a

  single vendor organization due to access to source code, hardware,

  resources or other proprietary technology available only to those contributors.

6.Open Discussion

  1) We'll have most TC members in Ann Arbor next week for the leadership training, so we'll skip that meeting.

2) Release Coordinator Nominations

======= ============ ================ ========== ========== ==================
Release Coordinator Nominations Open Poll Open Poll Close Geographic Region
======= ============ ================ ========== ========== ==================
M Monty Taylor 2015-06-01 2015-06-08 2015-06-15 N/A
N Monty Taylor 2015-11-08 2015-11-30 2015-12-07 Texas Hill Country
O Monty Taylor 2015-11-08 2015-11-30 2015-12-07 Catalonia
P Monty Taylor 2016-06-22 2016-07-06 2016-07-13 New England
Q Monty Taylor 2016-06-22 2016-07-06 2016-07-13 New South Wales
======= ============ ================ ========== ========== ==================

  Link: https://review.openstack.org/#/c/332193

  

Technical Committee Weekly Meeting 2016.06.21的更多相关文章

  1. Murano Weekly Meeting 2016.06.21

    Meeting time: 2016.June.21 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1. ...

  2. Murano Weekly Meeting 2016.06.28

    Meeting time: 2016.June.28 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1. ...

  3. Murano Weekly Meeting 2016.06.14

    Meeting time: 2016.June.14 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1. ...

  4. Murano Weekly Meeting 2016.06.07

    Meeting time: 2016.June.7 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...

  5. Murano Weekly Meeting 2016.07.19

    Meeting time: 2016.July.19 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1. ...

  6. Murano Weekly Meeting 2016.08.23

    Meeting time: 2016.August.23 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: ...

  7. Murano Weekly Meeting 2016.08.16

    Meeting time: 2016.August.16 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: ...

  8. Murano Weekly Meeting 2016.08.09

    Meeting time: 2016.August.09 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: ...

  9. Murano Weekly Meeting 2016.08.02

    Meeting time: 2016.August.02 1:00~2:00 Chairperson:  Valerii Kovalchuk, from Mirantis Meeting summar ...

随机推荐

  1. POJ 2836 Rectangular Covering (状压DP)

    题意:平面上有 n (2 ≤ n ≤ 15) 个点,现用平行于坐标轴的矩形去覆盖所有点,每个矩形至少盖两个点,矩形面积不可为0,求这些矩形的最小面积. 析:先预处理所有的矩形,然后dp[s] 表示 状 ...

  2. [转]关于截取字符串substr和substring两者的区别

    subString(start,stop) substr(start,length) substr和substring两个都是截取字符串的. 两者有相同点,如果只是写一个参数,两者的作用都是一样的:就 ...

  3. 【Arcgis for android】保存地图截图到sd卡

    关键词:arcgis for android ,截图,bitmap,sd卡 参考文章:http://blog.csdn.net/wozaifeiyang0/article/details/767972 ...

  4. arcgis调用国家天地图wfs服务

    1.国家天地图wfs地址 getcapabilities http://www.tianditu.com/wfssearch.shtml?request=getcapabilities&ser ...

  5. AutoResetEvent的使用介绍(用AutoResetEvent实现同步)

    前几天碰到一个线程的顺序执行的问题,就是一个异步线程往A接口发送一个数据请求.另外一个异步线程往B接口发送一个数据请求,当A和B都执行成功了,再往C接口发送一个请求.说真的,一直做BS项目,对线程了解 ...

  6. 判断某元素是否在Array中

    几年前,Insus.NET有尝试把Array转换为IList接口,然后使用IList.Contains()方法.当时评论时,也引起了一些异议.原博文地址:http://www.cnblogs.com/ ...

  7. ScriptableObject

    什么是ScriptableObject? 点击查看Unity官网的描述 直译过来就是“脚本化对象”,换言之这类作为存储结构化的数据来使用,并写入Unity的资源.asset文件去存储一组数据,取用的时 ...

  8. 【Java】Observer Pattern

    前言 代码来源于生活,更加高于生活.设计模式让我们的生活更加的方便.观测一个东西,盯着一个东西,关注一个公众号,这些东西,如果没有即时通知的话,我们又特别想了解这方面的内容,那么我们除了一直耗着时间找 ...

  9. cheerio制作markDown索引目录

    原文地址:cheerio制作markDown索引目录 制作目录索引这种东西当然是放在前端方便.选择放在后端一是为了了解Node后端生态,掌握更多后端技术:二是因为公司实行前后端分离的方式开发,睾贵的J ...

  10. 基本css拼图形

    关闭按钮: <em class="close"></em> .close { width: 16px; height: 16px; text-align: ...