You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Stuart Hendren <no...@github.com> on 2015/05/27 18:39:59 UTC

[jclouds-labs] JCLOUDS-913 CloudSigma2 Adding password to returned login credentials (#177)

Password is not currently added to the login credentials.
This is done in other providers adapters.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/177

-- Commit Summary --

  * JCLOUDS-913 CloudSigma2 Adding password to returned login credentials

-- File Changes --

    M cloudsigma2/src/main/java/org/jclouds/cloudsigma2/compute/strategy/CloudSigma2ComputeServiceAdapter.java (6)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/177.patch
https://github.com/jclouds/jclouds-labs/pull/177.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/177

Re: [jclouds-labs] JCLOUDS-913 CloudSigma2 Adding password to returned login credentials (#177)

Posted by Ignasi Barrera <no...@github.com>.
No need for apologies! Every contribution is very welcome :)
We need to do much better documenting how each provider works.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/177#issuecomment-106235999

Re: [jclouds-labs] JCLOUDS-913 CloudSigma2 Adding password to returned login credentials (#177)

Posted by Ignasi Barrera <no...@github.com>.
Thanks @stuarthendren!

The password in the LoginCredentials should be the SSH password used to connect to the node. In other words, the returned password should be the one that can be used to run scripts, and automated stuff on the node, and the VNC one does not meet that goal.

In CloudSigma, however, the images don't allow a password login, because an interactive prompt is shown on the first login to set the password. The only images that allow an automated interaction are the cloud-init ones, which allow to configure an SSH public key. jclouds configures that ssh key and the username, and intentionally sets the password to null.

Does this make sense?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/177#issuecomment-106207043

Re: [jclouds-labs] JCLOUDS-913 CloudSigma2 Adding password to returned login credentials (#177)

Posted by Stuart Hendren <no...@github.com>.
Yes, that makes sense, and the ssh key gets added later, so we don't need to do anything here.
Sorry.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/177#issuecomment-106231715

Re: [jclouds-labs] JCLOUDS-913 CloudSigma2 Adding password to returned login credentials (#177)

Posted by Stuart Hendren <no...@github.com>.
Closed #177.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/177#event-315758577