Re: Credentials to use with HP Cloud (2)

2014-01-16 Thread Jose
Hi Giovanni, I have used this credentials to make it work too, but I do not get to run the sample. Thanks a lot for your reply. Jose El 16/01/2014 11:23, Giovanni Toraldo escribió: Hi Jose, On Sun, Feb 16, 2014 at 10:34 AM, Jose kiuby88.programm...@gmail.com wrote: I am stuck in the HP

Search and Build a Template

2014-01-16 Thread Jose
Hi, I have a question about the API Concepts [1]. I read: It also has a Template feature which allows you to search for configurations that match parameters such as CPU count or operating system. When do you define a template Jclouds searchs and builds a node (fox example a AMI in Amazon)

Re: Search and Build a Template

2014-01-16 Thread Andrew Phillips
When do you define a template Jclouds searchs and builds a node (fox example a AMI in Amazon) which matchs with the template specification? From my understanding, it doesn't *build* a custom node, it simply searches for an existing AMI that matches the requirements that you set in the

MangoDb installation on AWS ec2 instances

2014-01-16 Thread Venkatesh Ainalli
Hi guys i'm just out of college doin internship and new bee to AWS and mongoDB sorry if i'm asking silly question. i tried to Host mongoDB on AWS ec2 instances [used AMI:ami-1bf9de5e] through chef-solo. my runlist: recipe[mongodb::10gen_repo] recipe[mongodb] please help me out in Hosting Mongo

Re: MangoDb installation on AWS ec2 instances

2014-01-16 Thread Ignasi Barrera
Unfortunately that seems to be an issue with the mongodb cookbook itself, as is trying to download an RPM that is not signed. Have you tried with a different distribution such as an Ubuntu? Also you may found more help in the Chef user mailing list [1]. I. [1]

RE: MangoDb installation on AWS ec2 instances

2014-01-16 Thread Venkatesh Ainalli
thank both of for replying Regards Venkatesh From: ignasi.barr...@gmail.com Date: Thu, 16 Jan 2014 16:28:04 +0100 Subject: Re: MangoDb installation on AWS ec2 instances To: user@jclouds.apache.org Unfortunately that seems to be an issue with the mongodb cookbook itself, as is

how to connect to swift using keystone

2014-01-16 Thread Alex N
Hi, I'm using jClouds to access my swift storage. For now I've been using a test machine, which have only supported API v1.0 with basic username/password authentication. Now I have to make my code work with real openstack swift installation which supports API v2.0 and provides authentication via

Re: how to connect to swift using keystone

2014-01-16 Thread Andrew Phillips
Hi Alex Could you put your code sample (removing things like passwords, obviously) and the full stacktrace you're seeing in a Gist or Pastie [1, 2]? Thanks! ap [1] http://gist.github.com [2] http://pastie.org

JCLOUDS-427: Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for interface implementations

2014-01-16 Thread Graham O'Regan
Out CentOS 6.4 servers upgraded to 1.7.0_51 from 1.7.0_45 which has broken one of our applications; https://issues.apache.org/jira/browse/JCLOUDS-427 The issue can be reproduced by running the test suite against master. The CloudBees build for this version of the JDK is showing the same

Re: how to connect to swift using keystone

2014-01-16 Thread Everett Toews
Hi Alex, The most likely culprit is that you're missing the swift dependency. I've updated the OpenStack quick start guide [1] with better instructions and to include a full pom.xml file with all of the OpenStack dependencies. Please run through the Get jclouds section again and see if that

Re: JCLOUDS-427: Upgrading JDK from 1.7.0_45 to 1.7.0_51 causes problems when searching for interface implementations

2014-01-16 Thread Andrew Bayer
Yeah, I'm checking some other projects to see if there are similar issues, i.e., whether this is just us or it's a general problem with u51. A. On Thu, Jan 16, 2014 at 9:41 AM, Graham O'Regan graham.ore...@gmail.comwrote: Out CentOS 6.4 servers upgraded to 1.7.0_51 from 1.7.0_45 which has

Re: openstack-swift Jcloud APIs

2014-01-16 Thread Jeremy Daggett
Hi Sumit, The repo link you a referring to is where any new OpenStack related APIs/providers are developed/incubated. The “openstack-swift” API project in this particular repo is a work-in-progress based on a new multi-region BlobStore design. Generally, when the development is completed in

Re: BlobStore RestContext

2014-01-16 Thread John D. Ament
So, I ended up putting together a simple client, however I get the following error. SEVERE: Cannot retry after server error, command is not replayable: [method=public abstract com.google.common.util.concurrent.ListenableFuture

Re: BlobStore RestContext

2014-01-16 Thread Andrew Phillips
Any ideas why rackspace may be rejecting my request? Could you switch on wire header logging [1] and put the scrubbed output in a Pastie or Gist? Thanks! ap [1] http://jclouds.apache.org/documentation/reference/jclouds-logging/

Re: BlobStore RestContext

2014-01-16 Thread Everett Toews
Hi John, I ran your code as is and wasn't able to reproduce the problem. The upload worked for me (a small text file). We'll need to see the logs. There's a lot of stuff about the design of jclouds logging in the other links. If you'd prefer more of a 1-2-3 on how to log in jclouds, see