FW: Error in JCloud KeystoneApi getRoleAdminApi

2014-12-10 Thread Jeremy Daggett
Forwarding to user@Š Hi Alka! It could be one of the following scenarios you are running in to: - the extension is not available in your OpenStack installation - the user does not have an Admin role to access this specific API Does the extension show up when executing this code?

Re: Error in JCloud KeystoneApi getRoleAdminApi

2014-12-10 Thread Jeremy Daggett
in the default endpoint. El 10/12/2014 18:35, Jeremy Daggett jeremy.dagg...@rackspace.com escribió: Forwarding to user@Š Hi Alka! It could be one of the following scenarios you are running in to: - the extension is not available in your OpenStack installation - the user does not have an Admin role

Re: If port id of a FloatingIP is null, can I decide that the floating IP is not allocated to any instances?

2014-11-20 Thread Jeremy Daggett
Hi Raj! Can you please provide us with some sample code, along with any classes you are currently using? Does the Neutron Layer3 Floating IP extension [1] provide what you are looking for? /jd [1]

Re: Does jClouds support IPv6?

2014-10-15 Thread Jeremy Daggett
Hi Jeffrey, IPv6 Addresses are indeed supported in the Nova Server domain class [1]. JCLOUDS-748 is relevant to the Compute abstraction and the lack of filtering IPv6 public/private addresses [2][3]. In addition, the comment for particular issue has references in the response to the Nova

Re: Temporary URLs in TryStack

2014-09-29 Thread Jeremy Daggett
Hi Ken, Would you be able to share some code [1] with us to further assist you? Thx! /jd [1] http://jclouds.apache.org/reference/report-a-bug/#code From: Kenny Aondona run2obt...@gmail.commailto:run2obt...@gmail.com Reply-To: user@jclouds.apache.orgmailto:user@jclouds.apache.org

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

2014-09-26 Thread Jeremy Daggett
EBS volumes do not have names associated with them. If you want to name it, you would do so by attaching a ³name² tag [1][2] to the EBS volume using the jclouds EC2 TagApi [3]. HTH! /jd [1] http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-Cr eateTags.html [2]

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

2014-09-25 Thread Jeremy Daggett
Forwarding to the user@ list... On 9/22/14, 6:34 AM, Subhadip Bagui i.ba...@gmail.com wrote: Hi All, 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

Re: Support for booting instance from volume

2014-09-17 Thread Jeremy Daggett
, 2014 at 2:25 PM To: user@jclouds.apache.orgmailto:user@jclouds.apache.org user@jclouds.apache.orgmailto:user@jclouds.apache.org Subject: Re: Support for booting instance from volume Yes. That's it. Thanks. Which build version will it be in?. On Wed, Sep 17, 2014 at 4:58 PM, Jeremy Daggett

Re: swift auth-v1 using new org.jclouds.openstack.swift.v1.SwiftApi ?

2014-09-11 Thread Jeremy Daggett
Hi Daniel! Yes, there are plans to support this functionality and we have a JIRA to track the work: https://issues.apache.org/jira/browse/JCLOUDS-523 If you want to be informed of changes, just add yourself as a watcher on the JIRA. HTH! /jd From: Daniel Hsueh

Re: Jclouds OpenStack Swift

2014-09-04 Thread Jeremy Daggett
Hi Krystian! It appears that your question is related to configuration of a Swift deployment, and not an issue with jclouds itself. I am not sure I follow what you are asking here, so let’s get a little more information! Do you have two proxy servers that your client needs to connect through?

Re: openstack keystone infra

2014-09-03 Thread Jeremy Daggett
The OpenStack Keystone v2.0 API is the last of the APIs that needs to be de-asynced. There are some dependencies that need to be addressed yet, so stay tuned! /jd On 9/2/14, 8:54 AM, Andrew Phillips andr...@apache.org wrote: is there a plan to change it? was it forgotten? The plan is still to

Re: Error: No space left on device

2014-08-25 Thread Jeremy Daggett
Hi Felipe! Would you be able to send a code example of what you are trying to accomplish? I have a feeling that you have configured your Context to use the local blob store (local filesystem) which could potentially exhaust resources on the system. Please let us known, thanks! /jd On

Re: Can we retrive OpenStack Swift Object using ObjectID?

2014-08-21 Thread Jeremy Daggett
Moving to user@Š. Hi Sandeep, I am not clear on what you mean by ³ObjectID² here. All Swift objects are accessed via their name, as per the OpenStack docs [1]. The openstack-swift API provides a get method [2] to access the object. Please let us know if you have any additional questions! /jd

Re: Unable to resolve artifact: Unable to get dependency information

2014-07-24 Thread Jeremy Daggett
) wrote: Thank you Jeremy, I am using ant to install JClouds, exactly I followed the section Download the binaries. Just for information everything was working until yesterday. Regards, Sofiane. Am 23.07.2014 17:29, schrieb Jeremy Daggett: Hi Sofiane! Do you have the net.schmizz:sshj:jar

Re: How to set proxy

