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 is intended to emulate YAQL 0.2 behavior,
And we see several constructs that does not work with any more in YAQL 1.0.
There is breaking changes as follows:
1) in YAQL 0.2-could say $key in $dict (as in Python).
In YAQL 1.0 your 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 the 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 is one example of artifacts, but artifacts could also is Murano application Packages,
Mistral Workbooks, Heat templates or Solum Plan Files.
The code in Python-muranoclient have to wait till the fixes is in place.
We'll have the 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 and the main risk is about the Murano Dashboard UI.
1) When the hot template parameters have no defaults, the UI user must enter parameter values, even if there is an environm Ent that already contains them.
2) When the hot template parameters have 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/
Murano Weekly Meeting 2015.08.18