Technical Committee Weekly Meeting 2016.06.21
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的更多相关文章
- Murano Weekly Meeting 2016.06.21
Meeting time: 2016.June.21 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
- Murano Weekly Meeting 2016.06.28
Meeting time: 2016.June.28 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
- Murano Weekly Meeting 2016.06.14
Meeting time: 2016.June.14 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
- Murano Weekly Meeting 2016.06.07
Meeting time: 2016.June.7 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...
- Murano Weekly Meeting 2016.07.19
Meeting time: 2016.July.19 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
- Murano Weekly Meeting 2016.08.23
Meeting time: 2016.August.23 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: ...
- Murano Weekly Meeting 2016.08.16
Meeting time: 2016.August.16 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: ...
- Murano Weekly Meeting 2016.08.09
Meeting time: 2016.August.09 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: ...
- Murano Weekly Meeting 2016.08.02
Meeting time: 2016.August.02 1:00~2:00 Chairperson: Valerii Kovalchuk, from Mirantis Meeting summar ...
随机推荐
- Zoey.Dapper--Dapper扩展之把SQL语句放到文件中
介绍 不知道大家在用Dapper的时候SQL语句是写到哪的,目前看网上的例子都是写到类里面的. 此项目的目的是把SQL语句放到文件(xml)中 目前只是初步版本,只是说明了意图,后面会持续完善和优化 ...
- 使用KubeAdm部署Kubernetes集群——如何访问google代码仓库及Yum源
一.申请国外服务器,部署ShadowSock服务 1.下载并创建配置文件 wget https://github.com/shadowsocks/shadowsocks-go/releases/dow ...
- UIPasteboard
1.UIPasteboard 简介 顾名思义,UIPasteboard 是剪切板功能,因为 iOS 的原生控件 UITextField.UITextView.UIWebView, 我们在使用时如果长按 ...
- A. Theatre Square(math)
A. Theatre Square time limit per test 1 second memory limit per test 256 megabytes input standard in ...
- C#调用WCF问题汇总
1.添加服务后无法引用,添加服务时打开高级,将下面的选项去掉就可以引用了. 2.在程序中引用后,运行时报“找不到引用协定‘’的默认终结点元素”错误,这是由于在工程的App.config里没有生成配置节 ...
- hadoop HDFS文件系统的特征
hadoop HDFS文件系统的特征 存储极大数目的信息(terabytes or petabytes),将数据保存到大量的节点当中.支持很大单个文件. 提供数据的高可靠性,单个或者多个节点不工作,对 ...
- .NET 反射
反射是.NET很强大的一个机制. 它就像照妖镜一般的存在.它能调用你的任意私有成员,如:私有构造函数.私有方法.私有字段. 类的构造函数声明为了private,别人无法实例化对象出来?No,No,No ...
- python学习过程(四)
上节我们说了怎么从一个网页中获取所有的a标签,包括a标签的文本和a标签的url,以及最后经过整理,直接从网页中获取key-value键值对,也就是标签:url这种形式. 例如 : 百度: http:/ ...
- P3167 [CQOI2014]通配符匹配 题解
题目 题目大意 给出一个字符串,其中包含两种通配符 ‘?’和 ‘*’ ,‘?’可以代替一个字符,‘*’可以代替一个字符串(长度可以为0) 然后给出几个字符转,判断能否用给出的字符串表示出来 样例解释 ...
- <aop:aspectj-autoproxy proxy-target-class="false"/>导致出现404状态码
今天干活的时候,由于是一个web应用,想在每次发送请求和返回响应的时候记录日志,也就是代理Controller,想起了之前的spring AOP,于是按照之前的配置配置好了,可是发现每次前端发送请求都 ...