*** rpburkholder has joined #openstack-neutron-ovn | 00:18 | |
*** tongl has quit IRC | 01:04 | |
*** fzdarsky_ has quit IRC | 01:47 | |
*** fzdarsky__ has joined #openstack-neutron-ovn | 01:49 | |
*** carl_baldwin_ has joined #openstack-neutron-ovn | 02:06 | |
*** flaviof_ has joined #openstack-neutron-ovn | 02:07 | |
*** mmichelson has quit IRC | 02:09 | |
*** carl_baldwin has quit IRC | 02:13 | |
*** flaviof has quit IRC | 02:13 | |
*** carl_baldwin_ is now known as carl_baldwin | 02:14 | |
*** flaviof_ is now known as flaviof | 02:14 | |
*** yamamoto has joined #openstack-neutron-ovn | 02:41 | |
*** anilvenkata has joined #openstack-neutron-ovn | 03:05 | |
openstackgerrit | Guoshuai Li proposed openstack/networking-ovn master: add functional test for QoS. https://review.openstack.org/460846 | 04:59 |
---|---|---|
*** janki has joined #openstack-neutron-ovn | 06:21 | |
*** anilvenkata has quit IRC | 06:40 | |
*** anilvenkata has joined #openstack-neutron-ovn | 06:46 | |
*** anilvenkata has quit IRC | 06:46 | |
*** anilvenkata has joined #openstack-neutron-ovn | 06:46 | |
*** rpburkholder has quit IRC | 07:15 | |
*** rpb has quit IRC | 07:16 | |
*** lucas-afk is now known as lucasagomes | 08:17 | |
*** zefferno has joined #openstack-neutron-ovn | 08:21 | |
*** yamamoto has quit IRC | 08:36 | |
*** yamamoto has joined #openstack-neutron-ovn | 09:01 | |
*** yamamoto has quit IRC | 09:02 | |
*** yamamoto has joined #openstack-neutron-ovn | 09:04 | |
*** yamamoto has quit IRC | 10:18 | |
*** yamamoto has joined #openstack-neutron-ovn | 10:28 | |
*** yamamoto has quit IRC | 10:38 | |
*** saphi has joined #openstack-neutron-ovn | 11:03 | |
saphi | Hi everyone, I'm setting up openstack with ovn. I used openstack ocata version on CentOS 7. I installed python-networking-ovn, openvswitch-ovn-central on controller node, and openvswitch-ovn-controller on compute node. After created two network and a router. I use "ovn-nbctl show", every thing is ok. But I can't launch an instance or create port on these network. The neutron-server.log has an error "RuntimeError: Address set as_ip4_918442c9_d86f | 11:07 |
saphi | _4098_87cf_42bd894b4414 does not exist. Can't update addresses" | 11:07 |
saphi | Does any one get these error | 11:07 |
saphi | please help me! | 11:08 |
saphi | thanks | 11:08 |
saphi | https://paste.ubuntu.com/25118173/ | 11:09 |
*** lucasagomes is now known as lucas-hungry | 11:21 | |
lucas-hungry | saphi, do you mind pasting the traceback from that RRuntimeError you are seeing in the neutron log ? | 11:23 |
lucas-hungry | (I'm off to get some food, I will be back soon and look at it) | 11:23 |
saphi | lucas-hungry here is full error log https://pastebin.com/UsfiNYb1 | 11:25 |
*** saphi has quit IRC | 11:27 | |
*** saphi has joined #openstack-neutron-ovn | 11:30 | |
*** yamamoto has joined #openstack-neutron-ovn | 11:33 | |
*** saphi has quit IRC | 11:38 | |
*** janki has quit IRC | 11:38 | |
*** yamamoto has quit IRC | 12:04 | |
*** yamamoto has joined #openstack-neutron-ovn | 12:19 | |
*** lucas-hungry is now known as lucasagomes | 12:25 | |
*** mmichelson has joined #openstack-neutron-ovn | 13:01 | |
*** zkassab has joined #openstack-neutron-ovn | 13:10 | |
*** mlavalle has joined #openstack-neutron-ovn | 13:51 | |
*** janki has joined #openstack-neutron-ovn | 14:06 | |
*** zefferno has quit IRC | 14:13 | |
*** saphi has joined #openstack-neutron-ovn | 14:21 | |
saphi | hi lucas-hungry, Are you online? | 14:21 |
*** anilvenkata has quit IRC | 14:22 | |
*** anilvenkata has joined #openstack-neutron-ovn | 14:23 | |
numans | saphi, Hi, did you see this bug - https://bugs.launchpad.net/networking-ovn/+bug/1607451 | 14:27 |
openstack | Launchpad bug 1607451 in networking-ovn "Race conditions in security group and rule callbacks" [High,Confirmed] | 14:27 |
numans | saphi, have you tried with master version ? | 14:27 |
saphi | numans No. I'm using ovn packages from centos repository and the version is 2.6.1 | 14:29 |
numans | saphi, https://github.com/openstack/networking-ovn/blob/stable/ocata/networking_ovn/ml2/mech_driver.py#L714 | 14:30 |
numans | saphi, if you see the comment there, looks like your security groups in neutron db and in ovn are out of sync | 14:30 |
numans | saphi, one solution could be to delete the default security group and see. when the default sg is created again, hopefully the address set for the sg would be created in ovn db | 14:31 |
saphi | I will try now! | 14:31 |
numans | saphi, can you see what is the output of ovn-nbctl list address_set | 14:32 |
numans | saphi, before and after | 14:32 |
saphi | numans No. when I use that command, the result is empty | 14:34 |
numans | saphi, oh. even after deleting the default sg ? | 14:34 |
numans | saphi, what is the output of neutron security-group-list ? | 14:35 |
saphi | I'm trying delete all resource such as instance, and network then I will delete default sg, And create them again | 14:35 |
numans | ok | 14:35 |
saphi | numans wait me. | 14:35 |
numans | let me know how it goes | 14:35 |
saphi | numans yes | 14:35 |
numans | saphi, will hang around for a while :) | 14:35 |
saphi | after delete all resources, and create a network and it's subnet, I can see the output of the command "ovn-nbctl list address_set" | 14:39 |
saphi | thanks numans. Now I can create a port with this network. I think I can launch an instance on this network | 14:40 |
numans | saphi, welcome. glad it worked | 14:41 |
saphi | thankyou again. I will continue research. :D | 14:43 |
numans | saphi, :) | 14:47 |
*** yamamoto has quit IRC | 15:17 | |
*** yamamoto has joined #openstack-neutron-ovn | 15:21 | |
*** anilvenkata has quit IRC | 15:22 | |
*** anilvenkata has joined #openstack-neutron-ovn | 15:25 | |
*** yamamoto has quit IRC | 15:29 | |
openstackgerrit | Jakub Libosvar proposed openstack/ovsdbapp master: venv: Split OvsVenvFixture to OVS and OVN https://review.openstack.org/484874 | 16:09 |
*** yamamoto has joined #openstack-neutron-ovn | 16:29 | |
*** yamamoto has quit IRC | 16:37 | |
*** janki has quit IRC | 16:55 | |
*** yamamoto has joined #openstack-neutron-ovn | 17:07 | |
*** yamamoto has quit IRC | 17:12 | |
*** lucasagomes is now known as lucas-afk | 17:25 | |
*** anilvenkata has quit IRC | 17:43 | |
*** saphi has quit IRC | 17:44 | |
*** tongl has joined #openstack-neutron-ovn | 18:22 | |
*** deep-book-gk_ has joined #openstack-neutron-ovn | 18:50 | |
*** deep-book-gk_ has left #openstack-neutron-ovn | 18:51 | |
*** fzdarsky__ is now known as fzdarsky | 18:52 | |
*** zkassab has quit IRC | 20:49 | |
openstackgerrit | Terry Wilson proposed openstack/ovsdbapp master: WIP Add RowEvent stuff https://review.openstack.org/484964 | 22:21 |
*** mmichelson has quit IRC | 22:27 | |
*** mlavalle has quit IRC | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!