Files
fedora-infra_ansible/inventory/host_vars/bvmhost-x86-08.iad2.fedoraproject.org
Kevin Fenzi dcb435a8c9 bvmhost-x86-08: fix device for nbde
Turns out this was the /boot device, but we need the main device.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-16 13:50:41 -07:00

1.0 KiB

— br0_ipv4: 10.3.169.18 br0_ipv4_gw: 10.3.169.254 br0_ipv4_nm: 24 br0_port0_mac: "{{ mac2 }}" datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" has_ipv4: yes mac1: e4:43:4b:24:19:96 mac2: e4:43:4b:24:19:76 mac3: e4:43:4b:24:19:97 mac4: e4:43:4b:24:19:78 nbde_client_bindings:

network_connections:

  • autoconnect: yes ip: address:

    • "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ br0_ipv4_gw }}" name: br0 state: up type: bridge mtu: 9000

  • mac: "{{ br0_port0_mac }}" master: br0 name: br0-port0 state: up type: ethernet mtu: 9000