2014-06-24 Thread Jeremy Daggett
Hi Bhupendra, All you need to do is set the proxy host and port for the JVM as described here: http://stackoverflow.com/questions/120797/how-do-i-set-the-proxy-to-be-used-by-the-jvm Hope that helps! /jd From: Bhupendra Singh bhupendra.si...@sdgc.commailto:bhupendra.si...@sdgc.com Reply-To:

Re: How to set proxy

2014-06-24 Thread Jeremy Daggett
://region-a.geo-1.objects.hpcloudsvc.com/v1/10745149279234/amp HTTP/1.1https://region-a.geo-1.objects.hpcloudsvc.com/v1/10745149279234/amp%20HTTP/1.1 443 or 35357 How to know which port it is using to connect : region-a.geo-1.objects.hpcloudsvc.com . -Bhupendra {SDG-Confidential} From: Jeremy

Re: Openstack attaching the volume to a random device name

2014-04-23 Thread Jeremy Daggett
Hi Udara! What version of OpenStack are you running against? The volume API that you use will depend, so I suggest that you refer to the comments in the VolumeAttachmentApi [1]. Also, the OpenStack Cinder API [2] should also be a good reference here. Please let us know if you have any

FW: OpenStack Glance Refactoring

2014-04-21 Thread Jeremy Daggett
Forwarding to the user@ list to inform the community of these upcoming changes. /jd On 4/21/14, 11:11 AM, Jeremy Daggett jeremy.dagg...@rackspace.com wrote: Greetings! This message is to inform the development community of some upcoming changes coming to the jclouds-labs-openstack [1] project

Re: neutron refactoring - breaking changes

2014-04-03 Thread Jeremy Daggett
this would be my suggestion. From: Jeremy Daggett [jeremy.dagg...@gmail.com] Sent: Wednesday, April 02, 2014 12:23 PM To: user@jclouds.apache.org; d...@jclouds.apache.org Subject: Re: neutron refactoring - breaking changes Hi Zack, I feel that we should also

Re: neutron refactoring - breaking changes

2014-04-02 Thread Jeremy Daggett
Hi Zack, I feel that we should also change the Java package namespace as a part of this refactoring. It does not follow the standard OpenStack API naming convention and their additive progression from API release to release. All OpenStack APIs should be referenced with a major version only: v2

Re: null connecting error

2014-03-28 Thread Jeremy Daggett
Hi Jeremiah, Could you please provide us with some code and log files for this exception? Take a look at the Code and Logs sections on the Report a Bug page here: http://jclouds.apache.org/reference/report-a-bug/ We should be able to better assist you once we have that info, thanks! :) /jd

Re: OpenStack LBaaS support in jclouds?

2014-02-19 Thread Jeremy Daggett
this will include the HP LBaaS. Chris -- Chris Custine On Mon, Feb 17, 2014 at 10:22 AM, Jeremy Daggett jeremy.dagg...@gmail.com wrote: Hi Irfan, As I recall, HP Cloud supports the OpenStack LBaaS Atlas API [1] which is not currently supported in jclouds at this time. Andrew mentioned

Re: Using Floating IPs

2014-02-17 Thread Jeremy Daggett
for the app might actually be helpful in case there is more pools available Cheers, R. On Sat, Feb 15, 2014 at 11:34 PM, Jeremy Daggett jeremy.dagg...@gmail.com wrote: Hi Radek, Based on the latest OpenStack Compute Floating IP docs [1], it looks like the pool field was added

Re: OpenStack LBaaS support in jclouds?

2014-02-17 Thread Jeremy Daggett
Hi Irfan, As I recall, HP Cloud supports the OpenStack LBaaS Atlas API [1] which is not currently supported in jclouds at this time. Andrew mentioned the Rackspace ( !Autoscale API ;) ) Load Balancer API [2][3], but it is a completely unique implementation. The OpenStack Neutron [4] project has

Re: OpenStack LBaaS support in jclouds?

2014-02-17 Thread Jeremy Daggett
No problem! Too many load balancers eh? :) /jd On Mon, Feb 17, 2014 at 10:17 AM, Andrew Phillips andr...@apache.orgwrote: Andrew mentioned the Rackspace ( !Autoscale API ;) ) Load Balancer API Whoops! No idea where that mistaken cross-connection came from. Thanks for clarifying, Jeremy!

Re: openstack-swift Jcloud APIs

2014-01-16 Thread Jeremy Daggett
-swift Jcloud APIs Hi Jeremy, I understand that SWIFT API support is there in Jcloud. But I am not sure to what reason at below link, it is mentioned that support is not production ready. https://github.com/jclouds/jclouds-labs-openstack -sumit On Wed, Jan 15, 2014 at 2:52 PM, Jeremy Daggett

Re: Openstack glance - incubation

2014-01-13 Thread Jeremy Daggett
Hi Avi, The Glance v1 API is essentially irrelevant at this point, which is why the code is still in incubation in “jclouds-labs-openstack. As soon as the v2 API has been implemented and is promoted to the APIs in the jclouds proper repository (/apis) will it be considered “production” ready.

Trying to get jclouds to work with Rackspace Cloud Files ServiceNet (snet)

2013-11-11 Thread Jeremy Daggett
Hello Stian/Burton, I will take a look into this today and get you an answer as soon as I can, thanks! Regards, /jd