This repository was archived by the owner on Sep 17, 2024. It is now read-only.
chore: wait for the stack while provisioning#2486
Merged
mdelapenya merged 2 commits intoelastic:mainfrom May 6, 2022
Merged
Conversation
Contributor
8 tasks
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: wait for the stack while provisioning * chore: simplify ansible task with a loop (cherry picked from commit eff04e7)
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: wait for the stack while provisioning * chore: simplify ansible task with a loop (cherry picked from commit eff04e7)
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: wait for the stack while provisioning * chore: simplify ansible task with a loop (cherry picked from commit eff04e7)
mdelapenya
added a commit
that referenced
this pull request
May 6, 2022
mdelapenya
added a commit
that referenced
this pull request
May 6, 2022
mdelapenya
added a commit
that referenced
this pull request
May 6, 2022
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 9, 2022
* main: bump stack version 8.3.0-5c1ff35f (elastic#2494) chore: reduce AWS instances size (elastic#2477) chore: wait for the stack while provisioning (elastic#2486)
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 22, 2022
* main: bump stack version 8.3.0-8ee1196f (elastic#2519) ci: daily pipeline to use main branch (elastic#2516) bump stack version 8.3.0-53513548 (elastic#2513) chore: run reaper daily at 1:30 am (elastic#2512) avoid aliases if no major.minor format (elastic#2501) bump stack version 8.3.0-d380914f (elastic#2505) chore: refactor cucumber tags (elastic#2496) chore: skip system-integration scenarios for Beats (elastic#2482) bump stack version 8.3.0-5c1ff35f (elastic#2494) chore: reduce AWS instances size (elastic#2477) chore: wait for the stack while provisioning (elastic#2486) bump stack version 8.3.0-6ba9f710 (elastic#2484)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It adds three Ansible tasks to wait for the different services that represent the Elastic stack: Elasticsearch, Kibana and Fleet Server
The wait_for Ansible module will use the main ports for each service, including a delay of 10 seconds. The default max timout of 300 secs will be used.
Why is it important?
We have detected that after launching the stack, the fleet-server container dies, causing all the following test scenarios to fail. We want to fail fast and not to create all the VMs in the case the stack is not healthy
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)