vmhost-x86-rdu3: drop state on bond and add a attempt to make sure stp is disabled on bridge
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d6dabed7b8
commit
90db91405d
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,9 @@ network_connections:
|
|||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
bridge:
|
||||
stp:
|
||||
enabled: false
|
||||
# Bond profile
|
||||
- name: bond0
|
||||
type: bond
|
||||
|
@ -39,7 +42,6 @@ network_connections:
|
|||
controller: br0
|
||||
bond:
|
||||
mode: 802.3ad
|
||||
state: up
|
||||
# Port profile for the 1st Ethernet device
|
||||
- name: bond0-port1
|
||||
mac: "{{ mac2 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue