-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert wait_for_splunk_instance.yml #833
Conversation
Verified that this change works on an S3 SVA (3 search heads w/ shc, 1 indexer, 1 deployer) |
@jonathan-vega-splunk I am still seeing the occasional error on deployers when the shc captain is not ready yet (see #824). This seems to occur when the shc captain is in the middle of restarting, however it is NOT caused by the |
Can we keep using splunk_api to ensure UDS support. And just fix the url param to accommodate remote instance? |
There are 2 major reasons I didn't use
|
Good callout on 1. I totally forgot about that. When I was debugging this, it appeared as if it is waiting for itself to come up rather than a remote instance, so I was under the impression that the task applies generically for both local and remote host. We might need to clarify the task name or put a comment |
f793421
Allows
wait_for_splunk_instance.yml
to target remote hosts instead of only localhost.Using the previous
uri
module also always guarantees aresponse.status
value.