Skip to content
Snippets Groups Projects
Commit 760c2b79 authored by Mark Goddard's avatar Mark Goddard Committed by Pierre Riteau
Browse files

CI: use retries for control host bootstrap in seed VM jobs

All instances of 'kayobe control host bootstrap' in the development
scripts use a helper function, except for during seed_hypervisor_deploy.
The helper adds a retry mechanism to combat flakiness often seen during
Ansible Galaxy installs.

This change fixes the issue.

TrivialFix

Change-Id: I954cb604a18874744b3673ebf2e2c29caa18ce8f
parent 1a20aa07
No related branches found
No related tags found
No related merge requests found
......@@ -266,8 +266,7 @@ function seed_hypervisor_deploy {
# Deploy a seed hypervisor.
environment_setup
echo "Bootstrapping the Ansible control host"
run_kayobe control host bootstrap
control_host_bootstrap
echo "Configuring the seed hypervisor"
run_kayobe seed hypervisor host configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment