opendevreview | Merged openstack/neutron master: Script to remove duplicated port bindings https://review.opendev.org/c/openstack/neutron/+/846422 | 00:54 |
---|---|---|
opendevreview | Miguel Lavalle proposed openstack/neutron-specs master: FWaaS Group Ordering Spec https://review.opendev.org/c/openstack/neutron-specs/+/851607 | 01:17 |
ralonsoh | slaweq, good morning! | 07:22 |
ralonsoh | this is about https://review.opendev.org/c/openstack/neutron-lib/+/854117 | 07:22 |
ralonsoh | you are right, we need a new API extension | 07:22 |
ralonsoh | but I don't know how to solve the issue with the n-t-p tests | 07:22 |
ralonsoh | the neutron server uses the new n-lib version (with DSCP 44) | 07:23 |
ralonsoh | but then n-t-p installs the stable version, without this new value | 07:23 |
ralonsoh | this is why "test_qos_dscp_create_and_update" is failing | 07:23 |
ralonsoh | I tried https://review.opendev.org/c/openstack/neutron-lib/+/854117/2/.zuul.yaml | 07:23 |
slaweq | ralonsoh: I think that we would need "hack" in neutron-tempest-plugin first and check if new extension is there or not, if not - skip value 44 from the tests | 07:38 |
slaweq | and then make Your neutron-lib patch depends on that neutron-tempest-plugin change | 07:39 |
ralonsoh | right | 07:39 |
ralonsoh | thanks a lot! | 07:39 |
slaweq | give me a sec | 07:39 |
slaweq | I want to check something first | 07:39 |
slaweq | maybe we don't need new api extension | 07:40 |
slaweq | there is API https://docs.openstack.org/api-ref/network/v2/index.html?expanded=show-qos-rule-type-details-detail#show-qos-rule-type-details | 07:40 |
slaweq | maybe You can modify test in the way that it will first check what are available values of the DSCP mark in the cloud and then use those which neutron will return | 07:41 |
slaweq | ralonsoh: ^^ | 07:42 |
slaweq | wdyt about that idea? | 07:42 |
ralonsoh | slaweq, maybe I need first to add DSCP to this rule type details | 07:42 |
slaweq | it is added for sure | 07:42 |
ralonsoh | I'll check it | 07:42 |
ralonsoh | but I like this idea | 07:42 |
slaweq | ok | 07:42 |
slaweq | thx | 07:42 |
ralonsoh | and we can avoid adding a new extension | 07:42 |
slaweq | yes | 07:43 |
slaweq | in this case we have that API which allows to discover correct values | 07:43 |
ralonsoh | exactly | 07:43 |
opendevreview | Dr. Jens Harbott proposed openstack/neutron master: Update NDP proxy documentation https://review.opendev.org/c/openstack/neutron/+/854350 | 08:48 |
frickler | jeffyang: lajoskatona: FYI ^^ | 08:49 |
lajoskatona | frickler: checking | 09:02 |
manuvakery1 | Hi i have 3 vms running on openstack (train release)+ neutron with linuxbridge. The first vm has ports with provider network (public ip) and a tenent network(private ip). eth1 has public ip and eth2 has private ip. I am able to connect to internet and everything is working as expected. On the second and thrid vms i have only the private ip. I am able to login to the instances from first VM using a private IP. I | 09:04 |
manuvakery1 | have updated the route on second and third VM to go via the private IP of first VM. my ping got 8.8.8.8 is going out and coming back but no reaching the second and third VM . I think the security group is dropping the packets | 09:04 |
manuvakery1 | I need one of my vm to act as a gateway for other 2 vms which has only private ip | 09:05 |
manuvakery1 | what should I do to make it work | 09:07 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-tempest-plugin master: Retrieve the DSCP valid marks from the API https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/854369 | 10:46 |
*** kmasterson` is now known as kmasterson | 11:06 | |
*** manpreetk_ is now known as manpreetk | 11:06 | |
*** open10k8s_ is now known as open10k8s | 11:06 | |
*** jopdorp__ is now known as jopdorp_ | 11:06 | |
*** simondodsley_ is now known as simondodsley | 11:06 | |
*** PrinzElvis_ is now known as PrinzElvis | 11:06 | |
*** knikolla_ is now known as knikolla | 11:06 | |
*** rpittau_ is now known as rpittau | 11:06 | |
*** TheJulia_ is now known as TheJulia | 11:06 | |
*** ozzzo1 is now known as ozzzo | 11:06 | |
*** sfinucan is now known as stephenfin | 11:06 | |
*** tweining___ is now known as tweining | 11:08 | |
frickler | ralonsoh: slaweq: FYI still found a sporadic OVN startup failure, but they must have become rare with the current code, this is the first one I noticed in weeks | 11:23 |
frickler | ehm https://zuul.opendev.org/t/openstack/build/3c619499b1bf4590a1dc29074b4bf026 | 11:23 |
*** arne_wiebalck_ is now known as arne_wiebalck | 11:24 | |
ralonsoh | frickler, so this is not systematic | 11:25 |
ralonsoh | if OVN is not installed form source, this should be the correct directory | 11:26 |
*** kopecmartin_ is now known as kopecmartin | 13:09 | |
*** dasm|off is now known as dasm | 13:27 | |
opendevreview | Bernard Cafarelli proposed openstack/neutron stable/yoga: [OVN] Remove session check in ``update_network_postcommit`` https://review.opendev.org/c/openstack/neutron/+/854233 | 13:28 |
*** mnasiadka_ is now known as mnasiadka | 14:25 | |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Pin OVS version for OVN master https://review.opendev.org/c/openstack/ovn-octavia-provider/+/854008 | 14:26 |
*** dansmith_ is now known as dansmith | 14:29 | |
opendevreview | Arnaud Morin proposed openstack/neutron master: Allow shared net to be added on router https://review.opendev.org/c/openstack/neutron/+/843871 | 14:36 |
ralonsoh | amorin, https://review.opendev.org/c/openstack/neutron/+/843871/5..6/neutron/db/l3_db.py#873 | 14:42 |
ralonsoh | you are not filtering by target_project | 14:42 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/stein: DNM: check stein branch fixes https://review.opendev.org/c/openstack/neutron/+/853608 | 15:17 |
slaweq | lajoskatona: ^^ I just proposed one devstack backport https://review.opendev.org/c/openstack/devstack/+/854144 to try with Your patch on stable/stein | 15:18 |
slaweq | I hope it will work with that backport | 15:18 |
amorin | ralonsoh: ack, will check | 15:18 |
amorin | got it, I introduced it in my tests, but forgot to keep it when rewritting it :) | 15:20 |
opendevreview | Arnaud Morin proposed openstack/neutron master: Allow shared net to be added on router https://review.opendev.org/c/openstack/neutron/+/843871 | 15:23 |
amorin | done^ | 15:23 |
amorin | ralonsoh | 15:23 |
ralonsoh | thanks | 15:24 |
lajoskatona | slaweq: cool, I thought of something like that but feared the wrath of QA team, so I was covard :-) | 15:41 |
opendevreview | Merged openstack/neutron master: [OVN] Remove ACLs with remote SG during deletion of SG https://review.opendev.org/c/openstack/neutron/+/852742 | 17:32 |
opendevreview | Lajos Katona proposed openstack/neutron-tempest-plugin master: Stein: fix failing jobs https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/853794 | 19:31 |
opendevreview | Lajos Katona proposed openstack/neutron stable/stein: Stein only: Make CI green again https://review.opendev.org/c/openstack/neutron/+/853608 | 19:39 |
*** dasm is now known as dasm|off | 21:32 | |
opendevreview | Merged openstack/neutron master: Allow shared net to be added on router https://review.opendev.org/c/openstack/neutron/+/843871 | 23:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!