mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
bvmhost-x86-01.rdu3: add new to rdu3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -41,6 +41,7 @@ bvmhost-x86-01.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-02.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-01.rdu3.fedoraproject.org
|
||||
##
|
||||
bkernel01.iad2.fedoraproject.org
|
||||
bkernel02.iad2.fedoraproject.org
|
||||
|
||||
56
inventory/host_vars/bvmhost-x86-01.rdu3.fedoraproject.org
Normal file
56
inventory/host_vars/bvmhost-x86-01.rdu3.fedoraproject.org
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
br0_ipv4: 10.16.169.11
|
||||
br0_ipv4_gw: 10.16.169.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:57:0A
|
||||
mac1: C4:CB:E1:E1:57:0B
|
||||
mac2: C4:70:BD:A4:09:84
|
||||
mac3: C4:70:BD:A4:09:85
|
||||
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
|
||||
@@ -77,6 +77,7 @@ bvmhost-x86-02.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-riscv01.iad2.fedoraproject.org
|
||||
bvmhost-x86-01.rdu3.fedoraproject.org
|
||||
|
||||
[colo_virt]
|
||||
dedicatedsolutions01.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user