osuosl02: add new vmhost at osuosl
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
473d46624c
commit
323ed2dc89
3 changed files with 35 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[dells]
|
||||
osuosl01.fedoraproject.org
|
||||
osuosl02.fedoraproject.org
|
||||
ibiblio05.fedoraproject.org
|
||||
# ssh often disabled
|
||||
#autosign02.iad2.fedoraproject.org
|
||||
|
|
33
inventory/host_vars/osuosl02.fedoraproject.org
Normal file
33
inventory/host_vars/osuosl02.fedoraproject.org
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
br0_ipv4_ip: 140.211.169.195
|
||||
br0_ipv4_gw: 140.211.169.193
|
||||
br0_ipv4_nm: 26
|
||||
br0_port0_mac: '{{ mac0 }}'
|
||||
datacenter: osuosl
|
||||
dns1: 8.8.8.8
|
||||
dns_search1: vpn.fedoraproject.org
|
||||
dns_search2: vpn.fedoraproject.org
|
||||
has_ipv4: true
|
||||
mac0: "C8:4B:D6:AF:2A:3B"
|
||||
network_connections:
|
||||
- autoconnect: true
|
||||
ip:
|
||||
address:
|
||||
- '{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}'
|
||||
dhcp4: false
|
||||
dns:
|
||||
- '{{ dns1 }}'
|
||||
dns_search:
|
||||
- '{{ dns_search1 }}'
|
||||
gateway4: '{{ br0_ipv4_gw }}'
|
||||
name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
- mac: '{{ br0_port0_mac }}'
|
||||
master: br0
|
||||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
virthost: true
|
|
@ -72,6 +72,7 @@ ibiblio02.fedoraproject.org
|
|||
ibiblio05.fedoraproject.org
|
||||
internetx02.fedoraproject.org
|
||||
osuosl01.fedoraproject.org
|
||||
osuosl02.fedoraproject.org
|
||||
virthost-cc-rdu01.fedoraproject.org
|
||||
virthost-cc-rdu02.fedoraproject.org
|
||||
vmhost-x86-cc03.rdu-cc.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue