16:04:02 <rovarga> #startmeeting Kernel Projects Call 16:04:02 <odl_meetbot> 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 <odl_meetbot> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:04:02 <odl_meetbot> The meeting name has been set to 'kernel_projects_call' 16:07:47 <rovarga> #info MRI projects are integrated for Neon SR1 16:08:28 <rovarga> #info mdsal-4.0.1 will probably get released next week 16:09:23 <rovarga> #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 <rovarga> #info will probably some of the outstanding items, as the release is quite big as it is 16:11:26 <rovarga> #topic YANG 1.1 action implementation 16:13:50 <rovarga> #info Emmett Cox notes that Ericsson would like to contribute an implementation of actions for RESTCONF/NETCONF and clustering 16:14:39 <rovarga> #info MD-SAL has all the bits in place, so that should not be a huge problem 16:16:39 <rovarga> #link https://lists.opendaylight.org/pipermail/netconf-dev/2019-April/002137.html is thread discussing 16:20:54 <rovarga> #info RPC/Action service is catered by DOMRpcRouter in MD-SAL, which handles routing within a node 16:21:04 <rovarga> #info netconf/restconf always talk to that instance 16:22:02 <rovarga> #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 <rovarga> #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 <rovarga> #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 <LuisGomez> #link https://jira.opendaylight.org/browse/NETCONF-613 16:28:12 <rovarga> #into karaf-4.2.5 patch is there, but it fails 16:28:16 <rovarga> #info karaf-4.2.5 patch is there, but it fails 16:28:34 <rovarga> #info high-risk due to javax.annotation-api upgrade to 1.3 16:28:42 <rovarga> #info let's park it for a while 16:29:44 <skitt> https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-sodium/ 16:30:31 <skitt> #link manual multipatch build configuration: https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-sodium/ 16:34:24 <rovarga> #endmeeting