Re: Primitive types in APIs?

2014-07-09 Thread ssiv...@gmail.com
and... there is a such thing as " Three-valued logic" which can be handful some cases, so I think API should care about semantics... On 07/09/2014 07:59 PM, Jeremy Daggett wrote: No particular reason, just for consistency. ;) On 7/9/14, 9:40 AM, "Andrew Phillips" wrote: We need the APIs to b

Re: assertj in jclouds

2014-06-30 Thread ssiv...@gmail.com
+1 Yeah, Spock is great! On 06/30/2014 08:05 PM, Jeremy Daggett wrote: +1 - This will be a nice pairing with the new OpenStack Glance mock tests I have been working on! ;) As far as other modern-ish frameworks go, I would really like to be able to write Spock tests in jclouds: https://code.goog

Re: Setup Firewall (Security groups) via compute service

2013-12-11 Thread ssiv...@gmail.com
Andrew, Ignasi, thank you very much for your time! It helps :)

Re: Setup Firewall (Security groups) via compute service

2013-12-09 Thread ssiv...@gmail.com
Thank you too! SecurityGroupExtension seems to be more unified then the TemplateOptions extensions but it's still unclear how to link a certain rules to a specific network or node. ComputeService allows us to create nodes. But what if I want just to update an existing entity? Does it make any

Re: Setup Firewall (Security groups) via compute service

2013-12-09 Thread ssiv...@gmail.com
Thank you! It was very informative and helpful. On a separate note: which parts of the terminology ("api", "provider", "view", other..?) are you having difficulties understanding? Sounds like a good candidate for a documentation update. As for now I'm trying to figure out Location concepts: wha

Setup Firewall (Security groups) via compute service

2013-12-08 Thread ssiv...@gmail.com
Hi all! Sorry guys, I'll duplicate my question posted on the #jclouds. Is there an uniform way to add node firewall settings via compute service? Or it's too specific for each provider so I need to you provider API directly? I'm a little bit confused in concepts and terminology. Thank you.

Re: Template builder with no predefined hardware profiles

2013-12-03 Thread ssiv...@gmail.com
Thank you Andrew, I went with defining my own TemplateBuilder. Sincerely I jump between IRC and mailing list. On 12/03/2013 12:24 PM, Andrew Phillips wrote: Hi all. The cloud compute provider I faced with (ProfitBricks) doesn't have any predefined hardware profiles. Does it mean I need to have

Template builder with no predefined hardware profiles

2013-12-02 Thread ssiv...@gmail.com
Hi all. The cloud compute provider I faced with (ProfitBricks) doesn't have any predefined hardware profiles. Does it mean I need to have my own /TemplateBuilder/ implementation since base /TemplateBuilderImpl/ will throw an exception if there is no hardware profiles to satisfy user requirement

Re: Architecture diagrams

2013-11-25 Thread ssiv...@gmail.com
I suppose emails will be available for the history and future searches for such newbies as I. But anyway, thank you. Going on with xchat.. On 11/25/2013 06:12 PM, Andrew Phillips wrote: Is there any diagrams to understand jclouds system decomposition, how parts are communicate to each other?

Architecture diagrams

2013-11-25 Thread ssiv...@gmail.com
Hi there! Is there any diagrams to understand jclouds system decomposition, how parts are communicate to each other? Thanks.