19:00:07 #startmeeting Fuel 19:00:08 Meeting started Thu Feb 27 19:00:07 2014 UTC and is due to finish in 60 minutes. The chair is vkozhukalov. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:09 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:00:11 The meeting name has been set to 'fuel' 19:00:25 #chair vkozhukalov 19:00:26 Current chairs: vkozhukalov 19:00:44 #topic Greeting, roll-call, announcements. 19:01:26 guys, hi everyone, it is our first weekly meeting 19:01:39 who is here? 19:01:43 o/ 19:01:43 Hi. 19:01:44 me is here 19:02:01 Salutations! 19:02:05 can you share agenda pls 19:02:13 Hi 19:02:14 hi 19:02:22 #link ttps://wiki.openstack.org/wiki/Meetings/Fuel#Agenda_for_2.2F27.2F2014 19:02:26 hi 19:02:38 sorry #link https://wiki.openstack.org/wiki/Meetings/Fuel#Agenda_for_2.2F27.2F2014 19:02:56 ok, I think we can start 19:03:16 #topic Moving fuel-web/naily into fuel-astute 19:03:32 I thought it's there ) 19:03:38 so I'm +1 for sure 19:03:44 I do not have any objections 19:03:52 +1 19:03:53 mihgen, no it is not 19:04:03 +1 19:04:09 we should keep in mind though all the complexity in our Jenkins jobs 19:04:22 ok, i think vova sharshov is going to work on it 19:04:23 +1, it's not web-related code 19:04:33 is he here? 19:04:39 so don't forget about preparing about all of that CI stuff before we move .. 19:04:43 vova, around? 19:04:52 vkozhukalov: yeah, we have discussed it already, we need to add in the current release. 19:04:55 warpc is his nick I believe. . 19:05:12 current release == which one? 19:05:19 not in 4.1 please 19:05:21 Ok, everyone agree 19:05:23 5.0 19:05:32 is there blueprint for that& 19:05:35 is there blueprint for that? 19:05:43 i think that all meeting agenda is about 5.0 release 19:05:52 isn't it? 19:06:12 yep sure 19:06:22 it's all frozen for 4.1 19:06:29 i think we need to have another discussion about our release cycle 19:06:34 vkozhukalov: I was trying to find it and I didn't, so we need to create it. 19:07:05 evgeniyl`, can you create it tomorrow? 19:07:10 it's perhaps rather granular task out of the whole idea in moves of repos 19:07:23 Yeah, I can. 19:07:29 AndreyDanin_, hi 19:07:37 so it can be one blueprint with ToDo items in there? 19:07:43 vkozhukalov, hi 19:07:50 or we will need to have separated bugs in LP instead? 19:08:11 I'm here too =) 19:08:30 mihgen, i think separate blueprint would be ok 19:08:33 mihgen: I think we need to create a blueprint, because it is not small task. 19:08:44 ok, agree 19:08:58 ok, I think we've done about this topic 19:09:08 mattymo: don't disappear man, we need you :) 19:09:17 #topic Moving web UI (javascript) into separate repo 19:09:18 vkozhukalov: yep 19:09:31 can't disagree on this too 19:09:40 it is again about refactoring 19:09:45 but I can 19:09:55 Migen, sorry unstable pub wifi 19:09:57 e0ne: what's up there? 19:10:01 and i believe there is no blueprint about this task 19:10:10 mattymo: bustard you are still in the pub 19:10:12 guys, there are UI tests that require both UI and nailgun 19:10:33 woops 19:10:35 how much complex for potentials contributors will it be to setup an env> 19:10:50 the same is for CLI 19:10:55 it's too difficult to separate them without any issue 19:10:56 vk: I think it does make a bit of the testing harder, but that shouldn't preclude the test script from cloning the repo 19:10:58 while it's so tight to nailgun... 19:11:08 perhaps we should not separate then 19:11:27 vk: maybe we should have them in seperate folders in fuel-web repo then? 19:11:32 i still think we need to do that 19:11:34 make it more obvious where to go 19:11:45 but of course we need to be accurate 19:12:12 xarses, they are already in separate folders. nailgun and static respectively 19:12:13 separate folders are ok, but testing and overall support …. could be much more complicated 19:12:36 vk: separated but not in root of repo 19:12:48 let's assing somebody to investigate it. may be it will be too complexity to setup dev env or something else 19:12:48 yep 19:12:56 guys, UI is a client library 19:12:59 I would expect smth like fuel-web/nailgun & fuel-web/fuel-ui 19:13:07 how about putting all tests that require code from more than one repo into fuel-main? 19:13:12 mihgen: +1 19:13:14 it for sure needs to be in a separate repo 19:13:30 Lets call it fuel-dashboard 19:13:31 vkozhukalov: so why would we need it in separate repo then? 19:13:41 if it complicates the whole development process for UI guys? 19:13:45 angdraug: +1 19:13:55 they always need a certain version of python backend 19:13:56 mihgen, it is a common tradition 19:14:02 they often base on each other 19:14:31 I think our UI could benefit from decoupling from nailgun 19:14:42 heres my thought on seperate repo, unless ui can run on its own with out nailgun, it should be in the same repo, even if in same folder 19:14:46 mihgen, yes, but what about writing script for automatic deployment of dev env 19:14:59 +1 to xarses 19:15:05 it cannot 19:15:28 UI needs nailgun API to work properly 19:15:44 in that case we should decouple them first, and shelve the topic of splitting the repos until they're properly decoupled 19:16:05 vk: then it stays somewhere under fuel-web/ but preferably not in fuel-web/nailgun/static 19:16:23 again +1 to xarses :) 19:16:26 okay 19:16:36 cli also needs nailgun api, is it supposed to be in the same repo as well? 19:16:44 xarses, agree with you 19:16:50 fuel-web/ui/? 19:16:51 vkozhukalov: no 19:17:16 e0ne: why not? 19:17:28 let's have a look how ppl from openstack do the same thing 19:17:38 horizon is a separate project 19:17:41 fuel-web/api + fuel-web/ui + fuel-web/cli 19:17:52 fuel client could be installed not on the same node as fuel-master 19:17:54 it is also unable to work without nova 19:17:57 horizon talks to dozens of different APIs 19:18:01 i'm not sure if web.py can handle static outside of its root dir, but in that case we can put a symlink in our repo static -> ../../fuel-ui 19:18:08 vkozhukalov: it can stand alone, given there is an api server somewhere to test with, but if we look at lke nova, nova-client is inside of nova project 19:18:10 why they don't put it in nova repo? 19:18:16 We should split to fuel-api fuel-dashboard and python-fuelclient 19:18:42 our UI is also can be just put into web server directory 19:18:43 I don't like fuel-dashboard, horizon is dashboard 19:18:44 horizon has a backend part 19:18:47 Just to mirror fuel 19:18:57 Ooops openstack 19:19:00 our ui is a pure js app which doesn't work without a server 19:19:07 well there is another thing to note, we cam make seperate packages from the same repo, if they share common code, its common for them to stay in the same repo 19:19:13 unlike horizon 19:19:31 like in the case of nova and nova client 19:19:50 +1 to angdraug. Name should not be dashboard as that would confuse with OpenStack Dashboard (Horizon) 19:20:09 +1 to xarses and vk. unless you prove necessity of separate repos, I would not try to disperse the code 19:20:12 ok, let's vote 19:20:15 maintenance becomes hard 19:20:16 #startvote 19:20:16 Unable to parse vote topic and options. 19:20:34 +1 mihgen 19:20:47 +1 mihgen 19:20:59 -1 19:21:02 +1 mihgen 19:21:04 +1 mihgen =))) 19:21:16 +1 m 19:21:21 lol 19:21:27 0 19:21:38 how this voting thing works actually 19:21:49 guys, what's about to spell about 1d for PoC with separating nailgun and UI? 19:21:56 mihgen, i don't know 19:22:07 i believe it is just a tag 19:22:09 +1 19:22:16 ok, let's move on 19:22:32 #topic Moving fuel-web/fuelclient into separate repo python-fuelclient and making it client library not just CLI 19:22:38 it's very difficult for me to make a decision. need to try it 19:22:54 ^^ it was about nailgun & ui 19:23:11 e0ne: just work towards refactoring the code to reduce coupling gradually 19:23:15 CLI use nailgun for testing too. 19:23:17 +! 19:23:18 so basically here same thing, CLI fully relies on nailgun 19:23:21 what about moving cli into separate repo and renaming it into python-fuelclient 19:23:26 angdraug:+1 19:23:45 so same what I and angdraug said, keep in fuel-web/cli 19:23:52 vkozhukalov: absolutely agree. but need to rename blueprint. it's a bit confusing 19:23:53 I think the same approach proposed by xarses for ui applies: same repo, different packages 19:24:04 yep 19:24:20 but CLI can work standalone if provided with nailgun api url. UI cannot 19:24:35 vk: UI runs in the web browser, same thing 19:24:39 still what are the benefits of having it separatee repo? 19:24:49 no, let me explain 19:25:00 separate repo for fuel-client === using openstack infra for testing and review-request w/o modifications, just configuration 19:25:14 guys, we have invented fully test driven development process, we can not move anything wherever we want because of tests )) 19:25:16 if it's coupled to api and can't be tested without a matching api server, they should stay in the same repo 19:25:25 client is a standalone application/package 19:25:44 you can run cli with nailgun api url and it will work. UI must be served bu nailgun our you need to configure a separate reverse proxy server to make it work 19:26:14 vk, agree with you about cli 19:26:16 actually ui also can work without nailgun in the same sense as our cli can 19:26:20 anyway cli can't work without nailgun, so don't see any point at the moment of having it in separated repo 19:26:21 but like UI, CLI has tests that require nailgun 19:26:37 e0ne: ^^ see about tests 19:26:49 infra won't help here out of the box anyway 19:26:50 let's create real unit tests:))) 19:26:53 I thought CLI relies on REST requests to nailgun for most of its functionality? 19:27:02 why do we need to have all in one repo because of tests? we can have a pre-installed environment and test new commits in cli/ui with it. 19:27:12 1 19:27:17 +1 e0ne on unit tests 19:27:22 dpyzhov: -1 to this approach 19:27:26 thanks, angdraug 19:27:27 +1 dpyzhov 19:27:36 your nailgun would be outdated 19:27:36 +1 dpyzhov 19:27:40 while cli is newer 19:27:48 how can you test newer code on outdated nailgun? 19:27:55 that's why it must be in sync 19:27:58 cli is always came later then nailgun 19:28:01 we should do better at separating unit tests from integration tests 19:28:03 that's why ideally in same repo 19:28:11 and ui should be updated after changes in rest api 19:28:14 dpyzhov: -1 we can't, we need to have nailgun from master 19:28:15 angdraug, +1 19:28:39 stop 19:28:51 let's use fuelclient name instead cli 19:28:59 it's different 19:29:09 why? 19:29:10 are we going to have all this stuff tied together forever? 19:29:23 guess unless we are starting to ensure that the REST api is backwards compatible, fuelclient relies on the same version of nailgun as is in the repo, they need to stay together 19:29:37 as for syncing of different repos, you can later look into android approach which has hundreds of repos managed by "repo" tools which keeps different repos in sync and provides actions to all of them 19:29:38 s/guess/guys 19:29:39 or we should have stable api instead? 19:29:42 mihgen: it's the same for now 19:30:02 dpyzhov: xarses: we also need to have each of them have at least 80% unit test coverage before we can consider separating them 19:30:13 mihgen: but in the future, we want have fuel client as python/cli client 19:30:16 angdraug: +1 19:30:18 angdraug: +1 19:30:41 I suggest to do final vote, fully agree with angdraug here 19:30:45 e0ne: +1 19:30:50 ok, about version, let's add something like /v1/ in the beginning of every url and it would mean than v1 work exactly as we expect it to be 19:31:09 vkozhukalov: already done:) 19:31:09 we can not split repos right now, it will produce a lot of pain. but we should take this approach it our minds 19:31:10 mihgen: I don't think we're ready to vote 19:31:19 not done laying out the options 19:31:23 +1 dpyzhov 19:31:36 dpyzhov: let's do it step-by-step/repo-by-repo 19:31:42 regarding pain - that's for sure 19:31:46 ok, what is the problem then about mismatching of versions? 19:31:48 and we should create good interfaces first 19:31:51 I think we need to find a way to test cli/ui against fresh nailgun. 19:31:54 I configured all the CI initially and I know it for sure ) 19:31:59 I think first step is tests 19:32:11 then, enforcing backwards compatibility for API 19:32:26 we need to refactor or even completely rewrite our tests 19:32:32 ok, guys. it is almost obvious that we need to discuss it somewhere else 19:32:43 let's again vote and then move on 19:32:45 hangout tomorrow? 19:32:48 about tests: while integration are lightweight as unit for fuel-cli, I would not even bother about unit for it 19:32:51 #startvote 19:32:52 Unable to parse vote topic and options. 19:33:15 I think we can move all the stuff to separate folders one repo now. 19:33:18 what are we voting for/against? 19:33:32 +1 for keeping CLI in fuel-web repo 19:33:38 (for now) 19:33:40 i vote for moving fuelclient in a separate repo 19:33:41 vk: -1 19:33:43 And wait till upgrades solution 19:33:46 vk: +1 19:33:48 -1 for keeping 19:33:49 vk: +1 19:33:51 -1 19:33:52 vk: +1 19:34:20 looks like we don't have a consensus 19:34:27 yep 19:34:31 it's ok) 19:34:37 ok and I don't have explanation about separate repo too 19:34:37 lets bring it up in the next meeting 19:34:38 but guys, we should reapply consider repo tool: http://source.android.com/source/using-repo.html it is perfect to manage multi-repo project and has integration with gerrit 19:34:38 I can't even understand who votes for what 19:34:40 yes, we'll discuss it later 19:34:44 moving on 19:35:00 #topic Building bootstrap (discovery) image using diskimage-builder 19:35:11 vkozhukalov: pls state what we should vote for before calling for it 19:35:25 mihgen, ok 19:35:42 sounds like right approach.. but I need more details on that to say for sure... 19:35:42 what is this topic about? 19:35:53 > Building bootstrap (discovery) image using diskimage-builder 19:35:57 шьфпу-ифыув зкщмшышщтштп 19:36:02 image-based provisioning 19:36:03 :) ) 19:36:09 at the moment the size of our bootstrap is about 140M 19:36:16 it is too big 19:36:25 vkozhukalov: I 19:36:38 diskimage-builder can help reduce it's size 19:36:44 how can you make it smaller? but excluding some stuff from centos? 19:36:46 vkozhukalov: I looked over it and nothing execpt changing the compression will help make it smaller 19:37:00 again it is about what ppl in openstack use for building images 19:37:03 we don't need full centos as bootstrap 19:37:03 http://ci.openstack.org/irc.html#voting 19:37:14 how fast is the build process in comparison with our current approach? 19:37:24 time is important here, in building our ISOs 19:37:28 vkozhukalov: we found that if we change from gzip to lzma it can be shunk to 80M 19:37:39 This image builder has templates for purging files 19:37:46 yes, we don't need centos based image 19:37:48 bulk of the image is kernel modules, we can't drop drivers 19:37:52 We need a newer kernel for lzma I believe 19:38:01 meanwhile, howto vote here http://ci.openstack.org/meetbot.html#voting 19:38:19 mattymo: centos 6.2+ is supposed to support it 19:38:21 AndreyDanin_: too late =) 19:38:27 AndreyDanin_, thanks 19:38:41 AndreyDanin_, will try next time 19:39:02 ok so question not about size 19:39:12 we can make size smaller using our current make files I assume 19:39:16 ok, about size, we can try and then see would it reduce the size (i mean using dib) 19:39:25 Ok right. I think xz is what needs newer kernel for compressed squashfs root 19:39:32 so what about disk-image-builder? 19:39:40 what about time? 19:39:48 easy of use, debugging, etc.? 19:39:54 did anyone investigate dib? 19:39:55 i don't disagree using dib because its what other Openstack projects use, but size won't get much smaller either way 19:40:01 it's easy to use 19:40:23 vkozhukalov: what about time of building? 19:40:24 we can shrink by pruning kernel modules and firmware 19:40:25 and the time of building is pretty the same 19:40:33 can it improve flexibility/reliability of our iso build process? 19:40:59 mattymo: -1 on pruning drivers/firmware 19:41:04 yea, actually it can help to improve the flexibility 19:41:15 in that case we should consider it 19:41:36 even if we don't win on image size or build time, current process for modifying bootstrap image basically isn't 19:41:39 maybe we will be able to reuse discovery solutions from ironic 19:41:53 so preliminary +1 for me for it then 19:42:02 vkozhukalov: how would it improve? would it make it easier for end user to rebuild image in the field? 19:42:03 We dont need wifi drivers for exampl 19:42:07 E 19:42:08 however I would like to see some techtalk about it 19:42:14 We be able to rebuild bootstrap on the master node. It allows us to include really strength ssh keypair. 19:42:29 xarses, in a sense 19:42:55 modifing make file is not very pleasant 19:43:05 Anyone be able to rebuild its own bootstrap version, include additional drivers, etc. 19:43:26 It should have a separate make system that can run independent 19:43:44 vkozhukalov: oh really, I remember you hard vote for it when I was trying to get rake onboard instead ;) 19:43:52 mattymo: fair point on wifi drivers, although I'm not sure building custom kernels is the territory we're ready to explore 19:43:58 vkozhukalov: I think rebuilding the bootstrap in the field is the most important feature we need with regards to bootstrap, making it smaller and easier to distribute are secondary needs 19:44:09 xarses: +1 19:44:14 mihgen, it was so long ago )) 19:44:31 ok, we still have some other topics 19:44:48 #topic Rewriting discovery agent into python 19:44:49 vkozhukalov: if moving to dib helps then yes, but so far I've heard no features that dib brings to us. regardless, it doesn't really matter how we build the bootstrap image 19:44:59 so +1 for disk-image-builder according to what is said here 19:45:00 Sorry I am on a moble device now. I will share a cool set of scripts for shrinking images 19:45:39 as for agent, I heard you meant something more than just rewriting it as it is 19:45:41 I don't think that we should just rewrite agent in python, it will be better to completely rewrite our discovering logic with mcollective (or any other transport). 19:45:45 +1 to discovery agent in python, it should make it easier for community to participate 19:45:45 could you clarify, please? 19:45:49 what about vote for previous topic? 19:45:52 it is again about refactoring, ruby is not very suitable for openstack 19:45:58 discovery agent on python = we are heavily dependent on ohai 19:46:06 I don't know anything like that in python 19:46:13 now agent is trivial 19:46:18 +1 to _research_ what dib can actually give us 19:46:27 it takes ohai output and does rest api call 19:46:31 ohai can give json and we can parse it in python easily 19:46:38 #startvote Should we use diskimage-builder? Yes, No, Maybe 19:46:39 Only the meeting chair may start a vote. 19:46:39 evgeniyl`, +1 to rewrite logic 19:46:42 afair we anyway gather some data in many places as we cannot rely on ohai 19:46:47 Ohai and facter use proc and dmidecode. Its just abstravtion magic 19:46:55 can we have Research vote option please? 19:46:57 Abstraction* 19:46:59 would you call ohai then as external program? 19:46:59 mihgen, salt grains is pretty much the same as ohai 19:47:12 pretty much is not the same 19:47:18 ohai is in place for years 19:47:26 opscode fixed tons of bugs 19:47:34 on different systems and drivers/hw 19:47:36 Its not ambrosia. It can be replaced 19:47:38 ohai actually has some shitty code inside 19:47:40 mihgen: +1 19:47:42 #vote PoC 19:47:45 I tried to research it one day 19:47:47 Don't touch ohai please) 19:47:49 rewriting that from scratch is very dangerous 19:48:09 nmarkov: you rather have shitty code in nailgun dude 19:48:32 mihgen, nmarkov :))) 19:48:36 that's stability thing, and we rely on it now 19:48:42 mihgen, nailgun is perfect, don't touch it 19:49:00 so I consider it's very dangerous to replace it on any other source of hardware information 19:49:03 nmarkov: all of the issues we have had with agent has been our internal logic, not ohai failing to work 19:49:14 recently anyway 19:49:37 xarses, not really, I remember some issues we had when were working with chef 1.5 years ago 19:49:40 ok, mihgen is right about danger 19:49:56 if we don't need to fix ohai itself, I don't care how ugly it is on the inside long as it works 19:49:57 stability is extremely important here 19:50:14 but ohai is just a source of info, one of the many 19:50:22 ok, guys let's discuss it later 19:50:24 in my experience pretty code and stability have a very weak correlation 19:50:30 we have just 10 minutes 19:50:30 angdraug: +1 19:50:35 xarses, our logic fails because of ohai internal logic. 19:50:50 AndreyDanin_: be more concrete 19:50:51 vkozhukalov: call a vote and lets move to the next topic 19:51:08 there are some issues when ohai fails to fetch some hw info 19:51:22 #startvote for rewriting agent in python 19:51:22 nmarkov: AndreyDanin_ since i stared we have found 0 errors with ohai failing to find what we want, we just dont use what ohai sends us. 19:51:23 Unable to parse vote topic and options. 19:51:27 it even proves what I said 19:51:38 one bug in a long run - perfect code 19:51:39 and nailgun rebuilds half of the DB according to invalid data it sends 19:51:44 mihgen, I talk about magic with MAC and IP. 19:51:53 vkozhukalov, specify answers 19:52:01 -1 need to do additional research 19:52:01 AndreyDanin_, +1 19:52:06 nmarkov: invalid data sends not ohai, agent does it. 19:52:17 +1 to research alternatives in python to ohai 19:52:29 evgeniyl`, so, it is agent which can't get a MAC? please, dude 19:52:30 I vote for keeping existing ohai and agent 19:52:41 +1 mattymo| 19:52:41 as they are small and doing it's job now pretty well 19:52:43 -1 on research, let's focus on bigger problems first 19:52:45 nmarkov: did you see agent code, it parses data from ohai and make additional filtering and data preparation 19:52:56 we don't need them to be extended any heavily 19:53:02 nmarkov: what are you talking about? 19:53:05 we have plenty other more important things 19:53:09 evgeniyl`, yep, and sometimes ohai just doesn't return some necessary things 19:53:09 -1 for now, but I'd love to see the ruby replace with python 19:53:11 #topic Moving fuel-web/fuelmenu into fuel-library 19:53:15 such as scalability of nailgun for exmaple 19:53:17 angdraug, +1 19:53:27 so -1 on research 19:53:29 mihgen: +1 :p 19:53:47 fuelmenu does not work w/o puppet modules 19:53:52 I'd like us exploring the ipmi/snmp discovery tools from compass first 19:53:54 ok fuel menu relies on code from fuel-library 19:53:59 Fuelmenu only configures fuelweb 19:54:04 vkozhukalov: why to fuel-lib, not to a separate repo? 19:54:06 Not library 19:54:35 -1 i think it should be moved to fuel-main because it's more about iso 19:54:42 evgeniyl`: +1 19:54:51 But it should be separate if anything or in main 19:54:56 what's the benefit from being in fuel-main? 19:55:13 fuel-main is just a bunch of build scripts 19:55:16 it is not related nor -web, nor -library 19:55:34 evgeniyl`: 0 (changed my mind) 19:55:39 vkozhukalov: fuel-library is a bunch of puppet manifests 19:55:41 fuel-menu heavily relies on fuel-library 19:55:46 fuel-menu should be in library more than main, at least the puppet it needs is in there 19:55:46 let's move to a new separate repo 19:55:50 at this moment .. 19:55:56 #startvote for moving fuelmenu into separate repo 19:55:56 Unable to parse vote topic and options. 19:56:06 -1 on that 19:56:11 -1 19:56:11 -1 for separate repo 19:56:11 +1 19:56:15 -1 19:56:18 +1 19:56:23 -1 19:56:28 -1 19:56:33 -1 on repo proliferation in general 19:56:35 #startvote for moving fuelmenu into fuel-library 19:56:36 Unable to parse vote topic and options. 19:56:38 #startvote Do we want to move fuelmenu into separate repo? Yes, No, Maybe 19:56:39 Only the meeting chair may start a vote. 19:56:45 angdraug: +1 19:56:46 Yes 19:56:48 +1 19:56:50 (+1) 19:56:52 +1 19:56:54 +1 19:56:56 #vote Yes 19:57:02 -1 19:57:06 yes 19:57:28 e0ne: how can you vote the same? 19:57:32 we need to read manual about meetings ))) 19:57:40 :) 19:57:50 vkozhukalov: just resend what AndreyDanin_ proposed ) 19:57:55 ok, guys looks like we have just a couple of minutes 19:58:07 I think we need to close now 19:58:13 angdraug: agreed, we have more than enough repos to confuse everyone as it is 19:58:16 and move other stuff to next meeting.. 19:58:22 mihgen: what do you mean? 19:58:41 e0ne: you voted for separated repo and then said Yes for fuel-library 19:58:49 yes, let's go away and continute our discussion somewhere else 19:59:04 > xarses: angdraug: agreed, we have more than enough repos to confuse everyone as it is <- so true 19:59:04 let's wrap up little by little 19:59:21 unfortunately we had too large agenda 19:59:23 it was my fail with 'yes for fuel-lib' 19:59:25 we can do in fuel-dev... 19:59:33 end meeting pls 19:59:33 #endmeeting