16:04:02 #startmeeting Kernel Projects Call 16:04:02 Meeting started Tue Apr 30 16:04:02 2019 UTC. The chair is rovarga. Information about MeetBot at http://ci.openstack.org/meetbot.html. 16:04:02 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:04:02 The meeting name has been set to 'kernel_projects_call' 16:07:47 #info MRI projects are integrated for Neon SR1 16:08:28 #info mdsal-4.0.1 will probably get released next week 16:09:23 #link issues currently targeted: https://jira.opendaylight.org/browse/MDSAL-100?jql=project%20%3D%2010137%20AND%20fixVersion%20%3D%2010913%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC 16:09:38 #info will probably some of the outstanding items, as the release is quite big as it is 16:11:26 #topic YANG 1.1 action implementation 16:13:50 #info Emmett Cox notes that Ericsson would like to contribute an implementation of actions for RESTCONF/NETCONF and clustering 16:14:39 #info MD-SAL has all the bits in place, so that should not be a huge problem 16:16:39 #link https://lists.opendaylight.org/pipermail/netconf-dev/2019-April/002137.html is thread discussing 16:20:54 #info RPC/Action service is catered by DOMRpcRouter in MD-SAL, which handles routing within a node 16:21:04 #info netconf/restconf always talk to that instance 16:22:02 #info clustering is implemented as a bridge, where sal-remoterpc-connector provides bridging between nodes -- by listening for RPC/action implementations getting registered on the local node and gossiping that to its counterparts on remote nodes 16:22:57 #info when it receives a gossip from a remote node about an implementation being available, it registers itself as an implementation -- and when asked to invoke an RPC, it sends a request to the remote node it got the information from 16:23:29 #info actions do not seem to be supported, but they are pretty much the same thing as RPCs, hence they should be easy to integrate 16:25:47 #link https://jira.opendaylight.org/browse/NETCONF-613 16:28:12 #into karaf-4.2.5 patch is there, but it fails 16:28:16 #info karaf-4.2.5 patch is there, but it fails 16:28:34 #info high-risk due to javax.annotation-api upgrade to 1.3 16:28:42 #info let's park it for a while 16:29:44 https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-sodium/ 16:30:31 #link manual multipatch build configuration: https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-sodium/ 16:34:24 #endmeeting