Friday, 2021-12-10

opendevreviewMerged openstack/neutron stable/victoria: [OVS] Workaround when OpenFlow controller restarts  https://review.opendev.org/c/openstack/neutron/+/82118301:41
opendevreviewMerged openstack/neutron stable/xena: [OVS] Workaround when OpenFlow controller restarts  https://review.opendev.org/c/openstack/neutron/+/82121102:42
opendevreviewMerged openstack/neutron stable/wallaby: [OVS] Workaround when OpenFlow controller restarts  https://review.opendev.org/c/openstack/neutron/+/82118207:21
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Add FIPS enabled scenario jobs  https://review.opendev.org/c/openstack/neutron/+/79753707:25
slaweqlajoskatona ralonsoh hi, when You will have some time, please check https://review.opendev.org/c/openstack/neutron/+/79753707:27
slaweqthose 2 new jobs will be added in experimental queue for now07:27
slaweqand they will fail because of some paramiko issue, but other than that they are good07:27
slaweqin PS31, when we used some custom paramiko module both were green07:28
slaweqthx in advance07:28
opendevreviewTamas Gergely proposed openstack/neutron master: Check whether vxlan group and local addresses are IPv4 or IPv6  https://review.opendev.org/c/openstack/neutron/+/82037607:48
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: Switch scenario jobs to nested-virt nodes  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82106710:04
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: Update irrelevant-files for api/scenario jobs  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82116010:06
opendevreviewTamas Gergely proposed openstack/neutron master: Check whether vxlan group and local addresses are IPv4 or IPv6  https://review.opendev.org/c/openstack/neutron/+/82037610:14
opendevreviewRodolfo Alonso proposed openstack/neutron master: When creating a VXLAN interface, a device is mandatory  https://review.opendev.org/c/openstack/neutron/+/82127110:42
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add new method "update_network" to "L3AgentExtension".  https://review.opendev.org/c/openstack/neutron-lib/+/81853610:43
gibiralonsoh: hi! as per https://review.opendev.org/c/openstack/neutron/+/815962/5#message-fd175614da9097913c83bcd24ec9115de47aa0cc Do you request me to fiel a separate RFE for this documentation update?10:55
gibi*file10:55
ralonsohgibi, let me check10:56
ralonsohgibi, no no, just change the reno. We do support bw-min for SRIOV and OVS (partially the last one)10:57
ralonsohand about the type of reno, "fixes"10:57
gibiahh, I see now10:57
gibithanks10:57
gibiI will respin it10:57
ralonsohwell, this is just a personal comment10:57
opendevreviewBalazs Gibizer proposed openstack/neutron master: Do not block qos for direct-physical ports  https://review.opendev.org/c/openstack/neutron/+/81596211:30
gibiralonsoh: ^^ fixed up the reno11:30
ralonsohthanks11:30
*** sean-k-mooney1 is now known as sean-k-mooney11:31
opendevreviewRodolfo Alonso proposed openstack/neutron master: When creating a VXLAN interface, a device is mandatory  https://review.opendev.org/c/openstack/neutron/+/82127112:23
obondarevslaweq: Hi! please check my answer on https://review.opendev.org/c/openstack/neutron/+/815102 when have some time12:27
obondarevand here please: https://review.opendev.org/c/openstack/neutron/+/82003112:27
slaweqobondarev: sure, done12:37
obondarevslaweq: thanks!12:39
opendevreviewOleg Bondarev proposed openstack/neutron master: Local IP internal documentation and release note  https://review.opendev.org/c/openstack/neutron/+/82003112:53
opendevreviewOleg Bondarev proposed openstack/neutron master: Local IP internal documentation and release note  https://review.opendev.org/c/openstack/neutron/+/82003112:55
opendevreviewTamas Gergely proposed openstack/neutron master: Check whether vxlan group and local addresses are IPv4 or IPv6  https://review.opendev.org/c/openstack/neutron/+/82037613:14
zigoI'm trying to get my VM to boot using the DHCPd + tftp-hpa server of another VM on the same private network, though it looks like Neutron is adding a rule:13:22
zigoDROP       udp  --  anywhere             anywhere             udp spt:bootps dpt:bootpc /* Prevent DHCP Spoofing by VM. */13:22
zigoIs there a way to workaround this?13:22
zigoSean said I can add the next-server option and use the DHCP server of Neutron, how do I do that?13:22
zigoneutron port-create net1 --extra-dhcp-opt opt_name=next-server,opt_value=192.168.100.1 <--- Something like this?13:24
* zigo tries...13:24
zigoI'm told:13:26
zigoInvalid keys opt_name, opt_value specified.13:26
zigoValid keys are: name, value, ip-version13:26
opendevreviewDaniel Alvarez proposed openstack/neutron master: WIP: [ovn] Ignore LSP port Up event for router ports  https://review.opendev.org/c/openstack/neutron/+/82140113:27
opendevreviewDaniel Alvarez proposed openstack/neutron master: WIP: [ovn] Ignore LSP port Up event for router ports  https://review.opendev.org/c/openstack/neutron/+/82140113:28
zigoOh, this works... :)13:30
zigoopenstack port create cl1-controller-1 --network oci-boot-network --extra-dhcp-option name=next-server,value=192.168.100.1,ip-version=413:30
opendevreviewyatin proposed openstack/neutron master: Set SIGTERM_TIMEOUT to 0 for dhcp/l3 agent unit tests  https://review.opendev.org/c/openstack/neutron/+/82140313:53
zigonext-server seems to work, but I can't get the filename option correctly ... :(14:08
opendevreviewDaniel Alvarez proposed openstack/neutron master: WIP: [ovn] Ignore LSP port Up event for router ports  https://review.opendev.org/c/openstack/neutron/+/82140114:34
opendevreviewDaniel Alvarez proposed openstack/neutron master: WIP: [ovn] Ignore LSP port Up event for router ports  https://review.opendev.org/c/openstack/neutron/+/82140114:36
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: Update irrelevant-files for stadium project's tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82141414:47
ralonsohdalvarez, https://review.opendev.org/c/openstack/neutron/+/81638314:52
ralonsohif you have a couple of mins14:52
ralonsoh(and https://review.opendev.org/c/openstack/neutron/+/816376 for free! )14:52
opendevreviewAde Lee proposed openstack/neutron master: Add FIPS enabled scenario jobs  https://review.opendev.org/c/openstack/neutron/+/79753715:08
ykarelralonsoh, slaweq obondarev when you get chance need revotes https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81941015:10
ykarelhad to update as found an issue15:10
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: [DNM] Dummy test  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82141615:13
*** ykarel is now known as ykarel|away15:24
masterpe[m]If I want to use IPv6 prefix delegation on a separate DHCPv6 server, how would you get the routes installed on the gateway? via BGP or is there a beter way?15:38
opendevreviewMerged openstack/neutron master: Keep binding:profile keys during placement allocation change  https://review.opendev.org/c/openstack/neutron/+/82036315:50
opendevreviewRodolfo Alonso proposed openstack/neutron master: Improve DHCP RPC handler  https://review.opendev.org/c/openstack/neutron/+/82019016:42
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is being quickly restarted for a configuration adjustment, and should return momentarily17:27
opendevreviewDamian Dąbrowski proposed openstack/neutron master: Send delayed GARPs during HA router MASTER transition  https://review.opendev.org/c/openstack/neutron/+/82143317:33
opendevreviewDamian Dąbrowski proposed openstack/neutron master: Send delayed GARPs during HA router MASTER transition  https://review.opendev.org/c/openstack/neutron/+/82143317:35
opendevreviewDamian Dąbrowski proposed openstack/neutron master: Send GARPs for all IPs belonging to the external gateway interface  https://review.opendev.org/c/openstack/neutron/+/82143417:37
opendevreviewIhar Hrachyshka proposed openstack/neutron stable/xena: Bump OVN version for functional job to 21.06  https://review.opendev.org/c/openstack/neutron/+/82143918:30
opendevreviewIhar Hrachyshka proposed openstack/neutron stable/xena: ovn: update ACL actions on stateful field change  https://review.opendev.org/c/openstack/neutron/+/82144018:30
opendevreviewIhar Hrachyshka proposed openstack/neutron stable/xena: ovn: enable stateless-security-group api  https://review.opendev.org/c/openstack/neutron/+/82144118:30
opendevreviewJohn Petrini proposed openstack/neutron stable/ussuri: [OVS] Fix live-migration connection disruption  https://review.opendev.org/c/openstack/neutron/+/82144318:46
opendevreviewCorey Bryant proposed openstack/tap-as-a-service master: Switch away from Mock auto_spec=True  https://review.opendev.org/c/openstack/tap-as-a-service/+/82144519:40
opendevreviewMerged openstack/neutron stable/queens: [Functional] Wait for the initial state of ha router before test  https://review.opendev.org/c/openstack/neutron/+/80850320:05
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is being restarted again for a plugin change, and should be back shortly20:17
*** mdbooth3 is now known as mdbooth21:44

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