15:03:35 #startmeeting weekly integration meeting 15:03:35 Meeting started Thu Oct 23 15:03:35 2014 UTC. The chair is CASP3R. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:03:35 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:03:35 The meeting name has been set to 'weekly_integration_meeting' 15:03:43 #chair LuisGomez 15:03:43 Current chairs: CASP3R LuisGomez 15:04:12 #topic project update 15:05:00 #info Helium is ready for cherry picking 15:05:09 #info and to allow auto testing on that branch 15:11:27 #info master version bumping needs to be done by other project, integration patch is waiting other projects. 15:12:20 #info Ekta and Carol have been chasing the different project. 15:12:40 #info all project at different stage will some having well define system test case and some dont have any. 15:13:39 #info HP has presented 2 node clustering for HA (currently it's 3 node ) 15:16:43 #info GBP project has a script that deploys 3 controller in cluster fashion 15:17:40 #info GBP project has a test with 2 mininet hosts 15:19:56 #topic task update 15:22:37 #info Patch for master branch is waiting project to catch up 15:23:15 #info Neutron testing is testing, ports, network and subnets. VM test coming this week 15:24:58 #info Netconf testing needs some ssh config to be changed in LF to allow for ssh netconf allow 15:25:17 tykeal we need an ssh subsystem to be pointed to the netopeer :) 15:28:06 +1 to the Vagrant system tykeal is describing, very nice 15:31:38 #info cluster testing hasn't started yet 15:34:04 #info performance testing for an end to end (REST to OpenFlow) is around 2100 flows per second 15:34:19 * icbts I’m working on a karaf top like command that displays threads by CPU utilization on the console https://github.com/savoirtech/ktop - its still POC, you might find it handy 15:34:31 #info docker patch to update for helium is there but there an open talk about it 15:35:00 #link https://git.opendaylight.org/gerrit/#/c/12063/ 15:35:17 icbts cool 15:37:07 #info Jamo has been doing some work on Switch Abstraction there is a current a patch with POC 15:37:30 #link https://git.opendaylight.org/gerrit/#/c/12118/ 15:38:34 Daniel Farrell proposed a change to integration: Updated Docker packaging for Helium. https://git.opendaylight.org/gerrit/12063 15:49:54 dfarrell07: I was unaware ./bin/start was for starting karaf server 15:50:27 but that's good to know 15:53:14 Daniel Farrell proposed a change to integration: Updated Docker packaging for Helium. https://git.opendaylight.org/gerrit/12063 15:54:47 ./bin/karaf = dump you into karaf console 15:54:59 ./bin/start = starts karaf as a background task 15:56:20 zxiiro^^, thanks CASP3R and sorry for the lag 15:57:06 ./bin/client — ssh into running karaf 15:58:01 can we do ./bin/client and it runs the command in karaf 15:59:06 returning the result, then disconnecting 15:59:17 Cool 15:59:39 its commonly used for testing karaf based distros 16:00:32 Maybe that be easier then we ssh into the host for running karaf then use the bin/client 16:01:00 bin/client basically wraps the mina ssh client built into karaf 16:01:13 #endmeeting