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. ...
随机推荐
- python使用基础(win10)
1.安装 官网下载:https://www.python.org/ 请选择2.X版本 2.从命令提示符打开python 直接输入python点enter即可 查看python版本输入python -V ...
- python调用Java代码
#coding:utf-8 #!/usr/bin/python from jpype import * import os.path,json from ethereum.utils import e ...
- 修改Oracle游标数及排查游标问题相关SQL
查看当前游标数show parameter open_cursors; 修改游标最大数 ; commit; 查看游标消费情况 select o.sid, osuser, machine, count( ...
- angular 分页2
http://www.alliedjeep.com/2547.htm AngularJS Code (Users.js) var Users = angular.module('Users', []) ...
- C# WinForm:无法访问已释放的对象
C#在父窗口中调用子窗口的过程: 1. 创建子窗口对象 2. 显示子窗口对象 笔者的程序中,主窗体MainFrm通过菜单调用子窗口ChildFrm.在窗体中定义了子窗口对象,然后在菜单项点击事件中 ...
- boostrap 进入条显示百分比
<div class="progress"> <div class="progress-bar progress-bar-success" ...
- js判断页面从何种浏览器打开
问题 有时项目需要根据不同的设备进行不同的处理,需要判断到底是哪种设备打开了项目. 移动端浏览器检测 移动终端浏览器版本信息: var browser = { versions: function ( ...
- loj#6040. 「雅礼集训 2017 Day5」矩阵(线性代数+递推)
题面 传送门 题解 我的线代学得跟屎一样看题解跟看天书一样所以不要指望这题我会写题解 这里 //minamoto #include<bits/stdc++.h> #define R reg ...
- 洛谷P4173 残缺的字符串(FFT)
传送门 话说为什么字符串会和卷积扯上关系呢……到底得脑洞大到什么程度才能想到这种东西啊……大佬太珂怕了…… 因为通配符的关系,自动机已经废了 那么换种方式考虑,如果两个字符串每一位对应的编码都相等,那 ...
- mybatis主键返回语句 使用方法,就是实体类.getid即可拿到返回的id
<insert id="insertSelective" parameterType="com.o2o.Content" useGeneratedKeys ...