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

Adrian Cole commented on WHIRR-713:
-----------------------------------

I'd say make an offline test that shows this in action (ex listCluster).  Add 
javadoc to suggest that the Map passed in is only ready once (lazy), so changes 
won't be visible if setBYONNodes are called after the cache is initialized.
                
> Enable programmatic use of BYON via CacheNodeStoreModule
> --------------------------------------------------------
>
>                 Key: WHIRR-713
>                 URL: https://issues.apache.org/jira/browse/WHIRR-713
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.8.1
>            Reporter: Andrew Bayer
>            Assignee: Andrew Bayer
>             Fix For: 0.8.2, 0.9.0
>
>         Attachments: WHIRR-713.patch
>
>
> BYON is all well and good if you've already got your list of nodes in a YAML 
> file somewhere, but a pain in the butt if you want to use something else to 
> do your provisioning (or integrate with some other way of getting your nodes, 
> from a service/db/whatever), since to use it programmatically, you need to 
> serialize your nodes to YAML and then load them. This...is annoying.
> There's a CacheNodeStoreModule (to go with the default YamlNodeStoreModule) 
> in jclouds for BYON - it'd be really handy to be able to take advantage of 
> that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to