*** yamamoto has joined #openstack-dragonflow | 04:55 | |
*** diga has joined #openstack-dragonflow | 05:13 | |
*** yamamoto has quit IRC | 05:20 | |
*** yamamoto has joined #openstack-dragonflow | 06:33 | |
*** yamamoto has quit IRC | 06:39 | |
*** gampel has joined #openstack-dragonflow | 07:07 | |
diga | gsagie: Hi | 07:16 |
---|---|---|
diga | I have cleaned up the VM & trying to setup a dragonflow using devstack but still facing the same issue | 07:19 |
diga | http://paste.openstack.org/show/482840/ | 07:19 |
diga | Has anyone installed dragonflow recently using devstack | 07:19 |
openstackgerrit | Merged openstack/dragonflow: Add fullstack tests to verify number of OVS flows https://review.openstack.org/261997 | 07:34 |
openstackgerrit | Merged openstack/dragonflow: Add OVS parse flows method https://review.openstack.org/262145 | 07:37 |
openstackgerrit | Li Ma proposed openstack/dragonflow: Add and refactor log info in df_local_controller https://review.openstack.org/262194 | 08:21 |
gsagie | diga: do you have updated neutron ? | 08:34 |
gsagie | can you go to /neutron/neutron/callbacks/resources.py | 08:34 |
*** diga_ has joined #openstack-dragonflow | 08:35 | |
gsagie | you suppose to see there PROCESS = 'process' | 08:35 |
gsagie | diga_ ^^ | 08:35 |
gsagie | <gsagie> diga: do you have updated neutron ? | 08:35 |
gsagie | <gsagie> can you go to /neutron/neutron/callbacks/resources.py | 08:35 |
diga_ | hi gsagie | 08:35 |
gsagie | from the exceptions it seems you dont have that | 08:36 |
diga_ | yes, I have updated neutron | 08:36 |
diga_ | okay | 08:36 |
diga_ | let me update it once again | 08:36 |
gsagie | can you check if you have this file | 08:37 |
*** diga has quit IRC | 08:37 | |
gsagie | and the line i put | 08:37 |
diga_ | okay | 08:37 |
gsagie | in /opt/stack/neutron | 08:37 |
diga_ | let me check | 08:37 |
diga_ | yes, file is there | 08:38 |
gsagie | and you have PROCESS='process' ? | 08:38 |
diga_ | but there is no PROCESS='process' in that file | 08:38 |
gsagie | so you dont have an updated Neutron | 08:39 |
gsagie | if you checkout Neutron github, you should see it | 08:39 |
diga_ | okay | 08:39 |
diga_ | let me do that now | 08:39 |
diga_ | now I can see, let me re-run devstack | 08:41 |
*** saggi has quit IRC | 08:46 | |
openstackgerrit | Merged openstack/dragonflow: Fix creation error of existing directory in etcd https://review.openstack.org/262103 | 09:16 |
*** saggi has joined #openstack-dragonflow | 09:26 | |
openstackgerrit | Gal Sagie proposed openstack/dragonflow: Security Groups Design https://review.openstack.org/261903 | 09:27 |
openstackgerrit | Li Ma proposed openstack/dragonflow: Add DB transaction for df core plugin https://review.openstack.org/262423 | 09:30 |
*** diga_ has quit IRC | 09:40 | |
openstackgerrit | Merged openstack/dragonflow: Add and refactor log info in df_local_controller https://review.openstack.org/262194 | 10:28 |
openstackgerrit | Yuli proposed openstack/dragonflow: Add neutron port creation command test https://review.openstack.org/262195 | 10:46 |
openstackgerrit | Merged openstack/dragonflow: Fix etcd urllib3 leak https://review.openstack.org/262149 | 11:01 |
*** diga has joined #openstack-dragonflow | 11:06 | |
diga | Hi gsagie | 11:07 |
diga | its failing at die_if_not_set 1378 IPV6_ROUTER_GW_IP 'Failure retrieving IPV6_ROUTER_GW_IP' | 11:07 |
diga | let me paste here my conf file | 11:08 |
diga | gsagie: Correct me if i missing something here - http://paste.openstack.org/show/482854/ | 11:09 |
diga | its failing at the end of setup | 11:10 |
*** yamamoto has joined #openstack-dragonflow | 11:18 | |
*** yamamoto has quit IRC | 11:38 | |
*** yamamoto has joined #openstack-dragonflow | 11:39 | |
gampel | diga: please remove ENABLE_TENANT_VLANS=True TENANT_VLAN_RANGE=1000:1999 | 11:45 |
gampel | we currently only support geneve vxlan gre | 11:46 |
gampel | you can remove the q-dhcp as well if you just need Ipv4 DHCP | 11:47 |
*** diga has quit IRC | 11:47 | |
gsagie | gampel: i already helped him in private | 11:48 |
gsagie | the problem was he also had the centralized dragonflow lines in the local.conf | 11:48 |
gampel | Ok | 11:48 |
gsagie | nick-ma: You can add your self to Dragonflow bugs team, i checked today its open | 11:49 |
gsagie | so you will be able to edit bugs after it | 11:49 |
*** yamamoto has quit IRC | 12:19 | |
openstackgerrit | Yuli proposed openstack/dragonflow: Add neutron port creation command test https://review.openstack.org/262195 | 12:21 |
*** saggi has quit IRC | 13:54 | |
mestery | gsagie: Any chance you could merge https://review.openstack.org/#/c/262326/ for me? | 15:16 |
mestery | I need that one merged to test something out locally (makes it easier if it's in master). Thanks! | 15:16 |
mestery | It has 2 +2s on it already | 15:16 |
gsagie | mestery: done | 15:21 |
mestery | gsagie: Thanks! :) | 15:22 |
openstackgerrit | Merged openstack/dragonflow: Fix Vagrant configuration for Dragonflow https://review.openstack.org/262326 | 15:25 |
nick-ma | gsagie: done :-) | 16:10 |
*** gsagie_ has joined #openstack-dragonflow | 16:19 | |
*** gampel has quit IRC | 16:24 | |
gsagie_ | dingboopt: feel free to -1 patches if you think there is a problem, only noticed your comments now and you made some good points :) | 16:29 |
*** gsagie_ has quit IRC | 17:47 | |
openstackgerrit | Kyle Mestery proposed openstack/dragonflow: Move Vagrant configuration into a vagrant directory https://review.openstack.org/262327 | 18:04 |
*** gampel has joined #openstack-dragonflow | 18:30 | |
*** gampel has quit IRC | 18:33 | |
mestery | gsagie: Here? | 18:59 |
openstackgerrit | Kyle Mestery proposed openstack/dragonflow: Move Vagrant configuration into a vagrant directory https://review.openstack.org/262327 | 19:18 |
openstackgerrit | Kyle Mestery proposed openstack/dragonflow: etcd: Conditionally start/stop etcd server https://review.openstack.org/262593 | 19:18 |
openstackgerrit | Kyle Mestery proposed openstack/dragonflow: devstack: Cleanup inconsistent spacing https://review.openstack.org/262594 | 19:18 |
mestery | gsagie: I need https://review.openstack.org/#/c/262593/ merged to get the dragonflow compute nodes up and running with Vagrant. | 19:23 |
openstackgerrit | Kyle Mestery proposed openstack/dragonflow: Vagrant: Add a second compute node https://review.openstack.org/262595 | 19:25 |
*** openstack has joined #openstack-dragonflow | 20:38 | |
*** openstack has joined #openstack-dragonflow | 21:08 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!