This repository was archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Add link to the users used to SSH into the Cloud EC2s #2392
Merged
Conversation
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
|
This pull request does not have a backport label. Could you fix it @AndersonQ? 🙏
|
mdelapenya
reviewed
Apr 19, 2022
| To access the machines, you must be allowed to do so first, and for that, please submit a PR adding your Github username in alphabetical order to [this file](../.ci/ansible/github-ssh-keys), keeping a blank line as file ending. | ||
| To access the machines, you must be allowed to do so first, and for that, please submit a PR adding your Github username in alphabetical order to [this file](../.ci/ansible/github-ssh-keys), keeping a blank line as file ending. The user to access each EC2 used on the tests can be found [here](https://github.com/elastic/e2e-testing/blob/main/.ci/.e2e-platforms.yaml | ||
| ). | ||
|
|
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.
Suggested change
| An example of how to create a SSH connection can be found here: | |
| > ssh -i ~/.ssh/YOUR_SSH_KEY.pub -vvvv admin@PUBLIC_IP_OF_THE_VM | |
mdelapenya
reviewed
Apr 19, 2022
mdelapenya
approved these changes
Apr 19, 2022
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.
Co-authored-by: Manuel de la Peña <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa)
mergify bot
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa)
mergify bot
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa)
mdelapenya
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa) Co-authored-by: Anderson Queiroz <[email protected]>
mdelapenya
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa) Co-authored-by: Anderson Queiroz <[email protected]>
mdelapenya
pushed a commit
that referenced
this pull request
Apr 20, 2022
Co-authored-by: Manuel de la Peña <[email protected]> (cherry picked from commit 4517dfa) Co-authored-by: Anderson Queiroz <[email protected]>
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Apr 26, 2022
* main: fix: use empty string instead of null for ES' network.host (elastic#2429) ci: transform branch to allow the Google Labels naming (elastic#2419) Add metadata tags (elastic#2407) Add link to the users used to SSH into the Cloud EC2s (elastic#2392) fix: add EOF (elastic#2387)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area:documentation
Anything related to the Observability Robots documentation
backport-v7.17.0
Automated backport with mergify
backport-v8.1.0
Automated backport with mergify
backport-v8.2.0
Automated backport with mergify
documentation
Improvements or additions to documentation
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?
Add link to users used to SSH into the Cloud EC2s to e2e/TROUBLESHOOTING.md
Why is it important?
To know which user to use
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have run the Unit tests (make unit-test), and they are passing locally[ ] I have run the End-2-End tests for the suite I'm working on, and they are passing locally[ ] I have noticed new Go dependencies (runmake noticein the proper directory)