Wednesday, 2016-08-03

*** diga has quit IRC00:23
*** lulei has quit IRC00:35
*** lulei has joined #tacker00:35
*** gongysh has joined #tacker00:49
gongyshs3wong, hi00:50
s3wonggongysh: hello00:50
gongyshI am trying networking-sfc, but I am unlucky00:50
*** gongysh_ has joined #tacker00:51
s3wonggongysh: what seems to be the problem?00:51
gongyshs3wong, let me find the codes00:51
* gongysh is opening eclipse00:51
gongysh_s3wong, https://github.com/openstack/networking-sfc/blob/master/networking_sfc/services/sfc/drivers/ovs/driver.py#L24100:55
gongysh_s3wong,             src_pd_filter = dict(00:55
gongysh_                egress=fc['logical_source_port'],00:55
gongysh_                tenant_id=tenant_id00:55
gongysh_            )00:55
gongysh_what is logical_source_port, my fc has no this kind of thing.00:56
gongysh_it is none.00:56
s3wonggongysh: logical_source_port is the Neutron source port00:57
s3wonggongysh: it is one of the arguments of python-client00:58
gongysh_s3wong,  I created it as this:00:58
gongysh_ neutron flow-classifier-create \00:58
gongysh_  --ethertype IPv4 \00:58
gongysh_  --source-ip-prefix 22.1.20.1/32 \00:58
gongysh_  --destination-ip-prefix 172.4.5.6/32 \00:58
gongysh_  --protocol tcp \00:58
s3wonggongysh: not sure about horizon00:58
gongysh_  --source-port 23:23 \00:58
gongysh_  --destination-port 100:100 FC100:58
gongysh_so the fc has no logical_source_port at all.00:59
s3wonggongysh: really?00:59
s3wonggongysh: from the code (networking-sfc/networking-sfc/cli/flow_classifier.py), I see this:01:00
s3wongclass FlowClassifierCreate(extension.ClientExtensionCreate,01:00
s3wong                           FlowClassifier):01:00
s3wong    """Create a Flow Classifier."""01:00
s3wong    shell_command = 'flow-classifier-create'01:00
s3wong    def add_known_arguments(self, parser):01:00
s3wong       parser.add_argument(01:00
s3wong            '--logical-source-port',01:00
s3wong            help=_('ID or name of the neutron source port.'))01:00
s3wong        parser.add_argument(01:00
s3wong            '--logical-destination-port',01:00
s3wong            help=_('ID or name of the neutron destination port.'))01:00
s3wonggongysh: seems to be part of the argument... was it not added?01:01
gongysh_but it is not mandantory.01:02
s3wonggongysh_: oh well...01:02
s3wonggongysh_: you can add it and try it out to see if that works :-)01:03
gongysh_s3wong, so what about the case: I need a flowclassifiler to say: a flow from outside my openstack to one of my VM in openstack will match?01:04
gongysh_s3wong, it has definitely no logical source port.01:04
s3wonggongysh_: really? external network / provider router doesn't have a port to Neutron network?01:05
s3wonggongysh_: we need logical_source_port to know where and which inport to set the OVS rules01:06
*** KanagarajM has joined #tacker01:07
gongysh_s3wong,  for a chain [{p1,p2},{p3,p4}], how can I create the flow classifier?01:10
gongysh_s3wong, the logic source port is 'p1'?01:10
s3wonggongysh_: no, the logical source port is the source Neutron port where  this flow classifier would match against01:11
gongysh_s3wong,  p0 -> [{p1,p2},{p3,p4}] -> p5,  p0 is the logical source port, p5 is the logic dest port?01:12
s3wonggongysh_: yes01:12
gongysh_so the flow classifier is matching the outbound flow from p0 and direct it into  [{p1,p2},{p3,p4}], and back to p5?01:14
s3wonggongysh_: yes, unless any one of the network functions with {p1.p2} or {p3,p4} drop the packet01:15
gongysh_s3wong, make sense.01:15
s3wonggongysh_: this is really a set of low level APIs, not something fancy like GBP :-)01:16
s3wonggongysh_: but fits with Neutron level of abstraction :-)01:16
gongysh_s3wong, so what is confusing is:  logic source and destination ports are not mandatory on cli and API side, but they are in logics.01:17
s3wonggongysh_: time to file a bug :-)01:18
gongysh_s3wong, the doc is not clear about the logic source and dest ports too.01:18
s3wonggongysh_: yes, I believe despite the initial effort, we are a bit weak there01:18
*** KanagarajM has quit IRC01:19
gongysh_s3wong, yeah.  Do you want me to do the bug report?01:19
s3wonggongysh_: luckily, we have new requirement to strengthen our docs as a mandatory task for staying in Neutron stadium01:19
s3wonggongysh_: certainly. Please go ahead01:19
gongysh_s3wong, what is the plan to do odl sfc driver?01:20
gongyshs3wong, https://review.openstack.org/#/c/349335/  needs your nodding.01:24
s3wonggongysh: OK. taking a look01:27
s3wonggongysh: all SFC drivers are developed within the respective SDN solutions' repo01:27
s3wonggongysh: so I have no idea what the progress is :-)  the guy doing ODL SFC driver hasn't attended the weekly networking-sfc meeting for a while01:28
s3wonggongysh: the OVN SFC driver is a bit more high profile so far01:28
openstackgerritMerged openstack/tacker: Remove proxy related db tables  https://review.openstack.org/34933501:33
*** manikanta_tadi has joined #tacker01:44
*** bobh has joined #tacker01:44
*** KanagarajM has joined #tacker02:00
*** s3wong has quit IRC02:05
*** bobh has quit IRC02:09
*** KanagarajM has quit IRC02:12
*** manikanta_tadi has quit IRC02:17
openstackgerritKaiLi proposed openstack/tacker: Tosca tacker_defs.yaml flie updates  https://review.openstack.org/34976702:20
*** vishnoianil has quit IRC02:20
*** kikas has joined #tacker03:08
*** gongysh has quit IRC03:14
*** vishnoianil has joined #tacker03:15
*** KanagarajM has joined #tacker03:49
*** diga has joined #tacker03:55
*** diga has quit IRC04:03
*** links has joined #tacker04:10
*** _achatterjee_ has joined #tacker04:19
*** amotoki has joined #tacker04:20
*** achatterjee has quit IRC04:21
*** _achatterjee_ has quit IRC04:24
*** achatterjee has joined #tacker04:24
openstackgerritvishwanath jayaraman proposed openstack/tacker: Adds audit support for VIM, VNFD and VNF  https://review.openstack.org/32516904:30
openstackgerritvishwanath jayaraman proposed openstack/tacker: Adds audit support for VIM, VNFD and VNF  https://review.openstack.org/32516904:34
openstackgerritSripriya Seetharam proposed openstack/tacker-horizon: Add domain name field for VIM register  https://review.openstack.org/34906505:00
*** kikas1 has joined #tacker05:10
*** kikas has quit IRC05:10
openstackgerritvishwanath jayaraman proposed openstack/tacker: Adds audit support for VIM, VNFD and VNF  https://review.openstack.org/32516905:11
*** KanagarajM has quit IRC05:13
*** mbound has joined #tacker05:16
*** mbound has quit IRC05:21
*** kikas1 has quit IRC05:22
*** kikas has joined #tacker05:22
*** kikas has quit IRC05:22
*** diga has joined #tacker05:28
*** lamt_ has quit IRC05:31
digasridhar_ram: priya : Hi05:32
sridhar_ramdiga: pong05:44
sridhar_ramdiga: hi, what's up?05:44
digasridhar_ram: I am planning to start work on VNFM distributed architecture05:53
sridhar_ramdiga: sounds good... register a Tacker blueprint and start writing a spec in tacker-specs repo05:55
digasridhar_ram: sure05:56
digasridhar_ram: one more thing, who is working on VNF Forwarding Graph05:56
digabecause I am reviewing the code on that05:57
digasridhar_ram: I dont know the person's nick name on irc so that I can work with him05:57
sridhar_ramtrozet and s3wong have the main patchsets...05:57
digaokay05:58
digawill talk to them05:58
sridhar_ramOthers like xu-haiwei and janki are so helping out with client and other supplemental patchsets... a truly collaborative effort :)05:59
*** KanagarajM has joined #tacker06:00
digayes :)06:01
sridhar_ramdiga: look for vnffg patchsets here https://review.openstack.org/#/q/topic:bp/tacker-vnffg06:01
sridhar_ramKanagarajM: ping06:01
digasridhar_ram: okay06:02
digasridhar_ram: need +1 +2 on this patch - https://review.openstack.org/#/c/347582/06:02
sridhar_ramKanagarajM: can u resolve merge conflicts in ur scaling patchsets so that we can merge them.06:02
sridhar_ramdiga: will add it to my review queue06:03
sridhar_ramdiga: done06:06
veena_Hi, I have an issue using user_data in templates.  if I send a script as user_data and keep the user_data_format as RAW, I don't see the script being run after the VM comes up.06:07
veena_there's no error also in any of the logs06:08
veena_did anybody face this issue? What am I missing? I think user_data_format should be RAW.06:10
*** janki has joined #tacker06:23
digasridhar_ram: thank you06:26
priyadiga, hi06:33
openstackgerritJanki Chhatbar proposed openstack/python-tackerclient: VNFD legacy template deprecation warning  https://review.openstack.org/33458106:46
veena_Hi, could anybody please help me in specifying user_data in the template. My requirement is to execute a script after a VNF comes up07:06
*** dazuko has joined #tacker07:11
*** links has quit IRC07:23
*** dazuko has quit IRC07:24
*** dazuko has joined #tacker07:24
gongysh_sridhar_ram, hi07:24
sridhar_ramgongysh_: hi07:29
gongysh_sridhar_ram, do u have time for this patch? https://review.openstack.org/#/c/342227/07:30
gongysh_sridhar_ram, it is blocking installation on ubuntu 16 system.07:30
sridhar_ramveena_: take a look at https://github.com/openstack/tacker/blob/master/samples/tosca-templates/vnfd/tosca_openwrt_userdata.yaml07:31
sridhar_ramgongysh_: let me check..07:31
gongysh_sridhar_ram, also, without this patch, the db model is changed. for example, some foreign key id can be nullable.07:32
veena_sridhar_ram, That example works fine, but if my script is big and if I want to send it as a file, then how do I do?07:32
sridhar_ramgongysh_: we had bunch of uuid related changes recently, particularly for RHEL/CentOS mariadb version. Is this patchset undoing any of that change ?07:35
sridhar_ramAlso, what u mean by Ubuntu 16 system ?07:35
*** links has joined #tacker07:36
gongysh_sridhar_ram, ubuntu 16.x version07:36
gongysh_sridhar_ram, it is not. it is patching old mistakes.07:36
gongysh_sridhar_ram, those patches were changing nullable properties of columns.07:37
sridhar_ramgongysh_: okay, change looks reasonable... will do few quick check tomorrow morning and sign off.07:38
gongysh_sridhar_ram, and on ubuntu 16.x, the nullable cannot be changed at all.07:38
sridhar_ramgongysh_: okay ... we need gate jobs for diff distros to catch this earlier07:40
gongysh_sridhar_ram,  Do openstack ci provides ubuntu 16 distro, centos 7.x?07:41
sridhar_ramveena_: no other choice, one slightly better variation is to echo the big script into a local file and run... something like https://github.com/openstack/tacker/blob/master/tacker/tests/etc/samples/sample-tosca-vnfd-http-monitor.yaml07:41
sridhar_ramgongysh_: centos, yes...no sure abt specific version support07:42
* sridhar_ram signing off for the evening07:45
openstackgerritgongysh proposed openstack/tacker: Rename device db name into vnf name  https://review.openstack.org/34977607:46
openstackgerritgongysh proposed openstack/tacker: Don't change existing nullable property  https://review.openstack.org/34222707:46
*** saju_m has joined #tacker07:48
kluka_Hi, guys can you review https://review.openstack.org/#/c/347184/07:59
*** amotoki has quit IRC08:00
kluka_It is a simple fix that should be merged as quickly as possible :)08:00
*** amotoki has joined #tacker08:04
*** amotoki has quit IRC08:05
veena_sridhar_ram, okay. Thank you :)08:08
openstackgerritShaik Apsar proposed openstack/tacker: Implement tacker workflows  https://review.openstack.org/34116408:10
*** amotoki has joined #tacker08:17
*** amotoki_ has joined #tacker08:18
*** Ravikiran_K has joined #tacker08:18
openstackgerritTung Doan proposed openstack/tacker: Update policy definition in tacker-def.yaml  https://review.openstack.org/35043608:19
openstackgerritqinchunhua proposed openstack/tacker: Remove execute permission on one file  https://review.openstack.org/34629608:20
*** amotoki has quit IRC08:21
dkushwahasridhar_ram, KanagarajM gongysh_  kindly respond to https://review.openstack.org/#/c/304667/08:23
*** amotoki_ has quit IRC08:29
openstackgerritgongysh proposed openstack/tacker: Remove keystone reconfiguration in devstack script  https://review.openstack.org/35045108:33
*** amotoki has joined #tacker08:45
*** amotoki has quit IRC08:53
openstackgerritTung Doan proposed openstack/tacker: Alarm monitor: Update Heat driver Implements bp: #alarm-based-monitoring-driver  https://review.openstack.org/34772109:01
*** amotoki has joined #tacker09:02
openstackgerritgongysh proposed openstack/tacker: Use plugin aware extension manager to load extensions  https://review.openstack.org/34476509:02
openstackgerritOpenStack Proposal Bot proposed openstack/tacker: Updated from global requirements  https://review.openstack.org/34869209:08
*** Qiming has quit IRC09:46
*** Qiming has joined #tacker09:50
*** _rex_ has joined #tacker09:58
*** Jaison has joined #tacker09:58
*** links has quit IRC09:59
*** _rex_ has quit IRC10:00
*** _rex_ has joined #tacker10:07
*** _rex_ is now known as rex10:08
*** dazuko has quit IRC10:09
*** amit213 has quit IRC10:10
*** tbh has joined #tacker10:11
*** amit213 has joined #tacker10:12
*** Qiming has quit IRC10:12
*** Qiming has joined #tacker10:17
*** lulei has quit IRC10:22
*** tbh has quit IRC10:27
*** amotoki has quit IRC10:30
*** amotoki has joined #tacker10:39
*** amotoki has quit IRC10:41
*** lulei has joined #tacker10:46
*** Jaison has quit IRC10:49
*** gongysh_ has quit IRC10:52
*** links has joined #tacker10:53
*** john has joined #tacker10:55
*** john is now known as Guest8768210:56
*** Ravikiran_K has quit IRC10:56
*** lulei has quit IRC11:06
*** lulei has joined #tacker11:08
*** diga has quit IRC11:14
*** Guest87682 has quit IRC11:38
jankisridhar_ram, ping12:36
*** lulei has quit IRC12:39
openstackgerritKaiLi proposed openstack/tacker: Tosca tacker_defs.yaml flie updates  https://review.openstack.org/34976712:50
*** john has joined #tacker12:51
*** john is now known as Guest2636112:51
*** dazuko has joined #tacker13:06
*** Guest26361 is now known as tbh13:09
*** lamt_ has joined #tacker13:10
*** tbh has quit IRC13:17
*** tbh has joined #tacker13:20
*** Ravikiran_K has joined #tacker13:33
*** kikas has joined #tacker14:07
*** janki has quit IRC14:11
*** amotoki has joined #tacker14:18
*** links has quit IRC14:23
*** tbh has quit IRC14:32
*** janki has joined #tacker14:34
*** veena has joined #tacker14:39
*** amotoki has quit IRC14:40
*** kikas has quit IRC14:42
*** bobh has joined #tacker14:43
*** amotoki has joined #tacker14:45
*** bobh has quit IRC14:49
*** tbh_ has joined #tacker14:59
*** tbh_ has quit IRC15:01
*** saju_m has quit IRC15:02
vishwanathjTrying to figure out why jenkins pep8 failed for patchset http://logs.openstack.org/69/325169/....logs at http://logs.openstack.org/69/325169/17/check/gate-tacker-pep8-ubuntu-xenial/22bae39/console.html ....do not understand what importError failed Error message...would appreciate guidance from someone who understands this better15:06
*** amotoki has quit IRC15:06
*** saju_m has joined #tacker15:14
jankivishwanathj: I think it is failing because of 2 HEADs during DB migration15:19
vishwanathj2016-08-03 07:20:17.851380 | d4f265e8eb9d (branchpoint)15:20
vishwanathj2016-08-03 07:20:17.851476 |              -> 2ff0a0e360f1 (head)15:20
vishwanathj2016-08-03 07:20:17.851502 |              -> 22f5385a3d4f (head)15:20
vishwanathjjanki are you referring to this15:20
vishwanathj^^^15:20
jankivishwanathj: yes the same15:21
jankibecause of this the migration is not happening and it i sfailing15:21
*** amotoki has joined #tacker15:22
vishwanathjnot sure why the base patch file has 22f5385a3d4f in the HEAD instead of d4f265e8eb9d?15:23
jankia patch was merged today morning which chnaged the HEAD15:23
jankiso now repo has 22f... HEAD and your patch has d4f.. HEAD15:24
jankiyour patch's new HEAD must be 2ff...15:24
jankiso it is thorwing error15:24
jankitrying rebasing15:24
jankithat might help15:24
jankivishwanathj, ^^15:25
vishwanathjthat's what I did yesterday and the HEAdD was d4f265e8eb9d....Hhmm15:25
jankithe merge happened some 12 hours age15:26
vishwanathjjanki...looks like after sripriya patchset there was a patchset from gongysh that changed the head again15:26
vishwanathjjanki appreciate your response15:27
jankivishwanathj: yes, the very same patch  "Remove proxy related db tables"15:27
jankivishwanathj: happy I could help :)15:28
*** saju_m has quit IRC15:42
openstackgerritvishwanath jayaraman proposed openstack/tacker: Adds audit support for VIM, VNFD and VNF  https://review.openstack.org/32516915:44
*** dazuko has quit IRC15:47
*** kikas has joined #tacker16:10
*** janki has quit IRC16:12
*** kikas has quit IRC16:17
*** veena has quit IRC16:31
*** bobh has joined #tacker16:46
*** bobh has quit IRC16:51
*** kikas has joined #tacker16:53
*** openstackgerrit_ has joined #tacker17:07
*** openstackgerrit_ has quit IRC17:08
*** vishnoianil has quit IRC17:15
*** KanagarajM has quit IRC17:21
*** s3wong has joined #tacker17:38
*** sripriya has joined #tacker17:44
sripriyas3wong: can you please review https://review.openstack.org/#/c/34906517:45
s3wongsripriya: OK17:45
*** bobh has joined #tacker17:47
*** KanagarajM has joined #tacker17:49
*** bobh has quit IRC17:52
openstackgerritMerged openstack/tacker-horizon: Add domain name field for VIM register  https://review.openstack.org/34906517:54
openstackgerritSripriya Seetharam proposed openstack/tacker-horizon: Add domain name field for VIM register  https://review.openstack.org/35071818:01
*** bobh has joined #tacker18:11
sridhar_ramKanagarajM: can u take care of the merge conflicts in the scaling patchsets, so that we can merge them ?18:18
*** vishnoianil has joined #tacker18:20
*** amotoki has quit IRC18:37
*** santoshk has joined #tacker18:42
openstackgerritKanagaraj Manickam proposed openstack/tacker: VNF scaling: Infra (heat) driver update  https://review.openstack.org/33066618:53
openstackgerritKanagaraj Manickam proposed openstack/tacker: VNF scaling: REST API  https://review.openstack.org/33066718:53
*** santoshk has quit IRC19:01
*** sripriya has quit IRC19:10
*** santoshk has joined #tacker19:23
sridhar_ramtacker-cores: couple of openstack-stack wide administrative shoo-ins: please review / merge https://review.openstack.org/345233 and https://review.openstack.org/34578219:32
sridhar_ramtacker-cores: bobh: s3wong: couple of openstack-stack wide administrative shoo-ins: please review / merge https://review.openstack.org/345233 and https://review.openstack.org/34578219:42
*** sripriya has joined #tacker19:43
bobhsridhar_ram: done19:52
sridhar_rambobh: thanks!19:53
openstackgerritMerged openstack/tacker: Updated from global requirements  https://review.openstack.org/34869219:57
*** Ravikiran_K has quit IRC19:57
openstackgerritTim Rozet proposed openstack/tacker: [WIP] Implements VNFFG into NFVO  https://review.openstack.org/34452220:01
openstackgerritMerged openstack/tacker: Remove discover from test-requirements  https://review.openstack.org/34523320:01
openstackgerritMerged openstack/python-tackerclient: Remove discover from test-requirements  https://review.openstack.org/34578220:04
*** ShaikApsar has joined #tacker20:13
*** sripriya has quit IRC20:13
ShaikApsarsridhar_ram: Hi, I will work on the documentation for mistral usage for tacker20:13
sridhar_ramShaikApsar: great, excited about Mistral related things in tacker... we are exploring to use more of Mistral for Tacker features20:14
ShaikApsarsridhar_ram: Initial i thought to add action same as nova.20:14
ShaikApsarsridhar_ram: but i don;t think we have that capability in tacker client as of now.20:15
sridhar_ramShaikApsar: hmm, what tacker client capability are you referring to here ?20:15
sridhar_ramShaikApsar: tacker client will report status=ACTIVE when the vnf goes ACTIVE, isn't that not sufficient ?20:16
ShaikApsarsridhar_ram: getting the resource information based on the status. just like list all the vnf which are in error state20:16
sridhar_ramShaikApsar: I see, is that required for Mistral wait_for_xyz tasks ? I didn't realize that ..20:17
ShaikApsarsridhar_ram: if we look at Nova action -- action: nova.servers_find id=<% $.vm_id %> status='ACTIVE,20:19
sridhar_ramcan't we try -- action:tacker.vnf_find id=<% $vnf_id %> status=ACTIVE20:20
ShaikApsarsridhar_ram: let me try20:20
sridhar_ramShaikApsar: this shd call the equivalent of 'tacker vnf-show <vnf id>'20:21
ShaikApsarsridhar_ram: 'tacker.show_vnf' is equivalent to 'tacker vnf-show <vnf id>'20:23
ShaikApsarsridhar_ram: 'nova.servers.get' is not same as  'nova.servers_find'20:25
*** kikas has quit IRC20:25
sridhar_ramShaikApsar: I see20:26
sridhar_ramShaikApsar: then, can't we use tacker.show_vnf vnf=<% $.vnf_id %> with parameter like status=ACTIVE ?20:27
*** sripriya has joined #tacker20:27
ShaikApsarsridhar_ram: validating that20:27
sridhar_ramShaikApsar: like this "action: tacker.show_vnf vnf=<% $.vnf_id %> status=ACTIVE"20:27
sridhar_ramShaikApsar: sounds good..20:27
*** lamt_ is now known as help20:29
*** help is now known as Guest2334420:29
*** Guest23344 has quit IRC20:31
*** Guest23344 has joined #tacker20:32
ShaikApsarsridhar_ram: unrecognized arguments: status=ACTIVE, getting this error20:34
*** Guest23344 is now known as LamT20:34
ShaikApsarsridhar_ram: stack@ubuntu:~/devstack$ mistral run-action tacker.show_vnf '{"vnf": "705c8b8d-fa0f-44b7-9535-2b8a18b504c6"}' {"result": {"vnf": {"status": "ACTIVE", "description": "Demo example", "tenant_id": "bde60e557de840a8a837733aaa96e42e", "vim_id": "22ac5ce6-1415-460c-badf-40ffc5091f94", "instance_id": "b83ef4b7-fcd5-438f-b2bf-2910bb4c3bed", "mgmt_url": "{\"VDU1\": \"192.168.120.11\"}", "placement_attr": {"vim_name": "VIM0"},20:35
ShaikApsarsridhar_ram: but it;s failing while executing mistral run-action tacker.show_vnf '{"vnf": "705c8b8d-fa0f-44b7-9535-2b8a18b504c6"}' status=ACTIVE20:36
sridhar_ramShaikApsar: I suspect the way we return "status" within "vnf" dict attr might be the issue20:43
sridhar_ramShaikApsar: can u try something like this ""action: tacker.show_vnf vnf=<% $.vnf_id %> vnf.status=ACTIVE"20:43
*** KanagarajM has quit IRC20:49
ShaikApsarsridhar_ram: no luck with  action: tacker.show_vnf vnf=<% $.vnf_id %> vnf.status=ACTIVE, it;s not checking for status active20:54
*** sripriya has quit IRC21:11
*** sripriya has joined #tacker21:25
*** Qiming has quit IRC21:37
*** Qiming has joined #tacker21:39
openstackgerritShaik Apsar proposed openstack/tacker: Password Mask for debug logs.  https://review.openstack.org/34848022:03
*** ShaikApsar has quit IRC22:17
*** saju_m has joined #tacker22:18
*** bobh has quit IRC22:47
*** sripriya has quit IRC22:52
*** sripriya has joined #tacker23:02
*** sripriya has quit IRC23:37
*** bobh has joined #tacker23:52

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!