Commit bd5a332
Add retry logic to ceph node package installation
The dnf task installing os-net-config and openvswitch on ceph nodes
had no retry, causing transient repo failures to fail the entire job.
Added retries: 3 with delay: 10 to both setup_cephnodes.yaml and
setup_cephnodes_ipv6.yaml, consistent with other dnf tasks in the
playbooks.
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>1 parent a471c8b commit bd5a332
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments