Meeting time : 2016.may.10 1:00~2:00
Chairperson: Serg Melikyan, from Mirantis
Meeting Summary:
1. Murano Contributors Rules
- Six usage Rule: Use it if the really necessary (for example if existing code would now work in Py3 at all. If It is a matter of performance only prefer readability
- Do not import functions. Only module Imports is accepted
- Commit-names for Murano-apps repository, i.e. [Apache] or [Kubernetes] on the 1st line
- Follow Pep8 and OpenStack OpenStack Style guidelines
- Preffer code readability over performance unless your can prove that the Preformance Panalty are going to be big
- Make commits smaller, if it possible. (This one, speed up review of the change) -I Guess this also a part of Major OpenStack guideliness.
- Write py3-compatible Code. If that ' s impossible leave comment
- Use CamelCase for MURANOPL functions/namespaces/variables/properties, Pascalcase for class names
- Consider using $this instead of $ where appropriate in MURANOPL
- Do not assign bugs to yourself if you is not planning to does something related with them during next one or both weeks
2.Enable convergence in Murano ci like heat
Heat team is planning to switch to convergence enabled by default in this release cycle,
But we aren't sure how it'll reflect on Murano.
Murano team propose to switch we Murano CI to use heat with enabled convergence.
Action: Nikola Starodubtsev Verify that Murano works with enabled Convergence and switch we Murano CI to use this feature.
Murano Weekly Meeting 2016.05.10