Swap host vars for aarch64-01 and aarch64-02
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
efe6e90687
commit
26fe390de0
2 changed files with 7 additions and 7 deletions
|
@ -12,13 +12,6 @@ nrpe_procs_crit: 300
|
|||
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
|
||||
# openQA tap worker hosts (like this one) do stuff with ifcfg that base
|
||||
# doesn't understand. terrible, terrible stuff. seriously - it doesn't
|
||||
# handle the openvswitch config well. so let's tell it to just configure
|
||||
# the actual connected interface (which on this system is eth0) for us
|
||||
# and leave everything else alone.
|
||||
ansible_ifcfg_whitelist: ['eth0']
|
||||
|
||||
openqa_workers: 3
|
||||
|
||||
# has an HW RNG, so let's have rngd
|
||||
|
|
|
@ -12,6 +12,13 @@ nrpe_procs_crit: 300
|
|||
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
|
||||
# openQA tap worker hosts (like this one) do stuff with ifcfg that base
|
||||
# doesn't understand. terrible, terrible stuff. seriously - it doesn't
|
||||
# handle the openvswitch config well. so let's tell it to just configure
|
||||
# the actual connected interface (which on this system is eth0) for us
|
||||
# and leave everything else alone.
|
||||
ansible_ifcfg_whitelist: ['eth0']
|
||||
|
||||
openqa_workers: 3
|
||||
|
||||
# has an HW RNG, so let's have rngd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue