Add a bunch more network information, blacklist some more groups
This commit is contained in:
parent
f105bfd616
commit
7872efc377
20 changed files with 44 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
host_group: kojibuilder
|
||||
fas_client_groups: sysadmin-releng,sysadmin-secondary
|
||||
sudoers: "{{ private }}/files/sudo/buildsecondary-sudoers"
|
||||
gw: 10.5.78.254
|
||||
|
||||
koji_server_url: "http://arm.koji.fedoraproject.org/kojihub"
|
||||
koji_weburl: "http://arm.koji.fedoraproject.org/koji"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
virthost: true
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
# Groups and individual hosts should ovveride them with specific info.
|
||||
|
|
2
inventory/group_vars/colo-virt
Normal file
2
inventory/group_vars/colo-virt
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
virthost: true
|
|
@ -2,6 +2,8 @@
|
|||
datacenter: fedorainfracloud
|
||||
freezes: false
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
# Packages installed on all Jenkins slaves (Fedora, CentOS)
|
||||
slave_packages_common:
|
||||
- java-1.8.0-openjdk-devel
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
openqa_workers: 4
|
||||
openqa_hostname: openqa-stg01.qa.fedoraproject.org
|
||||
gw: 10.5.124.254
|
||||
|
||||
openqa_key: "{{ stg_openqa_apikey }}"
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
openqa_workers: 4
|
||||
openqa_hostname: openqa01.qa.fedoraproject.org
|
||||
gw: 10.5.124.254
|
||||
|
||||
openqa_key: "{{ prod_openqa_apikey }}"
|
||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
virthost: true
|
||||
|
|
4
inventory/host_vars/bkernel01.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/bkernel01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.125.254
|
||||
eth0_ip: 10.5.125.51
|
||||
eth1_ip: 10.5.127.30
|
4
inventory/host_vars/bkernel02.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/bkernel02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.125.254
|
||||
eth0_ip: 10.5.125.52
|
||||
eth1_ip: 10.5.127.31
|
4
inventory/host_vars/download01.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/download01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.93
|
||||
eth1_ip: 10.5.127.101
|
4
inventory/host_vars/download02.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/download02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.94
|
||||
eth1_ip: 10.5.127.102
|
4
inventory/host_vars/download03.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/download03.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.95
|
||||
eth1_ip: 10.5.127.103
|
4
inventory/host_vars/download04.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/download04.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.96
|
||||
eth1_ip: 10.5.127.104
|
4
inventory/host_vars/download05.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/download05.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.97
|
||||
eth1_ip: 10.5.127.105
|
|
@ -7,6 +7,7 @@ ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_virthost
|
||||
eth0_ip: 10.5.126.13
|
||||
eth1_ip: 10.5.127.22
|
||||
vmhost: virthost18.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
|||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
gw: 10.5.124.254
|
||||
|
||||
short_hostname: qa10.qa
|
||||
slaves:
|
||||
|
|
|
@ -4,6 +4,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
|||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
gw: 10.5.124.254
|
||||
|
||||
short_hostname: qa11.qa
|
||||
slaves:
|
||||
|
|
|
@ -4,6 +4,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
|||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
gw: 10.5.131.254
|
||||
|
||||
short_hostname: qa12.qa
|
||||
slaves:
|
||||
|
|
|
@ -4,6 +4,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
|||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
gw: 10.5.131.254
|
||||
|
||||
short_hostname: qa13.qa
|
||||
slaves:
|
||||
|
|
|
@ -4,3 +4,4 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
|||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
gw: 10.5.131.254
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue