mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
and this should allow for openqa-aarch64-02/03. let adamw do the rest
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
08a3917043
commit
25162587ca
@@ -159,8 +159,8 @@ buildvmhost-aarch64-18.arm.fedoraproject.org
|
||||
buildvmhost-aarch64-19.arm.fedoraproject.org
|
||||
buildvmhost-a64-osbs-01.arm.fedoraproject.org
|
||||
openqa-aarch64-01.qa.fedoraproject.org
|
||||
#openqa-aarch64-02.qa.fedoraproject.org
|
||||
#openqa-aarch64-03.qa.fedoraproject.org
|
||||
openqa-aarch64-02.qa.fedoraproject.org
|
||||
openqa-aarch64-03.qa.fedoraproject.org
|
||||
|
||||
[hardware:children]
|
||||
moonshot
|
||||
|
||||
@@ -5,6 +5,8 @@ gw: 10.5.78.254
|
||||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.78.7
|
||||
eth0_nm: 255.255.255.0
|
||||
eth1_ip: 10.5.131.26
|
||||
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
|
||||
|
||||
@@ -5,6 +5,8 @@ gw: 10.5.78.254
|
||||
dns: 10.5.126.21
|
||||
eth0_ip: 10.5.78.8
|
||||
eth0_nm: 255.255.255.0
|
||||
eth1_ip: 10.5.131.27
|
||||
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
|
||||
|
||||
@@ -516,8 +516,8 @@ aarch64-c28n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c29n1-oqa.arm.fedoraproject.org
|
||||
aarch64-c30n1-oqa.arm.fedoraproject.org
|
||||
openqa-aarch64-01.arm.fedoraproject.org
|
||||
#openqa-aarch64-02.arm.fedoraproject.org
|
||||
#openqa-aarch64-03.arm.fedoraproject.org
|
||||
openqa-aarch64-02.arm.fedoraproject.org
|
||||
openqa-aarch64-03.arm.fedoraproject.org
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user