-
Notifications
You must be signed in to change notification settings - Fork 42
Conversation
It seems that for CentOS machines, SSH takes more than 1min to come
Mmm, interestingly, SSH came but it did thanks to the retry, not to Ansible's wait_for timeout @elastic/observablt-robots do you see anything weird here? |
BTW @v1v we could enable the ansible otel plugin for this deployment! |
If you use the multiline format in the ansible tasks, does it work?
The below snippet within the
in addition to a change in the
And it should just work |
@v1v I tried the multiline definition, but I can see in the Jenkins logs that it takes around 1 min to execute the task: 12:05 > 12:06
|
The errors are coming from the latest beat snapshot, not from the SSH access. I'd say this is ready to go. |
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63)
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63)
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63)
* main: chore: double wait time for SSH (elastic#2066)
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
* chore: dible wait time for SSH It seems that for CentOS machines, SSH takes more than 1min to come * chore: use multiline * chore: include OpenTelemetry traces for Ansible (cherry picked from commit a176d63) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
It seems that for CentOS machines, SSH takes more than 1min to come
What does this PR do?
It doubles the timeout period when waiting for SSH to come after the AWS instance has been created, from 60 seconds to 120
Why is it important?
We have noticed that it takes more than 1 minute only for CentOS, and I've double checked that SSH is enabled for the AMI used for CentOS, launching it from AWS console manually
Checklist
make unit-test
), and they are passing locallymake notice
in the proper directory)Author's Checklist