1
vote
1answer
22 views

juju: deploying lamp charm on ec2 causes instances to terminate

I was running a ubuntu 13.04 instance on ec2. I have juju .7 installed and bootstrapped. when I tried to deploy lamp, it caused the instance to terminate. ubuntu@ip-10-62-73-113:~$ juju status ...
4
votes
1answer
110 views

relation error between nova-compute and nova cloud controller

Can anyone help me, i am in trouble from a long time. I have successfully setup Open Stack cloud from the documentation: UbuntuCloudInfrastructure My juju environment file environments: maas: type: ...
1
vote
2answers
170 views

juju doesn't bootstrap due to “ERROR command failed: no tools available” error

I've seen other posts (e.g. this link), but I'm still struggling to install juju on my openstack cluster. I have swift working, but juju doesn't seem to want to bootstrap. I created the bucket (I ...
0
votes
0answers
23 views

cloud:nova-compute:apt-get: cgroup-lite Size mismatch

I am trying to setup an Ubuntu private cloud by learning from https://help.ubuntu.com/community/UbuntuCloudInfrastructure#Ubuntu_Cloud_Infrastructure_with_MAAS_and_Juju Currently I'm in section ...
0
votes
2answers
113 views

Limitations of Ubuntu Cloud Infrastructure with respect to OS?

I am setting up an Openstack cloud based on MAAS and Juju. Once I have this cloud ready then is it possible to Run different operating systems on this cloud or its limited to Ubuntu OS only. Remember ...
4
votes
1answer
191 views

Can I install MaaS on the same server my nodes will be on?

Hello every geek and nerds out there. I'm a network engineer but I've been following Ubuntu and the Cloud architecture for quite a while now. Question: I have a HP DL380 Dual Quad Core with 16GB of ...
2
votes
0answers
24 views

juju for non ubuntu operating systems [duplicate]

I have a question for juju. Does juju support other os like centos or even windows? In other words, can juju launch nodes using the os that I define for it and manage multi-os type of platforms?
0
votes
0answers
10 views

juju bootstrap and vmware [duplicate]

Possible Duplicate: Installing juju error I am installing juju and it is giving this error . i added ssh key in it as well . also i want to ask i am doing this through vmware , do i have to ...
2
votes
1answer
307 views

How can I setup Juju(MAAS/OpenStack) on two dedicated hosting servers?

I currently rent two dedicated hosting servers running both Ubuntu 12.04LTS (They are i5/i7 with 16GB of RAM). I would love to turn these two in a pseudo public-cloud on where I could deploy stuff ...
1
vote
1answer
363 views

juju: ERROR Unexpected Error interacting with provider: 409 CONFLICT

I'm trying to realize an Ubuntu Enterprise Infrastructure using virtualBox creating all VMs. After I followed this tutorials: https://wiki.ubuntu.com/ServerTeam/MAAS ...
1
vote
1answer
318 views

Juju openstack keystone charm not found

I'm trying to install openstack using juju on my local machine to test. I'm following this guide However, I keep getting the following error: juju deploy --config=openstack.cfg keystone 2012-05-10 ...
4
votes
1answer
481 views

How to Install/Configure/Use Juju in non aws clouds?

I think that Juju is a technology that has the potential to help a lot of sysadmins, it would be great to have a good tutorial for using it in other clouds, such as gandi.net1. Is there any way to run ...
2
votes
1answer
365 views

juju status can't resolve hostname

I'm trying to install a private cloud with Ubuntu Server 11.10. I've successfully installed orchestra by following the below tutorial: ...
4
votes
2answers
154 views

juju and keys for multiple administrators

We are currently doing some testing to see if Juju will fit our needs to deploy a new application to EC2. We have three developers that need to be able to make changes to the the deployed instances, ...
9
votes
2answers
2k views

How do I use OpenStack and Keystone with juju?

We are currently have a ( mostly ) working OpenStack infrastructure running ( just missing Swift ) and would like to try using juju to deploy our applications to it. We just can't find documentation ...
1
vote
2answers
252 views

How to deploy multiple charms *on the bootstrapped node* or on a single node?

I've been wondering if it is possible to deploy a charm, say for example, a wordpress charm to a single node. i.e. bootstrapped node + mysql node + wordpress node = 1 node One scenario can be: ...
3
votes
1answer
437 views

Is there a way to stop and restart a Juju deployment?

I would have thought that juju shutdown would move the instances in the deployment from "running" to "stopped." Instead it actually terminates all instances. Are juju deployments inherently ephemeral? ...
3
votes
1answer
594 views

What is the purpose of the “bootstrapping instance” in Juju?

So I've recently played around with Juju, and I see quite a bit of potential. But there are a few things I don't exactly understand. Most notably, I'm not sure of the purpose of the "bootstrapping ...
12
votes
1answer
1k views

How do I get started with Juju?

I want to mess with Ubuntu Juju, how do I get started?