Frederic BOLTZ

Results 103 comments of Frederic BOLTZ

@tomponline I don't agree because on openstack the OVN firewall is reachable from target network. I make a comparison between lxd implementation and openstack implementation and it results a small...

> Please confirm if they work ok from the uplink network. I don't really understand your question. The loadbalancer is reachable from every external network and the uplink also. In...

Take a look at [ovn-octavia-provider](https://opendev.org/openstack/ovn-octavia-provider) It's work fine.

@tomponline take a look at the end of my comment, i have fixed the issue manually as suggested https://github.com/ovn-org/ovn/issues/144#issuecomment-1277123745 LXD and Openstack are running on the same host. The LXD...

@tomponline an hotfix after created the load balancer and added target + port. The sleep is needed to wait propagating to south bridge. ```bash #=========================================================================================================================================== # PATCH OVN LOAD BALANCER...

> We'll need to wait for a fix for distributed routers as that is what LXD uses for clusters. Must be done on each node? I will try.

@mkalcok > # While using Distributed Logical Router > ovn-nbctl ls-lb-add On the external switch or internal, it must be done?

@tomponline @mkalcok The workaround `ovn-nbctl ls-lb-add` is not stable in the time. In fact after some traffic between containers thru the load balancer, OVN reset the table logical-switch to load-balancer....

> The workaround `ovn-nbctl ls-lb-add` is not stable in the time. In fact after some traffic between containers thru the load balancer, OVN reset the table logical-switch to load-balancer. @tomponline...

@tomponline After exec `lxc config unset network.ovn.northbound_connection` i'm able to run `lxc network create ovntest --type=ovn network=lxdbr0` succesfully. `https://documentation.ubuntu.com/lxd/en/latest/howto/network_ovn_setup/#set-up-a-standalone-ovn-network` Yes I followed the setup guide.