Re: ApacheCon North America

2015-01-28 Thread Everett Toews
I just submitted an Introduction to Apache jclouds talk to ApacheCon. I didn’t see a way to include multiple people in the submission but if you want to co-present, I’m all for it. If you come up with something new and do that instead, that works too. :) Cheers, Everett On Jan 23, 2015, at

Re: JClouds and OpenStack : uses or overrides a deprecated API

2015-01-09 Thread Everett Toews
Have a look at how the Context is built in the OpenStack Getting Started Guide http://jclouds.apache.org/guides/openstack/ That will steer you clear of those deprecations. Thanks, Everett On Jan 9, 2015, at 4:53 AM, Karim karim.es...@gmail.commailto:karim.es...@gmail.com wrote: Hello, I'm

Re: error with example code for OpenStack

2014-12-18 Thread Everett Toews
If you’re only using the example from the website, there should be no trace of jclouds 1.5.7 in your dependency tree. Can you please share your pom.xml file with us? It should exactly match this one [1]. Thanks, Everett [1] http://jclouds.apache.org/guides/openstack/#pom On Dec 16, 2014, at

Re: SwiftApi ObjectApi.put behavior on 4xx/5xx responses

2014-12-10 Thread Everett Toews
Enable logging to see the full request/response and the status codes. http://jclouds.apache.org/reference/logging/ Everett On Dec 10, 2014, at 7:58 AM, Daniel Hsueh daniel.hs...@seagate.commailto:daniel.hs...@seagate.com wrote: Hello, Using the new openstack-swift API, I believe the

Re: SwiftApi ObjectApi.put behavior on 4xx/5xx responses

2014-12-10 Thread Everett Toews
seems perfect for this kind of reporting. On Wed, Dec 10, 2014 at 9:55 AM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: Enable logging to see the full request/response and the status codes. http://jclouds.apache.org/reference/logging/https

Re: Jclouds openstack volume creation from image

2014-11-17 Thread Everett Toews
has some operations that r only supported supported from v2 On Nov 14, 2014 4:15 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: I’m not exactly sure which PR you’re referring to. Can you link to it? Everett On Nov 14, 2014, at 7:24 AM, Inbar Stolberg

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
API for doing this directly exists, so I upload volumes to glance store and download those images. During upload, I upload these images created from volume but then I need to convert these images back to volumes and this is where I need this API. On Wed, Nov 12, 2014 at 9:46 PM, Everett Toews

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
? On Nov 14, 2014 2:31 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: Thanks. I see it now. It’s in the Block Storage (Cinder) API v2 under the Volumes section [1] POST /v2/​{tenant_id}​/volumes Unfortunately jclouds doesn’t support the Cinder API v2 yet. Can

Re: Jclouds openstack volume creation from image

2014-11-12 Thread Everett Toews
Hi Shital, I’m not sure what you’re trying to accomplish here. AFAIK, you can only create a volume from empty block storage or from a snapshot. I don’t think creating a volume from an image is possible. Exactly what OpenStack operation are you trying to do? Can you provide an example of doing

Re: Problem to upload image on openstack

2014-10-21 Thread Everett Toews
/pb3xpzqfir3psmsdsgvig On Fri, Oct 17, 2014 at 7:58 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: So if you can actually get it to the queued status in Glance (and it gets stuck there) then you might have an issue in Glance. Are you able to upload an image

Re: Problem to upload image on openstack

2014-10-17 Thread Everett Toews
So if you can actually get it to the queued status in Glance (and it gets stuck there) then you might have an issue in Glance. Are you able to upload an image successfully using the glance CLI (python-glanceclient)? Everett On Oct 17, 2014, at 7:33 AM, Shital Patil

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Everett Toews
Here’s how to report a bug. http://jclouds.apache.org/reference/report-a-bug/ Thanks, Everett On Sep 4, 2014, at 4:14 PM, Ignasi Barrera n...@apache.orgmailto:n...@apache.org wrote: Using the latest version should work. Could you please file an issue in our JIRA [1] with the relevant code

Re: Which release of jClouds supports neutron API?

2014-07-10 Thread Everett Toews
Hi Jeffrey, It’s currently in jclouds-labs and is available in release 1.7.3. You can find the dep in OpenStack Dependencies [1]. dependency groupIdorg.apache.jclouds.labs/groupId artifactIdopenstack-neutron/artifactId version${jclouds.version}/version /dependency Everett

Re: [DISCUSS] Java 6 support

2014-06-30 Thread Everett Toews
On May 30, 2014, at 2:52 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: First off, I’m totally on board with the move to Java 7. Beyond Java 6 being EOL, Java 7 has finally reached some kind of critical mass [1]. My primary concern is around the kind

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-27 Thread Everett Toews
On Jun 27, 2014, at 5:41 AM, Paolo Viotti paolo.vio...@eurecom.fr wrote: So in that case, my question would be: can users with US accounts access the UK Cloud Files service? Sorry, no. You need to sign up for a UK account at https://buyonline.rackspace.co.uk/ HTH, Everett

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-25 Thread Everett Toews
-DoutputDirectory=./lib wget https://gist.githubusercontent.com/everett-toews/9129de9c83fefd721316/raw/057ac9a44a3f7b59bc91ac31fa549aa7ce742593/Test.java # update the uk_username and uk_apikey javac -cp .:lib/* Test.java java -cp .:lib/* Test Does following those exact steps work for you? If so

Re: LBaaS in OpenStack

2014-06-23 Thread Everett Toews
On Jun 22, 2014, at 4:00 PM, BrianCarroll b...@marlin.ie wrote: What are my options for using LBaaS via jclouds? I would like to add new compute/nova nodes to an LBaaS pool. [1] Is the Rackspace LoadBalancer api compatible with OpenStack? No. They’re different APIs and not compatible

