https://issues.apache.org/jira/browse/JCLOUDS-558 - JSON parse error on createNodesInGroup

2014-06-02 Thread דני אופק
Hi.

I have a remark about this bug :
In OpenStack, when creating a server, the image is not always mandatory.
For example, when creating a server to be booted via PXE boot, Openstack
create server expects block_device_mapping and does not expect and
image.
When creating a server this way via Horizon (using storage instead of
image) you can see in the api.log that create server does not use an image.
Following this create server command, the list servers (show) will show the
new server with image:, since it has no image.
I will write the workaround suggested, but I believe there needs to be a
real solution in JClouds.

Thanks.


Re: Specifying only public or private IP for RunScriptOnNode

2014-06-02 Thread Andrew Phillips
I've tried the following:  
overrides.setProperty(SOCKET_FINDER_ALLOWED_INTERFACES, PRIVATE);


That looks correct to me, Dan. If the conversion from a string is not  
working (it may only work as a string if set via a -D property on the  
command line? I'm not sure), you may want to import  
org.jclouds.compute.util.ConcurrentOpenSocketFinder.AllowedInterfaces  
and set the value to AllowedInterfaces.PRIVATE [1] instead.


Hope that helps!

ap

[1]  
https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commitdiff;h=5cc4659


Re: Specifying only public or private IP for RunScriptOnNode

2014-06-02 Thread Andrew Phillips

If it is (which it seems to be), I'm good to go.


I'm also guessing a bit here (we'll see what the experts have to say  
;-)), but as far as I am aware, Guice is the one providing the  
string-to-enum conversion as part of it's out-of-the-box binding  
support [2].



[1] https://code.google.com/p/google-guice/
[2]  
http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Binder.html, search for all  
enums


Re: Maginatics Cloud Storage Platform

2014-06-02 Thread Andrew Gaul
On Mon, Jun 02, 2014 at 06:00:52PM -0300, felipe gutierrez wrote:
 Hi,
 
 I have a doubt about Maginatics Cloud Storage Platform.
 
 JClouds is a subproject of it?
 
 Can I use the platform for free? Where can I download?
 
 Thanks in advance!
 Felipe

Maginatics is one of the many vendors developing a commercial product
which includes jclouds code.  Their developers actively participate in
jclouds development and contribute code.  Please contact Maginatics at
http://maginatics.com/ for information on their offering.

-- 
Andrew Gaul
http://gaul.org/