Wednesday, 2016-08-31

*** dkushwaha has joined #tacker00:08
openstackgerritMerged openstack/tacker: modify vnfd, param & config attr. to dict objects  https://review.openstack.org/36080900:13
*** manikanta_tadi has joined #tacker00:19
*** sripriya has quit IRC00:27
*** sripriya has joined #tacker00:33
haiweiping s3wong00:38
s3wonghaiwei: pong00:38
haiweihi s3wong, can I ask a question?00:38
s3wonghaiwei: sure. shoot00:38
haiweiI have seen your patch https://review.openstack.org/#/c/347568/, that means tacker will use networking-sfc as sfc driver, right?00:39
s3wonghaiwei: yeah00:39
haiweis3wong, but I also read this doc from tacker wiki https://docs.google.com/presentation/d/18AGaiysVgHOd_fIHVpObMO7zUkMjJGOQ98CUwkxU1xo/edit#slide=id.p1600:40
s3wonghaiwei: yes?00:40
haiweis3wong: in this doc it says phase1-3 is not applicable00:41
haiweis3wong: phase 1-3 means networking-sfc driver, phase 4 uses odl-sfc driver00:41
s3wonghaiwei: yes --- originally, trozet has an experimental implementation where Tacker SFC would talk directly to ODL00:41
s3wonghaiwei: that's phase 100:42
haiweis3wong, so now tacker will support networking-sfc first, and then ODL?00:42
s3wonghaiwei: I see what you are looking at --- phase 4 isn't going to happen00:43
s3wonghaiwei: we will settle on phase 300:43
haiweis3wong, thanks, it helps me00:43
s3wonghaiwei: we have someone working on ODL networking-sfc driver, and once that is done, networking-sfc driver would driver networking-sfc and networking-sfc would driver ODL SFC00:43
*** manikanta_ has joined #tacker00:44
s3wonghaiwei: for OpenStack VIM, it is highly unlikely we would have anything other than networking-sfc driver00:44
haiweiok, so tacker will leave most things to networking-sfc? s3wong00:46
s3wonghaiwei: yes00:46
s3wonghaiwei: networking-sfc has a very low-level abstraction, thus lots of room for Tacker to program to accomplish higher level goals (like constructing a forwarding graph)00:47
haiweis3wrong, as far as I know, currently networking-sfc is only supporting open-vswitch, and it will add odl-sfc soon?00:47
s3wonghaiwei: also, if we (Tacker) have special requirements (like supporting symmetrical chain), we can push it to networking-sfc --- I happen to be networking-sfc core also00:47
s3wonghaiwei: it has support for OVS as default, and ONOS also as of now00:48
s3wonghaiwei: OVN and ODL SFC are coming, albeit after Newton (hopefully they can land by Ocata)00:48
haiweis3wong, after networking-sfc supports all of them, which one will be the default?00:49
haiweis3wrong, it depends on users' config?00:50
haiweis3wrong, I mean for tacker user, should they config it in Tacker, or only config it in networking-sfc?00:51
s3wonghaiwei: networking-sfc reference / default would always be OVS00:52
*** sripriya has quit IRC00:53
s3wonghaiwei: Neutron conf file isn't controlled by us, so it isn't likely we can just change default00:53
s3wonghaiwei: but user can configure the conf file00:53
haiweis3wong, much clearer now, thanks very much00:54
s3wonghaiwei: but keep in mind that networking-sfc is part of Neutron, and uses the Neutron core driver, thus it should be the same driver as your Neutron driver00:54
s3wonghaiwei: i.e., assuming you use ML2 with ODL mechanism driver, then you would use ODL networking-sfc driver00:54
s3wonghaiwei: look at networking-sfc as Neutron extension APIs, not separate entities00:55
s3wonghaiwei: otherwise we (networking-sfc) cannot affect traffic flows00:55
haiweis3wong: got it00:56
*** manikanta_tadi has quit IRC00:58
*** sripriya has joined #tacker01:06
*** gongysh has joined #tacker01:06
*** sripriya has quit IRC01:10
*** diga has joined #tacker01:14
*** bryan_att has joined #tacker01:27
bryan_attsridhar_ram: ping01:27
bryan_atttrozet: ping01:27
bryan_attsridhar_ram: trozet: I'm working on a tacker install script for OPNFV functest. At http://tacker-docs.readthedocs.io/en/latest/install/manual_installation.html I read about tacker.conf settings that do not appear to be valid for the mitaka version, per the sample tacker.conf in git (stable/mitaka).01:30
bryan_attsridhar_ram: trozet: I will assume that I can ignore settings that do not appear in the current tacker.conf, but any advice on how up to date the guide is, will be appreciated. e.g. "policy_file = /usr/local/etc/tacker/policy.json" - there is no "policy_file" field in tacker.conf AFAICT.01:32
sridhar_rambryan_att: pong01:33
sridhar_rambryan_att: the readthedocs version is quite old.. you better switch to use the official version here http://docs.openstack.org/developer/tacker/01:34
sridhar_rambryan_att: specifically here for manual install - http://docs.openstack.org/developer/tacker/install/manual_installation.html01:34
openstackgerritgongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env  https://review.openstack.org/36115301:34
* sridhar_ram looking up policy_file in tacker.conf01:35
sridhar_rambryan_att: that doc assumes tacker.conf ended up in /usr/local/etc/tacker/ .. see http://docs.openstack.org/developer/tacker/install/manual_installation.html#installing-tacker-server .. step (7)01:38
sridhar_rambryan_att: last, to answer your specific questions, you are welcome to push a fix to this manual install doc here at https://github.com/openstack/tacker/blob/master/doc/source/install/manual_installation.rst01:39
openstackgerritgongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env  https://review.openstack.org/36115301:40
*** changzhi has joined #tacker01:42
*** uck has quit IRC01:43
changzhihi, all. May I ask a question? I met an error when creating VNFD. The error message is " AttributeError: 'dict' object has no attribute 'read' ". Did anyone meet the same error as me?01:43
sridhar_ramhaiwei: s3wong: please see https://review.openstack.org/#/c/300898/ and https://review.openstack.org/#/c/337948 .. for the work underway in neutron-sfc to make it work w/ ODL01:43
sridhar_ramchangzhi: yes, that issue just got fixed .. about an hour back, https://review.openstack.org/36080901:44
dkushwahachangzhi, please try with latest master01:44
sridhar_ramchangzhi: can you restack and pull the latest01:44
sridhar_ramdkushwaha: you've a min ?01:44
dkushwahasridhar_ram, yes sure01:45
changzhiok. Thank you! ;-)01:45
sridhar_ramdkushwaha: i know you've put lots of effort on NSD .. but we ended up pushing this to Ocata01:45
sridhar_ramdkushwaha: we can take that up in the beginning of Ocata01:47
dkushwahasridhar_ram, yes.01:47
sridhar_ramdkushwaha: btw, meanwhile, can you help out with newton features for next 2 - 3 weeks ?01:47
sridhar_ramdkushwaha: i'm specifically looking for someone to buddy up w/ tung_doan for the external alarm-monitoring feature01:48
dkushwahasridhar_ram, yes, i am looking for newton issues only01:48
dkushwahasridhar_ram, I can join him01:49
sridhar_ramdkushwaha: looks tung_doan is new to openstack development... and the turn around is slow.. given the time left, i think it is in our projects interest to carry it forward..01:49
dkushwahasridhar_ram, just going through his patchset review01:49
sridhar_ramdkushwaha: good ! just drop him an email and start co-authoring01:50
dkushwahasridhar_ram, sure01:50
sridhar_ramdkushwaha: thanks!01:50
sridhar_ramdkushwaha: btw, are you still in Japan ?01:50
dkushwahasridhar_ram, yup :)01:51
bryan_attsridhar_ram: thanks for the advice - I'll send any needed updates I find01:51
sridhar_ramdkushwaha: cool, shd be a nearby Korean timezone to catch tung_doan01:51
sridhar_rambryan_att: you are welcome!01:51
dkushwahasridhar_ram, you are going for vacation for a week?01:51
sridhar_ramdkushwaha: yes, i'm off next starting tomorrow along with the 3-day long weekend01:52
dkushwahasridhar_ram, great :)01:52
*** vishwanathj has quit IRC01:59
openstackgerritgongysh proposed openstack/tacker: Device refactor part4: move plugin and db to right directory  https://review.openstack.org/36335102:01
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Introduce TOSCA 'order' property for connection points  https://review.openstack.org/36335202:02
*** s3wong has quit IRC02:08
gongyshreview site is slow, do you guys have the problem?02:10
openstackgerritgongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env  https://review.openstack.org/36115302:22
*** dkushwaha has quit IRC02:44
openstackgerritNguyen Hung Phuong proposed openstack/tacker: Clean imports in code  https://review.openstack.org/35902302:47
*** manikanta_ has quit IRC02:51
*** sripriya has joined #tacker02:54
*** dkushwaha has joined #tacker02:57
*** dkushwaha has quit IRC03:07
bryan_attsridhar_ram: trozet: stuck at step 7 in http://docs.openstack.org/developer/tacker/install/manual_installation.html:  Generate the tacker.conf.sample using tools/generate_config_file_sample.sh or ‘tox -e config-gen’ command and rename it to tacker.conf.03:11
bryan_attsridhar_ram: trozet: there is no tools/generate_config_file_sample.sh and "tox -e config-gen" does not work (installed tox in the venv but it returns "ERROR: unknown environment 'config-gen'"03:12
sripriyabryan_att: are you running tacker on master branch?03:16
bryan_attno, stable/mitaka03:16
sripriyabryan_att: the config-gen is applicable for master and not mitaka03:16
bryan_attOK, how to setup tacker.conf.sample for stable/mitaka?03:17
bryan_attall I need is the sample file. I can script-edit as needed. but I need tox to generate it.03:17
bryan_attor the other tool, wherever it is03:18
sripriyabryan_att: you can use the prebuilt tacker.conf at https://github.com/openstack/tacker/blob/stable/mitaka/etc/tacker/tacker.conf03:19
*** dkushwaha has joined #tacker03:19
bryan_attok, so I just copy this to /usr/local/etc/tacker/tacker.conf and then edit it?03:19
bryan_attI'm running tacker on ubuntu xenial03:20
sripriyabryan_att: that is correct03:20
bryan_attok, i'll try that03:20
*** bobh has joined #tacker03:21
*** changzhi has quit IRC03:24
*** Ravikiran_K has joined #tacker03:27
*** diga has quit IRC03:27
*** achatterjee has joined #tacker03:31
*** changzhi has joined #tacker03:45
*** bobh has quit IRC03:45
changzhiHi, all. I have a question. I create a VNFD template with some OpenWRT firewall rules and creating a VNF by this template. How do these firewall rules inject into the VNF instance ? I think that there is no likely " tacker-agent " in the OpenWRT image.03:45
gongysh_to think about the openwrt manage driver03:47
changzhigongysh: ok03:48
openstackgerritvenkatamahesh proposed openstack/tacker: Temporarily disable ping monitor functional test  https://review.openstack.org/36193303:56
*** sripriya has quit IRC04:03
*** mpsairam has quit IRC04:18
openstackgerritNguyen Hung Phuong proposed openstack/tacker: Clean imports in code  https://review.openstack.org/35902304:27
*** pmannidi has joined #tacker04:29
*** sripriya has joined #tacker04:36
*** links has joined #tacker04:36
*** KanagarajM has joined #tacker04:50
*** dkushwaha_ has joined #tacker05:07
*** dkushwaha has left #tacker05:07
dkushwaha_sripriya, hi05:07
openstackgerritvenkatamahesh proposed openstack/tacker: [DOC] Update the manual installation guide to rectify errors  https://review.openstack.org/35325805:07
openstackgerritvenkatamahesh proposed openstack/tacker: [DOC] Update the manual installation guide to rectify errors  https://review.openstack.org/35325805:08
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339805:09
sripriyadkushwaha_: hello05:10
dkushwaha_sripriya, while creating a vnf, getting an issue: http://paste.openstack.org/show/565048/05:12
dkushwaha_sripriya, any clue on this?05:12
sripriyadkushwaha_: which template are you using?05:16
sripriyadkushwaha_: did you register the vim correctly, this issue seems to be with the credentials provided to the heat client05:16
dkushwaha_dkushwaha_, I was trying for allow vm name. But now trying it with /opt/stack/tacker/samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml and getting same error05:16
dkushwaha_sripriya, ^^05:17
*** changzhi has quit IRC05:18
dkushwaha_sripriya, ok  i will check. But I used stack.sh so thinking that vim will be registered05:18
sripriyadkushwaha_: did you try this without the VDU name changes?05:19
sripriyadkushwaha_: including code05:19
dkushwaha_sripriya, yes, currently trying with /opt/stack/tacker/samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml05:20
sripriyadkushwaha_: does your code contain the vdu name changes?05:20
dkushwaha_sripriya, yes05:21
dkushwaha_sripriya, But it is in tacker/vnfm/tosca/lib/tacker_nfv_defs.yaml only. So it should not be an impact i think05:22
sripriyadkushwaha_: i suspect this issue is something to do with the authentication information being sent to the heat client05:22
sripriyadkushwaha_: yes, can you paste the stack trace of h-eng for this error?05:22
dkushwaha_sripriya, ok, sure05:23
dkushwaha_sripriya, http://paste.openstack.org/show/565049/05:25
sripriyadkushwaha_: it looks like user name/id is not passed to the keystone middleware from heat client and is complaining05:27
dkushwaha_sripriya, should i try by reverting the changes ?05:28
sripriyadkushwaha_: you could, just to keep the environment clean and then try, even though that isnt affecting this error directly05:30
dkushwaha_sripriya, ok, will try with clean env. Thanks05:31
sripriyadkushwaha_: also ensure, the heat.conf itself has appropriate values under keystone_authtoken to talk to keystone05:33
*** saju_m has joined #tacker05:36
openstackgerritgongysh proposed openstack/tacker: Device refactor part4: move plugin and db to right directory  https://review.openstack.org/36335106:01
*** sripriya has quit IRC06:04
*** janki has joined #tacker06:09
*** amotoki has joined #tacker06:29
*** neel has joined #tacker06:34
*** saju_m has quit IRC06:40
*** amotoki has quit IRC06:56
*** manikanta_tadi has joined #tacker07:05
*** KanagarajM has quit IRC07:05
openstackgerritJanki Chhatbar proposed openstack/tacker: Add VNF resource details to get vnf API  https://review.openstack.org/34083807:05
*** amotoki has joined #tacker07:16
openstackgerritJanki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server  https://review.openstack.org/36345507:48
openstackgerritJanki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server  https://review.openstack.org/36345507:49
openstackgerritgongysh proposed openstack/tacker: Move tempest_lib to tempest.lib  https://review.openstack.org/36346107:54
*** neel has quit IRC08:11
*** KanagarajM has joined #tacker08:13
*** haiwei has quit IRC08:25
*** gongysh has quit IRC08:26
*** diga has joined #tacker08:30
*** gongysh_ has quit IRC08:31
*** ossifrath has quit IRC08:33
openstackgerritgongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration  https://review.openstack.org/36348308:35
*** ossifrath has joined #tacker08:36
*** priya has quit IRC08:39
*** gongysh_ has joined #tacker08:44
openstackgerritgongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration  https://review.openstack.org/36348308:46
openstackgerritvenkatamahesh proposed openstack/tacker: Update the sample vnfd template in getting started guide  https://review.openstack.org/36350109:09
openstackgerritdharmendra kushwaha proposed openstack/tacker: Monitoring driver keep monitoring, even if vnf status showing ERROR  https://review.openstack.org/34666509:10
openstackgerritgongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration  https://review.openstack.org/36348309:14
openstackgerritvenkatamahesh proposed openstack/python-tackerclient: Fix to overcome import error  https://review.openstack.org/36351309:17
openstackgerritJanki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server  https://review.openstack.org/36345509:23
openstackgerritNguyen Hung Phuong proposed openstack/tacker: Clean imports in code  https://review.openstack.org/35902309:26
*** saju_m has joined #tacker09:29
openstackgerritJanki Chhatbar proposed openstack/tacker: Add VNF resource details to get vnf API  https://review.openstack.org/34083809:33
*** yifei has quit IRC09:38
*** yifei has joined #tacker09:39
openstackgerritJanki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server  https://review.openstack.org/36345509:39
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Temporarily disable ping monitor functional test  https://review.openstack.org/36193309:40
*** gongysh_ has quit IRC09:49
*** janki has quit IRC09:52
*** tbh has joined #tacker09:54
*** neel has joined #tacker09:55
*** dkushwaha has joined #tacker09:56
*** dkushwaha has left #tacker09:57
openstackgerritdharmendra kushwaha proposed openstack/tacker:     Allow vdu (VM) names to be specified as a parameter  https://review.openstack.org/36354910:05
*** janki has joined #tacker10:07
*** dkushwaha_ has quit IRC10:09
openstackgerritgongysh proposed openstack/tacker: Use devstack system public auth url as default VIM auth_url  https://review.openstack.org/35336110:10
openstackgerritgongysh proposed openstack/tacker: Use devstack system public auth url as default VIM auth_url  https://review.openstack.org/35336110:13
openstackgerritMerged openstack/tacker: Add a shell script for developers to prepare functional test env  https://review.openstack.org/36115310:13
*** tbh has quit IRC10:18
openstackgerritNguyen Hung Phuong proposed openstack/tacker: Clean imports in code  https://review.openstack.org/35902310:19
*** tbh_ has joined #tacker10:43
*** tbh_ is now known as tbh10:43
openstackgerritKanagaraj Manickam proposed openstack/tacker: VNF scaling: Functional test  https://review.openstack.org/36357310:58
*** KanagarajM has quit IRC10:58
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339811:04
*** amotoki has quit IRC11:09
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339811:10
openstackgerritTung Doan proposed openstack/tacker: Update policy definition in tacker-def.yaml  https://review.openstack.org/35043611:12
*** amotoki has joined #tacker11:14
openstackgerritJanki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server  https://review.openstack.org/36345511:15
*** tbh has quit IRC11:16
*** tbh has joined #tacker11:18
*** tung_doan has joined #tacker11:19
*** neel has quit IRC11:23
*** neel has joined #tacker11:32
*** neel has quit IRC11:32
*** vishwanathj has joined #tacker11:44
*** Vijayendra has joined #tacker11:56
*** tbh has quit IRC11:58
*** bobh has joined #tacker12:06
*** KanagarajM has joined #tacker12:06
*** bobh has quit IRC12:12
*** Ravikiran_K has quit IRC12:29
*** openstackgerrit has quit IRC12:34
*** openstackgerrit has joined #tacker12:35
*** priya has joined #tacker12:40
*** Vijayendra has quit IRC12:53
*** tbh has joined #tacker13:08
*** Vijayendra has joined #tacker13:10
*** diga has quit IRC13:13
openstackgerritgongysh proposed openstack/tacker: Try to fix the monitor bug  https://review.openstack.org/36339813:14
*** janki has quit IRC13:30
*** manikanta_tadi has quit IRC13:33
*** tbh_ has joined #tacker13:43
*** tbh has quit IRC13:44
trozetbryan_att: you mean a tackerclient install script? you wouldn't install tacker in functest13:45
*** amotoki has quit IRC13:46
*** tbh_ has quit IRC13:50
*** tbh_ has joined #tacker13:51
*** Vijayendra has quit IRC13:52
*** amotoki has joined #tacker13:53
*** KanagarajM has quit IRC13:54
*** Yifei1 has joined #tacker13:55
*** bobh has joined #tacker13:55
*** tbh_ has quit IRC14:00
*** links has quit IRC14:00
*** bobh has quit IRC14:02
*** Vijayendra has joined #tacker14:04
*** tbh_ has joined #tacker14:08
*** amotoki has quit IRC14:16
*** dkushwaha has joined #tacker14:25
*** amotoki has joined #tacker14:26
*** Yifei1 has quit IRC14:31
*** amotoki has quit IRC14:35
*** Yifei1 has joined #tacker14:39
*** amotoki has joined #tacker14:48
*** ApsarShaik has joined #tacker14:54
*** saju_m has quit IRC14:57
*** bobh has joined #tacker14:58
*** bobh has quit IRC15:02
*** ApsarShaik has quit IRC15:07
*** ApsarShaik has joined #tacker15:26
*** janki has joined #tacker15:29
*** tbh_ has quit IRC15:40
*** janki has quit IRC15:50
*** Yifei1 has quit IRC16:07
*** tbh_ has joined #tacker16:09
*** links has joined #tacker16:10
*** uck has joined #tacker16:26
*** tbh_ has quit IRC16:32
*** bobh has joined #tacker17:00
*** saju_m has joined #tacker17:03
*** bobh has quit IRC17:05
*** ApsarShaik has quit IRC17:07
bryan_atttrozet: I will be using tacker as a test driver for models, just like cloudify. So I am installing tacker in a container on the jumphost (just like cloudify) in order to drive the blueprint deployment for the test.17:16
*** sripriya has joined #tacker17:21
*** ApsarShaik has joined #tacker17:23
*** vishnoianil has quit IRC17:29
*** Guest67892 has joined #tacker17:36
*** Guest67892 is now known as tbh17:36
*** sripriya has quit IRC17:39
*** sripriya has joined #tacker17:41
*** s3wong has joined #tacker17:54
*** bobh has joined #tacker18:07
*** tbh has quit IRC18:11
sridhar_rambryan_att: thanks for your efforts pulling tacker in for the models project..  fyi, I'm traveling, won't be reachable over next few days... please continue to reach out in this channel if you are blocked.18:25
*** vishnoianil has joined #tacker18:26
*** amotoki has quit IRC18:31
ApsarShaik.......................18:36
*** ApsarShaik has quit IRC18:59
*** uck has quit IRC19:01
*** uck has joined #tacker19:01
*** links has quit IRC19:13
*** sripriya has quit IRC19:26
openstackgerritTung Doan proposed openstack/tacker: Alarm monitor: Update Heat driver  https://review.openstack.org/34772120:27
*** bobh_ has joined #tacker20:55
*** bobh has quit IRC20:59
openstackgerritvishwanath jayaraman proposed openstack/tacker: Logs events for VNF scale operations  https://review.openstack.org/36394621:24
*** sripriya has joined #tacker21:24
*** uck has quit IRC21:30
s3wongsridhar_ram: what is "models project"?21:36
bryan_atts3wong: the Models project is under OPNFV http://wiki.opnfv.org/display/models21:57
s3wongbryan_att: cool. Thanks!21:57
bryan_atttrozet: sridhar_ram: I have an issue with " 8). Populate Tacker database:" in http://docs.openstack.org/developer/tacker/install/manual_installation.html. There is no /usr/local/bin/tacker-db-manage. Does this step apply to stable/mitaka, and if not what is the alternative?21:58
sripriyabryan_att: did you run python setup.py install?22:04
sripriyabryan_att: if yes, you can directly run tacker-db-manage --config-file /etc/tacker/tacker.conf upgrade head22:04
*** bobh_ has quit IRC22:06
bryan_attyes, I did run that command (python setup.py install) and it worked.22:06
bryan_attsripriya: https://www.irccloud.com/pastebin/YYs0X4Da/22:07
bryan_attmaybe some detailed issue in the process though22:08
bryan_attlooks like it put the program in /tmp/tacker/venv/bin (I created a venv under /tmp for the tacker install)22:09
sripriyabryan_att: did you activate the virtual env bin?22:11
bryan_attyes I did (in the script, but not in my manual test of that command). but I'll try again updating the path to the executable in my script.22:12
sripriyabryan_att: ok22:12
*** saju_m has quit IRC23:02
*** gongysh has joined #tacker23:37
*** dkushwaha has quit IRC23:55

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