Bug 971410 - [RFE] Allow bridgeless networking
Summary: [RFE] Allow bridgeless networking
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ovirt-node-3.0 967866
TreeView+ depends on / blocked
 
Reported: 2013-06-06 12:58 UTC by Fabian Deutsch
Modified: 2016-04-26 14:32 UTC (History)
11 users (show)

Fixed In Version: ovrt-node-3.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-26 09:48:37 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Fabian Deutsch 2013-06-06 12:58:41 UTC
Description of problem:
Currently Node is creating a bridge by default for it's primary nic.
Sometimes this is not needed, therefor Node should also be able to do a simple net setup by just using a NIC directly.

Feature page:
http://www.ovirt.org/Features/Node/Bridgeless_Networking

Comment 1 Fabian Deutsch 2013-06-10 10:07:15 UTC
This will introduce a new configuration item (tbd) to choose the topology to be configured.

Comment 2 Fabian Deutsch 2013-06-12 18:31:43 UTC
An update:
There are now patches in gerrit which introduce the necessary changes.
With those patches a basic installation works.
A few glitches, reminders for myself:
* Look at biosdevname
* bootif and bootproto are lost after reboot after install
* topology=direct isn't handled correctly
* ui doesn't get all necessary infos (ip, ...)

The patches are a major rewrite of the net backend and the auto-installer part.

Comment 3 Fabian Deutsch 2013-06-13 13:09:00 UTC
(In reply to Fabian Deutsch from comment #2)ks.
> A few glitches, reminders for myself:
> * Look at biosdevname

bisodevname was nat called in any code segment that I touched.

> * bootif and bootproto are lost after reboot after install

That was the default case.
I modified the logic to keep BOOTIF. The reason is to keep the information what bootif the user selected during ai

> * topology=direct isn't handled correctly

Just a bug. Fixed.

> * ui doesn't get all necessary infos (ip, ...)

Was related to the missing BOOTIF entry

Comment 4 Fabian Deutsch 2013-08-26 09:45:51 UTC
The fix for this patch has been merged and is present in the released ovirt-node-3.0.0.


Note You need to log in before you can comment on or make changes to this bug.