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