Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'd like to use Juju to deploy to Rackspace Cloud, how can I do this?

share|improve this question

1 Answer

This doesn't work and is really an inprogress placeholder while we figure out how to make it work, Rackspace Cloud is still in private beta so this answer is probably useless to most people.

First off you need juju and charm-tools, ensure you have backports enabled (they are enabled by default) to get the latest Juju:

sudo apt-get install juju-core charm-tools

Do a juju generate-config -w to generate a config for OpenStack that you can customize for your needs.

Here's an example for Rackspace Cloud Servers to orchestrate services.

  • The file is in ~/.juju/environments.yaml
  • Items in brackets above [] should be changed to your own info.
  • Get your tenant-name from: https://mycloud.rackspace.com as shown on the screen below.

enter image description here

enter image description here

Official docs:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.