opendevreview | renliang proposed openstack/neutron stable/yoga: Remove unnecessary bullet points, unify formatting. https://review.opendev.org/c/openstack/neutron/+/860659 | 01:38 |
---|---|---|
opendevreview | renliang proposed openstack/neutron stable/yoga: Remove unnecessary bullet points, unify formatting. https://review.opendev.org/c/openstack/neutron/+/860659 | 01:39 |
opendevreview | Takashi Natsume proposed openstack/ovsdbapp master: Use daemon property instead of setDaemon method https://review.opendev.org/c/openstack/ovsdbapp/+/859198 | 02:56 |
opendevreview | Merged openstack/ovsdbapp master: Use daemon property instead of setDaemon method https://review.opendev.org/c/openstack/ovsdbapp/+/859198 | 06:10 |
opendevreview | Pierre Libeau proposed openstack/neutron-lib master: Add enforce_policy on device_id parameter https://review.opendev.org/c/openstack/neutron-lib/+/861167 | 06:46 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 07:56 |
*** froyo_ is now known as froyo | 08:00 | |
*** elvira1 is now known as elvira | 08:10 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 09:03 |
sahid | o/ 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 |
sahid | export VENV=dsvm-fullstack | 09:25 |
sahid | ./tools/configure_for_func_testing.sh ../devstack -i | 09:25 |
sahid | tox -e dsvm-fullstack | 09:26 |
sahid | but i have issue related to mysal backend | 09:26 |
sahid | the doc is also talking about doing a ./stack.sh and export IS_GATE=False | 09:26 |
sahid | but I'm not sure to get the point | 09:26 |
sahid | anyone already tried to use fullstack on a local VM> | 09:27 |
sahid | ? | 09:27 |
sahid | https://github.com/openstack/neutron/blob/master/TESTING.rst#fullstack-tests | 09:30 |
opendevreview | Bence Romsics proposed openstack/neutron-lib master: Document that binding:profile is for compute services only https://review.opendev.org/c/openstack/neutron-lib/+/862296 | 09:46 |
*** _nick is now known as yankcrime | 10:00 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 10:19 |
opendevreview | Bence Romsics proposed openstack/neutron-specs master: Spec: Add port hints and hint ovs-tx-steering https://review.opendev.org/c/openstack/neutron-specs/+/862133 | 10:21 |
lajoskatona | sahid: Hi, I usually do setup with something like this: export VENV=dsvm-functional; export IS_GATE=False; tools/configure_for_func_testing.sh ~/devstack/ -i | 10:22 |
lajoskatona | sahid: 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 |
lajoskatona | sahid: the regex at the end longer depending on your tests path, sorry | 10:24 |
lajoskatona | sahid: currently I use ubuntu20.04, but I plan to move this env to ubuntu22.04, but I was lazy | 10:25 |
sahid | thanks 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 |
sahid | lajoskatona: | 10:39 |
ralonsoh | use /opt/stack and download everything in this directory | 10:40 |
ralonsoh | this is what the CI is doing | 10:40 |
lajoskatona | sahid, ralonsoh: I have my own user, but with all sudo permissions, as ralonsoh said for folders, I think CI is also doing somthing like that | 10:44 |
sahid | ralonsoh, lajoskatona ACK thank you | 10:44 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] Support for minimum bandwidth rules in tunnelled networks https://review.opendev.org/c/openstack/neutron/+/860639 | 10:49 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 11:43 |
sahid | \ | 12:25 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 13:06 |
*** dasm|off is now known as dasm | 14:28 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 14:59 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-specs master: Strict minimum bandwidth support for tunnelled networks https://review.opendev.org/c/openstack/neutron-specs/+/860859 | 15:08 |
sahid | lajoskatona: 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 |
lajoskatona | sahid: fullstack? | 15:50 |
sahid | yes | 15:51 |
sahid | i tried with fresh VM, exactly sing commands you shared with me | 15:51 |
sahid | i'm missing something | 15:52 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 15:53 |
lajoskatona | sahid: what if you run devstack first, to install all the dependencies, and after you runk configure.sh? Could you try it? | 15:53 |
sahid | sure | 15:54 |
sahid | using local.conf in sample/ ? | 15:54 |
sahid | lajoskatona: ^ | 15:54 |
lajoskatona | sahid: 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 me | 15:56 |
sahid | cool 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 |
sahid | i will tyc devstack anyway ;) | 15:57 |
*** jlibosva is now known as Guest360 | 16:17 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron-specs master: Strict minimum bandwidth support for tunnelled networks https://review.opendev.org/c/openstack/neutron-specs/+/860859 | 17:04 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 17:05 |
*** gibi is now known as gibi_pto | 19:15 | |
ganso | hi 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 |
ganso | this is what I'm talking about: https://docs.openstack.org/neutron/victoria/admin/ovn/router_availability_zones.html#using-router-availability-zones | 19:20 |
haleyb | ganso: 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 old | 19:38 |
ganso | haleyb: thank you so much for the clarification! =) | 19:42 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM Test FT timeout with oslo master https://review.opendev.org/c/openstack/neutron/+/863315 | 22:54 |
*** dasm is now known as dasm|off | 22:58 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!