Actions
Task #4970
closedTask #4968: Test/adapt JClouds
SSH key injection
Start date:
09/09/2013
Due date:
% Done:
0%
Estimated time:
Description
JClouds Jenkins plugin currently supports only password SSH connection to newly created slaves.
But images in the CC OpenStack directory require SSH key injection (nova boot --key=mykey
).
We need to hack the plugin to permit SSH key injection.
Note that the SSH keypair that is specified in the UI is for the jenkins user, not for root !
Related issues
Updated by Brétel Foudil over 11 years ago
Updated by Brétel Foudil over 11 years ago
The patch is included in the JClouds plugin v2.4.
The keypair uploaded to openstack needs to be into RSA Private Key
, Public Key
fields.
We should set Open Stack Options > Key Pair Name
accordingly.
The key will be used for the root
user when spawning a slave.
Actions