openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add an uniform way to manage external network https://review.openstack.org/423786 | 01:28 |
---|---|---|
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Traceroute support https://review.openstack.org/421910 | 01:30 |
openstackgerrit | Merged openstack/dragonflow: Remove checking if datapath is None https://review.openstack.org/423131 | 02:56 |
openstackgerrit | Wei Cao proposed openstack/dragonflow: Remove python-zmq install https://review.openstack.org/423890 | 03:03 |
*** gongysh has joined #openstack-dragonflow | 03:05 | |
openstackgerrit | Merged openstack/dragonflow: Elevate the _send_packet method https://review.openstack.org/422554 | 03:15 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Make py file line endings unix style https://review.openstack.org/423145 | 03:29 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add an uniform way to manage external network https://review.openstack.org/423786 | 03:54 |
*** gongysh has quit IRC | 04:36 | |
*** rajivk has quit IRC | 04:37 | |
*** rajivk has joined #openstack-dragonflow | 04:49 | |
*** gongysh has joined #openstack-dragonflow | 05:16 | |
*** gongysh has quit IRC | 05:32 | |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add an uniform way to manage external network https://review.openstack.org/423786 | 06:36 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Configure df controller to accept ttl invalid msg https://review.openstack.org/422439 | 06:37 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Handle TTL invalid packets(l3 proactive app) https://review.openstack.org/423115 | 06:37 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Handle TTL invalid packets(dnat app) https://review.openstack.org/423607 | 06:38 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Do revert NAT to ICMP embedded packet https://review.openstack.org/423742 | 06:41 |
*** gsagie has joined #openstack-dragonflow | 06:58 | |
*** yuval has joined #openstack-dragonflow | 06:59 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: RyuBaseApp: automatically dispatch on new models https://review.openstack.org/406602 | 07:59 |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Updated from global requirements https://review.openstack.org/423637 | 08:02 |
openstackgerrit | Omer Anson proposed openstack/dragonflow: adding parser and ofproto porprties to df_base_app https://review.openstack.org/423805 | 08:06 |
*** yamamoto has quit IRC | 08:10 | |
openstackgerrit | Igor Shafran proposed openstack/dragonflow: SNAT application patch #2 https://review.openstack.org/417799 | 08:13 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: NbApi: Use SEND_ALL_TOPIC when topic is omitted https://review.openstack.org/422617 | 08:36 |
*** yamamoto has joined #openstack-dragonflow | 08:46 | |
oanson | Hi | 08:59 |
oanson | Dragonflow weekly starting in a minute | 08:59 |
oanson | Join now, or forever hold your pieces. Or join late. Either way | 08:59 |
oanson | #openstack-meeting-4 | 08:59 |
*** nick-ma_ has joined #openstack-dragonflow | 09:01 | |
oanson | nick-ma_, rajivk, cc ^^^^^^ | 09:01 |
*** nick-ma_ has left #openstack-dragonflow | 09:05 | |
*** yamamoto has quit IRC | 09:21 | |
*** yamamoto has joined #openstack-dragonflow | 09:40 | |
rajivk | oanson, hi | 09:50 |
oanson | rajivk, hi | 09:57 |
rajivk | oanson, how do we mock https://github.com/openstack/dragonflow/blob/master/dragonflow/tests/unit/test_app_base.py#L33 line. | 09:59 |
oanson | We create the real object, and replace nb_api and vswitch api with mocks | 10:00 |
rajivk | okay | 10:00 |
oanson | Hope that helps | 10:01 |
rajivk | Can you have look at http://logs.openstack.org/97/415997/4/check/gate-dragonflow-python27-ubuntu-xenial/2ed8e45/console.html.gz ? | 10:01 |
rajivk | When it creates real object then it fails. | 10:01 |
oanson | This is strange. It shouldn't create the real object. | 10:03 |
oanson | I think it's the call to nb_api.initialize in the Service class | 10:04 |
oanson | Maybe you want to mock-patch nb_api.initialize, or event the whole class? | 10:04 |
rajivk | Why it was working earlier? | 10:04 |
oanson | The call to initialize was done in controller.run | 10:05 |
oanson | Maybe it was called after it was overwritten with a mock? | 10:05 |
rajivk | yes | 10:06 |
rajivk | I think, mocking nb_api should solve the issue. | 10:06 |
oanson | You could try: mock.patch('dragonflow.db.api_nb', 'NbApi').start() which will mock all of NbApi (dangerous) | 10:07 |
rajivk | (dangerous) => ca | 10:07 |
oanson | Or mock.patch('dragonflow.db.api_nb.NbApi', 'initialize').start() to mock just the initialize method | 10:07 |
rajivk | can we convert it to something better. | 10:07 |
oanson | what's 'ca'? | 10:08 |
rajivk | ca => can :) | 10:08 |
rajivk | okay i will do later suggested version. | 10:08 |
*** rajivk has quit IRC | 10:08 | |
oanson | I am not sure the first suggestion is too bad... but it might not work :) | 10:09 |
*** rajivk has joined #openstack-dragonflow | 10:09 | |
rajivk | oanson, thanks | 10:09 |
oanson | rajivk, I am not sure the first suggestion is too bad. It might be what we're doing. But it might not work :) | 10:10 |
oanson | Good luck :) | 10:10 |
rajivk | :) thanks for helping me a lot. | 10:10 |
oanson | No worries. Thanks for helping out. | 10:10 |
openstackgerrit | rajiv proposed openstack/dragonflow: Added support for service status reporting https://review.openstack.org/415997 | 11:00 |
rajivk | I want to work on VLAN aware VMs. I would like to discuss about it, is anyone available for discussion? | 11:08 |
rajivk | oanson, dimak, xiaohhui, yuli_s, nick-ma_? | 11:09 |
*** hshan has quit IRC | 11:13 | |
oanson | rajivk, I am here. | 11:24 |
oanson | (Now) :) | 11:24 |
oanson | I think the best platform would be a spec. Since it is very difficult to get everyone here at once | 11:25 |
rajivk | I am preparing for that only. :) | 11:25 |
rajivk | We discussed about data model for trunk port. Did you go through neutron data model for trunk port? | 11:26 |
oanson | No, not yet. Sorry | 11:26 |
rajivk | OK, i will put a specs, and wait for all the members to provide their views. | 11:28 |
rajivk | I think, this is https://blueprints.launchpad.net/dragonflow/+spec/vlan-trunk blueprint we are discussing about. | 11:28 |
rajivk | It is assigned to hujie, should i get approval from him. | 11:29 |
oanson | I'll try to catch him, too. | 11:30 |
oanson | I am not sure he is actually working on that | 11:30 |
rajivk | So, Whenever you get time, please discuss with him. And let me know, in the meantime i will prepare a spec. If possible :) | 11:31 |
oanson | Will do. | 11:32 |
oanson | Thanks | 11:32 |
*** yamamoto has quit IRC | 11:34 | |
*** yamamoto has joined #openstack-dragonflow | 12:34 | |
*** yamamoto has quit IRC | 13:14 | |
openstackgerrit | Itamar Ofek proposed openstack/dragonflow: Adding a flow tag per applications for flow debug https://review.openstack.org/424123 | 13:55 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: NbApi: Use SEND_ALL_TOPIC when topic is omitted https://review.openstack.org/422617 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [7/8] Proposition of model definition and construction https://review.openstack.org/414984 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [3/8] Introduce initial version of the new DbStore https://review.openstack.org/417824 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: RyuBaseApp: automatically dispatch on new models https://review.openstack.org/406602 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [8/8] Refactor Chassis model https://review.openstack.org/407011 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Add new models to obj refresher https://review.openstack.org/406605 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Make parameter optional in NbApi.get_instance https://review.openstack.org/423809 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [1/8] Add namespace helper class https://review.openstack.org/417819 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [4/8] Add model-proxy helpers https://review.openstack.org/417821 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [2/8] Add basic framework for new DF models https://review.openstack.org/417820 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [6/8] Add CRUD methods for new models to NbAPI https://review.openstack.org/417823 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [5/8] Add custom field types for dragonflow models https://review.openstack.org/417822 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Move process_object to local controller https://review.openstack.org/424143 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Delegate SFC requests to NB API https://review.openstack.org/406600 | 14:28 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Add SFC drivers to Dragonflow https://review.openstack.org/406597 | 14:28 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Add SFC NB DB models https://review.openstack.org/406598 | 14:28 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Introduce FC app https://review.openstack.org/424145 | 14:28 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Introduce SFC app https://review.openstack.org/424146 | 14:28 |
*** gsagie has quit IRC | 14:37 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: North Bound Code Refactor https://review.openstack.org/410298 | 15:11 |
*** yuval has quit IRC | 15:57 | |
*** rajivk has quit IRC | 16:08 | |
*** rajivk has joined #openstack-dragonflow | 16:20 | |
*** gsagie has joined #openstack-dragonflow | 18:08 | |
*** afranc has quit IRC | 19:16 | |
*** afranc has joined #openstack-dragonflow | 19:22 | |
*** gsagie has quit IRC | 19:28 | |
*** diablo_rojo has joined #openstack-dragonflow | 21:07 | |
*** saggi has quit IRC | 21:09 | |
*** yuvalb has quit IRC | 21:09 | |
*** oanson has quit IRC | 21:10 | |
*** yuli_s has quit IRC | 21:10 | |
*** irenab has quit IRC | 21:10 | |
*** lihi has quit IRC | 21:10 | |
*** dimak has quit IRC | 21:10 | |
diablo_rojo | When is your next meeting? I thought it was supposed to be now? | 21:17 |
*** yamamoto has joined #openstack-dragonflow | 21:20 | |
*** yuli_s has joined #openstack-dragonflow | 21:29 | |
*** dimak has joined #openstack-dragonflow | 21:29 | |
*** yuvalb has joined #openstack-dragonflow | 21:29 | |
*** oanson has joined #openstack-dragonflow | 21:30 | |
*** lihi has joined #openstack-dragonflow | 21:30 | |
*** saggi has joined #openstack-dragonflow | 21:30 | |
*** irenab has joined #openstack-dragonflow | 21:30 | |
*** yamamoto has quit IRC | 21:43 | |
*** oanson has quit IRC | 21:56 | |
*** oanson has joined #openstack-dragonflow | 21:57 | |
*** yamamoto has joined #openstack-dragonflow | 22:23 | |
*** oanson has quit IRC | 22:24 | |
*** oanson has joined #openstack-dragonflow | 22:25 | |
*** diablo_rojo has quit IRC | 22:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!