From 6303816ffa40de31c03f5cefa93d672e7f6a2111 Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Wed, 8 Jul 2026 16:13:06 +0100 Subject: [PATCH] IAD2: add newly-built buildhw-x86-16 Signed-off-by: Greg Sutcliffe --- .../buildhw-x86-16.rdu3.fedoraproject.org | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 inventory/host_vars/buildhw-x86-16.rdu3.fedoraproject.org diff --git a/inventory/host_vars/buildhw-x86-16.rdu3.fedoraproject.org b/inventory/host_vars/buildhw-x86-16.rdu3.fedoraproject.org new file mode 100644 index 0000000000..65a1bc95c6 --- /dev/null +++ b/inventory/host_vars/buildhw-x86-16.rdu3.fedoraproject.org @@ -0,0 +1,70 @@ +--- +bmc: + ip_address: 10.16.160.90 + ping: true + http: true + https: true +br0_ipv4_ip: 10.16.169.46 +br0_ipv4_gw: 10.16.169.254 +br0_ipv4_nm: 24 +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: b4:45:06:fb:8b:3e +mac1: b4:45:06:fb:8b:3f +mac2: 5c:6f:69:81:01:e0 +mac3: 5c:6f:69:81:01:e1 +network_connections: + # Bridge profile + - name: br0 + state: up + type: bridge + mtu: 1500 + autoconnect: yes + ip: + address: + - "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}" + dhcp4: no + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - "{{ dns_search1 }}" + - "{{ dns_search2 }}" + gateway4: "{{ br0_ipv4_gw }}" + # Bond profile + - name: bond0 + type: bond + interface_name: bond0 + mtu: 1500 + controller: br0 + bond: + mode: 802.3ad + # Port profile for the 1st Ethernet device + - name: bond0-port1 + mac: "{{ mac2 }}" + type: ethernet + controller: bond0 + state: up + mtu: 1500 + # Port profile for the 2nd Ethernet device + - name: bond0-port2 + mac: "{{ mac3 }}" + type: ethernet + controller: bond0 + state: up + mtu: 1500 +# This is used to populate the inventory fields, only specific keys are allowed, see +# https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory +zabbix_inventory: + date_hw_expiry: "" + date_hw_purchase: "" + hardware: PowerEdge R450 + location: RDU3 + oob_ip: "{{ bmc.ip_address }}" + serialno_a: G922FZ3 + type: Prod_Dedicated_HW + vendor: Dell