Sandro Bonazzola has posted comments on this change.

Change subject: packaging: setup: bridge: support tagged VLANs and bond
......................................................................


Patch Set 7:

# virsh -r net-list
    Name State Autostart Persistent
    ----------------------------------------------------------
    ;vdsmdummy; active no no


ifcfg-em1  
    # Generated by VDSM version 4.14.6-14.gitccedf13.fc19
    DEVICE=em1
    ONBOOT=yes
    MTU=1500
    HWADDR=b8:ca:3a:76:9a:43
    BOOTPROTO=none
    MASTER=bond0
    SLAVE=yes

ifcfg-bond0
    DEVICE=bond0
    ONBOOT=yes
    BOOTPROTO=dhcp
    USERCTL=no





diff --git a/ifcfg-bond0 b/ifcfg-bond0
    index 1402e21..7bc1b7b 100644
    --- a/ifcfg-bond0
    +++ b/ifcfg-bond0
    @@ -1,4 +1,6 @@
    +# Generated by VDSM version 4.14.6-0.fc19
    DEVICE=bond0
    ONBOOT=yes
    -BOOTPROTO=dhcp
    -USERCTL=no
    +BONDING_OPTS='mode=802.3ad miimon=150'
    +BRIDGE=ovirtmgmt
    +NM_CONTROLLED=no
    diff --git a/ifcfg-em1 b/ifcfg-em1
    index 8cb16e5..a8f8875 100644
    --- a/ifcfg-em1
    +++ b/ifcfg-em1
    @@ -1,9 +1,8 @@
    -# Generated by VDSM version 4.14.6-14.gitccedf13.fc19
    +# Generated by VDSM version 4.14.6-0.fc19
    DEVICE=em1
    ONBOOT=yes
    -MTU=1500
    HWADDR=b8:ca:3a:76:9a:43
    -BOOTPROTO=none
    MASTER=bond0
    SLAVE=yes
    -
    +MTU=1500
    +NM_CONTROLLED=no
    diff --git a/ifcfg-ovirtmgmt b/ifcfg-ovirtmgmt
    new file mode 100644
    index 0000000..326a1be
    --- /dev/null
    +++ b/ifcfg-ovirtmgmt
    @@ -0,0 +1,8 @@
    +# Generated by VDSM version 4.14.6-0.fc19
    +DEVICE=ovirtmgmt
    +ONBOOT=yes
    +TYPE=Bridge
    +DELAY=0
    +BOOTPROTO=dhcp
    +DEFROUTE=yes
    +NM_CONTROLLED=no

# virsh -r net-list
    Name                 State      Autostart     Persistent
    ----------------------------------------------------------
    ;vdsmdummy;          active     no            no
    vdsm-ovirtmgmt       active     yes           yes

-- 
To view, visit http://gerrit.ovirt.org/25894
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0abd18b3ae36265406afb80a1ee082d2d14d4a92
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: David Caro <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Greg Padgett <[email protected]>
Gerrit-Reviewer: Jiří Moskovčák <[email protected]>
Gerrit-Reviewer: Leonid Natapov <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Meital Bourvine <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Simone Tiraboschi <[email protected]>
Gerrit-Reviewer: Yedidyah Bar David <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to