Monday, 2018-07-23

*** longkb has joined #tacker00:47
*** bobh has joined #tacker00:53
*** YanXing_an has joined #tacker01:02
*** bobh has quit IRC01:02
*** phuoc has joined #tacker01:15
*** YanXing_an has quit IRC01:33
*** YanXing_an has joined #tacker01:38
*** dkushwaha has joined #tacker01:49
*** YanXing_an has quit IRC02:08
*** gongysh has joined #tacker02:09
openstackgerritMerged openstack/python-tackerclient master: Add release note link in README  https://review.openstack.org/57869002:22
openstackgerritdharmendra kushwaha proposed openstack/tacker master: Add functional test for ns-vnffg  https://review.openstack.org/58248702:24
openstackgerritdharmendra kushwaha proposed openstack/tacker master: Correct error handling for PENDING_DELETE VNFs.  https://review.openstack.org/57272802:26
*** YanXing_an has joined #tacker02:27
*** YanXing_an has quit IRC02:39
*** YanXing_an has joined #tacker02:41
*** bobh has joined #tacker02:50
*** YanXing_an has quit IRC02:54
*** bobh has quit IRC02:54
*** YanXing_an has joined #tacker02:58
*** gongysh has quit IRC03:01
*** YanXing_an has quit IRC03:31
*** tpatil has joined #tacker03:45
*** tpatil has quit IRC04:01
*** tpatil has joined #tacker04:09
*** dkushwaha has quit IRC04:19
openstackgerritTushar Patil proposed openstack/tacker master: WIP: Add multinode jobs  https://review.openstack.org/57817004:40
openstackgerritdharmendra kushwaha proposed openstack/tacker master: Revert "Add log file to tacker-server systemctl daemon script"  https://review.openstack.org/58472404:44
openstackgerritdharmendra kushwaha proposed openstack/tacker master: Revert "Add log file to tacker-server systemctl daemon script"  https://review.openstack.org/58472404:46
openstackgerritTushar Patil proposed openstack/tacker master: Add placement policies support  https://review.openstack.org/57084504:47
*** dkushwaha has joined #tacker04:53
*** janki has joined #tacker04:54
*** mehrdad has joined #tacker05:02
*** janki has quit IRC05:03
*** janki has joined #tacker05:04
*** gongysh has joined #tacker05:16
*** gongysh has quit IRC05:21
*** links has joined #tacker05:38
*** YanXing_an has joined #tacker05:49
*** YanXing_an has quit IRC06:00
*** YanXing_an has joined #tacker06:03
*** egonzalez has joined #tacker06:23
*** dkushwaha has quit IRC06:25
*** dkushwaha has joined #tacker06:25
dkushwahaYanXing_an: hi06:27
YanXing_andkushwaha, hi06:27
dkushwahaYanXing_an: after applying  shared vim patch, I am getting this error http://paste.openstack.org/show/726420/06:28
dkushwahaany idea on this?06:28
YanXing_andkushwaha: seems bug, i will look into this issue with Li_Jiale06:32
dkushwahaYanXing_an: I see. Thanks06:34
*** links has quit IRC06:41
*** dkushwaha has quit IRC06:53
*** dkushwaha has joined #tacker06:53
*** links has joined #tacker07:00
*** links has quit IRC07:34
*** links has joined #tacker07:47
openstackgerritdharmendra kushwaha proposed openstack/tacker master: Revert "Add log file to tacker-server systemctl daemon script"  https://review.openstack.org/58472408:12
*** dkushwaha has quit IRC08:27
openstackgerritTushar Patil proposed openstack/tacker master: Add placement policies support  https://review.openstack.org/57084508:30
openstackgerritTushar Patil proposed openstack/tacker master: WIP: Add multinode jobs  https://review.openstack.org/57817008:31
*** gongysh has joined #tacker08:35
openstackgerritMerged openstack/tacker master: Add functional test for ns-vnffg  https://review.openstack.org/58248708:54
*** r-mibu has joined #tacker09:02
*** tpatil has quit IRC09:04
*** tpatil has joined #tacker09:09
tpatilgongysh: Hi09:10
tpatilgongysh: I have question about adding multi node support in tacker.  Long time back you had added support TACKER_MODE=all support in this patch : https://review.openstack.org/#/c/386388/09:12
tpatilgongysh: I think it was added considering all services are running on single machine. Do you know what kind of settings (neutron settings) one would need if you run compute service on a separate machine?09:13
tpatilgongysh: I'm referring to multinode job support patch : https://review.openstack.org/#/c/57817009:16
gongyshn-cpu,rabbit,q-agt,placement-client09:18
gongyshfor compute node, to run this minimal services.09:19
tpatilgongysh: I mean what should be [ovs][bridge_mappings ] in ml2_conf.ini on the compute node09:20
tpatilgongysh: Can you check line #243 in this patch https://review.openstack.org/#/c/386388/8/devstack/lib/tacker?09:22
tpatilgongysh: Over here, you are setting ml2 extension_drivers, ml2_type_flat flat_networks and ovs bridge_mappings . but the same options are not set in ml2_conf.ini on the compute node. Hence I think it's getting PortBindingFailed Error on the compute node09:24
egonzaleztpatil, bridge mappings are only requiered in compute nodes if using dvr, l3-ha or provider networks (not sure what network type defaults in devstack)09:25
gongysh if does the multi node env have more thank network nics?09:26
gongyshfor our tacker's mgmt_url to work, we need a flat neutron virtual network.09:28
tpatilegonzalez: I have observed that compute service on controller node uses vxlan whereas on the compute node, it uses flat network.  In one of multinode legacy job, I have noticed ml2_conf.ini files are almost same.09:28
tpatilegonzalez: As pointed out in the patch, I will focus on running functional tests on controller node.09:30
egonzalezlooks like NET_MGMT is a provider net and so need a bridge in computes09:31
gongyshif there is only one nic for each node, we have to use bridge to simulate more than one nic.09:32
*** YanXing_an has quit IRC09:34
tpatilegonzalez: For now, I have skipped TACKER_MODE=all in PS 36 for the time being to isolate the problem. I will revisit this issue later.09:34
*** links has quit IRC09:34
tpatilgongysh: each node has 2 nics09:35
gongyshif it is the case,  net_mgmt use the second nic as flat network09:36
tpatilgongysh: Any Idea what settings I would need to do in local_rc on the compute node to resolve this issue?09:39
gongyshI am searching ....09:39
*** links has joined #tacker09:41
egonzaleztpatil, content of this if https://github.com/openstack/tacker/blob/master/devstack/lib/tacker#L22509:49
egonzaleztpatil, and https://github.com/openstack/tacker/blob/master/devstack/lib/tacker#L38709:49
tpatilegonzalez: Yes, I believe we will need to add-br BR_MGMT on compute node and set these options in ml2_conf.ini as well. I and gongysh are finding out what options to be set.09:53
gongyshtpatil, http://paste.openstack.org/show/726433/09:54
tpatilegonzalez: as pointed out in PS 36, functional tests are running on both compute and controller nodes.  We will need to run it on controller node only. I will check this issue09:55
tpatilgongysh: Thank you. I will continue working on this issue tomorrow my work time09:56
*** YanXing_an has joined #tacker10:03
*** YanXing_an has quit IRC10:06
openstackgerritTushar Patil proposed openstack/tacker master: WIP: Add multinode jobs  https://review.openstack.org/57817010:07
*** tpatil has quit IRC10:08
*** janki has quit IRC10:33
*** janki has joined #tacker10:39
*** links has quit IRC10:44
*** links has joined #tacker10:48
*** links has quit IRC11:13
*** links has joined #tacker11:15
*** gongysh has quit IRC11:15
*** gongysh has joined #tacker11:16
*** dkushwaha has joined #tacker11:45
*** dkushwaha has quit IRC11:49
*** longkb has quit IRC11:50
*** gongysh has quit IRC12:00
*** phuoc has quit IRC12:07
*** phuoc has joined #tacker12:07
openstackgerritSean McGinnis proposed openstack/python-tackerclient master: Fix errors in README  https://review.openstack.org/58485512:51
*** egonzalez has quit IRC12:56
*** gongysh has joined #tacker13:06
*** mehrdad has quit IRC13:26
*** gongysh has quit IRC13:50
*** gongysh has joined #tacker13:50
*** gongysh has quit IRC14:08
*** dkushwaha has joined #tacker14:11
*** bobh has joined #tacker14:11
*** links has quit IRC14:22
*** dkushwaha has quit IRC14:35
*** longkb has joined #tacker14:44
*** longkb has quit IRC14:47
*** longkb has joined #tacker14:59
*** bobh has quit IRC15:07
*** bobh has joined #tacker15:07
*** longkb has quit IRC15:11
*** niraj_singh has joined #tacker15:19
*** Shilpa has joined #tacker15:21
*** YanXing_an has joined #tacker15:26
*** longkb has joined #tacker15:27
*** YanXing_an has quit IRC15:29
*** YanXing_an has joined #tacker15:29
*** r-mibu has quit IRC15:40
*** YanXing_an has quit IRC15:58
*** longkb has quit IRC16:34
*** gongysh has joined #tacker17:05
*** gongysh has quit IRC17:24
*** Shilpasd has joined #tacker17:33
*** janki has quit IRC19:47
*** gongysh has joined #tacker21:51
*** bobh has quit IRC22:01
*** phuoc has quit IRC22:14
*** phuoc has joined #tacker22:15

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