diff --git a/inventory/group_vars/buildaarch64 b/inventory/group_vars/buildaarch64 index 344a5ef1b9..d4f72393e7 100644 --- a/inventory/group_vars/buildaarch64 +++ b/inventory/group_vars/buildaarch64 @@ -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" diff --git a/inventory/group_vars/buildvmhost b/inventory/group_vars/buildvmhost index 2c850a564a..630e6beb14 100644 --- a/inventory/group_vars/buildvmhost +++ b/inventory/group_vars/buildvmhost @@ -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. diff --git a/inventory/group_vars/colo-virt b/inventory/group_vars/colo-virt new file mode 100644 index 0000000000..d7aff060d9 --- /dev/null +++ b/inventory/group_vars/colo-virt @@ -0,0 +1,2 @@ +--- +virthost: true diff --git a/inventory/group_vars/jenkins-slave b/inventory/group_vars/jenkins-slave index bd2647dfc8..b8ed5b00e6 100644 --- a/inventory/group_vars/jenkins-slave +++ b/inventory/group_vars/jenkins-slave @@ -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 diff --git a/inventory/group_vars/openqa-stg-workers b/inventory/group_vars/openqa-stg-workers index e674a2c012..88f8c1bab8 100644 --- a/inventory/group_vars/openqa-stg-workers +++ b/inventory/group_vars/openqa-stg-workers @@ -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 }}" diff --git a/inventory/group_vars/openqa-workers b/inventory/group_vars/openqa-workers index 1e2916feab..b1cb1ddf01 100644 --- a/inventory/group_vars/openqa-workers +++ b/inventory/group_vars/openqa-workers @@ -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 }}" diff --git a/inventory/group_vars/virthost-comm b/inventory/group_vars/virthost-comm index d34cfdb7b6..9def4dba8f 100644 --- a/inventory/group_vars/virthost-comm +++ b/inventory/group_vars/virthost-comm @@ -1,3 +1,5 @@ --- nrpe_procs_warn: 900 nrpe_procs_crit: 1000 + +virthost: true diff --git a/inventory/host_vars/bkernel01.phx2.fedoraproject.org b/inventory/host_vars/bkernel01.phx2.fedoraproject.org new file mode 100644 index 0000000000..c07c1e5ed4 --- /dev/null +++ b/inventory/host_vars/bkernel01.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.125.254 +eth0_ip: 10.5.125.51 +eth1_ip: 10.5.127.30 diff --git a/inventory/host_vars/bkernel02.phx2.fedoraproject.org b/inventory/host_vars/bkernel02.phx2.fedoraproject.org new file mode 100644 index 0000000000..7d2eb61d02 --- /dev/null +++ b/inventory/host_vars/bkernel02.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.125.254 +eth0_ip: 10.5.125.52 +eth1_ip: 10.5.127.31 diff --git a/inventory/host_vars/download01.phx2.fedoraproject.org b/inventory/host_vars/download01.phx2.fedoraproject.org new file mode 100644 index 0000000000..0b4585f104 --- /dev/null +++ b/inventory/host_vars/download01.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.126.254 +eth0_ip: 10.5.126.93 +eth1_ip: 10.5.127.101 diff --git a/inventory/host_vars/download02.phx2.fedoraproject.org b/inventory/host_vars/download02.phx2.fedoraproject.org new file mode 100644 index 0000000000..03ff674206 --- /dev/null +++ b/inventory/host_vars/download02.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.126.254 +eth0_ip: 10.5.126.94 +eth1_ip: 10.5.127.102 diff --git a/inventory/host_vars/download03.phx2.fedoraproject.org b/inventory/host_vars/download03.phx2.fedoraproject.org new file mode 100644 index 0000000000..f8a694b0b4 --- /dev/null +++ b/inventory/host_vars/download03.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.126.254 +eth0_ip: 10.5.126.95 +eth1_ip: 10.5.127.103 diff --git a/inventory/host_vars/download04.phx2.fedoraproject.org b/inventory/host_vars/download04.phx2.fedoraproject.org new file mode 100644 index 0000000000..6bec9b4c0b --- /dev/null +++ b/inventory/host_vars/download04.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.126.254 +eth0_ip: 10.5.126.96 +eth1_ip: 10.5.127.104 diff --git a/inventory/host_vars/download05.phx2.fedoraproject.org b/inventory/host_vars/download05.phx2.fedoraproject.org new file mode 100644 index 0000000000..aa4f69969d --- /dev/null +++ b/inventory/host_vars/download05.phx2.fedoraproject.org @@ -0,0 +1,4 @@ +--- +gw: 10.5.126.254 +eth0_ip: 10.5.126.97 +eth1_ip: 10.5.127.105 diff --git a/inventory/host_vars/log01.phx2.fedoraproject.org b/inventory/host_vars/log01.phx2.fedoraproject.org index 9628c5567b..dd32152955 100644 --- a/inventory/host_vars/log01.phx2.fedoraproject.org +++ b/inventory/host_vars/log01.phx2.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/qa10.qa.fedoraproject.org b/inventory/host_vars/qa10.qa.fedoraproject.org index ea9f67314c..2d6c62ccf4 100644 --- a/inventory/host_vars/qa10.qa.fedoraproject.org +++ b/inventory/host_vars/qa10.qa.fedoraproject.org @@ -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: diff --git a/inventory/host_vars/qa11.qa.fedoraproject.org b/inventory/host_vars/qa11.qa.fedoraproject.org index dbef7dcb30..1547483596 100644 --- a/inventory/host_vars/qa11.qa.fedoraproject.org +++ b/inventory/host_vars/qa11.qa.fedoraproject.org @@ -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: diff --git a/inventory/host_vars/qa12.qa.fedoraproject.org b/inventory/host_vars/qa12.qa.fedoraproject.org index d44c196d82..16de8706a2 100644 --- a/inventory/host_vars/qa12.qa.fedoraproject.org +++ b/inventory/host_vars/qa12.qa.fedoraproject.org @@ -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: diff --git a/inventory/host_vars/qa13.qa.fedoraproject.org b/inventory/host_vars/qa13.qa.fedoraproject.org index 479198e572..63fe67b886 100644 --- a/inventory/host_vars/qa13.qa.fedoraproject.org +++ b/inventory/host_vars/qa13.qa.fedoraproject.org @@ -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: diff --git a/inventory/host_vars/qa14.qa.fedoraproject.org b/inventory/host_vars/qa14.qa.fedoraproject.org index 0538d9696f..51ff8996b4 100644 --- a/inventory/host_vars/qa14.qa.fedoraproject.org +++ b/inventory/host_vars/qa14.qa.fedoraproject.org @@ -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