diff options
| author | Kamil Páral <kparal@redhat.com> | 2017-08-10 19:18:32 +0200 |
|---|---|---|
| committer | Kamil Páral <kparal@redhat.com> | 2017-08-10 19:18:32 +0200 |
| commit | 51454962dc85d4e62e5ddf4fbe3800d1239b004e (patch) | |
| tree | 9e5279fd35ef89fa4266697b1461a7ac92d2dc2b /inventory | |
| parent | d4d019b0548d0872d58f9e9e3912f54c57c55206 (diff) | |
| download | ansible-51454962dc85d4e62e5ddf4fbe3800d1239b004e.tar.gz ansible-51454962dc85d4e62e5ddf4fbe3800d1239b004e.tar.xz ansible-51454962dc85d4e62e5ddf4fbe3800d1239b004e.zip | |
remove ansible_ifcfg_blacklist from taskotron hosts
We have eth0 devices now, and the blacklist is causing is routing
issues.
See: https://pagure.io/taskotron/issue/231
Diffstat (limited to 'inventory')
4 files changed, 0 insertions, 18 deletions
diff --git a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org index d2897cb26..88abe027c 100644 --- a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org @@ -2,10 +2,6 @@ ############################################################ # networking ############################################################ -# -# We set this for now because this host somehow has a ens3 device instead of eth0 -# -ansible_ifcfg_blacklist: true nm: 255.255.255.0 gw: 10.5.124.254 diff --git a/inventory/host_vars/resultsdb01.qa.fedoraproject.org b/inventory/host_vars/resultsdb01.qa.fedoraproject.org index 3d78d5a2d..30359e8b4 100644 --- a/inventory/host_vars/resultsdb01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb01.qa.fedoraproject.org @@ -2,10 +2,6 @@ ############################################################ # networking ############################################################ -# -# We set this for now because this host somehow has a ens3 device instead of eth0 -# -ansible_ifcfg_blacklist: true nm: 255.255.255.0 gw: 10.5.124.254 diff --git a/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org b/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org index 76fa2e516..21806ce67 100644 --- a/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org @@ -8,11 +8,6 @@ gw: 10.5.124.254 dns: 10.5.126.21 eth0_ip: 10.5.124.232 -# -# We set this for now because this host somehow has a ens3 device instead of eth0 -# -ansible_ifcfg_blacklist: true - ############################################################ # install ############################################################ diff --git a/inventory/host_vars/taskotron01.qa.fedoraproject.org b/inventory/host_vars/taskotron01.qa.fedoraproject.org index c04ebe911..7de82a486 100644 --- a/inventory/host_vars/taskotron01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron01.qa.fedoraproject.org @@ -15,11 +15,6 @@ gw: 10.5.124.254 dns: 10.5.126.21 eth0_ip: 10.5.124.206 -# -# We set this for now because this host somehow has a ens3 device instead of eth0 -# -ansible_ifcfg_blacklist: true - ############################################################ # install ############################################################ |
