Skip to content

Commit

Permalink
Increase forks to handle up to 500 nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 22, 2017
1 parent c251dd5 commit 43f9a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-tests
Expand Up @@ -54,6 +54,7 @@ function generate_ansible_cfg {
echo "[defaults]" > ansible.cfg
echo "callback_plugins = plugins/" >> ansible.cfg
echo "inventory = ansible-inventory" >> ansible.cfg
echo "forks = 500" >> ansible.cfg
echo "generated ansible config:"
echo "========================="
cat ansible.cfg
Expand Down Expand Up @@ -228,7 +229,7 @@ fi
echo "Checking connectivity to nodes"
echo ""

ansible all -m ping || exit 1
ansible all -f 500 -m ping || exit 1
echo ""

testresdir="${testresdir}/$(date +%Y%m%d-%H%M%S)"
Expand Down

0 comments on commit 43f9a71

Please sign in to comment.