buildvm-p09-05 enters the ring
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9244b4c122
commit
b922910edb
2 changed files with 34 additions and 0 deletions
|
@ -203,6 +203,7 @@ bvmhost-p09-01.iad2.fedoraproject.org
|
|||
bvmhost-p09-02.iad2.fedoraproject.org
|
||||
bvmhost-p09-03.iad2.fedoraproject.org
|
||||
bvmhost-p09-04.iad2.fedoraproject.org
|
||||
bvmhost-p09-05.iad2.fedoraproject.org
|
||||
bvmhost-p08-01.stg.iad2.fedoraproject.org
|
||||
bvmhost-p09-01.stg.iad2.fedoraproject.org
|
||||
|
||||
|
|
33
inventory/host_vars/bvmhost-p09-05.iad2.fedoraproject.org
Normal file
33
inventory/host_vars/bvmhost-p09-05.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
br0_ipv4: 10.3.171.21
|
||||
br0_ipv4_gw: 10.3.171.254
|
||||
br0_ipv4_nm: 24
|
||||
br0_port0_mac: "{{ mac2 }}"
|
||||
datacenter: iad2
|
||||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
dns_search2: "iad2.fedoraproject.org"
|
||||
dns_search3: "fedoraproject.org"
|
||||
has_ipv4: yes
|
||||
mac2: b8:ce:f6:c5:ff:66
|
||||
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
|
||||
- mac: "{{ br0_port0_mac }}"
|
||||
master: br0
|
||||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
Loading…
Add table
Add a link
Reference in a new issue