Commit e7cb5c1
[federation] Fix race condition with openstackclient pod readiness
After Keystone reconfiguration the openstackclient pod may restart,
causing oc exec commands to fail with "pods openstackclient not found".
Add a readiness wait before running OpenStack setup commands, and add
retries to run_osp_cmd.yml matching the pattern used by the ipa role.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Luca Miccini <lmiccini@redhat.com>1 parent 8a15a5f commit e7cb5c1
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
33 | 49 | | |
34 | 50 | | |
35 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
0 commit comments