You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@whirr.apache.org by Andrew Freitas <af...@digitalsmiths.com> on 2013/02/13 17:23:20 UTC

Whirr with Openstack

Hello,

We've been using Whirr for a while now with Amazon's EC2 service but we 
would like to switch over to using a private cloud service maintained by 
Openstack. I know jclouds supports it, but I can't find any details 
(e.g. provider name) for whirr support of openstack. It would be 
simplest for us to continue using Whirr only with a private cloud 
provider, but we need to know if Whirr supports Openstack (or if there 
is another better provider option) before continuing. Any guidance is 
appreciated.

Thanks,
Andrew



 

_______________________________________________________________________________

 

This e-mail message and its attachments are for the sole use of the designated

recipient(s).  They may contain confidential information, legally privileged

information or other information subject to legal restrictions.  If you are

not a designated recipient of this message, please do not read, copy, use or

disclose this message or its attachments, notify the sender by replying to

this message and delete or destroy all copies of this message and attachments

in all media.

Re: Whirr with Openstack

Posted by Steve Loughran <st...@hortonworks.com>.
On 13 February 2013 16:23, Andrew Freitas <af...@digitalsmiths.com>wrote:

> Hello,
>
> We've been using Whirr for a while now with Amazon's EC2 service but we
> would like to switch over to using a private cloud service maintained by
> Openstack. I know jclouds supports it, but I can't find any details (e.g.
> provider name) for whirr support of openstack. It would be simplest for us
> to continue using Whirr only with a private cloud provider, but we need to
> know if Whirr supports Openstack (or if there is another better provider
> option) before continuing. Any guidance is appreciated.
>
> Thanks,
> Andrew
>
> -yes it works; for a while rackspace UK did some throttling,

whirr.provider=rackspace-cloudservers-uk
whirr.identity=yourusername
whirr.credential=aabbccddeeff

#my custom image
whirr.image-id=LON/859b3af3-abbc-4fdd-a8be-ff4d03de6a1f

We had some problems with rackspace UK throttling requests and blocking the
operation, but that's been resolved with the help of Rackspace (which shows
they do care)

I think the US provider name is rackspace-cloudservers

There is some ongoing work for Hadoop integration directly with OpenStack's
Swift blobstore, of which my branch lives up at :
https://github.com/hortonworks/Hadoop-and-Swift-integration.

You can follow its progress on
https://issues.apache.org/jira/browse/HADOOP-8545 ; when done you'll be
able to add a new JAR to hadoop/lib -or include it in jobs- to move data
between HDFS and  Swift.

Re: Whirr with Openstack

Posted by Alex Heneveld <al...@cloudsoftcorp.com>.
Hi Andrew,

Have you tried:

         whirr.provider=openstack
         whirr.endpoint=http://localhost:5000/v2.0/

(plus the usual identity, credential etc) ?

image-id maybe also be helpful if it doesn't autodetect the image you want.

Best
Alex


On 13/02/2013 16:23, Andrew Freitas wrote:
> Hello,
>
> We've been using Whirr for a while now with Amazon's EC2 service but 
> we would like to switch over to using a private cloud service 
> maintained by Openstack. I know jclouds supports it, but I can't find 
> any details (e.g. provider name) for whirr support of openstack. It 
> would be simplest for us to continue using Whirr only with a private 
> cloud provider, but we need to know if Whirr supports Openstack (or if 
> there is another better provider option) before continuing. Any 
> guidance is appreciated.
>
> Thanks,
> Andrew
>
>
>
>
>
> _______________________________________________________________________________ 
>
>
>
>
> This e-mail message and its attachments are for the sole use of the 
> designated
>
> recipient(s).  They may contain confidential information, legally 
> privileged
>
> information or other information subject to legal restrictions. If you 
> are
>
> not a designated recipient of this message, please do not read, copy, 
> use or
>
> disclose this message or its attachments, notify the sender by 
> replying to
>
> this message and delete or destroy all copies of this message and 
> attachments
>
> in all media.


Re: Whirr with Openstack

Posted by Andrew Freitas <af...@digitalsmiths.com>.
Just an update for anyone that might care, I was able to get a really 
simple machine (noop) booted up. Here is the recipe:

whirr.cluster-name=test

whirr.instance-templates=1 noop

whirr.provider=openstack-nova
whirr.endpoint=http://<openstack-server>:5000/v2.0
whirr.identity=<openstack-login>
whirr.credential=<openstack-pw>
jclouds.keystone.tenant-id=83635d0c0e6b4ed28d446d3f7e5c6cb4

#CentOS 5.8
whirr.image-id=RegionOne/c4e988e4-6e21-4711-99f6-9e580a772af3


Thanks,
Andrew

On 02/13/2013 11:23 AM, Andrew Freitas wrote:
> Hello,
>
> We've been using Whirr for a while now with Amazon's EC2 service but 
> we would like to switch over to using a private cloud service 
> maintained by Openstack. I know jclouds supports it, but I can't find 
> any details (e.g. provider name) for whirr support of openstack. It 
> would be simplest for us to continue using Whirr only with a private 
> cloud provider, but we need to know if Whirr supports Openstack (or if 
> there is another better provider option) before continuing. Any 
> guidance is appreciated.
>
> Thanks,
> Andrew

-- 
Andrew Freitas
software developer

www.digitalsmiths.com
afreitas@digitalsmiths.com
research triangle park, nc | los angeles, ca




 

_______________________________________________________________________________

 

This e-mail message and its attachments are for the sole use of the designated

recipient(s).  They may contain confidential information, legally privileged

information or other information subject to legal restrictions.  If you are

not a designated recipient of this message, please do not read, copy, use or

disclose this message or its attachments, notify the sender by replying to

this message and delete or destroy all copies of this message and attachments

in all media.