Files
fedora-infra_ansible/inventory/host_vars/bvmhost-x86-riscv02.rdu3.fedoraproject.org
Kevin Fenzi 9f1a00de86 bvmhost-x86-riscv02 and vmhost-x86-iso01
Add these two virthosts.

bvmhost-x86-riscv02 is a fedora install that will be used for running
qemu emulated riscv builders for composes (not building packages)

vmhost-x86-iso01 is a rhel10 virthost that is in the 'isolated' network
in rdu3. It will be used to migrate rdu2-cc workloads and be replaced by
a new machine when we get it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-11-17 12:27:34 -08:00

1.2 KiB

— bmc: ip_address: 10.16.160.123 ping: true http: false https: false br0_ipv4: 10.16.172.12 br0_ipv4_gw: 10.16.172.254 br0_ipv4_nm: 24 br0_port0_mac: "{{ mac1 }}" datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: "rdu3.fedoraproject.org" dns_search2: "fedoraproject.org" has_ipv4: yes mac0: a8:3c:a5:36:2a:b0 mac1: a8:3c:a5:36:2a:b1 mac2: 6c:fe:54:88:ec:34 mac3: 6c:fe:54:88:ec:35 network_connections:

  • name: br0 state: up type: bridge mtu: 1500 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: bond0 type: bond interface_name: bond0 mtu: 1500 controller: br0 bond: mode: 802.3ad
  • name: bond0-port1 mac: "{{ mac2 }}" type: ethernet controller: bond0 state: up mtu: 1500
  • name: bond0-port2 mac: "{{ mac3 }}" type: ethernet controller: bond0 state: up mtu: 1500