Wednesday, 2022-08-24

opendevreviewMerged openstack/neutron master: Script to remove duplicated port bindings  https://review.opendev.org/c/openstack/neutron/+/84642200:54
opendevreviewMiguel Lavalle proposed openstack/neutron-specs master: FWaaS Group Ordering Spec  https://review.opendev.org/c/openstack/neutron-specs/+/85160701:17
ralonsohslaweq, good morning!07:22
ralonsohthis is about https://review.opendev.org/c/openstack/neutron-lib/+/85411707:22
ralonsohyou are right, we need a new API extension07:22
ralonsohbut I don't know how to solve the issue with the n-t-p tests07:22
ralonsohthe neutron server uses the new n-lib version (with DSCP 44)07:23
ralonsohbut then n-t-p installs the stable version, without this new value07:23
ralonsohthis is why "test_qos_dscp_create_and_update" is failing07:23
ralonsohI tried https://review.opendev.org/c/openstack/neutron-lib/+/854117/2/.zuul.yaml07:23
slaweqralonsoh: 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 tests07:38
slaweqand then make Your neutron-lib patch depends on that neutron-tempest-plugin change07:39
ralonsohright07:39
ralonsohthanks a lot!07:39
slaweqgive me a sec07:39
slaweqI want to check something first07:39
slaweqmaybe we don't need new api extension07:40
slaweqthere is API https://docs.openstack.org/api-ref/network/v2/index.html?expanded=show-qos-rule-type-details-detail#show-qos-rule-type-details07:40
slaweqmaybe 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 return07:41
slaweqralonsoh: ^^07:42
slaweqwdyt about that idea?07:42
ralonsohslaweq, maybe I need first to add DSCP to this rule type details07:42
slaweqit is added for sure07:42
ralonsohI'll check it07:42
ralonsohbut I like this idea07:42
slaweqok07:42
slaweqthx07:42
ralonsohand we can avoid adding a new extension07:42
slaweqyes07:43
slaweqin this case we have that API which allows to discover correct values07:43
ralonsohexactly07:43
opendevreviewDr. Jens Harbott proposed openstack/neutron master: Update NDP proxy documentation  https://review.opendev.org/c/openstack/neutron/+/85435008:48
fricklerjeffyang: lajoskatona: FYI ^^08:49
lajoskatonafrickler: checking09:02
manuvakery1Hi 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
manuvakery1have 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
manuvakery1I need one of my vm to act as a gateway for other 2 vms which has only private ip09:05
manuvakery1what should I do to make it work09:07
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: Retrieve the DSCP valid marks from the API  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/85436910:46
*** kmasterson` is now known as kmasterson11:06
*** manpreetk_ is now known as manpreetk11:06
*** open10k8s_ is now known as open10k8s11:06
*** jopdorp__ is now known as jopdorp_11:06
*** simondodsley_ is now known as simondodsley11:06
*** PrinzElvis_ is now known as PrinzElvis11:06
*** knikolla_ is now known as knikolla11:06
*** rpittau_ is now known as rpittau11:06
*** TheJulia_ is now known as TheJulia11:06
*** ozzzo1 is now known as ozzzo11:06
*** sfinucan is now known as stephenfin11:06
*** tweining___ is now known as tweining11:08
fricklerralonsoh: 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 weeks11:23
fricklerehm https://zuul.opendev.org/t/openstack/build/3c619499b1bf4590a1dc29074b4bf02611:23
*** arne_wiebalck_ is now known as arne_wiebalck11:24
ralonsohfrickler, so this is not systematic 11:25
ralonsohif OVN is not installed form source, this should be the correct directory11:26
*** kopecmartin_ is now known as kopecmartin13:09
*** dasm|off is now known as dasm13:27
opendevreviewBernard Cafarelli proposed openstack/neutron stable/yoga: [OVN] Remove session check in ``update_network_postcommit``  https://review.opendev.org/c/openstack/neutron/+/85423313:28
*** mnasiadka_ is now known as mnasiadka14:25
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Pin OVS version for OVN master  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/85400814:26
*** dansmith_ is now known as dansmith14:29
opendevreviewArnaud Morin proposed openstack/neutron master: Allow shared net to be added on router  https://review.opendev.org/c/openstack/neutron/+/84387114:36
ralonsohamorin, https://review.opendev.org/c/openstack/neutron/+/843871/5..6/neutron/db/l3_db.py#87314:42
ralonsohyou are not filtering by target_project14:42
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/stein: DNM: check stein branch fixes  https://review.opendev.org/c/openstack/neutron/+/85360815:17
slaweqlajoskatona: ^^ I just proposed one devstack backport https://review.opendev.org/c/openstack/devstack/+/854144 to try with Your patch on stable/stein15:18
slaweqI hope it will work with that backport15:18
amorinralonsoh: ack, will check15:18
amoringot it, I introduced it in my tests, but forgot to keep it when rewritting it :)15:20
opendevreviewArnaud Morin proposed openstack/neutron master: Allow shared net to be added on router  https://review.opendev.org/c/openstack/neutron/+/84387115:23
amorindone^15:23
amorinralonsoh15:23
ralonsohthanks15:24
lajoskatonaslaweq: cool, I thought of something like that but feared the wrath of QA team, so I was covard :-)15:41
opendevreviewMerged openstack/neutron master: [OVN] Remove ACLs with remote SG during deletion of SG  https://review.opendev.org/c/openstack/neutron/+/85274217:32
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: Stein: fix failing jobs  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/85379419:31
opendevreviewLajos Katona proposed openstack/neutron stable/stein: Stein only: Make CI green again  https://review.opendev.org/c/openstack/neutron/+/85360819:39
*** dasm is now known as dasm|off21:32
opendevreviewMerged openstack/neutron master: Allow shared net to be added on router  https://review.opendev.org/c/openstack/neutron/+/84387123:19

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