[Yahoo-eng-team] [Bug 2084538] [NEW] FIP port has an IPv6 fixed_ip

2024-10-15 Thread Liu Xie
Public bug reported: A port whose device_owner is floatingip has an IPv6 fixed_ip. This is an old issue, but I haven't focused on it. Steps to reproduce: 1.create an external network: openstack network create --provider-network-type vlan --provider-physical-network physnet1 --external pu 2.

[Yahoo-eng-team] [Bug 1939374] [NEW] [OVN] Support baremetal type vnic

2021-08-09 Thread Liu Xie
Public bug reported: As the title describes, we can support baremetal type vnic like sriov vnic. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:/

[Yahoo-eng-team] [Bug 1946589] [NEW] [OVN] localport might not be updated when create multiple subnets for its network

2021-10-10 Thread Liu Xie
Public bug reported: When create a subnet for a specific network, ovn_client would update external_ids of metadata port. We focus on these fileds of localport port: 'neutron:cidrs' and 'mac', because those fields contain fixed_ips. But any scenarios like batch create multiple subnets for one ne

[Yahoo-eng-team] [Bug 1946713] [NEW] [ovn]Network's availability_zones is empty

2021-10-11 Thread Liu Xie
Public bug reported: Ovn driver is not support availability_zones earlier because ovn distribute dhcp server. Through this patch [1], neutron already support for Network Availability Zones in ML2/OVN. But network's availability_zones is also empty. neutron net-show ce361094-dcfa-42e7-a4b9-b4adf2

[Yahoo-eng-team] [Bug 1946764] [NEW] [OVN]Any dhcp options which are string type should be escape

2021-10-12 Thread Liu Xie
Public bug reported: 2021-10-12T14:11:45Z|290912|lflow|WARN|error parsing actions "reg0[3] = put_dhcp_opts(offerip = 192.168.100.243, bootfile_name = https://127.0.0.1/boot.ipxe, classless_static_route = {169.254.169.254/32,192.168.100.2, 0.0.0.0/0,192.168.100.1}, dns_server = {10.222.0.3}, l

[Yahoo-eng-team] [Bug 1948447] [NEW] [sriov]The version of pyroute2 should be upgrade in requirement.txt

2021-10-22 Thread Liu Xie
Public bug reported: Through this bug[1], we should upgrade the version of pyroute2 to 0.6.5 in requirement.txt. [1]https://bugs.launchpad.net/ubuntu/+source/pyroute2/+bug/1904730 ** Affects: neutron Importance: Undecided Status: New ** Tags: sriov ** Summary changed: - The ve

[Yahoo-eng-team] [Bug 1954771] [NEW] [OVN]MAC of lrp has not been updated in MAC_Binding when it re-associated

2021-12-14 Thread Liu Xie
Public bug reported: With this patch[1], we avoid pre-populating flows for router to router communication. If we re-associated router interface with router, its mac has been changed in neutron db and fixed_ip not, but we found that mac of lrp has not been updated in MAC_Binding, vm also could not

[Yahoo-eng-team] [Bug 1958355] [NEW] [OVN][SRIOV] Not support create port which is type of external_port backed geneve network

2022-01-19 Thread Liu Xie
Public bug reported: The external_port only supported where network is vlan type, not geneve network. So we should return it when create a sriov nic backed tunnel net. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1968269] [NEW] [router qos]qos binding is not clear after remove gateway

2022-04-08 Thread Liu Xie
Public bug reported: As the title describes, after remove gateway for a router, we could find the qos binding is remain. And if we delete this qos policy, we could meet the error of QosPolicyInUse. ** Affects: neutron Importance: Undecided Status: New -- You received this bug not

[Yahoo-eng-team] [Bug 1928164] Re: [OVN] Ovn-controller dose not update the flows table when localport tap device is rebuilt

2023-04-24 Thread Liu Xie
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1928164 Title: [OVN] Ovn-controller dose not update the flows table when localport

[Yahoo-eng-team] [Bug 2025055] [NEW] [rfe][ml2] Add a new API that supports cloning a specified security group

