*** yamamoto has joined #openstack-neutron-ovn | 00:03 | |
*** yamamoto has quit IRC | 00:08 | |
*** masber has joined #openstack-neutron-ovn | 01:28 | |
*** yamamoto has joined #openstack-neutron-ovn | 02:06 | |
*** yamamoto has quit IRC | 02:11 | |
*** yamamoto has joined #openstack-neutron-ovn | 02:45 | |
*** rpb has quit IRC | 02:58 | |
*** anilvenkata has joined #openstack-neutron-ovn | 04:27 | |
*** trinaths has joined #openstack-neutron-ovn | 06:02 | |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: schedule gateway on chassis with external connectivity https://review.openstack.org/485176 | 06:03 |
---|---|---|
trinaths | numans: Hi, Good Morning | 06:11 |
*** pcaruana has joined #openstack-neutron-ovn | 06:30 | |
openstackgerrit | Han Zhou proposed openstack/networking-ovn master: Add mac from allowed_address_pairs to ovn lport addresses https://review.openstack.org/495573 | 06:38 |
*** zefferno has joined #openstack-neutron-ovn | 06:45 | |
*** fzdarsky has joined #openstack-neutron-ovn | 08:13 | |
*** lucas-afk is now known as lucasagomes | 08:25 | |
*** pcaruana has quit IRC | 08:53 | |
*** pcaruana has joined #openstack-neutron-ovn | 08:55 | |
openstackgerrit | Merged openstack/networking-ovn master: add functional test for QoS. https://review.openstack.org/460846 | 09:15 |
*** pcaruana has quit IRC | 09:19 | |
*** pcaruana has joined #openstack-neutron-ovn | 09:32 | |
*** pcaruana has quit IRC | 09:45 | |
*** pcaruana has joined #openstack-neutron-ovn | 09:58 | |
trinaths | numans: ping | 10:39 |
numans | trinaths, hi | 10:39 |
trinaths | numans i get this error if run functional tests. http://paste.openstack.org/show/618837/ | 10:41 |
trinaths | numans: its a devstack setup from , https://docs.openstack.org/networking-ovn/latest/contributor/testing.html | 10:43 |
numans | trinaths, https://github.com/openstack/networking-ovn/blob/master/networking_ovn/tests/functional/base.py#L64 | 10:43 |
numans | trinaths, functional tests expect ovs to be installed in /usr/local/ | 10:43 |
numans | trinaths, can you verify if ovn db schema files are present in this location - /usr/local/share/openvswitch | 10:44 |
trinaths | numans: ok. devstack by default doesnt install ovs in /usr/local/ ? | 10:44 |
numans | trinaths, if not probably you have to do clone ovs and run "sudo make install" | 10:44 |
numans | trinaths, it should | 10:44 |
numans | you can verify if that is the case | 10:45 |
trinaths | numans: then I will verify the same. | 10:45 |
trinaths | numans: where can I find tempests tests for ovn | 10:45 |
numans | trinaths, also run "which ovsdb-server" and see where it is installed | 10:45 |
numans | trinaths, there are no specific tempest tests for ovn. | 10:45 |
numans | trinaths, like any other ci job, we run tempest tests related to neutron | 10:46 |
trinaths | numans: ok. | 10:46 |
trinaths | numans: thank you. let me verify this | 10:46 |
*** openstackgerrit has quit IRC | 11:17 | |
*** lucasagomes is now known as lucas-hungry | 11:44 | |
trinaths | numans: there is no ovsdb-server in /usr/local | 11:56 |
numans | trinaths, which means you have to install | 11:56 |
numans | trinaths, you can clone ovs repo, configure and do make install | 11:56 |
trinaths | numans: but its in /usr/local/sbin/ovsdb-server | 11:56 |
numans | trinaths, oh ok. | 11:57 |
trinaths | can I ln-s it ? | 11:57 |
numans | trinaths, which means its fine | 11:57 |
numans | trinaths, are the scema files present in //usr/local/share/openvswitch ? | 11:57 |
trinaths | then i need to post a softlik at /usr/local ? | 11:57 |
trinaths | numans: yes. bugtool-plugins ovn-nb.ovsschema ovn-sb.ovsschema python scripts vswitch.ovsschema vtep.ovsschema | 11:58 |
numans | ok | 11:58 |
numans | trinaths, no need for a softlink | 11:58 |
trinaths | numans: but then how to run functional tests | 11:59 |
numans | trinaths, i run tox -e dsvm-functional | 12:00 |
numans | and it runs fine | 12:00 |
numans | trinaths, https://docs.openstack.org/networking-ovn/latest/contributor/testing.html | 12:01 |
numans | trinaths, you may want to verify if you are doing something wrong | 12:01 |
trinaths | numans: i have done the same | 12:02 |
trinaths | i'm now contributing to ovn4nfv project in opnfv. i'm currently looking at any additional functional/tempest tests i need to add | 12:02 |
trinaths | numans: so i'm testing networking-ovn | 12:03 |
numans | trinaths, i am sure, some thing is wrong in your setup. | 12:03 |
trinaths | numans: oh | 12:06 |
trinaths | numans: but the setup went well | 12:06 |
numans | trinaths, you probably have to dig a deep into why its failing | 12:06 |
numans | may be you can look into the gate functional job and see what's happening there | 12:06 |
trinaths | numans: even the https://docs.openstack.org/networking-ovn/latest/contributor/testing.html procedure went well | 12:06 |
trinaths | and every think worked well | 12:06 |
trinaths | oh ok | 12:07 |
trinaths | numans: can u look into this log once, http://paste.openstack.org/show/618904/ | 12:16 |
trinaths | numans: 59 to 70 | 12:16 |
*** lucas-hungry is now known as lucasagomes | 12:28 | |
trinaths | numans: comments ? | 12:34 |
*** mmichelson has joined #openstack-neutron-ovn | 12:34 | |
numans | trinaths, not sure why you are seeing this | 12:36 |
*** zkassab has joined #openstack-neutron-ovn | 13:24 | |
*** jamesdenton has quit IRC | 13:28 | |
*** yamamoto has quit IRC | 13:31 | |
anilvenkata | numans, lucasagomes russellb this needs review https://review.openstack.org/#/c/493349/ | 13:43 |
lucasagomes | anilvenkata, will take a look after the meetings | 13:44 |
anilvenkata | numans, lucasagomes russellb now our gate functional tests are running on the branch, this patch can avoid that | 13:44 |
anilvenkata | russellb, thanks Russell | 13:51 |
*** anilvenkata is now known as anilvenkata|AFK | 13:54 | |
*** yamamoto has joined #openstack-neutron-ovn | 13:57 | |
*** yamamoto has quit IRC | 13:58 | |
*** yamamoto has joined #openstack-neutron-ovn | 13:59 | |
*** yamamoto has quit IRC | 13:59 | |
*** trinaths has quit IRC | 14:00 | |
*** zefferno has quit IRC | 14:34 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 14:42 | |
openstackgerrit | Merged openstack/networking-ovn master: schedule gateway on chassis with external connectivity https://review.openstack.org/485176 | 14:42 |
*** ltomasbo has joined #openstack-neutron-ovn | 14:45 | |
*** ltomasbo has quit IRC | 14:46 | |
*** ltomasbo has joined #openstack-neutron-ovn | 14:50 | |
*** livelace has joined #openstack-neutron-ovn | 14:54 | |
*** ltomasbo has quit IRC | 14:56 | |
*** yamamoto has joined #openstack-neutron-ovn | 14:59 | |
*** ltomasbo has joined #openstack-neutron-ovn | 15:02 | |
*** saphi has joined #openstack-neutron-ovn | 15:04 | |
*** yamamoto has quit IRC | 15:05 | |
*** ltomasbo has quit IRC | 15:05 | |
*** ltomasbo has joined #openstack-neutron-ovn | 15:07 | |
*** ltomasbo has quit IRC | 15:15 | |
*** ltomasbo has joined #openstack-neutron-ovn | 15:19 | |
*** pcaruana has quit IRC | 15:22 | |
*** lucasagomes is now known as lucas-afk | 16:27 | |
*** livelace has quit IRC | 16:50 | |
*** saphi has quit IRC | 16:53 | |
*** yamamoto has joined #openstack-neutron-ovn | 17:03 | |
*** igordc has joined #openstack-neutron-ovn | 17:04 | |
*** igordc has quit IRC | 17:05 | |
*** igordc has joined #openstack-neutron-ovn | 17:06 | |
*** igordc has quit IRC | 17:06 | |
*** igordc has joined #openstack-neutron-ovn | 17:06 | |
*** igordc has quit IRC | 17:06 | |
*** igordc has joined #openstack-neutron-ovn | 17:06 | |
*** igordc has quit IRC | 17:07 | |
*** igordc has joined #openstack-neutron-ovn | 17:08 | |
*** yamamoto has quit IRC | 17:09 | |
*** saphi has joined #openstack-neutron-ovn | 17:14 | |
*** saphi has quit IRC | 17:22 | |
*** igordc has quit IRC | 17:23 | |
*** igordc has joined #openstack-neutron-ovn | 17:24 | |
*** igordc has quit IRC | 17:25 | |
*** livelace has joined #openstack-neutron-ovn | 17:28 | |
*** yamamoto has joined #openstack-neutron-ovn | 18:05 | |
*** yamamoto has quit IRC | 18:11 | |
*** livelace has quit IRC | 18:25 | |
*** zkassab has quit IRC | 19:46 | |
*** yamamoto has joined #openstack-neutron-ovn | 20:04 | |
*** yamamoto has quit IRC | 20:11 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 21:12 | |
*** yamamoto_ has quit IRC | 21:18 | |
*** rpb has joined #openstack-neutron-ovn | 21:48 | |
*** rpb has quit IRC | 21:51 | |
*** rpb has joined #openstack-neutron-ovn | 21:53 | |
*** dmellado has quit IRC | 22:04 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 22:14 | |
*** yamamoto_ has quit IRC | 22:19 | |
*** mmichelson has quit IRC | 22:31 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 23:16 | |
*** yamamoto_ has quit IRC | 23:21 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!