more openqa trials.. let adamw do the rest of the work to make it work
This commit is contained in:
parent
a5eae8f887
commit
38cc18ce96
1 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@ gw: 10.5.78.254
|
|||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.78.6
|
||||
eth0_nm: 255.255.255.0
|
||||
eth1_ip: 10.5.131.25
|
||||
eth1_nm: 255.255.255.0
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran
|
||||
nrpe_procs_warn: 250
|
||||
|
@ -18,8 +20,8 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
|||
# the regular interfaces (which on this system is eth0-eth3) for us,
|
||||
# disabling all but the one we want to use (eth2), and leave everything
|
||||
# else alone.
|
||||
ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3']
|
||||
ansible_ifcfg_disabled: ['eth2', 'eth1', 'eth3']
|
||||
ansible_ifcfg_whitelist: ['eth3']
|
||||
ansible_ifcfg_disabled: ['eth0', 'eth1', 'eth2']
|
||||
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue