17:00:40 #startmeeting murano 17:00:41 Meeting started Tue Oct 13 17:00:40 2015 UTC and is due to finish in 60 minutes. The chair is sergmelikyan. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:00:42 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:00:44 The meeting name has been set to 'murano' 17:00:51 hi 17:00:52 Hi folks! o/ 17:00:59 o/ 17:01:04 0/ 17:01:22 o/ 17:02:33 0/ 17:03:00 o/ 17:03:06 o/ 17:03:37 #topic Action Items Review 17:03:48 #1 discuss https://bugs.launchpad.net/murano/+bug/1502437 severity with Serg, continue considering fixes. 17:03:48 Launchpad bug 1502437 in murano mitaka "Murano picks cidr for subnet which is already used" [High,Confirmed] - Assigned to Alexander Tivelkov (ativelkov) 17:04:08 folks, looks like we unable to fix this until release, ativelkov can you confirm that? 17:04:11 I think I can give an update on this one 17:04:31 sergmelikyan: there is no way easy way to fix it properly 17:04:50 but there is a good workaround to dramatically reduce the chances of this thing happening 17:05:38 It is to increase the value of max_environments setting in the config from 20 to 250 17:06:19 I think we should leave a comment on the bug and mark as won't fix for Liberty 17:06:58 and then see if we can backport it when we will have fix in Mitaka 17:07:00 So, you don't want the config change to happen in L? 17:07:19 ativelkov: you propose to change default value in config right now? 17:07:19 I've makred it with kilo/liberty backport potential 17:07:31 I didn't realize that 17:07:45 250 - not too much? 17:07:48 The proper fix will require us to do a MAJOR redesign of murano engine, this is unlikely to be backported. The simple fix still can be backported 17:07:59 why 250 17:08:11 cause it gives us 250 unique CIDRs per env 17:08:21 theoretically we may have more :) 17:08:34 but 250 is quite ok 17:08:55 it will give you cidrs of 10.0.1.0/24 - 10.0.255.0/24 17:09:31 It is not a complete solution though 17:09:33 ativelkov: than let's change configuration file for Liberty :) But not mark this bug as fixed 17:09:38 As the collision are still possible 17:09:51 ativelkov: I understand 17:10:34 Also, there is a better fix which we may do in Mitaka 17:11:15 It is to generate cidrs not in engine, but at the API (when we generate Network objects for newly created nets) 17:11:55 The API has access to DB, so it may do the proper locking 17:12:11 and ensure that the generated cidrs are unique 17:12:26 ativelkov: I propose to go with configuration change in Liberty, explain what we did in comment message and mark bug as won't fix 17:12:40 OK 17:12:43 I'll do that 17:12:47 and see later how to proceed in Mitaka :) 17:13:13 We have release in 2 days, sorry for me being so focused on Liberty :( 17:13:25 np, I perfectly understand that 17:13:44 So, I'll submit the patch to stable/liberty today 17:13:56 we haven't decided yet if we are going to increment versions of core library / MuranoPL format for L 17:14:07 #action ativelkov to change the max_environments setting in stable/liberty 17:14:41 StanLagun: that's a good question 17:15:07 #topic Increment Version of Core Library 17:15:47 I think we should do it 17:16:11 StanLagun: bearing in mind that versioning is still experimental in Libery, what do you propose we should do with that? 17:16:32 Otherwise it is impossible for applications to specify that they require yaql 1.0 (via Format: MuranoPL/1.1) or Liberty core library (via its version) 17:16:47 It is still backward compatible 17:17:09 But Murano Kilo will refuse to load applications having Format MuranoPL/1.1 17:17:29 so this is a guard from attempting to use yaql 1 functions on Kilo 17:18:32 StanLagun: seems right, ativelkov you opinion? 17:18:39 kzaitsev_mb, katyafervnt2? 17:18:46 I am with StanLagun here 17:19:08 As I want to get rid of yaql legacy mode usage in murano 17:19:12 Another question is if we are going to ship 2 versions of core library or just one considering no one could fix on 0.0.0 17:19:36 StanLagun: I propose to finish with first question first ) 17:19:43 yes, we already have 1.1 unofficially and it doesn't uses legacy mode 17:19:45 I'm... not entirely sure 17:19:54 I'm also voting for increasing version in L 17:19:55 ativelkov: but it's still will be possible, I mean liberty will run kilo apps 17:20:16 sergmelikyan: yes, but these are two different engines 17:20:38 both 1.0 and 1.1 will be supported 17:21:08 ativelkov: not exactly, it's just running YAQL in Legacy mode? 17:21:50 sergmelikyan: these are different classes for muranopl runtime 17:21:58 1.0 and 1.1 17:22:08 1.0 uses yaql legacy and 1.1 does not 17:22:18 I'd say different modes 17:22:34 yup 17:22:41 the adoption is slow, but if we do not push it it would be even slower 17:22:52 the adoption of new features I mean.. 17:22:59 there is a code that determines if legacy mode should be enabled based on format version. This is done for each function independently 17:23:09 Ok then, let's do that 17:23:17 does engine require some modifications? to support both versions and switch to legacy mode if needed? 17:23:22 of new muranopl features I mean 17:23:41 man, my head is fuzzy these days... 17:23:57 It already supports switching. The only thing that need to be added is version constant to compare with 17:23:58 #agreed to increase version of MuranoPL Format version 17:24:08 what about core library? 17:24:12 katyafervnt2: StanLagun: I believe it already supports both versions. 17:24:33 StanLagun: I just realised that we don't have much time left to verify all our apps 17:24:50 kzaitsev_mb, probably not 1.1. There is 1.0 and ongoing development 2.0. 1.1 will be kind of backport 17:25:15 There is no need to verify all of the apps 17:25:39 If we agree to increment core library version meta folder will contain both 0.0.0 and 0.1.0 17:26:19 oh, I'm wrong here 17:26:26 I would propose to not increase version of core library 17:26:40 versioning itself still experimental 17:26:53 and even not working properly 17:27:11 given number of bugs regarding this in Mitaka 17:27:18 which are not fixed in Liberty 17:28:36 if we not increment version is will still have a version 0.0.0. This may be okay but it uses yaql 1.0 inside so there is no way for apps to say they require Kilo core library 17:30:11 So the question is if we want Liberty CL to be distinguishable from Kilo one 17:30:36 StanLagun: do I understand correctly that you propose just to increase version of current core library in Liberty (and NOT put two of them in Liberty), and if versioning is switched off it does not make difference? 17:30:40 because apps have requirement on 0.*.* anyway so the change from 0.0.0 to 0.1.0 changes nothing here 17:31:04 *does not make any difference from apps point of view 17:31:17 sergmelikyan, yes, thats correct. Currently we have only one version of CL 17:31:35 but in Mitaka we will develop second version, not modify current 17:31:44 Then, this means we will not break any current apps 17:32:23 no, we will not unless someone said he require 0.0.0 explicitly 17:32:35 Maybe we need to consider shipping Kilo as 0.0.0 then 17:33:06 StanLagun: it is buy default right? I don't think we should gather all of them in one folder 17:33:10 *by 17:33:44 sergmelikyan, we should unless we distribute core library via app-catalog etc 17:33:52 or via plugin 17:34:30 we may leave Liberty as 0.0.0 so there will be single CL for now 17:34:56 To be honest I don't know myself what is better. Just giving the options 17:35:15 When you don't know what it's better, better do nothing :) 17:35:38 in this case we can leave as it is, and then if needed change in stable/liberty 17:35:50 may be. But if we do nothing it will be impossible to have Kilo and Liberty CL in the same repo ever 17:36:37 if we'll have a request we do backports 17:36:44 *can do 17:36:45 it's may be ok... given current number of app, that we updating them, and fact that versioning will be working only with Mitaka release 17:37:57 anyway the version we release now must become frozen. So no modifications there. And then we need to think how to avoid 2 copies of the same code in 2 folders 17:38:14 we could do this for murano-apps but not for CL 17:38:28 #startvote Should we update version of CL now? Yes, No 17:38:29 Begin voting on: Should we update version of CL now? Valid vote options are Yes, No. 17:38:30 Vote using '#vote OPTION'. Only your last vote counts. 17:38:34 #vote No 17:39:02 #vote No 17:39:05 StanLagun: easy - liberty folder is available in Liberty branch 17:39:21 sergmelikyan, not that easy 17:39:22 #vote No 17:39:29 #vote No 17:39:46 #vote No 17:39:59 I'm with you :) 17:40:06 #endvote 17:40:07 Voted on "Should we update version of CL now?" Results are 17:40:08 No (5): Nikolay_St, StanLagun, katyafervnt2, ativelkov, sergmelikyan 17:40:24 sergmelikyan, anyway *all* versions of CL must be imported during installation of Murano. 17:40:28 wow that was a fast 2-minute vote =) 17:40:41 #agreed that we are not updating CL version 17:40:53 kzaitsev_mb: majority 17:40:54 :) 17:41:55 the things that worries me is that 1.0 -> 1.1 update is not a bug, but it has to be backported to stable/liberty 17:43:31 StanLagun: I am not sure that it will be required 17:44:11 The whole point of this is to be possible to require Liberty runtime buy saying MuranpPL/1.1 17:44:44 *by saying Format: MuranoPL/1.1* 17:44:49 MuranoPL/1.1 is a one thing, version of core library is another right? 17:44:54 yes 17:45:50 But current core library requires yaql 1.0 so it may be reasonable so specify 1.1 there as well 17:46:18 but then it need to be tested because it may require yaql legacy mode 17:47:21 * sergmelikyan feeling that he and Stan eating meeting time 17:47:30 Than we can test this before merging :) 17:48:12 StanLagun: please propose change and let's see. If we will not be able to make sure that everything is working like we planning - we will not merge this in Liberty 17:48:27 ok, lets proceed 17:49:24 We have one more bug assigned but not fixed in Liberty https://bugs.launchpad.net/bugs/1504135 17:49:24 Launchpad bug 1504135 in murano mitaka "Murano-engine utilizes 100% of CPU" [High,Confirmed] 17:49:29 we even don't know details... 17:49:53 We will be able to look at this bug before release? 17:51:19 ativelkov: ^ 17:51:41 I am not sure. It happens only during the rally testing 17:52:12 I could not reproduce it locally 17:53:08 Then I propose to remove from liberty and mark as backport potential https://bugs.launchpad.net/bugs/1504135 17:53:09 Launchpad bug 1504135 in murano mitaka "Murano-engine utilizes 100% of CPU" [High,Confirmed] 17:53:49 objections? 17:54:11 none 17:54:15 nope 17:54:27 ++ 17:56:30 oh 17:56:42 serge has quit 17:57:04 but he promised to come back some day :) 17:57:08 :D 17:57:19 sorry, got disconnected :( 17:57:24 any objections? 17:57:39 no objections) 17:57:42 everybody has no :) 17:57:47 #agreed remove from liberty and mark as backport potential https://bugs.launchpad.net/bugs/1504135 17:57:47 Launchpad bug 1504135 in murano mitaka "Murano-engine utilizes 100% of CPU" [High,Confirmed] 17:57:49 *says 17:57:56 then let's finish on this note :) 17:57:58 #endmeeting