Thursday, 2022-11-03

opendevreviewrenliang proposed openstack/neutron stable/yoga: Remove unnecessary bullet points, unify formatting.  https://review.opendev.org/c/openstack/neutron/+/86065901:38
opendevreviewrenliang proposed openstack/neutron stable/yoga: Remove unnecessary bullet points, unify formatting.  https://review.opendev.org/c/openstack/neutron/+/86065901:39
opendevreviewTakashi Natsume proposed openstack/ovsdbapp master: Use daemon property instead of setDaemon method  https://review.opendev.org/c/openstack/ovsdbapp/+/85919802:56
opendevreviewMerged openstack/ovsdbapp master: Use daemon property instead of setDaemon method  https://review.opendev.org/c/openstack/ovsdbapp/+/85919806:10
opendevreviewPierre Libeau proposed openstack/neutron-lib master: Add enforce_policy on device_id parameter  https://review.opendev.org/c/openstack/neutron-lib/+/86116706:46
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331507:56
*** froyo_ is now known as froyo08:00
*** elvira1 is now known as elvira08:10
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331509:03
sahido/ I'm trying to buld a env with fulltack but I'm not sure to clearly understand the doc. Currently I tried with a fresh VM, then 09:25
sahidexport VENV=dsvm-fullstack09:25
sahid./tools/configure_for_func_testing.sh ../devstack -i09:25
sahidtox -e dsvm-fullstack09:26
sahidbut i have issue related to mysal backend09:26
sahidthe doc is also talking about doing a ./stack.sh and export IS_GATE=False09:26
sahidbut I'm not sure to get the point09:26
sahidanyone already tried to use fullstack on a local VM>09:27
sahid?09:27
sahidhttps://github.com/openstack/neutron/blob/master/TESTING.rst#fullstack-tests09:30
opendevreviewBence Romsics proposed openstack/neutron-lib master: Document that binding:profile is for compute services only  https://review.opendev.org/c/openstack/neutron-lib/+/86229609:46
*** _nick is now known as yankcrime10:00
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331510:19
opendevreviewBence Romsics proposed openstack/neutron-specs master: Spec: Add port hints and hint ovs-tx-steering  https://review.opendev.org/c/openstack/neutron-specs/+/86213310:21
lajoskatonasahid: Hi, I usually do setup with something like this: export VENV=dsvm-functional; export IS_GATE=False; tools/configure_for_func_testing.sh ~/devstack/ -i10:22
lajoskatonasahid: and after it is finished (Phew we are done I think the script writes out), I execute tests like this: export OS_SUDO_TESTING=1; tox -edsvm-fullstack -- neutron.tests.fullstack.10:24
lajoskatonasahid: the regex at the end longer depending on your tests path, sorry10:24
lajoskatonasahid: currently I use ubuntu20.04, but I plan to move this env to ubuntu22.04, but I was lazy10:25
sahidthanks a lot i will try that, are you cloning neutron and devstack in /home/ubuntu or are you creating a stack user and install neutron under /opt/stack/ like they do recommand in devstack doc?10:39
sahidlajoskatona: 10:39
ralonsohuse /opt/stack and download everything in this directory10:40
ralonsohthis is what the CI is doing10:40
lajoskatonasahid, ralonsoh: I have my own user, but with all sudo permissions, as ralonsoh said for folders, I think CI is also doing somthing like that10:44
sahidralonsoh, lajoskatona ACK thank you10:44
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP] Support for minimum bandwidth rules in tunnelled networks  https://review.opendev.org/c/openstack/neutron/+/86063910:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331511:43
sahid\12:25
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331513:06
*** dasm|off is now known as dasm14:28
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331514:59
opendevreviewRodolfo Alonso proposed openstack/neutron-specs master: Strict minimum bandwidth support for tunnelled networks  https://review.opendev.org/c/openstack/neutron-specs/+/86085915:08
sahidlajoskatona: hum... it's not working at all :-) "Exception: Could not retrieve schema from tcp:127.0.0.1:6640", " oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1) ",  "ERROR [stevedore.extension] Could not load 'oslo_cache.memcache_pool': No module named 'bmemcached'" ahah :-)15:49
lajoskatonasahid: fullstack? 15:50
sahidyes15:51
sahidi tried with fresh VM, exactly sing commands you shared with me15:51
sahidi'm missing something15:52
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331515:53
lajoskatonasahid: what if you run devstack first, to install all the dependencies, and after you runk configure.sh? Could you try it?15:53
sahidsure15:54
sahidusing local.conf in sample/ ?15:54
sahidlajoskatona: ^15:54
lajoskatonasahid: yeah, try it please with that, tomorrow I try to build a new VM (anyway I wanted to do it to have fresh env) to see how it works for me15:56
sahidcool if i can have you help that would be glad, i'm not good at all when it's needed to deploy something...15:57
sahidi will tyc devstack anyway ;)15:57
*** jlibosva is now known as Guest36016:17
opendevreviewRodolfo Alonso proposed openstack/neutron-specs master: Strict minimum bandwidth support for tunnelled networks  https://review.opendev.org/c/openstack/neutron-specs/+/86085917:04
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331517:05
*** gibi is now known as gibi_pto19:15
gansohi Neutron folks! quick question: I'm configuring OVN router AZs, however I'm wondering if the AZ names should match nova AZ names. In my testing creating routers it doesn't seem to need to match, but I'm wondering about benefits/disadvantages and possible collisions when using the same AZ name. What are your thoughts?19:17
gansothis is what I'm talking about: https://docs.openstack.org/neutron/victoria/admin/ovn/router_availability_zones.html#using-router-availability-zones19:20
haleybganso: hi, and yes you're right the AZ support in neutron is separate from that in nova and cinder, such that the names don't need to match. That said, picking the least confusing naming is probably the best answer. I actually found this to have a good explanation for things: https://www.mirantis.com/blog/the-first-and-final-word-on-openstack-availability-zones/ - even if it is 5 years old19:38
gansohaleyb: thank you so much for the clarification! =)19:42
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master  https://review.opendev.org/c/openstack/neutron/+/86331522:54
*** dasm is now known as dasm|off22:58

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!