vmhost-x86-02.stg.rdu3: add new host to rdu3

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-06-13 09:57:14 +01:00
parent b0deb45b44
commit f85620bfa0
3 changed files with 58 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ vmhost-x86-03.rdu3.fedoraproject.org
vmhost-x86-04.rdu3.fedoraproject.org
vmhost-x86-05.rdu3.fedoraproject.org
vmhost-x86-01.stg.rdu3.fedoraproject.org
vmhost-x86-02.stg.rdu3.fedoraproject.org
sign-vault01.rdu3.fedoraproject.org
[powerpc]

View File

@@ -0,0 +1,56 @@
---
br0_ipv4: 10.16.166.12
br0_ipv4_gw: 10.16.166.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"
dns_search3: "iad2.fedoraproject.org"
has_ipv4: yes
mac0: c4:cb:e1:e1:6e:96
mac1: c4:cb:e1:e1:6e:97
mac2: c4:70:bd:aa:69:ca
mac3: c4:70:bd:aa:69:cb
network_connections:
# Bridge profile
- name: br0
state: up
type: bridge
mtu: 9000
autoconnect: yes
ip:
address:
- "{{ br0_ipv4 }}/{{ 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: 9000
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: 9000
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000

View File

@@ -600,6 +600,7 @@ vmhost-x86-09.stg.iad2.fedoraproject.org
vmhost-x86-11.stg.iad2.fedoraproject.org
vmhost-x86-12.stg.iad2.fedoraproject.org
vmhost-x86-01.stg.rdu3.fedoraproject.org
vmhost-x86-02.stg.rdu3.fedoraproject.org
wiki01.stg.iad2.fedoraproject.org
zabbix01.stg.iad2.fedoraproject.org