Skip to content

Commit

Permalink
Merge pull request #577 from redhatci/monitor-abi-retry-certificate-i…
Browse files Browse the repository at this point in the history
…ssue

monitor_abi | Check if certificate issue appears while monitoring installation
  • Loading branch information
ramperher authored Feb 20, 2025
2 parents 0fb382a + 22cad12 commit ce350b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/monitor_agent_based_installer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
until:
"'Attempted to gather ClusterOperator status after wait failure: Listing ClusterOperator objects' not in _mabi_install_output.stderr
or
'No events logged from the Agent Rest API' in _mabi_install_output.stderr"
'No events logged from the Agent Rest API' in _mabi_install_output.stderr
or
'x509: certificate has expired or is not yet valid' in _mabi_install_output.stderr"

rescue:
# Using master-0 IP address to reach the bootstrap VM
# Placing the logs in repo_root_path
Expand Down

0 comments on commit ce350b4

Please sign in to comment.