make sure the environment is setup for remote host
This commit is contained in:
parent
286dcca6b2
commit
82f128a39c
3 changed files with 23 additions and 2 deletions
10
inventory/host_vars/virthost-cc-rdu02.fedoraproject.org
Normal file
10
inventory/host_vars/virthost-cc-rdu02.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
datacenter: rdu-cc
|
||||
br0_ip: 8.43.85.66
|
||||
br0_nm: 255.255.255.0
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
postfix_group: vpn
|
||||
vpn: true
|
10
inventory/host_vars/virthost-cc-rdu03.fedoraproject.org
Normal file
10
inventory/host_vars/virthost-cc-rdu03.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
datacenter: rdu-cc
|
||||
br0_ip: 8.43.85.64
|
||||
br0_nm: 255.255.255.0
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
postfix_group: vpn
|
||||
vpn: true
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
# This virthost only has stg instances, so it doesn't freeze
|
||||
freezes: false
|
||||
nested: true
|
||||
dns: 10.5.126.21
|
||||
gw: 10.5.128.254
|
||||
br0_ip: 10.5.128.42
|
||||
br0_ip: 10.5.128.41
|
||||
br0_nm: 255.255.255.0
|
||||
br1_ip: 10.5.127.201
|
||||
br1_ip: 10.5.127.195
|
||||
br1_nm: 255.255.255.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue