kola: Improve debugging abilities through SSH login #57
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.
kola: Improve debugging abilities through SSH login
The tests in "kola run" used a temporary SSH key and
directly deleted the machines after a failure.
Add the same SSH key option as in "kola spawn"
to include additional SSH keys (just "-k" is
enough to include the agent/default SSH keys).
Also use the option to skip machine removal as
in "kola spawn --remove=false".
Use the private IP because the default firewall
rules do not allow incoming traffic on 2379 for
the public IP.
Also, there are no FLATCAR__IP variables set up in
/etc/environment for machines running in
Google Compute Engine because (as with afterburn)
the prefix is still COREOS_.