Re: LBaaS in OpenStack

2014-06-23 Thread Everett Toews
On Jun 23, 2014, at 2:26 PM, BrianCarroll b...@marlin.iemailto:b...@marlin.ie wrote: Thanks Everett. I will log a JIRA. Apologies for the newbie question but if an extension API isn't implemented in JClouds yet, is there any other way to access that API (LBaaS) via JClouds. You would have to

Re: Clojure support

2014-05-30 Thread Everett Toews
On May 27, 2014, at 1:57 PM, Andrew Gaul g...@apache.org wrote: Repeating my request for a Clojure maintainer. In addition to making evolving the APIs more difficult, jclouds has a 3 year stale dependency on Clojure, 1.3 vs. 1.6. I will ask the development team to drop support unless

OpenStack Summit next week

2014-05-15 Thread Everett Toews
Is anyone from the jclouds community going to at the OpenStack Summit in Atlanta next week? It would be great to meet up if you are. Drop me a line here or off list. Whatever you prefer. Cheers, Everett

Re: Openstack API requests over multiple regions

2014-04-26 Thread Everett Toews
? On Fri, Apr 25, 2014 at 8:46 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: There’s a bit of a terminology disconnect in jclouds when it comes to OpenStack regions. The jclouds term for an OpenStack region is zone. e.g. If you were working with Nova Servers

Re: Openstack API requests over multiple regions

2014-04-25 Thread Everett Toews
There’s a bit of a terminology disconnect in jclouds when it comes to OpenStack regions. The jclouds term for an OpenStack region is zone. e.g. If you were working with Nova Servers, NovaApi.getServerApiForZone(“RegionOne”); I’ve documented in the Terminology section [1] of the OpenStack

jclouds at SXSW Interactive on March 9, 2014

2014-02-14 Thread Everett Toews
Hi All, I had a workshop accepted at SXSW Interactive [1] this year titled Cloud Portability with Multi-Cloud Toolkits [2] March 9, 2014 11:00 AM 150 minutes Take control of your application's future by making it portable in the present. Changes in reliability, performance, cost, and privacy

Re: Problem connecting to openstack

2014-02-12 Thread Everett Toews
Hi Shital, At this point I pretty sure that the problems are with your OpenStack deployment and not jclouds. On Feb 10, 2014, at 3:14 AM, Shital Patil shital.pa...@gslab.commailto:shital.pa...@gslab.com wrote: Hi Everett, I am listing the pastie links for logs as you suggested. I am

Re: Problem connecting to openstack

2014-02-05 Thread Everett Toews
(NovaErrorHandler.java:83) ... 11 more --- On Tue, Feb 4, 2014 at 9:05 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: On Feb 3, 2014, at 9:23 PM

Re: Bug Fix Release Date

2014-02-05 Thread Everett Toews
This bug is really hurting our users. We need to stop the bleeding. Were constantly asking users to use a snapshot release but what we really need to do is give them a proper release with the workaround. I think we should do a 1.7.1 release as soon as possible. Regards, Everett On Feb 5,

Re: Problem connecting to openstack

2014-02-04 Thread Everett Toews
On Feb 3, 2014, at 9:23 PM, Shital Patil shital.pa...@gslab.com wrote: 4- I am able to access openstack using curl Can you show us exactly the curl command you’re using to auth? e.g. curl -s -X POST http://xxx.xxx.xxx.xxx:5000/v2.0/tokens -d ‘json goes here' -H Content-type:

Re: Jclouds neutron API

2014-02-03 Thread Everett Toews
Try this. https://gist.github.com/everett-toews/8701756 HTH, Everett On Feb 3, 2014, at 12:58 AM, Jayant Kaushal awaken.ro...@gmail.commailto:awaken.ro...@gmail.com wrote: How do i fetch the NeutronAPI in jclouds API, for other api's we have a conetxt that helps. not sure whats going

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: BlobStore RestContext

2014-01-16 Thread Everett Toews
, Everett Toews everett.to...@rackspace.com wrote: That would be the BlobStore interface. Everett On Jan 6, 2014, at 9:12 AM, John D. Ament wrote: Andrew, Yes, that definitely helps. if I wanted to use the non provider specific interface, would SwiftClient be the right interface

Re: Creating a new volume via jclouds

2014-01-14 Thread Everett Toews
for the information Everett. On Tue, Jan 14, 2014 at 9:08 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: Let me answer your question with another question. Does your OpenStack cloud have Cinder installed? If it's a Folsom, Grizzly, or Havana deployment, I'd

Re: Error Creating Key Pairs on OpenStack

2014-01-13 Thread Everett Toews
Hi Jayant, I just wrote an example that covers Key Pairs called CreateServerWithKeyPair [1]. It shows you how to write the private key to disk. The example runs on Rackspace but the code is exactly the same. The only thing you need to change is some config for the context and the region. e.g.

Re: problem with network ordering in OpenStack

2013-11-19 Thread Everett Toews
LinkedList 2) serverApiForZone.create(machineName, cloudNodeImage.getUuid(), computeOfferingId, Options); 3)I am using a Grizzly node Thanks On Tue, Nov 19, 2013 at 3:59 PM, Everett Toews everett.to...@rackspace.commailto:everett.to...@rackspace.com wrote: Can you share a snippet of code with us

Re: openstack/nova-api define network

2013-11-18 Thread Everett Toews
Have you tried passing in networks to CreateServerOptions [1] for ServerApi.create(String name, String imageRef, String flavorRef, CreateServerOptions... options)? If this turns out to be a bug or feature request, see [2] Thanks, Everett [1]