This repository was archived by the owner on Sep 17, 2024. It is now read-only.
feat: enable SSH access to users for debugging cloud instances (#2001) backport for 8.0#2030
Merged
mdelapenya merged 1 commit intoelastic:8.0from Jan 20, 2022
Merged
Conversation
…ic#2001) * chore: install ssh-import-id from pip It will allow importing public SSH keys from Github so we can easily provide a way for developers to connect to the cloud instances. See https://github.com/dustinkirkland/ssh-import-id * feat: do not destroy cloud resources if DEVELOPER_MODE is true * feat: install public SSH keys into the cloud instances * chore: enable @mdelapenya in SSH access * chore: mark EC2 instances with a proper label to be reaped * feat: add a pipeline that removes AWS cloud resources on Sundays * chore: force installation * fix: install pip * fix: run script after having the repo (order matters) * chore: use base commit as RUN_ID This way we will be able to correlate the cloud instances with a commit SHA instead of a random UUID * docs: update RUN_ID docs * chore: add @adam-stokes as SSH user * fix: do not import ssh keys as root * chore: rename tag used on AWS reaper * chore: add a label for node kind * chore: add buildURL as tag * fix: camelcase * fix: pass buildURL when creating runners * chore: use default value for buildURL Provisioning from local machine will lead to buildURL not to be populated, so we need a default value * chore: simplify reaper pipeline removing git checkout * chore: install python-pip for Suse and CentOS * chore: back to a random UUID * feat: add a VM label for the git base commit * chore: define labels once Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Contributor
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
|
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.
Backports the following commits to 8.0: