*** karimb has quit IRC | 00:04 | |
*** lhcheng has joined #tacker | 00:10 | |
*** masterbound has quit IRC | 00:17 | |
*** vishwanathj has joined #tacker | 00:18 | |
*** vishwanathj has quit IRC | 00:24 | |
*** lhcheng has quit IRC | 01:24 | |
*** lhcheng has joined #tacker | 01:27 | |
*** lhcheng has quit IRC | 01:40 | |
*** prashantD has quit IRC | 01:54 | |
*** lhcheng has joined #tacker | 02:06 | |
*** xianghui_ is now known as xianghui | 02:23 | |
*** lhcheng has quit IRC | 03:22 | |
*** elo has joined #tacker | 03:37 | |
*** elo has quit IRC | 04:20 | |
*** vishwanathj has joined #tacker | 04:20 | |
*** vishwanathj has quit IRC | 04:25 | |
*** elo has joined #tacker | 04:34 | |
*** tbharath has joined #tacker | 04:47 | |
*** zeih has joined #tacker | 04:52 | |
*** zeih has quit IRC | 04:59 | |
*** elo has quit IRC | 05:51 | |
*** vishwanathj has joined #tacker | 05:51 | |
*** vishwanathj has quit IRC | 05:56 | |
*** openstack has joined #tacker | 06: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#gettinghelp | 06:03 | |
*** vishwanathj has joined #tacker | 06:52 | |
*** vishwanathj has quit IRC | 06:56 | |
*** openstackgerrit has quit IRC | 07:01 | |
*** openstackgerrit has joined #tacker | 07:02 | |
*** ilozgach has joined #tacker | 07:09 | |
ilozgach | Hi :) | 07:10 |
---|---|---|
ilozgach | Is anybody here? | 07:10 |
*** zeih has joined #tacker | 07:10 | |
*** zeih has quit IRC | 07:15 | |
*** openstack has joined #tacker | 07:18 | |
*** dkusidlo has joined #tacker | 07:20 | |
ilozgach | Hi! | 07:34 |
*** zeih has joined #tacker | 07:44 | |
*** masterbound has joined #tacker | 07:46 | |
tbharath | ilozgach, Hi | 08:03 |
ilozgach | Hello, I have a question | 08:05 |
ilozgach | If you remember I had a problem with ssh recently | 08:06 |
ilozgach | I managed to solve it using ip netns exec dhcp-... ssh ... | 08:06 |
ilozgach | And ssh works | 08:07 |
ilozgach | But | 08:07 |
ilozgach | I have to configure my VNF in custom management driver | 08:07 |
ilozgach | Using ssh too | 08:07 |
ilozgach | How I can determine namespace which I have to used in my command inside of management driver? | 08:08 |
ilozgach | And by the way | 08:08 |
ilozgach | openwrt.py driver uses simple ssh to connect to the machine | 08:08 |
ilozgach | Without ip netns | 08:09 |
*** dkusidlo has quit IRC | 08:11 | |
tbharath | ilozgach, actually we don't need ip netns if we need to ssh to VNF | 08:33 |
tbharath | ilozgach, you can use net mgmt IP, to do that | 08:33 |
tbharath | ilozgach, because port_security was disabled | 08:34 |
*** subh has joined #tacker | 08:37 | |
*** vishwanathj has joined #tacker | 08:38 | |
subh | hello 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 it | 08:39 |
*** vishwanathj has quit IRC | 08:43 | |
tbharath | subh, Hi, do you have tacker-horizon in /opt/stack ? | 08:44 |
ilozgach | tbharath, ssh without netsh still doesn't work... I have no idea why | 08:52 |
tbharath | ilozgach, can you paste the output of nova list? | 08:52 |
subh | tbharath: yes i have it | 08:56 |
ilozgach | tbharath, here it is http://paste.openstack.org/show/477685/ | 08:56 |
*** karimb has joined #tacker | 08:57 | |
tbharath | subh, can you try "from tacker_horizon import openstack_dashboard" in python prompt? | 08:59 |
ilozgach | So this command works | 08:59 |
ilozgach | sudo ip netns exec qdhcp-7952752f-80cf-4238-902a-7d4036a65741 ssh cirros@192.168.120.10 | 08:59 |
ilozgach | But this doesn't | 08:59 |
ilozgach | ssh cirros@192.168.120.10 | 08:59 |
*** dkusidlo has joined #tacker | 09:00 | |
tbharath | ilozgach, ping 192.168.120.10? | 09:00 |
ilozgach | Work | 09:00 |
subh | tbharath: I am able to import | 09:00 |
ilozgach | 64 bytes from 192.168.120.10: icmp_seq=1 ttl=62 time=2.19 ms | 09:00 |
tbharath | ilozgach, weird | 09:01 |
subh | tbharath: I tried to create the vnf but it shows the status 'ERROR' | 09:02 |
subh | http://paste.openstack.org/show/477687/ | 09:02 |
ilozgach | subh, provide tacker log please | 09:03 |
karimb | subh what s your issue? horizon wont load? | 09:04 |
subh | yes: horizon is not loading | 09:04 |
subh | I just started with the tacker | 09:04 |
tbharath | subh, just open http://localhost/dashboard/nfv/ and capture the logs | 09:05 |
subh | so currently i am trying to play with the tacker after the installation | 09:05 |
karimb | subh cp -r tackerclient /usr/lib/python2.7/site-packages | 09:05 |
karimb | that did the trick for me | 09:05 |
karimb | tackerclient directory from the python-tackerclient git repo | 09:05 |
* karimb using stable/kilo | 09:06 | |
karimb | (and rhelosp7) | 09:06 |
subh | tbharath: not able to access the url | 09:06 |
subh | http://192.168.50.20/dashboard/nfv/ | 09:06 |
tbharath | subh, apache logs? | 09:06 |
tbharath | ilozgach, if you don't mind, can you please raise the bug, with the necessary details at bugs.launchpad.net/tacker ? | 09:09 |
subh | http://paste.openstack.org/show/477688/ | 09:09 |
subh | this one I copied from the error.log | 09:09 |
subh | /var/log/apache2/error.log | 09:10 |
subh | tbharath: I'll raise the bug | 09:10 |
tbharath | subh, one last try | 09:11 |
tbharath | subh, run "cd /opt/stack/horizon" | 09:12 |
tbharath | subh, run "python manage.py runserver 0.0.0.0:1111" | 09:12 |
tbharath | subh, and open "http://192.168.50.20:1111/nfv" in your browser and see the output from the above command | 09:12 |
subh | okey | 09:12 |
subh | looks like django server is not receiving any request | 09:15 |
tbharath | subh, you mean no logs in the terminal? | 09:15 |
subh | wait let me check, the controller vm is not pinging | 09:16 |
ilozgach | Any ideas regarding my question? :) | 09:17 |
tbharath | ilozgach, this is not the correct way, but what are rules we have in default security group? | 09:21 |
ilozgach | Moment | 09:21 |
tbharath | ilozgach, as it allowing in ip netns, it should be allowed | 09:23 |
ilozgach | Are there any command to show rules in the console? | 09:23 |
tbharath | ilozgach, try "neutron port-list | grep 192.168.120.10" and copy the port ID | 09:25 |
tbharath | ilozgach, and run neutron port-show <ID> | 09:25 |
tbharath | ilozgach, for security group rules nova secgroup-list-rules default | 09:25 |
*** tbharath is now known as tbharath_afk | 09:26 | |
*** prashantD has joined #tacker | 09:28 | |
ilozgach | http://paste.openstack.org/show/477690/ | 09:30 |
*** prashantD has quit IRC | 09:32 | |
*** prashantD has joined #tacker | 09:34 | |
tbharath_afk | ilozgach, everything looks ok | 09:36 |
*** tbharath_afk is now known as tbharath | 09:37 | |
ilozgach | Shouldn't it contain TCP rule for ingress traffic? | 09:44 |
*** dkusidlo has quit IRC | 10:11 | |
*** vishwanathj has joined #tacker | 10:20 | |
*** prashantD has quit IRC | 10:24 | |
*** elo has joined #tacker | 10:26 | |
*** elo has quit IRC | 10:26 | |
*** lhcheng has joined #tacker | 10:33 | |
*** subh has quit IRC | 10:34 | |
ilozgach | Question. How to specify security group while creating VNF? | 10:36 |
ilozgach | For example I do not want to use default | 10:36 |
*** dkusidlo has joined #tacker | 10:42 | |
*** lhcheng has quit IRC | 10:44 | |
*** dkusidlo has quit IRC | 10:51 | |
*** lhcheng has joined #tacker | 10:53 | |
ilozgach | Question. How to specify security group while creating VNF? | 10:58 |
tbharath | ilozgach, I think tacker doesn't have that feature, but am not sure | 11:17 |
*** tbharath has quit IRC | 11:39 | |
*** ilozgach has quit IRC | 11:58 | |
*** masterbound has quit IRC | 12:41 | |
*** masterbound has joined #tacker | 13:19 | |
*** subh has joined #tacker | 13:23 | |
*** masterbound has quit IRC | 13:25 | |
*** subh has quit IRC | 13:28 | |
*** zeih_ has joined #tacker | 13:48 | |
*** zeih has quit IRC | 13:48 | |
*** masterbound has joined #tacker | 14:01 | |
*** dkusidlo has joined #tacker | 14:15 | |
*** lhcheng has quit IRC | 14:27 | |
*** dkusidlo has quit IRC | 14:35 | |
*** masterbound has quit IRC | 14:37 | |
*** dmellado has quit IRC | 14:46 | |
*** dmellado has joined #tacker | 14:47 | |
*** zeih_ has quit IRC | 15:17 | |
*** tbh has joined #tacker | 15:53 | |
*** tbharath has joined #tacker | 16:03 | |
*** prashantD has joined #tacker | 16:07 | |
*** lhcheng has joined #tacker | 16:16 | |
*** lhcheng has quit IRC | 16:21 | |
*** tbh has quit IRC | 17:01 | |
*** tbharath has quit IRC | 17:05 | |
*** karimb has quit IRC | 17:24 | |
*** lhcheng has joined #tacker | 18:05 | |
*** lhcheng has quit IRC | 18:10 | |
*** lhcheng has joined #tacker | 18:28 | |
*** lhcheng has quit IRC | 18:33 | |
*** karimb has joined #tacker | 18:34 | |
*** karimb_ has joined #tacker | 18:45 | |
*** karimb_ has quit IRC | 18:46 | |
*** karimb_ has joined #tacker | 18:46 | |
*** karimb has quit IRC | 18:48 | |
*** karimb_ has quit IRC | 19:16 | |
*** jezogwza has joined #tacker | 20:33 | |
*** jezogwza has quit IRC | 20:46 | |
*** karimb has joined #tacker | 20:50 | |
*** prashantD has quit IRC | 21:07 | |
*** vishwanathj has quit IRC | 22:22 | |
*** prashantD has joined #tacker | 22:41 | |
*** prashantD has quit IRC | 22:57 | |
*** prashantD has joined #tacker | 22:59 | |
*** prashantD has quit IRC | 23:16 | |
*** prashantD has joined #tacker | 23:22 | |
*** vishwanathj has joined #tacker | 23:23 | |
*** vishwanathj has quit IRC | 23:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!