Murano Weekly Meeting 2016.06.28
Meeting time: 2016.June.28 1:00~2:00
Chairperson: Kirill Zaitsev, from Mirantis
Meeting summary:
1.Action Item Review
Action: Nikolay_St kzaitsev_mb draft a spec with all the options we have considering swtiching from glance v1 to glance v2
Action: Nikolay_St enable convergence on CI
2.murano-agent release model
Changing murano-agent release model to c-w-intermediary is abandoned.
My memory playing tricks on me.
So we would have to postpone this idea untill ocata I guess.
So we can just release a 2.1.0 not 3.0.0 at the end of the cycle
Link: https://review.openstack.org/#/c/332093
Action: kzaitsev_mb clarify with the release-team versioning of milestones and full releases of murano-agent ETA: N2
3.Make murano-coverage job voting and add coverage jobs to client and dashboard in non-voting mode
<StanLagun> I'd hate to see fake units tests that cover something else, not the code in the commit just to satisfy the job.
converage: 68%=>85%
I would propose to keep the job non-voting until we have acceptable level of coverage.
Agreed: Not to make coverage job voting, -1 in case the job is red.
Action: kzaitsev_mb file a bp and advertise it in the ML about increasing the coverage.
4.Delete gate-murano-pylint job
Reduce pylint warnings and improve code of Murano.
Now we have a too long list of pylint exceptions in code of Murano.
We have to minimize it as much as possible and make murano code more readable and clear.
5.Use osc-lib instead of openstackclient
osc-lib is a package of common support modules for writing OSC plugins.
All common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to osc-lib.
but ironic team give a -2 to this patch.
because the osc-lib is not stable yet.
Link: https://review.openstack.org/#/c/334943/
Link: https://review.openstack.org/#/c/333311/
Murano Weekly Meeting 2016.06.28的更多相关文章
- 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.07
Meeting time: 2016.June.7 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...
- 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.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.07.12
Meeting time: 2016.July.12 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
- Murano Weekly Meeting 2016.07.05
Meeting time: 2016.July.05 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
随机推荐
- URLTester2.3.2
文件: URLTester2.3.2.zip 大小: 1170KB 下载: 下载 URLTester是一个URL测试工具,最主要的一个特色是:当一个域名对应多个IP地址时,不用修改hosts文件,即可 ...
- C#之Socket断线重连
一.网上常用方法 1.当Socket.Conneted == false时,调用如下函数进行判断 /// /// 当socket.connected为false时,进一步确定下当前连接状态 /// / ...
- flask + pymysql操作Mysql数据库
安装flask-sqlalchemy.pymysql模块 pip install flask-sqlalchemy pymysql ### Flask-SQLAlchemy的介绍 1. ORM:Obj ...
- Codeforces Round #533 (Div. 2)题解
link orz olinr AK Codeforces Round #533 (Div. 2) 中文水平和英文水平都太渣..翻译不准确见谅 T1.给定n<=1000个整数,你需要钦定一个值t, ...
- USACO 1.3.6 Ski Course Design[滑雪课程设计]
先说说思路: 这题比上一道坑人的wormholes简单多了!我一看到这题,“XXX设计”,还以为要用到什么dp呢,没想到是水题 用两层循环,第一层循环相差17中的上界,第二层遍历所有的山峰计算答案.并 ...
- 2019年GPLT L2-3 深入虎穴 比赛题解 中国高校计算机大赛-团体程序设计天梯赛题解
著名的王牌间谍 007 需要执行一次任务,获取敌方的机密情报.已知情报藏在一个地下迷宫里,迷宫只有一个入口,里面有很多条通路,每条路通向一扇门.每一扇门背后或者是一个房间,或者又有很多条路,同样是每条 ...
- iOS 11导航栏设置BarButtonItem变形问题和错位问题
升级到 iOS 11,你可能会发现你的 App 的工具栏的行为出了点异常.比如奇点,我在使用过程中,发现工具栏时灵时不灵,感觉很难点到.这是怎么回事?通过 Xcode 的 Debug View Hie ...
- CSS基础(续)
老男孩第39天 老男孩 CSS CSS的常用属性 4 文本属性 font-size: 10px; text-align: center; 横向排列 line-height: 200px; 文本行 ...
- git学习---去除版本控制
本地这样去除文件夹 node_modules 的版本关联:执行:git rm -r --cached "node_modules/"提交: git commit -am 'remo ...
- IntelliJ Save Action
https://blog.csdn.net/hustzw07/article/details/82824713