redhat-cop / agnosticd

AgnosticD - Ansible Deployer for multiple Cloud Deployers
https://redhat-cop.github.io/agnosticd/
GNU General Public License v3.0
381 stars 485 forks source link

RHTAP timeout patch #8129

Closed perryrivera1 closed 3 weeks ago

perryrivera1 commented 3 weeks ago
SUMMARY

Adds timeouts for OSD deployment

ISSUE TYPE
COMPONENT NAME

RHTAP timeout patch

ADDITIONAL INFORMATION

Why trying to deploy CI Red Hat Trusted Application Pipeline, you may encounter this error: TASK [ocp4_workload_openshift_data_foundation : Wait for ODF Storage Cluster to finish deploying] *** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible_collections.kubernetes.core.plugins.module_utils.k8s.exceptions.CoreException: Failed to gather information about StorageCluster(s) even after waiting for 600 seconds fatal: [bastion.tf2q9.internal]: FAILED! => {"changed": false, "msg": "Failed to gather information about StorageCluster(s) even after waiting for 600 seconds"}

Error looks similar to errors fixed by: https://github.com/rhpds/agnosticv/pull/14743/files https://github.com/redhat-cop/agnosticd/pull/7977/files

N/A - fix submitted through github.com