14807: Allow driver to specify SSH username.
authorTom Clegg <tclegg@veritasgenetics.com>
Wed, 13 Feb 2019 06:42:40 +0000 (01:42 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Fri, 15 Feb 2019 21:13:19 +0000 (16:13 -0500)
commitefe3cb087cc269daa5e41f669ecbb4c0d14bcfc6
tree170999f61f73b25d215e2957de80843b0c2a51ce
parented317e6b28c7fc69d1af2899e782b92b1dad0a79
14807: Allow driver to specify SSH username.

Use a non-root account with passwordless sudo on a provider (Azure)
that can easily set that up, but can't easily set up direct root
login.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
lib/cloud/azure/azure.go
lib/cloud/azure/azure_test.go
lib/cloud/interfaces.go
lib/dispatchcloud/ssh_executor/executor.go
lib/dispatchcloud/ssh_executor/executor_test.go
lib/dispatchcloud/test/ssh_service.go
lib/dispatchcloud/test/stub_driver.go
lib/dispatchcloud/worker/pool.go
lib/dispatchcloud/worker/worker.go