While attempting a deploy, I have run into this error:
ERROR! Exceeded maximum object depth. This may have been caused by excessive role recursion. maximum recursion depth exceeded
There is an issue with the cluster, causing it to continue hitting the rescue block, but I am opening this issue because the process needs to be changed from a recursive call to an iterative call to avoid hitting the above error and masking the underlying problem.
This recursive behavior is seen in at least two places:
|
include_tasks: check-cluster-install.yml |
|
include_tasks: check_nodes_joined.yml |
When I have an opportunity, I will look at a possible fix, but this would also be a good issue for a first time contributor.
While attempting a deploy, I have run into this error:
There is an issue with the cluster, causing it to continue hitting the
rescueblock, but I am opening this issue because the process needs to be changed from a recursive call to an iterative call to avoid hitting the above error and masking the underlying problem.This recursive behavior is seen in at least two places:
jetlag/ansible/roles/install-cluster/tasks/check-cluster-install.yml
Line 152 in 7143305
jetlag/ansible/roles/ocp-scale-out-csr/tasks/check_nodes_joined.yml
Line 58 in 7143305
When I have an opportunity, I will look at a possible fix, but this would also be a good issue for a first time contributor.