Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Handle containers as SSH targets #12
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedAug 7, 2017
•
Edited 1 time
-
axw
Aug 7, 2017
Proxy SSH connections to containers
through their hosts.
Refactor parallelCall, renaming it
to parallelExec, and dropping the
irrelevant details of DistResult.
It now takes a list of targets
(machine/host addresses), and a
command to execute on each. The
callers mix the results with
machine details as needed.
Also, stop swallowing errors when
making "service" command calls. We
are still just logging the output of
failed "service" command executions,
but we no longer swallow the outright
SSH transport failures.