add the other openqa aarch64 moonshot carts
This commit is contained in:
parent
861317a81f
commit
800d487079
5 changed files with 104 additions and 0 deletions
25
inventory/host_vars/aarch64-c26n1-oqa.arm.fedoraproject.org
Normal file
25
inventory/host_vars/aarch64-c26n1-oqa.arm.fedoraproject.org
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
eth0_ip: 10.5.129.126
|
||||
gw: 10.5.129.254
|
||||
nm: 255.255.255.0
|
||||
dns: 10.5.126.21
|
||||
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran,sysadmin-secondary
|
||||
nrpe_procs_warn: 250
|
||||
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
|
||||
openqa_rngd: True
|
25
inventory/host_vars/aarch64-c27n1-oqa.arm.fedoraproject.org
Normal file
25
inventory/host_vars/aarch64-c27n1-oqa.arm.fedoraproject.org
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
eth0_ip: 10.5.129.127
|
||||
gw: 10.5.129.254
|
||||
nm: 255.255.255.0
|
||||
dns: 10.5.126.21
|
||||
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran,sysadmin-secondary
|
||||
nrpe_procs_warn: 250
|
||||
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
|
||||
openqa_rngd: True
|
25
inventory/host_vars/aarch64-c28n1-oqa.arm.fedoraproject.org
Normal file
25
inventory/host_vars/aarch64-c28n1-oqa.arm.fedoraproject.org
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
eth0_ip: 10.5.129.128
|
||||
gw: 10.5.129.254
|
||||
nm: 255.255.255.0
|
||||
dns: 10.5.126.21
|
||||
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran,sysadmin-secondary
|
||||
nrpe_procs_warn: 250
|
||||
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
|
||||
openqa_rngd: True
|
25
inventory/host_vars/aarch64-c29n1-oqa.arm.fedoraproject.org
Normal file
25
inventory/host_vars/aarch64-c29n1-oqa.arm.fedoraproject.org
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
|
||||
eth0_ip: 10.5.129.129
|
||||
gw: 10.5.129.254
|
||||
nm: 255.255.255.0
|
||||
dns: 10.5.126.21
|
||||
|
||||
datacenter: phx2
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran,sysadmin-secondary
|
||||
nrpe_procs_warn: 250
|
||||
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
|
||||
openqa_rngd: True
|
|
@ -589,6 +589,10 @@ openqa-aarch64-01.qa.fedoraproject.org
|
|||
openqa-aarch64-02.qa.fedoraproject.org
|
||||
# openqa-aarch64-01.qa.fedoraproject.org
|
||||
# openqa-aarch64-02.qa.fedoraproject.org
|
||||
aarch64-c26n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c27n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c28n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c29n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c30n1-oqa.arm.fedoraproject.org
|
||||
|
||||
# the workers that can run networked jobs. each server should have *one* of these per arch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue