Murano Weekly Meeting 2015.07.28
Meeting time: 2015.July.28th 1:00~2:00
Chairperson: Kirill Zaitsev, core from Mirantis
Meeting summary:
1.Migrating to yaql 1.0 status.
PIC: Stan Lagun
Status: This quest is almost completed and most of our unit tests are green already with small minor issues left to fix
so the final version is going to be really soon.
Action: As soon as yaql and muranopl is ready, Kirill Zaitsev will write an email to encourage murano team and murano users to test new yaql.
2.Cloud Foundry Service Broker status
PIC: Nikolay Starodubtsev
Status: The Cloud Foundry integration code is ready for review, and waiting for the new Cloud Foundry stackato image to test the new ServiceBroker API v2.5.
What is Cloud Foundry?
Cloud foundry is the first open source PAAS cloud platform which is launched by VMware.
It supports a variety of framework, language, runtime environment, cloud platform and application services,
allowing developers to application deployment and expansion within a few seconds,
no need to worry about the problem of any infrastructure.
About this point, it is similar to Murano.
Link: http://baike.baidu.com/view/8193015.htm
Blue Print Description:
CloudFoundry allows an integration with 3rd party services via ServiceBroker API.
The current version of API is v2.5. The API is provided by Pivotal Company which is established by EMC and VMWare.
If Murano implements this API, it will be possible to expose all Murano applications as a services in CloudFoundry PaaS.
This will significantly improve PaaS user experience as it will have an ability to integrate his app with existing apps in Murano
and deploy really complex configurations on top of OpenStack.
Link: https://blueprints.launchpad.net/murano/+spec/cloudfoundry-api-support
3.Support for heat environments and files status
PIC: mgershen
Status:
(1) The heat environments feature implementation has not set in yet.
(2) The heat files feature implementation is going well and waiting for review.
(3) In order to make the connection between the stack in heat to the Murano environments, the Murano environment ID will be a part of the stack name.
(4) Heat has already allowed showing and hiding stack tagging, and tagging paramters should be passed when Murano calls heat API.
Blue Print Description:
(1) Allowing Heat environments to be saved and deployed as part of a Murano Heat package.
Heat environment is used to map resource names to templates, and optionally can be used to define common stack parameters.
Heat environment files should be placed in the package under '/Heat/Environments'.
When a user request to add a Heat-generated package to a Murano environment,
he should have an option to specify one of the heat-environment-files located at '/Heat/Environments' in the package,
and this heat-environment-file should be sent to Heat with the template during Murano environment deployment.
If no heat-environment-file was specified, the template will be deployed without a Heat environment.
(2) Allowing Heat additional files to be saved and deployed as part of a Murano Heat applications.
Adding additional files to a package should be optional. Such files should be placed in the package under '/HeatFiles'.
When a Heat-generated package is being deployed,
if the package contains additional files, they should be sent to Heat together with the template and params.
If there are any Heat additional files located in the package under '/HeatFiles',
they should all be sent with the template during stack creation in Heat.
Link: https://blueprints.launchpad.net/murano/+spec/cloudfoundry-api-support
4.My Weekly Work
With Kirill Zaitsev's help, I have made an implementation for "Add js linting jobs to murano-dashboard".
Almost I have submit 6 partially implements for this blue print, and 3 partially implements have been merged in this week.
Blue Print Description:
To ensure good quality of js files murano-dashboard should have js-linter jobs.
Horizon is currently adopting JP style guide and eslint, we could adopt the same tools for the purpose.
Blue Print Link: https://blueprints.launchpad.net/murano/+spec/add-js-lint-jobs
Blue Print Query Link: https://review.openstack.org/#/q/project:openstack/murano-dashboard+branch:master+topic:bp/add-js-lint-jobs,n,z
Murano Weekly Meeting 2015.07.28的更多相关文章
- Murano Weekly Meeting 2015.07.21
会议时间: 2015.07.21 主持人: Kirill Zaitsev, core from Mirantis 会议摘要: 1.murano client和murano dashboard升级到y ...
- Murano Weekly Meeting 2015.07.14
会议时间: 2015.07.14 主持人: Kirill Zaitsev, core from Mirantis 会议摘要: 1.periodic nightly builds,然后通过mailin ...
- Murano Weekly Meeting 2015.08.04
Meeting time: 2015.August.4th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summa ...
- 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 2015.09.22
Meeting time: 2015.September.22th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting s ...
- Murano Weekly Meeting 2015.09.15
Meeting time: 2015.September.15th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting s ...
- Murano Weekly Meeting 2015.09.01
Meeting time: 2015.September.1st 1:00~2:00 Chairperson: Nikolay Starodubtsev, from Mirantis Meeting ...
- Murano Weekly Meeting 2015.08.25
Meeting time: 2015.August.25th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summ ...
- Murano Weekly Meeting 2016.06.28
Meeting time: 2016.June.28 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
随机推荐
- 手把手教Android商业项目-即时通讯-i美聊
[课程概况] 手把手教你从无到有的完整实现一个Android商业项目,是目前整个市场上所没有的课程,废话不多说,请往下看. [项目概况] 项目名称:i美聊 所属领域:移动社交 即时通讯 代码行数: ...
- undefined reference to `clock_gettime
下面这个错误通常是因为链接选项里漏了-lrt,但有时发现即使加了-lrt仍出现这个问题,使用nm命令一直,会发现-lrt最终指向的文件没有包含任何symbol,这个时候,可以找相应的静态库版本libr ...
- [转]Linux安装前配置操作记录
转至:http://m.blog.csdn.net/weixin_35884835/article/details/52385077 1.修改用户的SHELL的限制,修改/etc/security/l ...
- delphi xe6 让 ListView 在 Android 可回弹[根据龟山阿卍原创修改为xe6版本]
Delphi XE6 找出 FMX.Platform.Android.pas 档案,并复制到自己的 Project 路径里,找到 GetScrollingBehaviour 函数,修改成如下: uni ...
- 使用swiper.animate时,给一个对象添加两个动画且动画循环的方法
swiper官网上给对象加一个动画的方法是 <div class="swiper-slide"> <p class="ani" swiper- ...
- 动态变更GridView控件列名
近段时间,确是很多专案要写,客户的个性化要求也越来越多.举个例子吧,就是从数据库取出来的字段名,在显示在GridView时,需要全部更为另外一个名称.下面的样例,并非是专案的内容,而是Insus.NE ...
- unit vs单元测试
vs单元测试(unit) 一.什么是单元测试及它的作用? 在小量代码编写时,往往可以通过新建控制台项目(Console Application),新建网站项目(Web Form)等,在其中敲入测试代码 ...
- c++滚动数组
说来惭愧,我老早以前就学习了dp,可直到最近才知道滚动数组. 所以说,滚动数组是什么呢? 它是一种优化dp空间复杂度的思想. 在dp转移时,我们往往不需要之前推的所有的,而是只需要前一两个转移的. 我 ...
- HTTP,HTTPS端口号
博主暂做个笔记,查询资料再纠正~~~~小白不要不假思索的抄走~~~ 一般情况下,HTTP默认工作端口是8000,HTTPS默认工作端口是443
- Fxx and game hdu 5945 单调队列dp
dfs你怕是要爆炸 考虑dp; 很容易想到 dp[ i ] 表示到 i 时的最少转移步数: 那么: dp[ i ]= min( dp[ i ],dp[ i-j ]+1 ); 其中 i-t<=j& ...