*** fzdarsky_ has joined #openstack-neutron-ovn | 01:58 | |
*** fzdarsky|afk has quit IRC | 02:02 | |
*** yamamoto has joined #openstack-neutron-ovn | 02:38 | |
*** yamamoto has quit IRC | 02:38 | |
*** amotoki__away is now known as amotoki | 02:42 | |
*** yamamoto has joined #openstack-neutron-ovn | 02:43 | |
*** anilvenkata has quit IRC | 02:57 | |
openstackgerrit | Numan Siddique proposed openstack/ovsdbapp master: nb_schema: Use normalize_ip_port even for lb ips https://review.openstack.org/498310 | 04:29 |
---|---|---|
*** anilvenkata has joined #openstack-neutron-ovn | 04:46 | |
*** trinaths has joined #openstack-neutron-ovn | 05:52 | |
*** pcaruana has joined #openstack-neutron-ovn | 06:36 | |
*** zefferno has joined #openstack-neutron-ovn | 06:43 | |
*** janki has joined #openstack-neutron-ovn | 07:04 | |
*** janki has quit IRC | 07:05 | |
*** janki has joined #openstack-neutron-ovn | 07:05 | |
*** lucas-afk is now known as lucasagomes | 08:16 | |
*** fzdarsky_ is now known as fzdarsky | 08:19 | |
*** trinaths has quit IRC | 08:38 | |
*** trinaths has joined #openstack-neutron-ovn | 08:41 | |
openstackgerrit | Merged openstack/ovsdbapp master: nb_schema: Use normalize_ip_port even for lb ips https://review.openstack.org/498310 | 08:56 |
openstackgerrit | Merged openstack/ovsdbapp master: Add native IDL tests from neutron https://review.openstack.org/496826 | 08:59 |
*** fzdarsky has quit IRC | 09:13 | |
*** fzdarsky has joined #openstack-neutron-ovn | 09:26 | |
*** fzdarsky is now known as fzdarsky|lunch | 09:58 | |
*** lucasagomes is now known as lucas-hungry | 10:55 | |
*** fzdarsky|lunch is now known as fzdarsky | 10:59 | |
*** yamamoto has quit IRC | 11:15 | |
*** yamamoto has joined #openstack-neutron-ovn | 11:16 | |
*** yamamoto has quit IRC | 11:16 | |
*** yamamoto has joined #openstack-neutron-ovn | 11:31 | |
*** trinaths has left #openstack-neutron-ovn | 11:50 | |
*** anilvenkata has quit IRC | 11:51 | |
*** lucas-hungry is now known as lucasagomes | 12:11 | |
*** mmichelson has joined #openstack-neutron-ovn | 12:31 | |
openstackgerrit | Terry Wilson proposed openstack/networking-ovn master: Remove agent extension https://review.openstack.org/498450 | 12:43 |
openstackgerrit | Terry Wilson proposed openstack/networking-ovn master: Remove agent/dhcp_agent_scheduler extensions https://review.openstack.org/498450 | 13:06 |
lucasagomes | russellb, for the neutron api tests with OVN, should we start with the released version of OVS instead of compiling it from master ? Just so we have some more stability ? | 13:17 |
lucasagomes | numans, ^ | 13:17 |
russellb | lucasagomes: what version is that | 13:17 |
russellb | oh | 13:17 |
russellb | you mean "latest-release" vs "master" ? | 13:18 |
russellb | yes. | 13:18 |
lucasagomes | russellb, sorry yeah... the latest-release | 13:18 |
lucasagomes | cool ok | 13:18 |
russellb | i guess we'll want a master version eventually ... | 13:18 |
lucasagomes | creating the job in project-config now | 13:18 |
russellb | but latest-release first | 13:18 |
lucasagomes | russellb, yeah I think so too | 13:18 |
russellb | lucasagomes: thanks! | 13:18 |
lucasagomes | but lets get the latest-release passing and then we can add another one for master | 13:18 |
russellb | ++ | 13:18 |
*** zkassab has joined #openstack-neutron-ovn | 13:28 | |
numans | lucasagomes, ++ | 13:32 |
lucasagomes | thanks | 13:34 |
*** janki has quit IRC | 13:38 | |
lucasagomes | numans, russellb first attempt: https://review.openstack.org/#/c/498466/ | 13:42 |
russellb | lucasagomes: how about just setting regex in our rc file? | 13:45 |
russellb | in case we need to tweak it | 13:45 |
lucasagomes | russellb, in the devstackgaterc file ? | 13:45 |
lucasagomes | we can try it yeah | 13:45 |
lucasagomes | I will need a patch for networking-ovn and a depends on project config for that | 13:46 |
lucasagomes | but should be easy enough to modify | 13:46 |
lucasagomes | lemme check | 13:47 |
* lucasagomes will wait jenkins to run on the proposed patch to see if I'm not forgetting anything else as well | 13:47 | |
lucasagomes | my project-config-fu is a bit rusty heh | 13:47 |
numans | lucasagomes, ++ | 13:50 |
lucasagomes | numans, to add to devstackgaterc ? | 13:50 |
numans | lucasagomes, not on that. it was like a thanks for the patch :) | 13:50 |
lucasagomes | ah hah ok | 13:50 |
lucasagomes | np :-) | 13:50 |
* numans reading now | 13:51 | |
numans | lucasagomes, agree with russellb. | 13:51 |
numans | lucasagomes, a question on devstack. with the latest devstack with systemctl services, where can i find the log files. i am able to see the logs using journalctl, but i want to know where are the log files :) | 13:52 |
numans | lucasagomes, do you have any idea on this | 13:52 |
lucasagomes | numans, well... the problem is that with journalctl the log files is in binary form | 13:52 |
lucasagomes | so you won't be able to cat | grep it | 13:52 |
numans | oh | 13:52 |
lucasagomes | I think it's possible to tell journalctl to also save it to a file | 13:53 |
numans | lucasagomes, thanks. i need to explore more on journalctl then | 13:53 |
lucasagomes | or to just run journalctl -u devstack@q-svc > file.txt | 13:53 |
lucasagomes | yeah | 13:53 |
lucasagomes | numans, I mean, honestly I prefer to use journalctl CLI than the normal grep and stuff | 13:53 |
lucasagomes | you can still pipe and grep it if u want | 13:53 |
numans | lucasagomes, the above command should work for now | 13:53 |
numans | lucasagomes, i agree. i just need to be familiar with journalctl :) | 13:54 |
lucasagomes | numans, ++, at least --until and --since | 13:54 |
lucasagomes | is VERY useful IMHO | 13:54 |
numans | ok. great thanks | 13:55 |
*** anilvenkata has joined #openstack-neutron-ovn | 14:26 | |
*** livelace has joined #openstack-neutron-ovn | 14:27 | |
*** livelace has quit IRC | 15:16 | |
*** zefferno has quit IRC | 15:37 | |
*** pcaruana has quit IRC | 15:47 | |
*** lucasagomes is now known as lucas-afk | 16:00 | |
*** livelace has joined #openstack-neutron-ovn | 16:06 | |
*** fzdarsky is now known as fzdarsky|afk | 17:20 | |
*** livelace has quit IRC | 17:47 | |
*** zkassab has quit IRC | 18:11 | |
*** anilvenkata has quit IRC | 18:32 | |
*** zkassab has joined #openstack-neutron-ovn | 18:33 | |
*** fzdarsky|afk has quit IRC | 18:37 | |
*** rpb has quit IRC | 19:18 | |
*** zkassab has quit IRC | 20:41 | |
*** yamamoto has quit IRC | 21:09 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 21:38 | |
*** yamamoto_ has quit IRC | 22:04 | |
*** rpb has joined #openstack-neutron-ovn | 22:29 | |
*** rpb has quit IRC | 22:31 | |
*** mmichelson has quit IRC | 22:33 | |
*** rpb has joined #openstack-neutron-ovn | 22:34 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 22:35 | |
*** rpb has quit IRC | 22:35 | |
*** rpb has joined #openstack-neutron-ovn | 22:37 | |
*** rpb has quit IRC | 22:40 | |
*** rpb has joined #openstack-neutron-ovn | 22:41 | |
*** yamamoto_ has quit IRC | 22:43 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 22:49 | |
*** yamamoto_ has quit IRC | 22:59 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 23:06 | |
*** yamamoto_ has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!