vexxhost / atmosphere

Simple & easy private cloud platform featuring VMs, Kubernetes & bare-metal
79 stars 19 forks source link

fr: DPDK support in OVN #724

Open okozachenko1203 opened 7 months ago

okozachenko1203 commented 7 months ago

Compute nodes configured with OVS DPDK should set the datapath_type as netdev for the integration bridge (managed by OVN) and all other bridges if connected to the integration bridge via patch ports. The below command can be used to set the datapath_type.

$ sudo ovs-vsctl set Bridge br-int datapath_type=netdev
mnaser commented 7 months ago

there's some more work to do documented in #672

thywyn commented 6 months ago

please see PR https://github.com/vexxhost/atmosphere/pull/767

thywyn commented 6 months ago

please see PR #769

mnaser commented 6 months ago

@thywyn thanks for the commits! I think this means we've covered most of the outstanding issues, i think one last nice to have is documentation about setting it up.

Is it possible to share your current neutron/ovs/ovn vars to use as an example?

thywyn commented 6 months ago

Not quite all. Please see this PR for the last piece:

PR #773

It's lazy but it worked.. :)

thywyn commented 6 months ago

Documentation update is PR #774

mnaser commented 6 months ago

landed all but PR #773 -- we just need to get the OVN test to pass and I think it failed for unrelated reasons.