zoukankan      html  css  js  c++  java
  • Murano Weekly Meeting 2015.08.11

    Meeting time:   2015.August.11th 1:00~2:00

    Chairperson:    Serg Melikyan, PTL from Mirantis

    Meeting summary:

    1.Migrating to yaql 1.0 status.

       PIC:       Stan Lagun

       Status:   New yaql engine should be fully functional at the moment.     

          The yaql rc2 will be released at once.

          In the requirements.txt of Murano, the community decide to pin yaql==1.0.0rc2.

          Let folks to test with rc2 and if everything work fine,

          we will make rc2 to be released and merged in Murano.

       Action:   Kirill Zaitsev will write an email to encourage murano team and murano users to test new yaql.

     Links:   https://review.openstack.org/#/c/211678

      

    2.Glance Artifact Repository(glance v3) transition status.

       PIC:       Alexander Tivelkov 

     What's Glance Artifact Repository?

          Artifact Extend Glance's functionality to store not only the VM images but any other artifacts, i.e binary objects accompanied with composite metadata.

          Glance should become a catalog of such artifacts, providing capabilities to store, search and retrieve their artifacts, their metadata and associated binary objects.

          VM images are one example of artifacts, but artifacts could also be Murano Application Packages, Mistral Workbooks, Heat templates or Solum Plan Files.

          Each type of artifact corresponds to its own plug-in (module), which defines the artifact’s custom metadata fields, BLOB kinds, importing logic, and so on.

          Users will work with artifacts through a unified interface similar to the one used for Nova images.

          Each installed module will have a name correspondent with the REST API.

          For example, a Murano application catalog (apps) could be /v3/artifacts/apps.

       Action: There is a bunch of bugs in glance reported related to Artifact filtering by version,

          Ativelkov is working on bugs , and plugin for Murano is published.

          The code in python-muranoclient has to wait till the fixes are in place.

          (till release an experimatal version of python-glanceclient with v3 support)

          The plan is to close the glance bugs later this week, so we may proceed. 

          We'll have to add artifacts support to python-muranoclient afterwards.

     Link:   https://www.mirantis.com/blog/openstack-glances-artifacts/

    3.Research Oslo.log library 1.8 

       Status:  TRACE is a logging keyword that is understood by most logging tools.

          OpenStack has repurposed this in the past to not be TRACE logging

          but instead be used whenever a Stacktrace was dumped.

          Stack traces should be logged at ERROR level (they currently aren't).

          TRACE should be defined as log level 5 in python (which is lower than DEBUG),

          and LOG.trace support have already be added to Oslo.log library 1.8.

          LOG.trace can then be used for deep tracing of code.

          The log level is like this:

          Critical > Error > Warning > Info > Debug > Trace

     Link:   https://github.com/openstack/openstack-specs/blob/master/specs/log-guidelines.rst

  • 相关阅读:
    js获取客户端IP及地理位置
    跟SAP系统集成的Android应用
    关于刘冬大侠Spring.NET系列学习笔记3的一点勘正
    设置浏览器全屏模式
    一个模拟"显示桌面.scf"程序的JS小函数
    网站整体变灰(黑白、置灰)原理
    苹果手机上input的button按钮颜色显示问题
    用Python做数据清洗:采集几百个xls或csv中的数据并汇总
    用ISO-8859-1解决Python 'utf-8' codec can't decode bytes in position 924-925问题
    Python批量转换子文件夹下的文件编码
  • 原文地址:https://www.cnblogs.com/edisonxiang/p/4722890.html
Copyright © 2011-2022 走看看