Murano Weekly Meeting 2015.08.18

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

Chairperson:    Nikolay Starodubtsev, from Mirantis

Meeting summary:

1.Migrating to yaql 1.0 status.

   PIC:       Stan Lagun

   Status:   The Community decided to fix legacy mode function in yaql.

      Because the legacy mode was intended to emulate yaql 0.2 behavior,

      and we see several constructs that do not work any more in yaql 1.0.

      There are two breaking changes as follows:

      1) In yaql 0.2 you could say $key in $dict (as in Python).

        In yaql 1.0 you could say $key in $dict.keys(), $key in $dict.values().

        and $dict itself is not iterable.

      2) In yaql 0.2 foo() != true would be true if foo would return string, integer, whatever.

          In yaql 1.0 if foo would return non-boolean value that would cause exception to be thrown.

   Action:   Fix yaql legacy mode and release yaql 1.0 rc3 after successful deployment.

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

PIC:       Alexander Tivelkov

Action: VM images are one example of artifacts, but artifacts could also be Murano Application Packages,

      Mistral Workbooks, Heat templates or Solum Plan Files.

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

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

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

3.Add support for heat environments.

PIC:       Michal Gershenzon

 Status: Enable the user to choose one environment from all environment files

      located in the package under /Resources/HotEnvironments to be deployed

      with the heat template as part of a Murano environment.

      This function works well, but the main risk is about the Murano Dashboard UI.

      1) When the hot template parameters has no defaults, the UI user must enter parameter values, even if there is an environment that already contains them.

      2) When the hot template parameters has defaults and the user clear the defaults and leaves the fields empty, the UI still sends the parameters with null values.

      3) The current implementation effects values validation.

Action: Verify the following link don‘t break anything and then produce next steps with UI.

 Link:   https://review.openstack.org/#/c/211608/

时间: 2024-10-08 20:04:30

Murano Weekly Meeting 2015.08.18的相关文章

Murano Weekly Meeting 2015.08.04

Meeting time: 2015.August.4th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.Migrating to yaql 1.0 status.    PIC:       Stan Lagun    Status:   All commits are on review but not yet merged. New yaql engine should be full

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:   All commits are on review but not yet merged. New yaql engine should be ful

Murano Weekly Meeting 2015.09.08

Meeting time: 2015.September.8th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.Future of stackforge/yaql. Action: The OpenStack community choose a date upon which to perform a mass migration of all stackforge/ projects i

Murano Weekly Meeting 2015.09.22

Meeting time: 2015.September.22th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.About PTL Candidacy    PIC: Serg Melikyan  Desc:  Our PTL(Program Technical Lead) miss deadline for sending his candidacy as PTL for the nex

Murano Weekly Meeting 2015.11.04

Meeting time: 2015.November.4th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.Tagging Liberty    PIC:      Kirill Zaitsev Desc: Murano is still in Liberty 1.0.0 version. Kirill will try to tag stable branch 1.0.1 in this

Murano Weekly Meeting 2015.10.13

Meeting time: 2015.October.13th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.Murano Networking 'max_environments' Desc:  Murano increased the number of environments per tenant in Mitaka. That means maximum number of env

Murano Weekly Meeting 2015.09.29

Meeting time: 2015.September.29th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting summary: 1.RabbitMQ Driver Desc:  Murano used kombu because oslo.messaging uses it. In the Liberty, Murano left one bug about the RabbitMQ. In the Mura

Murano Weekly Meeting 2015.07.21

会议时间: 2015.07.21 主持人: Kirill Zaitsev, core from Mirantis 会议摘要:  1.murano client和murano dashboard升级到yaql1.0.    slagun负责与mistral协调yaql1.0的升级问题,mistral需要一起升级. 2.OpenStack各个项目与olso的接口人. Project Liaison IRC Handle Cinder Jay Bryant jungleboyj Heat Thomas

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 sma