Wednesday, 2016-01-20

*** yamamoto_ has joined #openstack-dragonflow00:00
*** yamamoto_ has quit IRC00:35
*** yamamoto_ has joined #openstack-dragonflow01:24
*** He__ has joined #openstack-dragonflow01:37
*** bochi-michael has joined #openstack-dragonflow02:43
*** gongysh has joined #openstack-dragonflow02:47
*** gongysh has quit IRC03:16
gsagieHello everyone!05:51
gsagie:)05:51
*** gongysh has joined #openstack-dragonflow05:54
*** gongysh has quit IRC06:13
nick-magsagie: thanks for this latest ppt.06:32
*** gampel has joined #openstack-dragonflow06:37
gsagiewelcome home gampel :)06:37
gsagiei assume?06:37
shihanzhanghi gsagie, the public network traffic in pipeline table 0 means floatingIP or DNAT?06:43
gsagieyes, distributed DNAT06:44
gsagie(also for VLAN case for provider networks)06:44
*** shihanzhang has quit IRC06:44
*** shihanzhang has joined #openstack-dragonflow06:44
gsagieshihanzhang: in page 4/4 you can see the "public network ingress part"06:45
gsagieas you mentioned its for distributed DNAT06:45
gsagiebut also for VLAN/provider-networks case06:45
shihanzhanggot it, thx06:47
*** gampel1 has joined #openstack-dragonflow06:48
*** gampel has quit IRC06:51
gampel1gsagie: thanks :)Just landed few hours ago07:22
*** gampel1 has quit IRC07:22
*** gampel has joined #openstack-dragonflow07:23
*** gongysh has joined #openstack-dragonflow08:13
*** gongysh has quit IRC08:21
*** gampel has quit IRC08:29
*** gongysh has joined #openstack-dragonflow08:31
*** gampel has joined #openstack-dragonflow08:34
*** gongysh has quit IRC08:36
*** bochi-michael has quit IRC09:52
*** gampel has quit IRC09:55
*** gampel has joined #openstack-dragonflow09:56
*** yuli_s has quit IRC10:01
*** Shlomo_N has quit IRC10:15
*** yamamoto_ has quit IRC10:49
*** yamamoto has joined #openstack-dragonflow10:50
*** gongysh has joined #openstack-dragonflow11:04
*** yamamoto has quit IRC11:04
gongyshgampel, ping11:05
gongyshgsagie, ping11:06
gsagiegongysh: yes?11:06
gongyshI am trying to install the dragon flow in distributed mode.11:06
gongyshhave some questions want to know11:07
gsagieok11:07
gongyshI want to use etcd11:07
gongyshso what service to enable on controller node?11:08
gsagiegongysh: this example local.conf: https://github.com/openstack/dragonflow/blob/master/doc/source/single-node-conf/local_controller.conf11:08
gongyshenable_service df-etcd11:08
gongyshenable_service df-etcd-server11:08
gongyshenable_service df-controller11:08
gongyshenable_service df-ext-services11:08
gongyshenable_service q-svc11:08
gongyshenable_service q-l311:08
gongyshwhat is the difference between q-l3 and q-df-l3?11:10
gsagiein the distributed DF we dont have 1-df-l3 anymore11:11
gsagieq-df-l311:11
gsagiethats from when Dragonflow was centralized11:11
gsagiewe use Neutron l3 agent for the SNAT/DNAT right now until we have a distributed version but thats all11:12
gongyshgsagie, in distributed mode, that is no l2 agent running on compute node, right?11:23
gsagieright11:24
gsagiethere are no agents at all in the compute node, just df-controller11:24
gongyshgsagie, so https://github.com/openstack/dragonflow/blob/master/devstack/plugin.sh#L43311:24
gsagiegongysh: this shouldnt be called, in the local.conf you need to have this:11:25
gongyshgsagie, it is not differentiating the case,  AGENT_BINARY="$DF_L2_AGENT"11:25
gsagieQ_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True11:25
gsagieand remove this:11:25
gsagieQ_ENABLE_DRAGONFLOW11:25
gsagieWe do need to fix the naming, i see now its confusing11:25
gsagieIf you look at the plugin.sh, the code to install the distributed controller is above what you just wrote11:26
gongyshgsagie, for distributed mode, Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True,11:26
gongyshgsagie, for centralized mode, Q_ENABLE_DRAGONFLOW=True, right?11:26
gsagieyes11:26
gsagiewe need to change that name :)11:27
gongyshcool.11:27
gongyshyes,  and with better doc.11:27
gsagieagreed! will add bug to fix this on me11:27
gongyshnice11:28
gongyshand also, I think we will not allow to enable both Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER and Q_ENABLE_DRAGONFLOW.11:29
gongyshat the same time11:30
gsagieyes thats right11:33
gongyshgsagie, I am seeing the mechnism driver, do we have plan to move from standalone plugin to ml2 mechanism driver?11:35
gsagieyes, we are working on writing an ML2 mech driver because there are many use cases that we want to work with other drivers (for smart TORs , SR-IOV and so on..)11:35
gsagiewe had a big meetup in Hangzhou last week, thats the conclusions from this meetup and from talking with some other providers11:36
gongyshyes, I am sorry that I failed to join u on that meetingup.11:37
gongyshgsagie,  so these codes under https://github.com/openstack/dragonflow/tree/master/dragonflow/neutron/agent are also for centralised mode, right?11:39
gsagieno problem :) there is a big group of people that going to join us and work on Dragonflow11:39
gsagiegongysh: yes11:39
gsagiefor the neutron part in the distributed solution we only need the plugin code11:39
*** openstackgerrit has quit IRC11:43
*** openstackgerrit has joined #openstack-dragonflow11:44
*** gongysh has quit IRC11:46
*** gongysh has joined #openstack-dragonflow11:55
gongyshgsagie, we don't use the service_plugins=xxx to load the l3 plugin, since our core plugin is implementing neutron traditional core plugin and l3 plugin.11:55
gongyshgsagie,  do we have any other reason not to split the core and l3 plugin?11:56
gsagiegongysh: we will do this as we move to ML211:59
gsagiebut no real reason, we did this now for simplicty11:59
gongyshgot it.12:03
*** gongysh has quit IRC12:07
*** yamamoto has joined #openstack-dragonflow12:28
*** yamamoto has quit IRC12:29
*** yamamoto_ has joined #openstack-dragonflow12:29
*** yamamoto has joined #openstack-dragonflow12:31
*** yamamoto_ has quit IRC12:34
openstackgerritMerged openstack/dragonflow: Not allow delete subnet gateway port  https://review.openstack.org/26450812:58
*** yamamoto has quit IRC13:59
*** yamamoto has joined #openstack-dragonflow14:03
openstackgerritYuli proposed openstack/dragonflow: Add new ovs tests  https://review.openstack.org/26564214:16
*** yuli_s has joined #openstack-dragonflow14:31
*** yamamoto has quit IRC14:33
*** yamamoto has joined #openstack-dragonflow14:39
*** yuli_s has quit IRC15:19
*** yamamoto has quit IRC15:42
*** yamamoto has joined #openstack-dragonflow15:42
*** wangfeng_yellow has quit IRC16:11
*** wangfeng_yellow has joined #openstack-dragonflow16:11
*** yamamoto has quit IRC16:33
*** dingboopt_ has joined #openstack-dragonflow18:18
*** gampel1 has joined #openstack-dragonflow18:18
*** gampel has quit IRC18:22
*** dingboopt has quit IRC18:22
*** dingboopt_ is now known as dingboopt18:22
*** wangfeng_yellow has quit IRC18:58
*** wangfeng_yellow has joined #openstack-dragonflow18:58
*** dingboopt has quit IRC18:59
*** dingboopt has joined #openstack-dragonflow18:59
*** gongysh has joined #openstack-dragonflow20:18
*** gongysh has quit IRC20:23

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