platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

SSH Machine Controller

A machine controller for the Cluster API reference implementation.

Testing

Machine Actuator

The machine actuator tests will run against a mock SSH server, but until then they run against an actual host, and require valid SSH credentials. Generate them before running tests:

$ ./machine/testdata/generate-ssh-credentials.sh username /path/to/private-ssh-key > ./machine/testdata/ssh-credentials.yaml