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 ...
随机推荐
- dfs和bfs算法
1. 存储图的方式一般是有两种的:邻接表和邻接矩阵,一般存储链接矩阵的方式是比较简单的,也便于我们去实现这个临接矩阵,他也就是通俗的二维数组,我们平常用到的那种. 2. 这里我们主要记录和讲一下bfs ...
- Charles抓包https请求
平时使用Charles抓包,http的请求一眼就看到具体的请求信息返回信息等,但是如果是https请求,则是出现<unknow>,如下图: 若想要抓取https请求,怎么办呢? 1.连接C ...
- Python3 中hashlib及uuid的用法
Python3 中hashlib及uuid的用法: 可以生成随机ID import uuid import hashlib import time def creat_uuid(): return s ...
- U-Net: Convolutional Networks for Biomedical Image Segmentation(理解+github代码)
github代码:https://github.com/Chet1996/pytorch-UNet 0 - Abstract 这篇文章是生物学会议ICMICCAI2015的文章,主要针对的是生物影像进 ...
- How to extract pcd from a rosbag? 如何从rosbag中提取pcd
4.1 bag_to_pcd Reads a bag file, saving all ROS point cloud messages on a specified topic as PCD fil ...
- [A/C 2007] 数据备份(网络流,堆)
[A/C 2007] 数据备份(网络流,堆) 给你N各点的位置和K条链,需要用这些链把2K个点连起来,使得链的总长最短.可以随意选择要链的点.n=100000. 这道题居然可以用堆-- 首先,不能把区 ...
- 用 LVS 搭建一个负载均衡集群(转)
http://blog.jobbole.com/87503/ 第一篇:<如何生成每秒百万级别的 HTTP 请求?> 第二篇:<为最佳性能调优 Nginx> 第三篇:<用 ...
- 树链剖分【洛谷P1505】 [国家集训队]旅游
P1505 [国家集训队]旅游 题目描述 Ray 乐忠于旅游,这次他来到了T 城.T 城是一个水上城市,一共有 N 个景点,有些景点之间会用一座桥连接.为了方便游客到达每个景点但又为了节约成本,T 城 ...
- luogu1632 点的移动
其实只需要开三重循环 根据OI中的一个重要的原理 给定一个序列a,求一个数x使得\(\sum |a_i-x|\)最小,那么这个数是序列a的中位数 证明略 然后既然是中位数,一定是数列中的数,类比到这题 ...
- Windows服务注意!
安装不成功 报错,或者安装成功 不运行 ,要把引用的dll文件 放到obj \debug文件夹下