This message was deleted.
# harvester
a
This message was deleted.
a
Copy code
harvester1:~ # wicked show --verbose lan-bo lan-br mgmt-bo mgmt-br eno1 enp5s0 vetha4e72ccb
enp5s0          enslaved
      link:     #2, state up, mtu 1500, master mgmt-bo
      type:     ethernet, hwaddr 5c:e9:31:2c:7b:72
      control:  none
      config:   compat:suse:/etc/sysconfig/network/ifcfg-mgmt-bo,
                uuid: 5651b180-defe-51bf-a2d0-3bea1fcebe95

eno1            up
      link:     #3, state up, mtu 1500
      type:     ethernet, hwaddr a0:36:bc:be:93:83
      control:  none
      config:   compat:suse:/etc/sysconfig/network/ifcfg-eno1,
                uuid: 47b6e9b4-27ff-5fe5-b3b6-836db90a1139

mgmt-br         up
      link:     #4, state up, mtu 1500
      type:     bridge, hwaddr 5c:e9:31:2c:7b:72
      control:  none
      config:   compat:suse:/etc/sysconfig/network/ifcfg-mgmt-br,
                uuid: 51f0af29-f453-5f31-933f-70bd45ab1357
      leases:   ipv4 static granted
      addr:     ipv4 10.0.100.2/24 brd 10.0.100.2 scope universe label mgmt-br [static]
      addr:     ipv4 10.0.100.30/32 scope universe label mgmt-br
      route:    ipv4 0.0.0.0/0 via 10.0.100.1 dev mgmt-br type unicast table main scope universe protocol boot [static]
      route:    ipv4 10.0.100.0/24 type unicast table main scope link protocol kernel pref-src 10.0.100.2

mgmt-bo         enslaved
      link:     #5, state up, mtu 1500, master mgmt-br
      type:     bond, mode active-backup, hwaddr 5c:e9:31:2c:7b:72
      control:  none
      config:   compat:suse:/etc/sysconfig/network/ifcfg-mgmt-bo,
                uuid: 7900e3ae-fbeb-529f-b133-847c3b058b36

lan-br          device-unconfigured
      link:     #86, state up, mtu 1500
      type:     bridge, hwaddr 12:8b:f3:01:4f:4c
      config:   none

lan-bo          device-unconfigured
      link:     #89, state device-up, mtu 1500, master lan-br
      type:     bond, mode balance-rr, hwaddr 1e:3c:e6:15:52:5f
      config:   none

vetha4e72ccb    device-unconfigured
      link:     #91, state up, mtu 1500, master lan-br
      type:     ethernet, hwaddr 7e:6f:5a:46:59:aa
      config:   none
Copy code
harvester1:~ # ip addr
2: enp5s0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master mgmt-bo state UP group default qlen 1000
    link/ether 5c:e9:31:2c:7b:72 brd ff:ff:ff:ff:ff:ff
3: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether a0:36:bc:be:93:83 brd ff:ff:ff:ff:ff:ff
    altname enp6s0
4: mgmt-br: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 5c:e9:31:2c:7b:72 brd ff:ff:ff:ff:ff:ff
    inet 10.0.100.2/24 brd 10.0.100.255 scope global mgmt-br
       valid_lft forever preferred_lft forever
    inet 10.0.100.30/32 scope global mgmt-br
       valid_lft forever preferred_lft forever
5: mgmt-bo: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master mgmt-br state UP group default qlen 1000
    link/ether 5c:e9:31:2c:7b:72 brd ff:ff:ff:ff:ff:ff
6: vip-064cf44a@mgmt-br: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether ee:cc:bf:9a:fe:39 brd ff:ff:ff:ff:ff:ff
12: flannel.1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1450 qdisc noqueue state UNKNOWN group default
    link/ether ca:56:75:a5:fe:3d brd ff:ff:ff:ff:ff:ff
    inet 10.52.0.0/32 scope global flannel.1
       valid_lft forever preferred_lft forever
86: lan-br: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 12:8b:f3:01:4f:4c brd ff:ff:ff:ff:ff:ff
89: lan-bo: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc noqueue master lan-br state DOWN group default qlen 1000
    link/ether 1e:3c:e6:15:52:5f brd ff:ff:ff:ff:ff:ff
90: calie7e19ab153f@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1450 qdisc noqueue state UP group default
    link/ether ee:ee:ee:ee:ee:ee brd ff:ff:ff:ff:ff:ff link-netns cni-f813025c-a519-5fa8-bf24-327a48a120c6
91: vetha4e72ccb@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master lan-br state UP group default
    link/ether 7e:6f:5a:46:59:aa brd ff:ff:ff:ff:ff:ff link-netns cni-f813025c-a519-5fa8-bf24-327a48a120c6
Copy code
- path: /etc/sysconfig/network/ifcfg-mgmt-bo
      permissions: 384
      owner: 0
      group: 0
      content: |+
        STARTMODE='onboot'
        BONDING_MASTER='yes'
        BOOTPROTO='none'
        POST_UP_SCRIPT="wicked:setup_bond.sh"


        BONDING_SLAVE_0='enp5s0'

        BONDING_MODULE_OPTS='miimon=100 mode=active-backup '

        DHCLIENT_SET_DEFAULT_ROUTE='no'

      encoding: ""
      ownerstring: ""
as a stab in the dark, I just tried removing the eno1 ifcfg and rebooting and that appears to have resolved it for me