-
Notifications
You must be signed in to change notification settings - Fork 116
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
Review service container aliases and hostname #1850
Review service container aliases and hostname #1850
Conversation
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
for i in $(seq "$NUMBER_SUCCESSES"); do | ||
echo "Iter $i" | ||
healthcheck | ||
sleep 1 | ||
sleep "$WAITING_TIME" | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a separate PR for these changes related to Fleet Server healthcheck #1867
aafd7b0
to
302731c
Compare
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#9930 |
💚 Build Succeeded
History
cc @mrodm |
Ensure that communication between containers can be established by adding alias when connecting the service container to the Elastic Agent network.
Alias follow this pattern
svc-<service_name>
, whereservice_name
is the service name defined in the compose project (_dev/deploy/docker/docker-compose.yml
) or in the test configuration file.All compose project names now will have a random suffix (runID). For isntance:
elastic-package-service-12345
. This would also help us to move forward running tests in parallel.