Friday, 2015-10-30

*** karimb has quit IRC00:04
*** lhcheng has joined #tacker00:10
*** masterbound has quit IRC00:17
*** vishwanathj has joined #tacker00:18
*** vishwanathj has quit IRC00:24
*** lhcheng has quit IRC01:24
*** lhcheng has joined #tacker01:27
*** lhcheng has quit IRC01:40
*** prashantD has quit IRC01:54
*** lhcheng has joined #tacker02:06
*** xianghui_ is now known as xianghui02:23
*** lhcheng has quit IRC03:22
*** elo has joined #tacker03:37
*** elo has quit IRC04:20
*** vishwanathj has joined #tacker04:20
*** vishwanathj has quit IRC04:25
*** elo has joined #tacker04:34
*** tbharath has joined #tacker04:47
*** zeih has joined #tacker04:52
*** zeih has quit IRC04:59
*** elo has quit IRC05:51
*** vishwanathj has joined #tacker05:51
*** vishwanathj has quit IRC05:56
*** openstack has joined #tacker06:03
-cameron.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp06:03
*** vishwanathj has joined #tacker06:52
*** vishwanathj has quit IRC06:56
*** openstackgerrit has quit IRC07:01
*** openstackgerrit has joined #tacker07:02
*** ilozgach has joined #tacker07:09
ilozgachHi :)07:10
ilozgachIs anybody here?07:10
*** zeih has joined #tacker07:10
*** zeih has quit IRC07:15
*** openstack has joined #tacker07:18
*** dkusidlo has joined #tacker07:20
ilozgachHi!07:34
*** zeih has joined #tacker07:44
*** masterbound has joined #tacker07:46
tbharathilozgach,  Hi08:03
ilozgachHello, I have a question08:05
ilozgachIf you remember I had a problem with ssh recently08:06
ilozgachI managed to solve it using ip netns exec dhcp-... ssh ...08:06
ilozgachAnd ssh works08:07
ilozgachBut08:07
ilozgachI have to configure my VNF in custom management driver08:07
ilozgachUsing ssh too08:07
ilozgachHow I can determine namespace which I have to used in my command inside of management driver?08:08
ilozgachAnd by the way08:08
ilozgachopenwrt.py driver uses simple ssh to connect to the machine08:08
ilozgachWithout ip netns08:09
*** dkusidlo has quit IRC08:11
tbharathilozgach, actually we don't need ip netns if we need to ssh to VNF08:33
tbharathilozgach,  you can use net mgmt IP, to do that08:33
tbharathilozgach, because port_security was disabled08:34
*** subh has joined #tacker08:37
*** vishwanathj has joined #tacker08:38
subhhello everyone, I am using the devstack + tacker liberty version but I am not able to see the web gui for the horizon or tacker-horizon. could someone please help me for it08:39
*** vishwanathj has quit IRC08:43
tbharathsubh, Hi, do you have tacker-horizon in /opt/stack ?08:44
ilozgachtbharath, ssh without netsh still doesn't work... I have no idea why08:52
tbharathilozgach, can you paste the output of nova list?08:52
subhtbharath: yes i have it08:56
ilozgachtbharath, here it is http://paste.openstack.org/show/477685/08:56
*** karimb has joined #tacker08:57
tbharathsubh, can you try "from tacker_horizon import openstack_dashboard" in python prompt?08:59
ilozgachSo this command works08:59
ilozgachsudo ip netns exec qdhcp-7952752f-80cf-4238-902a-7d4036a65741 ssh cirros@192.168.120.1008:59
ilozgachBut this doesn't08:59
ilozgachssh cirros@192.168.120.1008:59
*** dkusidlo has joined #tacker09:00
tbharathilozgach,  ping 192.168.120.10?09:00
ilozgachWork09:00
subhtbharath: I am able to import09:00
ilozgach64 bytes from 192.168.120.10: icmp_seq=1 ttl=62 time=2.19 ms09:00
tbharathilozgach, weird09:01
subhtbharath: I tried to create the vnf but it shows the status 'ERROR'09:02
subhhttp://paste.openstack.org/show/477687/09:02
ilozgachsubh, provide tacker log please09:03
karimbsubh what s your issue? horizon wont load?09:04
subhyes: horizon is not loading09:04
subhI just started with the tacker09:04
tbharathsubh, just open http://localhost/dashboard/nfv/ and capture the logs09:05
subhso currently i am trying to play with the tacker after the installation09:05
karimbsubh cp -r tackerclient /usr/lib/python2.7/site-packages09:05
karimbthat did the trick for me09:05
karimbtackerclient directory from the python-tackerclient git repo09:05
* karimb using stable/kilo09:06
karimb(and rhelosp7)09:06
subhtbharath: not able to access the url09:06
subhhttp://192.168.50.20/dashboard/nfv/09:06
tbharathsubh, apache logs?09:06
tbharathilozgach, if you don't mind, can you please raise the bug, with the necessary details at bugs.launchpad.net/tacker ?09:09
subhhttp://paste.openstack.org/show/477688/09:09
subhthis one I copied from the error.log09:09
subh /var/log/apache2/error.log09:10
subhtbharath: I'll raise the bug09:10
tbharathsubh, one last try09:11
tbharathsubh, run "cd /opt/stack/horizon"09:12
tbharathsubh, run "python manage.py runserver 0.0.0.0:1111"09:12
tbharathsubh, and open "http://192.168.50.20:1111/nfv" in your browser and see the output from the above command09:12
subhokey09:12
subhlooks like django server is not receiving any request09:15
tbharathsubh, you mean no logs in the terminal?09:15
subhwait let me check, the controller vm is not pinging09:16
ilozgachAny ideas regarding my question? :)09:17
tbharathilozgach, this is not the correct way, but what are rules we have in default security group?09:21
ilozgachMoment09:21
tbharathilozgach, as it allowing in ip netns, it should be allowed09:23
ilozgachAre there any command to show rules in the console?09:23
tbharathilozgach,  try "neutron port-list | grep 192.168.120.10" and copy the port ID09:25
tbharathilozgach, and run neutron port-show <ID>09:25
tbharathilozgach,  for security group rules nova secgroup-list-rules default09:25
*** tbharath is now known as tbharath_afk09:26
*** prashantD has joined #tacker09:28
ilozgachhttp://paste.openstack.org/show/477690/09:30
*** prashantD has quit IRC09:32
*** prashantD has joined #tacker09:34
tbharath_afkilozgach, everything looks ok09:36
*** tbharath_afk is now known as tbharath09:37
ilozgachShouldn't it contain TCP rule for ingress traffic?09:44
*** dkusidlo has quit IRC10:11
*** vishwanathj has joined #tacker10:20
*** prashantD has quit IRC10:24
*** elo has joined #tacker10:26
*** elo has quit IRC10:26
*** lhcheng has joined #tacker10:33
*** subh has quit IRC10:34
ilozgachQuestion. How to specify security group while creating VNF?10:36
ilozgachFor example I do not want to use default10:36
*** dkusidlo has joined #tacker10:42
*** lhcheng has quit IRC10:44
*** dkusidlo has quit IRC10:51
*** lhcheng has joined #tacker10:53
ilozgachQuestion. How to specify security group while creating VNF?10:58
tbharathilozgach, I think tacker doesn't have  that feature, but am not sure11:17
*** tbharath has quit IRC11:39
*** ilozgach has quit IRC11:58
*** masterbound has quit IRC12:41
*** masterbound has joined #tacker13:19
*** subh has joined #tacker13:23
*** masterbound has quit IRC13:25
*** subh has quit IRC13:28
*** zeih_ has joined #tacker13:48
*** zeih has quit IRC13:48
*** masterbound has joined #tacker14:01
*** dkusidlo has joined #tacker14:15
*** lhcheng has quit IRC14:27
*** dkusidlo has quit IRC14:35
*** masterbound has quit IRC14:37
*** dmellado has quit IRC14:46
*** dmellado has joined #tacker14:47
*** zeih_ has quit IRC15:17
*** tbh has joined #tacker15:53
*** tbharath has joined #tacker16:03
*** prashantD has joined #tacker16:07
*** lhcheng has joined #tacker16:16
*** lhcheng has quit IRC16:21
*** tbh has quit IRC17:01
*** tbharath has quit IRC17:05
*** karimb has quit IRC17:24
*** lhcheng has joined #tacker18:05
*** lhcheng has quit IRC18:10
*** lhcheng has joined #tacker18:28
*** lhcheng has quit IRC18:33
*** karimb has joined #tacker18:34
*** karimb_ has joined #tacker18:45
*** karimb_ has quit IRC18:46
*** karimb_ has joined #tacker18:46
*** karimb has quit IRC18:48
*** karimb_ has quit IRC19:16
*** jezogwza has joined #tacker20:33
*** jezogwza has quit IRC20:46
*** karimb has joined #tacker20:50
*** prashantD has quit IRC21:07
*** vishwanathj has quit IRC22:22
*** prashantD has joined #tacker22:41
*** prashantD has quit IRC22:57
*** prashantD has joined #tacker22:59
*** prashantD has quit IRC23:16
*** prashantD has joined #tacker23:22
*** vishwanathj has joined #tacker23:23
*** vishwanathj has quit IRC23:28

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