Revert "inventory: Drop 4 old emags that are about to be replaced"

This reverts commit ba7e2a8fd3.

We are adding these back in with new hardware.
They are now mt snow hosts.
This commit is contained in:
Kevin Fenzi 2024-02-05 10:57:34 -08:00
parent d8a1049849
commit 1232c5ac03
5 changed files with 148 additions and 0 deletions

View file

@ -146,6 +146,10 @@ buildvmhost-s390x-01.s390.fedoraproject.org
#buildvmhost-aarch64-17.arm.fedoraproject.org
#buildvmhost-aarch64-18.arm.fedoraproject.org
# These are lenovo emags in IAD2
bvmhost-a64-01.iad2.fedoraproject.org
bvmhost-a64-02.iad2.fedoraproject.org
bvmhost-a64-03.iad2.fedoraproject.org
bvmhost-a64-04.iad2.fedoraproject.org
bvmhost-a64-05.iad2.fedoraproject.org
bvmhost-a64-06.iad2.fedoraproject.org
bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -0,0 +1,36 @@
---
br0_ipv4: 10.3.170.11
br0_ipv4_gw: 10.3.170.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac1 }}"
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: 50:6b:4b:6a:d3:c0
nbde: false
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

View file

@ -0,0 +1,36 @@
---
br0_ipv4: 10.3.170.12
br0_ipv4_gw: 10.3.170.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac1 }}"
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: 50:6b:4b:6a:c2:c0
nbde: false
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

View file

@ -0,0 +1,36 @@
---
br0_ipv4: 10.3.170.13
br0_ipv4_gw: 10.3.170.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac1 }}"
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: 50:6b:4b:6b:0a:40
nbde: false
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

View file

@ -0,0 +1,36 @@
---
br0_ipv4: 10.3.170.14
br0_ipv4_gw: 10.3.170.254
br0_ipv4_nm: 24
br0_port0_mac: "{{ mac1 }}"
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: 50:6b:4b:6a:b5:d0
nbde: false
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