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

最新文章

  1. iOS开发知识点总结
  2. python之打包相关
  3. 在内部架设NuGet服务器(转载)
  4. 人工免疫算法-python实现
  5. 06_在web项目中集成Spring
  6. URAL1410. Crack
  7. 深度学习论文笔记-Deep Learning Face Representation from Predicting 10,000 Classes
  8. uva 10609 - Fractal
  9. 设计模式-前摄器模式(Proactor)
  10. CentOS7 安装 Tomcat
  11. codefroces 946F Fibonacci String Subsequences
  12. 出现 HTTP Status 500 - Servlet.init() for servlet springmvc threw exception 异常的原因及解决方法
  13. 手机端两端对齐,兼容ios,安卓
  14. python多进程拷贝数据
  15. 根据userAgent判断打开网页的所在终端,以及浏览器
  16. Java 判断字符串能否转化为数字的三种方法
  17. ckeditor:新增时会得到上次编辑的内容
  18. C# 获取接口数据(xml格式)转为json格式
  19. 20145313exp9
  20. 火狐浏览器Firefox Firebug使用方法

热门文章

  1. python使用基础(win10)
  2. 20169219《Linux内核原理与分析》第八周作业
  3. iOS逆向编程工具篇:class-dump
  4. Delphi 关键字详解
  5. day06.2-软链接与硬链接
  6. __weak 和 __strong 还有Autorelease的用法
  7. 通过div实现arcgis自定义infowindow
  8. CF1101C Division and Union 线段相交问题
  9. kuangbin专题七 POJ3468 A Simple Problem with Integers (线段树或树状数组)
  10. mybatis插入是返回主键id