16:02:00 #startmeeting MD-SAL Weekly Meeting 16:02:00 Meeting started Tue Apr 22 16:02:00 2014 UTC. The chair is edwarnicke___. Information about MeetBot at http://ci.openstack.org/meetbot.html. 16:02:00 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:02:00 The meeting name has been set to 'md_sal_weekly_meeting' 16:02:41 #topic Akka Framework discussion and demo 16:04:15 #topic Prototyping Akka in ODL 16:06:27 #info Mathieu Lemay presenting 16:08:49 #info Concerns raised: "Why Datastore?" and "Scala in codebase?" 16:09:25 #info talking about fixing the runtime - werk done with Giovanni and Jamie and about how to port it to Karaf 16:09:28 #info Current status - fixing the runtime (Mix and Match, Karaf Runtime Port, Releases and Features, Need for common underlay (AD-SAL and MD-SAL) 16:10:09 #topic Why DataStore? 16:12:22 #info Datastore prototype useful to test Akka's clustering store in ODL 16:12:49 #info Would like to be able to have partial features running within different controller cluster nodes and have proper messaging 16:13:48 #info Many options for datastore (inside/outside the controller etc) 16:13:56 #info purpose is to drive more efficient message handling in ODL 16:14:52 #topic Scala in the codebase? 16:15:37 3info put scala code into the code base or wrap scala code in java apis? 16:15:37 #info How should we handle scala in ODL? 16:15:57 #info put the scala code into their own repos, or put them into ODL repos? 16:16:53 #info ewarncike echoes conrerns avbobut scala: 1 yet another language, 2. support scala also means you have to support the scala compiler, which is a bigger issue 16:17:15 #info mlemay talked to chris wright about this as well 16:17:35 #info ewarncike is personally excited about scala, but there are concerns 16:18:13 #info mlemay : there is already impedance for new comers to grok the codebase, and scala just adds to it. akka support the java environment, so why not use it? 16:19:20 #info ewarnicke says that there are tradeoffs, e.g. are the some core pieces to which we limit ourselves? mlemay says that why want to discuss it now; there are different ways to wrap it up or hide it 16:21:27 #info mlemay says there are different ways to address akka - one is to make it fully separate and not in core ODL, which is the direction in which we seem to be going now; mlemay wants to make sure the issue is addressed the rigth way 16:21:57 #info david bainbridge voices conerns about supporting scala - there is not much expertise out there 16:24:24 #info question is akka linked to scala? mlemay: akka is written in scala, so introducing akka will introduce scala into ODL one way or another 16:24:55 #info dbainbridge we need one implementation behind java libraries 16:25:32 #info ashish chirputkar: how idfferent is this from having an external componet such as a DB which is written in a different language? 16:27:46 #info rvarga: having swappable data store is good, and we do not have to have a swappable data store within a distribution 16:28:04 #info different distributions can use different data stores 16:29:37 #topic Controller Runtime 16:29:42 #info mlemay: prototype implementation well underway, should be done within a day or two 16:29:54 #info mix and match from felix, virgo, gemini and different OSGI versions 16:30:10 #info mlemay: current runtime a “mix and match” to meed needs & requirements in ODL 16:30:21 yes 16:30:51 #info mlemay: runtime being ported to Karaf with help of Jamie Goodyear 16:31:38 # info Karaf has a nicer shell and fucntionality such as features; all components of the controller are being turned into Karaf features 16:31:51 #info projects will follow the same pattern 16:32:15 #info what you get: nicer console, noicer loggin, admin & security features, blueprints, etc 16:32:42 Please share the gerrit id :) 16:32:49 #info karaf gerrit should be coming shortly from mlemay :) 16:32:52 #info Karat ditro will be in the distributions folder, it will be pusehd as a set of patches 16:34:36 I missed the beginning of the meeting and didn't see this in the notes. when is this targeted for release? Helium ? 16:34:43 #info ewarnicke: more to karaf not a radical shift, it’s just a better OSGI container 16:35:54 #info other projects in production that may be using Karaf? jboss, opennms, apache service mix, other companies 16:37:21 #info rovarga brings out a point that migrating will not be easy. a barebones distro should be build into which apps can be moved into 16:38:48 #info dbainbridge are we expecting projects APIs changes? 16:39:11 #ino mlemay: no api changes, just packages changes, maybe changes to shell/cli 16:40:27 #info ewarnicke: for example, if somebody has a cli based on current container, it needs to be ported; then features need to be introduced into project; this has impact on versioning, bundles can have their own version, features follow release versioning 16:40:42 #info will this help unifying the sals? 16:40:57 #info karaf is just a container, nothing to do with the SALs 16:41:52 #info madhu happy to move ovsdb onto feature, multiple oriject running in veritualization ed twhere certain bundles are filtered out a feature w/o breaking things? 16:42:52 #info jamie: generally design a feature as subfeatures, a bundle can be part of multiple features 16:43:30 * icbts Jamie == icbts 16:47:16 #action can we make sure the release management for karaf distribution and existing distribution are compatible 16:50:29 #info rovarga: for migraton start with a new base edition which gives us a playground for experimenting with new things 16:52:55 #info concern about forking too much, too many editions, must have one edition that everybody can use 16:53:23 #info erwarnicke: project must have space to sort this out; 16:57:50 #question so for teams coming into ODL, do they now develop their code against, AD-SAL, MD-SAL? Base Edition? Karaf Edition? It gets real confusing for people attempting to on board. I agree we need a playground. 20:00:31 #endmeeting