You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2012/05/18 07:40:04 UTC

[dev] [jira] [Resolved] (LIBCLOUD-198) Enable libcloud to deploy to nodes with only private ip addresses

     [ https://issues.apache.org/jira/browse/LIBCLOUD-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-198.
-----------------------------------

    Resolution: Fixed
      Assignee: Tomaz Muraus
    
> Enable libcloud to deploy to nodes with only private ip addresses
> -----------------------------------------------------------------
>
>                 Key: LIBCLOUD-198
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-198
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: Compute
>            Reporter: Jay Doane
>            Assignee: Tomaz Muraus
>            Priority: Minor
>         Attachments: wait-until-running-ssh-interface.patch
>
>
> Some cloud providers (e.g. devstack) allow configurations that create nodes without public IP addresses.
> Unfortunately, libcloud only uses public IP addresses to test whether a node is running, and to subsequently connect via ssh to start a deployment.
> This patch exposes a new parameter called "ssh_interface" to the _wait_until_running() method, with a default value of "public_ips" to keep the existing behavior.  It also returns a tuple of the running node with the list of ip addresses that it actually waited for, which are then used by the ssh client.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira