commit e51b15888e091fc634a613090db355eb4838aaec Author: Marc Gariepy Date: Tue Oct 6 10:10:10 2020 -0400 Adjust the retry for the nova-status upgrade check there is some race condition on focal because the cell is discovered after the check, the scheduler have discover_hosts_in_cells_interval=60 adjunsting the attemd to cover more than this 60sec will fix this issue. Change-Id: Ibe32da3aa6e28d346063b1707d4aafb284cf18fd diff --git a/tasks/nova_db_post_setup.yml b/tasks/nova_db_post_setup.yml index 22fdd50..c93cbd2 100644 --- a/tasks/nova_db_post_setup.yml +++ b/tasks/nova_db_post_setup.yml @@ -36,7 +36,7 @@ become_user: "{{ _db_nova_system_user_name }}" register: nova_status_upgrade_check until: nova_status_upgrade_check is success - retries: 3 + retries: 8 delay: 15 # The nova-status upgrade check command has three standard return codes: # 0: all checks were successful