buildhw-p10-02.stg: fix ordering of vlan

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-11-03 16:41:41 -08:00
parent f251d69565
commit 3e34375f94

View File

@@ -34,14 +34,6 @@ network_connections:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ br0_ipv4_gw }}"
# builder vlan
- name: 707_vlan
type: vlan
vlan:
id: 707
parent: bond0
controller: br0
state: up
# Bond profile
- name: bond0
type: bond
@@ -50,6 +42,14 @@ network_connections:
controller: br0
bond:
mode: active-backup
# builder vlan
- name: 707_vlan
type: vlan
vlan:
id: 707
parent: bond0
controller: br0
state: up
# Port profile for the 1st Ethernet device
- name: bond0-port1
mac: "{{ mac0 }}"