You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2011/06/03 19:45:50 UTC

[jira] [Commented] (WHIRR-325) Reduce cloud provider-specific code in scripts

    [ https://issues.apache.org/jira/browse/WHIRR-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043906#comment-13043906 ] 

Tom White commented on WHIRR-325:
---------------------------------

Passing node-specific scripts (which is what is needed to pass each node its IP addresses) would need a modification to jclouds, since ComputeService#runScriptOnNodesMatching runs the same script on all nodes. Calling this API for each node in turn with a different script is inefficient since jclouds queries for all the running nodes and filters each time.

> Reduce cloud provider-specific code in scripts
> ----------------------------------------------
>
>                 Key: WHIRR-325
>                 URL: https://issues.apache.org/jira/browse/WHIRR-325
>             Project: Whirr
>          Issue Type: Improvement
>            Reporter: Tom White
>
> Many of the bash functions have a cloud provider option (-c) that they use to determine how to find the local public/private IP address, or the local data directory (/mnt vs /data, for example).
> We should pass what is needed (e.g. IP addresses, directories), or at least put the code in a common function.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira