diff options
author | Adam Williamson <awilliam@redhat.com> | 2017-09-07 09:57:00 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2017-09-07 09:57:00 -0700 |
commit | 070901d6f38e766bc652cbfbf9aa16fdc7d28e10 (patch) | |
tree | 9a5593896e471f4b6afdaa4774c163f21434231c | |
parent | ba788afe08bcf908e34d378f95dc8fd60f7d0496 (diff) | |
download | ansible-070901d6f38e766bc652cbfbf9aa16fdc7d28e10.tar.gz ansible-070901d6f38e766bc652cbfbf9aa16fdc7d28e10.tar.xz ansible-070901d6f38e766bc652cbfbf9aa16fdc7d28e10.zip |
Bump to 8 workers for the openQA PPC worker host
Signed-off-by: Adam Williamson <awilliam@redhat.com>
-rw-r--r-- | inventory/host_vars/openqa-ppc64le-01.qa.fedoraproject.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/host_vars/openqa-ppc64le-01.qa.fedoraproject.org b/inventory/host_vars/openqa-ppc64le-01.qa.fedoraproject.org index 17dcef90d..e0ee268a0 100644 --- a/inventory/host_vars/openqa-ppc64le-01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-ppc64le-01.qa.fedoraproject.org @@ -14,3 +14,6 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # Given that the only interface here is eth2, we can't really make ansible do its magic ansible_ifcfg_whitelist: - nonexistent + +# this is a powerful machine, can handle more openQA workers +openqa_workers: 8 |