17:00:53 #startmeeting murano 17:00:54 Meeting started Tue Apr 29 17:00:53 2014 UTC and is due to finish in 60 minutes. The chair is sergmelikyan. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:00:55 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:00:57 The meeting name has been set to 'murano' 17:01:15 #topic Roll Call 17:01:18 Serg Melikyan 17:01:33 Steve McLellan (sjmc7) 17:02:06 Kate F. 17:02:08 Dmitry Teselkin 17:02:41 Brian Tully 17:03:12 hi there! 17:03:18 Welcome to Murano Weekly Meeting :) 17:03:36 #topic Action Items Review 17:03:54 #link https://wiki.openstack.org/wiki/Meetings/MuranoAgenda 17:04:14 I believe we have only one Action Item - file a BP to track conversion of existing apps to the new DSL 17:04:35 This AI on me, status done: https://blueprints.launchpad.net/murano/+spec/convert-existing-apps-to-muranopl 17:05:36 Sorry, other one on ativelkov: Advanced Networking 17:06:03 AFAIK, Alexander finished Advanced Networking today, and also did Floating IP feature. 17:06:30 Now there is a option in UI (like in previous version) to allocate Floating IP for Application :) 17:06:51 yay! does the floating IP get reported back anywhere? 17:06:54 sergmelikyan: it is still on review 17:06:55 We expect Security Groups also be finished as task related to Advanced networking. 17:07:25 It should appears at app detail page 17:07:30 splendid 17:07:34 inside environment 17:07:37 thanks! 17:08:05 tsufiev__, yes, one last change related to AdvNetworking ) 17:08:36 Other questions about AdvNetworking, or we moving on? :) 17:09:52 #topic Release Status 17:10:18 Status of all BP's and issues are in actual state: https://launchpad.net/murano/+milestone/0.5 17:11:02 We planned to have code-freeze today, do we ready? 17:11:05 tsufiev? 17:12:04 sergmelikyan: there are still several commits on review 17:12:11 with -1 from murano-ci 17:12:47 :( 17:13:00 exactly, 2 commits with -1 from murano-ci and one with -1 from tnurlyagayanov 17:13:43 I don't know whether murano-ci is relevant now or not - better ask our QA 17:14:14 tnurlygayanov ? ) Does this -1 from murano-ci relevant or related to our CI being on maintance? 17:15:24 Looking on changes - I think they will be merged today :) 17:16:00 yes, I hope so :) 17:16:13 Guys, a little notice about code-freeze procedure: We branching our release-0.5 branch, and all changes related to release goes to that branch 17:16:40 Only bug-fixes, security fixes are get merged to release-0.5 branch. 17:17:08 After branch is stable enough - we tag it we appropriate tag 17:17:33 to push changes to specific branch - just mention branch name: git review release-0.5 17:17:48 change will be published to release-0.5 branch 17:18:32 sergmelikyan: i suspect it'd better for one man to do it 17:18:49 by man i mean ruhe :) 17:19:02 :) 17:19:09 tsufiev__, sure 17:19:38 Actually who does create branches not really matter, I think :) 17:20:04 #info ruhe to create release-0.5 branches after announcing code-freeze 17:20:33 oh, i meant mostly final 0.5 tagging 17:20:50 #info code-freeze will be announced after all release-0.5 relevant changes going to be merged 17:21:01 tsufiev__, ok ) 17:21:40 #info ruhe to tag release-0.5 branch with appropriate tag after release 17:22:00 katyafervent, can you share some details about documentation for this release? 17:22:14 this almost only still open blueprint 17:22:24 *this is 17:22:52 User guide is updated, developer docs were updated by ruhe and located at the read the docs 17:23:24 we plan to extend read the dohttps://murano-api.readthedocs.org/en/latest/ 17:23:31 https://murano-api.readthedocs.org/en/latest/ 17:23:46 to extend this page with information from wiki 17:24:18 and plan to add some more information, about MuranoPL for ex. 17:24:52 So documentation status is about 75% ready 17:25:48 Do you have any questions or we can move on? 17:26:37 katyafervent, actually status looks not so good :( But I think that not-developer documentation (located in separate repo) may be finished after code-freeze. 17:26:58 sure 17:27:13 katyafervent, let's move on :) Next still open BP is also on you: https://blueprints.launchpad.net/murano/+spec/add-return-to-environment-checkbox 17:27:25 sorry 17:27:38 wrong one :) It is already implemented :) 17:27:57 "Convert existing Apps to MuranoPL" - is on me :) 17:28:29 Looks like we have only 4 apps not converted to the new MuranoPL: IIS, ASP.NET, SQL Server, SQL Cluster 17:28:47 I think last one will not be converted in this release :( Too heavy one 17:29:13 Too complex you mean? 17:29:59 It is not as much complex, as have too many scripts and parts that are hard to debug 17:30:34 But other Apps have pretty good chance to be converted. 17:30:58 We extracted all apps to https://github.com/murano-project/murano-app-incubator 17:31:03 better to improve MuranoPL debugging first, either debugging SQL Cluster will be a nightmare :) 17:31:05 simular to stackforge 17:31:05 as a sort of aside, it would be great to have a way of verifying packages without having to deploy them 17:31:11 agreed tsufiev__ :) 17:31:14 simular to stackforge/heat-templates 17:31:31 sjmc7, how do you see this? :) 17:31:58 as a dream :) not sure - something like heat's template-validate 17:32:03 :) 17:32:06 something for another day 17:32:20 Let's move open discussion and discuss? :) 17:32:27 #topic Open Discussion 17:32:55 we can create syntax validator 17:33:07 currently, debugging is very difficult - some things could be made better by making sure heat errors and engine errors are reported better 17:33:16 but yes katyafervent2, that would help also 17:33:38 Package consist of several parts that needs to be validated: manifest.yaml - package manifest, may be easily validated without deployment. 17:33:51 sjmc7:will you create blueprint for that? 17:34:03 it's things like variable names being mismatched that cause silent errors, heat template fragment errors 17:34:04 we can validate archive during uploading 17:34:38 scripts - hard to be validated without deployment, and even with deployment this also hard to validate. 17:34:40 katyafervent2 - yes, i will create a blueprint, though it might end up being done in several pieces 17:34:53 katyafervent2: unfortunately, we'll form modality if validation fails :( 17:34:59 *we'll lose 17:35:16 sergmelikyan - yes, agreed, some stuff is harder to validate 17:35:16 that's how it is done in horizon for file uploads 17:36:00 MuranoPL - this is most interesting parts :) I will try to share my thoughts about MuranoPL validation: 17:36:12 there are already some tickets to improve how the engine reports errors i think 17:36:20 but if can validate smth before a deployment, let's do it 17:36:42 this discussion could go forever :) 17:36:57 sjmc7: also i'd be interested to hear about UI improvement you spoke earlier 17:37:14 or have they all been already commited? 17:37:24 tsufiev__ - no, we were waiting til the release 17:37:28 ^til after 17:37:49 sergmelikyan: are we free to speak about plans for next release? 17:38:00 btully will probably be the person that leads those changes 17:38:16 1)Input ObjectModel validation: should be handled by contracts, currently handled in two layers: UI with UI definition and dashboard processing, and Contracts & Types in Engine. Each of them have own pitfalls. Engine is a very like PoC one: almost no logging, no exception handling or debugging aid. One of the first priority thing in the next release. 17:38:23 sjmc7: ok. anyway, he can submit blueprints too 17:38:36 tsufiev__, why not? 17:39:33 UI Validation - not sure that will be improved above what we have now in the next release. Should be completely superseeded by Contract & Types validation in UI 17:40:13 sergmelikyan: speaking of data validation on UI side... we've spoken recently with ativelkov about porting YAQL to JavaScript - which should make field validation much easier using YAQL expressions (get rid of hand-written javascript code) 17:40:34 Hi folks, sorry for being soo late today 17:40:52 tsufiev__, but leaves duplication :( 17:41:25 so, i've investigated a bit and found that there is a Jison js-library similary to ply used in python YAQL - and it can be used for that purpose 17:41:42 2)Murano PL validation: may be tested in several ways. Core functions available in YAQL may be tested by unit-tests, Core Library may be tested by our MuranoPL testing tool - we can mock calls to the actual services and test workflow execution or some language constructs 17:41:46 sergmelikyan: which duplication do you actually mean? 17:42:09 tsufiev__, duplication of Contracts in class properties and validators in UI definition 17:42:49 UI definition is a kind of a hack, I think, we had no time to make proper dynamic ui that relies only on application description/ 17:43:19 sergmelikyan: Not exactly 17:43:21 sergmelikyan: yes, seamless converting MuranoPL contracts into UI looks like a distant perspective 17:43:43 I don't think this is possible and is a goal 17:44:13 ativelkov: why shouldn't we consider it as a goal?? 17:44:21 Because UI is always richer then app definition 17:44:23 i'll create a blueprint and we can add ideas to it? I think there are lots of things that would help that can be done at different times 17:44:35 And we will not be able to generate a complete UI based on it 17:44:44 So, UI definition will always be needed 17:45:12 sjmc7, sure! We can discuss in etherpad/google doc as much more easy tools to hold discussion in 17:46:02 However, we may think about some notation which will map fields in IU definition to properties of class declarations, and if the latter have contracts, they will be inforced on the former 17:46:14 ativelkov, but I think in a little bit other form, more like ui hints - to help with presentation layer, not validation 17:46:27 sergmelikyan: yes, exactly 17:46:48 ativelkov: i'd put it that way: for the UI to be reach enough we would have to add additional hints to MuranoPL classes making them less focused on deployment/ALM/such things 17:47:05 (if we are to make UI defs from MuranoPL classes) 17:47:12 tsufiev__: right, and we don't want that 17:47:27 So, the UI definition will define user controls and map them to MuranoPL classes 17:47:49 this will enforce the contracts (yet additional validation and automation may be added on UI-only side) 17:47:52 sjmc7, I suggest to create BP and attach etherpad/google doc. We can discuss there some ideas and latter have some workshop/brainstorm discussion in hangout. This is very important topic. 17:48:00 yep, will do 17:48:10 told you this could go on forever :) 17:48:37 Currently we just have instance templates, which manually copy the data from forms to the model. This may be improved 17:49:44 ativelkov: this templates/applications sections actually have not much common with UI 17:49:55 sjmc7, we need to start from something :) I really hate debugging in current state of the engine - is almost like wooodoo magic 17:50:08 yes. it is very frustrating 17:50:09 they were added as a temporary solution :) - to fit plain forms to new tree-like object model 17:50:19 sergmelikyan: it is not "like the magic", it is the magic itself 17:50:22 :) Especially with event driven code :) 17:51:42 ativelkov: so they are better to be moved somewhere else 17:52:26 As I said, I would follow some MVC-like pattern 17:53:30 UI definitions define the view, model is provided by the MuranoPL class declarations, "Controller" is represented by YAQL expressions that bind M to V 17:54:03 so the question is where the 'Controller' should reside? 17:54:50 This needs to be discussed 17:55:16 In simple case it is just a "binding" yaql expression in field's declararion 17:55:34 ativelkov, I see it blended with app definition, something like in Cloudify. But this needs discussion and some time to think about :) UI-hints blended with app definition is my vision from top of the head - probably wrong one :) 17:55:37 However, there are repeated patterns and more, and this needs to be defined somhow and somewhere 17:57:18 another issue will be the necessity to maintain backward compatibility with existing templates/definitions - thus we'll have to desing it well from the beginning... 17:58:09 A hell of template compatibility.. Yes, may be an issue 17:58:23 I think we can drop that compatibility by offering some simple convertion tool 17:58:47 Let's wrap-up :) Time is ticking out :) 17:59:05 #endmeeting