Questions tagged [jclouds]

Apache jclouds® is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

Apache jclouds® is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

See http://jclouds.apache.org/

269 questions
0
votes
1 answer

apache rule to transform x-storage-url to X-Storage-Url

We are looking for a Apache rule to transform x-storage-url to X-Storage-Url in the http response header. alternatively to add (if that's possible) an "X-Storage-Url" header whenever you find an "x-storage-url" header and use the same header…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
1 answer

JClouds: Is there a portable way to create a group of nodes that would intelligently distribute nodes in all locations?

I was trying to find out if there is a way to create a group of nodes so that they are distributed across all locations: //It would be helpful if there was a parameter to the function call that would give //a hint to allocate nodes across all AZs or…
0
votes
1 answer

Create image from ovf file at OpenStack using jcloud

I've been reading http://www.jclouds.org/documentation/quickstart/openstack/ and https://groups.google.com/forum/?fromgroups#!forum/jclouds but I've not found any example to create an image from an OVF file in the OpenStack repository. Does anyone…
tremendows
  • 4,262
  • 3
  • 34
  • 51
0
votes
2 answers

Cinder API using jclouds

I have been reading about the support jclouds added to the Cinder Openstack API, and i was looking at this example usage on Rackspace…
Eli Polonsky
  • 511
  • 1
  • 3
  • 11
0
votes
1 answer

HP Block Storage using jclouds Template

following the docs here: http://code.google.com/p/jclouds/wiki/EBS i see how to attach an EBS volume to a newly provisioned ec2 instance. does anybody know if there is an equivalent to this for HP Block Storage? or Rackspace Block Storage? im…
Eli Polonsky
  • 511
  • 1
  • 3
  • 11
0
votes
1 answer

What are the credentials to use Azure blob in Jclouds?

I m playing around with Jclouds. I managed to connect to my Amazon S3 account, and I m trying to do the same for Azure blob store. However I dont know what credentials should I fill in : BlobStoreContext context = new…
panipsilos
  • 2,219
  • 11
  • 37
  • 53
0
votes
1 answer

Error in custom provider, java.lang.IllegalArgumentException: java.lang.ClassCastException

I am writing a play 2.0 application using jcloud. This is the first time I am using "play dist" to run my application. Everything is working well when I use "play run" or "play start" and even "play stage" but when I run "play dist" and then…
guy mograbi
  • 27,391
  • 16
  • 83
  • 122
0
votes
1 answer

How do i set a default keypair for an openstack user?

How can I set a default keypair for a user in openstack? I'm using jenkins with the jclouds plugin, which doesn't support keypair selection. The jclouds documentation says: injection of an SSH key from the JClouds is not working (but working for the…
Erik
  • 274
  • 4
  • 13
0
votes
1 answer

Creating JClouds ComputeService to AWS many times throws an "Error in custom provider" exception

I'm developing a system that makes use from jclouds to instantiate a bunch of nodes on Amazon cloud. When I need to know the nodes I've already created, I use the computeService.listNodes(). To each invocation of listNodes, I create an object…
0
votes
3 answers

Puppet in the cloud?

Is it possible to have a Puppet setup where you use JClouds to instantiate new virtual machines on your cloud, but then have their configuration (software stack) defined and implemented through Puppet? Or is there something inherent to the nature of…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
1 answer

Dynamic cluster resizing on the cloud

I'm a Java developer and am considering AWS, Rackspace and Heroku as potential cloud providers for my app. Having only worked with traditional web hosts before (virtual dedicated server plans), I'm sort of overwhelmed. My understanding is that, with…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
1 answer

Applet Web Deployment problems

So basically I have made a Java applet that works 100% when I simply run the applet file directly, however when I attempt to have it run with a web service, it fails. I have discovered that by removing anything that uses external libraries seems to…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
-1
votes
1 answer

Working sample for jclouds working with amazon ec2

I am implementing tool creating servers via amazon ec2, we tried to use jclouds project (were succeed working with Rackspace Cloud) https://github.com/jclouds I found a sample https://github.com/jclouds/jclouds-examples/tree/master/ec2-windows, but…
dmitryvim
  • 1,983
  • 4
  • 15
  • 27
-1
votes
1 answer

passing the name while creating a volume in aws-ec2 using jclouds

I'm using the below code part to create a volume in ec2 using jclouds api. EC2Api ec2Api = computeServiceContext.unwrapApi(EC2Api.class); LOG.info("initialized ec2 api for volume creation"); …
bagui
  • 844
  • 4
  • 18
  • 37
1 2 3
17
18