-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncm-network: nmstate, add support for OVS bridges and ports #1718
Comments
These changes also require |
in network.pm: with schema
|
@alvarosimon what is the bond1 nmstate yaml for this host? (does it need references to ovs) |
the device bring up order be very important: bond -> slave -> ovs bridge -> ovs interface @aka7 do you think it makes sense to drop all interfaces in one yml file, so nmstate can sort out the bring-up order? |
Yes I think maybe it should all be in one file.
The original thought process was to try keep it per interface as per
network.pm and restarts were done per interface but sounds like it's
causing issues with ordering so happy with that.
…On Thu, 19 Sept 2024, 17:23 Stijn De Weirdt, ***@***.***> wrote:
the device bring up order be very important: bond -> slave -> ovs bridge
-> ovs interface
@aka7 <https://github.com/aka7> do you think it makes sense to drop all
interfaces in one yml file, so nmstate can sort out the bring-up order?
—
Reply to this email directly, view it on GitHub
<#1718 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLYRYWL4OQMDDITL6VDWG3ZXL3AXAVCNFSM6AAAAABOPXVQRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRRGQ3DQNRVGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@stdweird I did a very quick test with what provides current ncm-network, so yes the bond0 was already there using several nics (eth0 and eth1 in our case). So I have created an extra yaml to add it to ovs bridge as external port. It works but this is not optimal, this is a kernel bond and it should be managed by OVS. I have to check if NetworkManager is also able to manage ovs bonding (https://docs.openvswitch.org/en/latest/topics/bonding/) |
OVS bridges and ports are not supported with ncm-network nmstate yet, just to add this example:
Including the new interface names for NetworkManager
ovs-bridge
andovs-interface
The text was updated successfully, but these errors were encountered: