Thursday, 2017-03-09

*** spzala has joined #tacker00:25
*** xianghui has joined #tacker01:37
openstackgerritfutangw wang proposed openstack/tacker master: Add allowed_address_pairs support in tacker CP  https://review.openstack.org/43518702:00
*** spzala has quit IRC02:10
*** trinaths1 has left #tacker02:17
xianghuitung_doan, hi, thanks for your previous comment on "With ping driver you firstly create a vnf from tosca template. IP address will be created for VNF instance and the ping driver used the IP address to check if VNF instance is reachable"02:23
xianghuiI am rethinking it, so need more advice02:24
xianghuido you mean that the ping driver is started in the VNF instance spawned by tosca template?02:24
xianghuidoes it mean for each VNF instance having different tenant network we need to start a corresponding VNF created by tosca template in the same tenant network?02:27
*** gongysh has joined #tacker02:28
openstackgerritAndy Yan proposed openstack/tacker master: Fix typo in Tacker  https://review.openstack.org/42375102:33
tung_doanxianghui: Hi. Right after you successfully created VNF using tosca template, ping driver will monitor VNF instance. If ping drivers detect that VNF instance is unreachable,  the VNF instance ill be respawned02:39
xianghuitung_doan, where did the ping driver locate? is it in the compute host?02:39
xianghuiI am just wondering how does it ping all the VNF having different ip range02:40
tung_doanxianghui: nope... ping driver is in Tacker, therefore, it will be located in controller node.02:41
xianghuitung_doan, ok, https://github.com/openstack/tacker/blob/master/tacker/vnfm/monitor_drivers/ping/ping.py02:43
xianghuiseems above is the ping driver implementation, if it is just in controller node02:44
tung_doanxianghui: yup02:44
xianghuiit simply using "ping -c xxxx" to ping VNF02:44
xianghuidoes all the VNF having floating ips?02:44
tung_doanxianghui: exactly02:44
xianghuitung_doan, ah, i see ~02:44
xianghuitung_doan, if this is the specification for all the VNF should having floating ips?02:45
tung_doanxianghui: floating IP is under implementation as I know02:45
tung_doanxianghui: https://review.openstack.org/#/c/352123/02:45
xianghuiif there are any scenarios that VNF doesn't need floating ip02:45
xianghuireading..02:45
xianghuiso for all the NFV requirements, every VNF needs a floating ip, or for those who needs to be monitored need floating ips, am I understanding right? tung_doan02:47
tung_doanxianghui: floating IP support is an option IMO.02:49
xianghuitung_doan, if no floating IP support, seems the ping driver won't work as I understand.02:50
xianghuicorrect me if I am wrong :-)02:51
xianghuiAlso  if the ping driver is setting in the controller nodes, for those lots of network traffic, it may be a little overloaded when having thoughsands of such kind of VNFs.02:52
tung_doanxianghui: dont quite understand your case. It seems the ping driver will works well. If you have some problems with the ping driver in Tacker, please report a bugs: https://bugs.launchpad.net/tacker02:52
tung_doanxianghui: Tacker team will help you. thanks02:52
tung_doanxianghui: I need to go out for lunch :)02:53
xianghuitung_doan, sorry probably I made you confused, I mean, for example, one VNF has just a private ip 192.168.1.1, I can't understand how does the ping driver on the controller node can ping it with public ips.02:54
xianghuitung_doan, thanks btw, enjoy ! :)02:54
xianghuigongysh, any opinios? :)02:57
*** amotoki has joined #tacker02:57
gongyshxianghui, it depends on how do you networking the target NFVI.02:58
gongyshin all functional tests, we assume management network of tacker can arrvice net_mgmt network of target NFVI.02:59
gongysharrive at virtual net_mgmt network of target NFVI.02:59
gongyshso we can ping.02:59
gongyshif this assumption fails, to enable the ping or http-ping  monitor, we have to depend on floating ip, which tacker management network can access.03:00
xianghuigongysh, for example, if the management network is 10.10.0.0/24 and the VNF tenant network is 192.168.0.0/24, they are binded in some router?03:00
xianghuior with what kind of methods to make it doable03:00
gongyshxianghui, that is a neutron question.03:01
xianghuigongysh, thanks much, I am just not very clear on how does the management networking of tacker can arrive the virtual net_mgmt network of NFVI03:01
xianghuihow does this assumption real works03:01
xianghuiif the NFVI is deployed with the normal way with neutron/ovs/dpdk/vxlan whatever...03:02
gongyshwe can always make tacker management network to access one of virtual network in this or that way.03:02
xianghuithe VNF is spawned in those nova compute nodes just same as other kind of instances03:02
gongyshneutron has a concept : provider network, which is the feature do deal with the case.03:03
xianghuifor the instance having a tenant network the only way to access is to ping from the network node namespace03:03
xianghuigongysh, ok, so the assumption is based on the provider network?03:03
gongyshxianghui, you can say this way.03:04
gongyshxianghui, there are many way for VM's virutal network to access external network, not via floating ip.03:04
gongyshxianghui, the neutron's l2gw project is one of them.03:05
gongyshxianghui, all of the SDN solutions have this kind of feature.03:05
xianghuigongysh, ah, thanks will read that, do you mean also there are many ways to external network to access VM's virtual network?03:05
gongyshxianghui, yes.03:05
xianghuigongysh, thanks much, I am not clear with this, which SDN solution , do you have one link? I seems really not know that03:06
gongyshACI, NSX, neutron native, h3c, hauwei ...03:07
xianghuigongysh, ok thanks thanks !!!03:08
gongyshxianghui,  Can I ask for your company?03:09
*** amotoki has quit IRC03:09
xianghuigongysh, lenovo : )03:09
gongyshxianghui, haha, welcome.03:09
xianghuiI am doing some NFV researching.03:09
gongyshDo you have plan to support this project in the long run?03:10
xianghuiI am sure will bother you more than you thought :-)03:10
xianghuigongysh, we mainly focus on NFVI so far, but interested on the monitor feature in Tacker, probably there will be some plan, I need to ask top layer if you have some interests..03:11
gongyshxianghui, we need strong supports from any companies, in particular the long continuous support.03:11
gongyshI have worked in lenovo some times from 2000-2005.03:12
xianghuiI will forward this up, but if you have more scenarios can broadcast to them03:12
xianghuigongysh, haha , small world :)03:12
xianghuigongysh, why did your company need this, are you focusing on NFV?03:13
gongyshif lenovo is truly interested in this project, and has budget for employees to contribute,  big welcome.03:13
gongyshxianghui, we are openstack company.03:14
gongyshxianghui, we have the obligation to make it move forward.03:15
xianghuigongysh, yeah, I will ask up layer, I can't make any decision.03:15
xianghuigongysh, good to know, cheers :D03:16
gongyshcheers03:16
*** amotoki has joined #tacker03:32
*** amotoki has quit IRC03:46
*** diga has joined #tacker03:55
*** amotoki has joined #tacker04:02
*** amotoki has quit IRC04:10
*** links has joined #tacker04:17
openstackgerritMerged openstack/tacker master: Fix typo in Tacker  https://review.openstack.org/42375104:19
*** amotoki has joined #tacker04:24
*** xianghui has quit IRC04:35
gongyshdkushwaha, sridhar_ram  https://review.openstack.org/#/c/437319/04:53
gongyshvnffg related fix04:53
*** xianghui has joined #tacker04:54
*** diga has quit IRC05:10
*** gongysh has quit IRC05:16
sridhar_ramgongysh: did an initial scan, need to look more ... will respond in a day05:37
*** trinaths has joined #tacker05:58
*** gongysh has joined #tacker06:01
*** links has quit IRC06:04
*** links has joined #tacker06:15
*** tbh has joined #tacker06:26
*** trinaths1 has joined #tacker06:29
*** trinaths has quit IRC06:29
*** diga has joined #tacker06:31
*** xianghui has quit IRC06:35
*** xianghui has joined #tacker06:37
*** links has quit IRC06:58
*** janki has joined #tacker07:00
*** amotoki_ has joined #tacker07:01
*** amotoki has quit IRC07:03
*** diga has quit IRC07:13
*** links has joined #tacker07:14
*** tbh has quit IRC07:32
*** tbh has joined #tacker07:45
*** Aqsa has joined #tacker07:56
*** diga has joined #tacker08:14
*** tbh has quit IRC08:17
*** tbh has joined #tacker08:36
*** xianghui has quit IRC09:36
*** tbh has quit IRC09:48
*** tbh has joined #tacker10:00
digaHi10:31
digagongysh: Hi10:31
gongyshhi10:31
digagongysh: sorry I got into another meeting yesterday so couldn't reply to your ping10:31
digagongysh: I will review & test - https://review.openstack.org/#/c/433474/10:33
digaps10:33
digatung_doan: there ?10:33
digatung_doan: I will test your PS first from tacker10:33
digatung_doan: can you give me steps for this ? I haven't created nsd template before10:34
digasorry vnf10:35
*** gongysh has quit IRC10:44
tung_doandiga: Hi. thanks for your interest. Actually the patch you mentioned is simple. I just added some tosca templates which include scaling and monitoring policies. If you haven't run NSD before, please refer to this link: https://github.com/openstack/tacker/blob/master/doc/source/devref/nsd_usage_guide.rst11:24
tung_doandkushwaha: ^^ please help review too :) thanks11:25
dkushwahatung_doan, sure11:26
*** vishwanathj has quit IRC11:29
*** vishwanathj has joined #tacker11:29
*** tbh has quit IRC11:35
*** dkushwaha has quit IRC11:44
*** dkushwaha has joined #tacker11:49
*** tbh has joined #tacker11:53
digatung_doan: ok11:54
*** tbh has quit IRC12:04
*** amotoki_ has quit IRC12:07
*** amotoki has joined #tacker12:08
*** amotoki has quit IRC12:13
*** amotoki has joined #tacker12:26
*** tbh has joined #tacker12:28
*** gongysh has joined #tacker12:43
*** trinaths1 has left #tacker12:58
*** diga has quit IRC13:30
*** tbh has quit IRC13:32
*** Aqsa has quit IRC14:00
*** janki has quit IRC14:01
*** Aqsa has joined #tacker14:01
*** gongysh has quit IRC14:08
*** amotoki has quit IRC14:08
*** links has quit IRC14:35
openstackgerritsoumiyajit proposed openstack/tacker master: Removed utf-8 encoding  https://review.openstack.org/44367014:38
openstackgerritTung Doan proposed openstack/tacker master: Fix monitoring issue for multiple VDUs  https://review.openstack.org/44367214:48
*** spzala has joined #tacker15:15
*** Aqsa has quit IRC15:41
openstackgerritgongysh proposed openstack/tacker master: Add basic task framework  https://review.openstack.org/44371915:47
openstackgerritgongysh proposed openstack/tacker master: Add basic task framework  https://review.openstack.org/44371916:04
*** links has joined #tacker16:07
*** spzala has quit IRC16:46
*** uck has joined #tacker16:46
openstackgerritTung Doan proposed openstack/tacker master: Fix monitoring issue for multiple VDUs  https://review.openstack.org/44367217:36
*** links has quit IRC18:04
openstackgerritTung Doan proposed openstack/tacker master: [WIP] Refactor : separating policy out from monitor  https://review.openstack.org/44392918:27
*** s3wong has joined #tacker18:57
*** vishnoianil has quit IRC19:59
*** uck has quit IRC20:47
*** vishnoianil has joined #tacker21:01
*** uck has joined #tacker21:18
*** diga has joined #tacker23:19

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