Questions tagged [ovn]

OVN, the Open Virtual Network, is a system to support virtual network abstraction on top of Open vSwitch.

Filter by
Sorted by
Tagged with
2 votes
1 answer
764 views

Setting up DHCP with OVN

I'm trying to set up an environment similar to the one described here in which OVN will provide DHCP service to logical networks. I have a logical switch named `net0 with two ports: [root@ovn0 ~]# ...
larsks's user avatar
  • 43.8k
1 vote
1 answer
404 views

OVN Cluster Health Command

Is there any command-line tool for the OVN Cluster Health check? Or each of its components? and a command or commands which gives stats about the cluster. For example, without a functional test, I ...
Milad Jahandideh's user avatar
0 votes
0 answers
38 views

How to drop arp requests trying to resolve a particular IP address at a logical switch port?

I am using l2gateway port to attach a physical L2 segment to a logical network. But both the logical network and the physical segment has one common IP, say 10.0.0.1. I want to prevent the traffic ...
Amogh M K's user avatar
0 votes
0 answers
137 views

Keepalived load balancing traffic blocking on the OVN network

I have deployed OpenStack Yoga with OVN. Its a multi node HA setup. On OpenStack, I am testing Keepalived. Two Rocky Linux 8.7 instances were created, and Keepalived and Apache were installed for ...
rajasekar ramasamy's user avatar
0 votes
0 answers
79 views

Openstack Helm OVN deplyment

I'm trying to deploy OpenStack using Helm. I'm searching to find a way to deploy OpenStack with OVN utilities. But the only things I found in helm files are three lines about it while I see many ...
Navid Nabavi's user avatar
0 votes
1 answer
137 views

How i can assign /32 ip address to openstack nova instance without float ip?

I'm developing a custom panel for my openstack home lab via rest api. I've investigated Hetzner cloud ip (v4) addressing mechanism and i found it is like this: It is assigning /32 valid ip v4 address ...
Vahid Alimohamadi's user avatar