Questions tagged [rackspace-cloud]

The Rackspace Cloud is a set of cloud computing products and services billed on a utility computing basis from the US-based company Rackspace. Offerings include web application hosting or platform as a service ("Cloud Sites"), Cloud Storage ("Cloud Files"), virtual private server ("Cloud Servers"), load balancers, databases, backup, and monitoring.

The Rackspace Cloud is a set of cloud computing products and services billed on a utility computing basis from the US-based company Rackspace. Offerings include web application hosting or platform as a service ("Cloud Sites"), Cloud Storage ("Cloud Files"), virtual private server ("Cloud Servers"), load balancers, databases, backup, and monitoring.

Rackspace Cloud announced Mosso LLC in March, 2006, as a wholly owned subsidiary billed as a utility computing offering.

As it pre-dated mainstream adoption of the term cloud computing, it was "retooled" and relaunched on February 19, 2008, adopting the tagline "Mosso: The Hosting Cloud".

The "Mosso" branding (including the mosso.com domain) was then dropped on June 17, 2009 in favour of "The Rackspace Cloud" branding (including the rackspacecloud.com domain name). Since then, customer contracts were executed with Rackspace US, Inc. d/b/a The Rackspace Cloud rather than with the Mosso LLC subsidiary.

Other companies (such as EMC Corporation with its "Decho" subsidiary) also use alternative branding for their cloud computing offerings.

In 2011, the "Rackspace Cloud" brand merged with Rackspace.com. In 2012, Rackspace rebranded as "Rackspace, the open cloud company".

Source:http://en.wikipedia.org/wiki/Rackspace_Cloud

333 questions
5
votes
2 answers

Rackspace Cloud Files (using jclouds) - how to get container location

I use jclouds as an api for Rackspace Cloud Files. Api allows me to create containers in different locations using BlobStore.createContainerInLocation Now, having container that is already exists, how do I get it's location?
Eugene Loy
  • 12,224
  • 8
  • 53
  • 79
5
votes
1 answer

Memory-intense jobs scaling poorly on multi-core cloud instances (ec2, gce, rackspace)?

Has anyone else noticed terrible performance when scaling up to use all the cores on a cloud instance with somewhat memory intense jobs (2.5GB in my case)? When I run jobs locally on my quad xeon chip, the difference between using 1 core and all 4…
5
votes
1 answer

elasticsearch auto-discovery rackspace not working

I'm trying to use ElasticSearch for an application I'm building, and I am hosting it on Rackspace servers. However, the auto-discovery feature is not working. I thought that it was because auto-discovery uses broadcast and multicast to find the…
srchulo
  • 5,143
  • 4
  • 43
  • 72
5
votes
2 answers

How to get RackSpace servers with a certain tag?

Trying to fetch all the servers registered to our RackSpace account under a certain tag. Using RackSpace's Python bindings for OpenStack, pyrax, we haven't found a way to do this. Is there some way to achieve it with that library, or is there…
Juan Carlos Coto
  • 11,900
  • 22
  • 62
  • 102
5
votes
1 answer

How to use django-cumulus for serving Static files?

I'm trying to use django-cumulus for serving files off Rackspace CloudFiles. I'm currently only trying it on my local dev server, using Django 1.4.2. I can use cumulus's syncstatic management command to upload all my static assets successfully, but…
Phil Gyford
  • 13,432
  • 14
  • 81
  • 143
5
votes
3 answers

NodeJS - Socket.IO Setup: served static content no handshake (Ubuntu on Rackspace Cloud Server)

I have installed on Rackspace with Ubuntu node.js with Socket.IO When I tried a simple server app and try to use client request I got 'served static content' only instead of hand shake. In browser in debug I can see "Hello S..." and on server…
Trebla
  • 81
  • 1
  • 5
4
votes
2 answers

Rackspace cloud files: how to size containers to optimize performance?

Rackspace cloud files uses a flat storage system using 'containers' to store files. According to Rackspace there is no limit to the number of files per container. My question is whether there is a best/most efficient number of files per container…
Pete Lunenfeld
  • 1,557
  • 3
  • 19
  • 32
4
votes
1 answer

Rackspace/Vagrant: Working with a rackspace vagrant box locally

I was reading through Rackspace's article about using Vagrant with Rackspace open cloud which shows you how you can use a vagrant vm that is hosted on a Rackspace server. I'm wondering if there's any way that I could work from a vm that is…
Chris Schmitz
  • 20,160
  • 30
  • 81
  • 137
4
votes
2 answers

Capistrano - How to deploy to multiple cloud servers

I've heard that Capistrano supports deployment to multiple servers, but I haven't found a practical way to set it up. When I say multiple servers I mean servers running the same application in a production environment. At any time I would like to…
4
votes
4 answers

Being cost effected with a bandwidth for a streaming service

Basically, I'm about to launch a music streaming app, and I'm trying to figure out cost. Cloud services like S3 and RackSpace cloud are expensive. As far as scalability is concerned... I'm assumign that an average user listens to music for an hour…
Jordan
  • 392
  • 2
  • 6
  • 17
3
votes
3 answers

Input on decision: file hosting with amazon s3 or similar and php

I appreciate your comments to help me decide on the following. My requirements: I have a site hosted on a shared server and I'm going to provide content to my users. About 60 GB of content (about 2000 files 30mb each. Users will have access to only…
Sunjen
  • 85
  • 1
  • 7
3
votes
3 answers

Queuing in Rackspace Cloud

I've been using EC2 for deployment all the time and now I wanna give Rackspace a try ,My application is have to be scalable, so I used RabbitMQ as the main queuing system . The actions on the front-end could lead to a very large amount of jobs that…
Eki Eqbal
  • 5,779
  • 9
  • 47
  • 81
3
votes
1 answer

Using fog for rackspace cloudfiles (EU) with paperclip

i'm stuck authenticating to the europe rackspace cloud with paperclip and fog. i also added this line to the credentials: :rackspace_auth_url => "lon.auth.api.rackspacecloud.com" but this doesnt change anything. it still tries to authenticate with…
Oliver
  • 801
  • 13
  • 26
3
votes
1 answer

Backup SQL server to Rackspace Cloud Files

What is the best way to take daily or hourly backups from SQL and then have them automatically upload to Racksapce Cloud Files.
Adam
  • 725
  • 9
  • 17
3
votes
1 answer

.NET Web Service / API for BLOB/File Storage

I am looking for an API that performs functionality roughly analogous to Rackspace Cloud Files / OpenStack Swift, Microsoft Azure Blob Storage, or Amazon S3 that can be run on a Windows Server. I am not speaking of all the add-ons including…
Aaron
  • 2,341
  • 21
  • 27
1
2
3
22 23