2023-06-26 Thread Liu Xie
Public bug reported: Hi everyone:   We want to define a new api that supports cloning a specified security_group.   Consider the following case:   If the user wants to create a new security_group with the same rules as a created security_group, he should do some duplicate actions to create rules.

[Yahoo-eng-team] [Bug 2028660] [NEW] [fwaas][rfe] support list type of port_range for firewall rule

2023-07-25 Thread Liu Xie
Public bug reported: In some cases, customers want to specify a port list for 'source_port'(or destination_port) when create a firewall rule. Currently the api of firewall_rule could not meet the demand. So we want to define a new api which could support it. eg. api : "firewall_rule":{ "nam

[Yahoo-eng-team] [Bug 2040242] [NEW] [ip allocation_pools] Why force first ip < (subnet.first + 1) if version of subnet is ipv6

2023-10-24 Thread Liu Xie
Public bug reported: As we know, we can use ipv6 address end with '0' like 2001::. But when we allocate ipv6 pool use neutron, we could find the error like follows: neutron net-create net-v6 neutron subnet-create --ip-version 6 --allocation-pool start=2001::,end=2001::2 net-v6 2001::/64 The all

[Yahoo-eng-team] [Bug 2040457] [NEW] [allocation_pools] Need re-generation new pools from cidr and gateway-ip after update one subnet with empty 'allocation_pools'

2023-10-25 Thread Liu Xie
Public bug reported: We found that allocation_pools is empty list after update subnet with empty 'allocation_pools': neutron subnet-show f84d8c24-251c-4a28-83a0-6c7f147c3da1 +---+--+ | Field | Value|

[Yahoo-eng-team] [Bug 2043759] [NEW] [ovn] no need rpc notifier if no l2 agent

2023-11-16 Thread Liu Xie
Public bug reported: As the titile describes, there is no need running rpc notifier if no l2 agent when use ml2/ovn driver. Maybe we can provide one boolean flag like 'disable_rpc_notifier' which default is 'True', and we can set it 'False' to disable rpc notifier when use ml2/ovn driver. **

[Yahoo-eng-team] [Bug 2045237] [NEW] [bulk] there is no clean operation if bulk create ports fails

2023-11-30 Thread Liu Xie
Public bug reported: When we use the bulk api to create ports use one subnet e.g., '935fe38e-743f-45e5-a646-4ebbbf16ade7', and then we found any errors occurred. We use sql queries to find diffrent IPs between ipallocations and ipamallocations: ip_address in ipallocations but not in ipamallocat

[Yahoo-eng-team] [Bug 2061350] [NEW] [ovn] The 'ovn_client' of the L3 plugin is occasionally NoneType

2024-04-14 Thread Liu Xie
Public bug reported: I don't know how to reproduce it, and we have encountered it twice. The errors are as follows: 2024-04-01 10:53:46.185 252 INFO neutron.wsgi [req-3ed42a43-8895-4ad3-b675-af89c6d47631 9862b8ef431c43489ada1bb12f97be59 c2c9335342874b758aa6af2166fca837 - default default] 192.16

[Yahoo-eng-team] [Bug 2062511] [NEW] [ovn] ovn metadata agent occasionally down when SB connections are error

2024-04-19 Thread Liu Xie
d it would not retry after "_update_chassis" falied. ** Affects: neutron Importance: Undecided Assignee: Liu Xie (liushy) Status: New ** Tags: ovn ** Changed in: neutron Assignee: (unassigned) => Liu Xie (liushy) ** Description changed: If the metadata age

[Yahoo-eng-team] [Bug 2062536] [NEW] [ovn] agent_health_check does not work for ovn agents

2024-04-19 Thread Liu Xie
Public bug reported: When "debug" is set to True, some logs show "found 0 active agents" after the agent_health_check. It seems that the agent_health_check mechanism does not work for ovn agents. ** Affects: neutron Importance: Undecided Assignee: Liu Xie (liu

[Yahoo-eng-team] [Bug 2077596] [NEW] [rfe][fwaas] Add normalized_cidr column to firewall rules

2024-08-21 Thread Liu Xie
Public bug reported: If we use an invalid CIDR as the source_ip_address, such as 2:3dc2:c893:514a:966b:7969:42b0:00900/108, it can still be successfully submitted after creating a firewall rule. The main reason is that netaddr formats this address. The command is like: openstack firewall group

[Yahoo-eng-team] [Bug 1971958] [NEW] [RFE][fwaas][OVN]support l3 firewall for ovn driver

2022-05-06 Thread Liu Xie
Public bug reported: As neutron-fwaas project is re-maintenance, and ovn become one of the main driver for neutron project. Maybe we could implement l3 firewall for ovn driver. ** Affects: neutron Importance: Undecided Status: New ** Tags: fwaas ** Tags added: fwaas -- You rec

[Yahoo-eng-team] [Bug 1975658] [NEW] [ovn]list_availability_zones is occasionally empty at large scale

2022-05-24 Thread Liu Xie
Public bug reported: Sometimes, we found that list az is empty at large scale environment. Maybe it is a matter about ovsdbapp. But it would cause l3 re-schedule to wrong candidates if az list is empty when ovsdb_monitor process ChassisEvent. I have a workaround[1] to fix the matter that l3 re

[Yahoo-eng-team] [Bug 1975658] Re: [ovn]list_availability_zones is occasionally empty at large scale

2022-05-24 Thread Liu Xie
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1975658 Title: [ovn]list_availability_zones is occasionally empty at large scale Stat

[Yahoo-eng-team] [Bug 1982287] [NEW] [ovn] Support address group for ovn driver

2022-07-19 Thread Liu Xie
Public bug reported: As the title describes, we can use 'address set' of ovn to support the feature that address group. ** Affects: neutron Importance: Undecided Assignee: Liu Xie (liushy) Status: New ** Changed in: neutron Assignee: (unassigned) => Li

[Yahoo-eng-team] [Bug 1986906] [NEW] [rfe][fwaas]support standard_attrs for firewall_group

2022-08-17 Thread Liu Xie
Public bug reported: Currently, some users want to konow what time created (or updated) a specific firewall group but it is not support show fields 'created_at' nor 'updated_at'. So we want to support standard_attrs for firewall_group. Anyone has other ideas? ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1996677] [NEW] [OVN] support update fixed_ips of metadata port

2022-11-15 Thread Liu Xie
Public bug reported: In some scenarios, the customers want to modify the fixed_ips of metadata port. We can workaround it by follow steps: 1.Fisrt, update fixed_ips of metaadta_port: neutron port-update --fixed-ip subnet_id=e130a5c7-6f47-4c76-b245-cf05369f2161,ip_address=192.168.111.16 460dffa9

[Yahoo-eng-team] [Bug 1999209] [NEW] [ovn]dnat_adn_snat will not changed if updated fixed_ips of internal port

2022-12-08 Thread Liu Xie
Public bug reported: As the title describes, if we updated fixed_ips of one internal port which associated a floatingip, but the dnat_adn_snat entry in ovn will not changed. ** Affects: neutron Importance: Undecided Assignee: Liu Xie (liushy) Status: New ** Changed in

[Yahoo-eng-team] [Bug 2012332] [NEW] [rfe] Add one api support CRUD allowed_address_pairs

2023-03-20 Thread Liu Xie
Public bug reported: Currently, many customers are using k8s for their VMs, and there is a need to add or remove allowed_address_pairs. However, frequent update neutron port is time-consuming. Can we provide an API only support CRUD allowed_address_pairs? ** Affects: neutron Importance: Unde

[Yahoo-eng-team] [Bug 2016504] [NEW] [rf[rfe]Support specify fixed_ip_address for DHCP or Metadata port

2023-04-17 Thread Liu Xie
Public bug reported: Currently, the IP address of the DHCP port is automatically assigned the first available IP and cannot be specified when creating a subnet. Therefore, can we provide an API that supports specifying the DHCP address when creating a subnet? ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 2090913] [NEW] [ovn]Allow multiple IPv6 ports on router from same network on ml2/ovn

2024-12-03 Thread Liu Xie
Public bug reported: As we know, ovn_l3 implements the DVR mode router. For the DVR router interface, there is a patch[1] that allows multiple IPv6 ports on a router from the same network (ml2/ovs+dvr). I believe this is also needed for the OVN plugin. Does anyone have any opinions on this? [1]