fastconnect / cloudify-openstack-driver

Fork of the default openstack driver provided by Cloudify (https://github.com/CloudifySource/cloudify), but with Essex support
1 stars 2 forks source link

Can change username to connect by SSH in .groovy #2

Open jpescalona opened 11 years ago

jpescalona commented 11 years ago

Hi,

I just modified driver code to let you configure username which you connect to VM by SSH.

I also modified example template because there are some properties that doesn't work for cloudify 2.2.0.

Finally, added bootstrap script that works for 2.2.0.

Regards,

Juanpe

ylcao2012 commented 11 years ago

Where to get your new build of jar file ?

grozeille commented 11 years ago

Thanks for your contribution! But why add the boostrap script to the driver? Boostrap script is OS specific, not driver specific.

jpescalona commented 11 years ago

Hey ylcao2012,

here is the jar file: https://github.com/downloads/jpescalona/cloudify-openstack-driver/cloudify-openstack-driver-1.2.1.jar

Regards

ylcao2012 commented 11 years ago

Thanks!