Juju is a next generation service orchestration framework. It has been likened to APT for the cloud.

learn more… | top users | synonyms (2)

5
votes
1answer
83 views

Openstack Mass/Juju recovery

I have created Openstack based on MAAS using juju. I have created instances, projects etc. I have made backups of database and openstack config files. I am trying test recovery by destroying and ...
1
vote
1answer
21 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 ...
0
votes
1answer
84 views

juju local error ERROR could not connect before timeout

juju -v status: 2013-04-07 18:11:20,888 DEBUG Initializing juju status runtime 2013-04-07 18:11:20,902:3553(0x7f739cef7700):ZOO_INFO@log_env@658: Client environment:zookeeper.version=zookeeper C ...
6
votes
0answers
131 views

agent-state pending in juju node…NULL public-address associated?

MaaS/Juju does not unfortunately manage the attribution of resolving the ip address. In fact, once addin a new node it seems that agent-state still pending forever and of course for the other nodes: ...
5
votes
0answers
76 views

Juju not seeing the MaaS slaves… at least not after some time?

At our company are doing a project where we want to start doing Juju, MaaS and OpenStack. All in all we are satisfied, but we have one major problem that is setting us back. We haven't seemed to find ...
3
votes
0answers
23 views

How to use the Wordpress Juju charm to add existing database content

I've been looking at the Wordpress juju charm and I'd like to use it to create instances of developer.ubuntu.com for testing and design purposes. I believe I can use it as-is, apart from one bit: the ...
2
votes
0answers
39 views

juju with MAAS error: file 'provider-state' not found

I'm trying to configure juju to work w/ MAAS. I'm configuring juju to run on the same node as MAAS. When I run "juju status" I get the following error: error: file 'provider-state' not found Any ...
2
votes
0answers
73 views

Could not internally obtain zookeeper handle

Actually, after a successfull deployement of the bootstrap node in maas/juju environment, it seems that adding a new node was a kind of impossible to do figure out. The node02 is being installed and ...
2
votes
0answers
147 views

Juju deployment with Openstack. Environment starts - instances not

I want to buld a juju deployment on an openstack cloud. An environment type ec2 works, but i want to use the environment type openstack_s3, which does not work. Hera are some details: Ubuntu 12.04 ...
2
votes
0answers
32 views

Do In need to install “Swift” to make Charms work?

I want to deploy charms. I tried glance on jujucharms.com for example. In section REQUIRES>> several different components are listed. If I don't need SWIFT do I have to install it? Would ...
2
votes
0answers
41 views

Disabling DNS in juju deployment

I have problem with addresses because i don't get IP addres after juju status but "nameNode.localdomain" and I thought maybe if I disable DNS server or service that is responsible to naming my nodes ...
2
votes
0answers
126 views

Juju Zookeeper & Provisioning Agent Not Deployed

I am using juju with the openstack provider, i expected that when i bootstrap that zookeeper and provisioning agent would get deployed on the bootstrap vm in openstack. This dose not seem to be the ...
1
vote
0answers
96 views

Problem while deploying MysQL through Juju in LXC

I'm trying to follow the Juju tutorial do deploy MySQL and Wordpress, but I found a problem in MySQL deploy process. The error appears right after mysql-server installation, when the service is ...
1
vote
0answers
48 views

Mass post-node-enlisting installation fails or doesn't start!

I successfully installed a maas server including DHCP. Using PXE boot node are getting an IP now. After PXE boot the machines shut down and I am able to accept and commission them using the web ...
1
vote
0answers
46 views

After juju deploy : [Errno 2] No such file or directory

I get this after juju deploy. hsf@ubuntuserver:~$ juju deploy wordpress 2012-10-23 13:12:15,663 INFO Searching for charm cs:precise/wordpress in charm store [Errno 2] No such file or directory: ...
1
vote
0answers
98 views

Juju not deploying zookeeper when deploying on OpenStack

I am using juju with openstack, when it bootstraps, it dose not deploy zookeeper on the bootstrap VM. I logged into this VM to verify. 1) How is zookeeper and other software installed on juju VM, is ...
1
vote
0answers
156 views

After deploying wordpress 502 Bad gateway

I have this: 2012-10-15 12:25:19,359 INFO Connecting to environment... Enter passphrase for key '/home/hsf/.ssh/id_rsa': 2012-10-15 12:25:21,902 INFO Connected to environment. machines: 0: ...
1
vote
0answers
116 views

public address null and present state pending after destroy-environment , disabling firewall and bootstrap again

I have done everystep as it was written on ubuntu 12.04 maas, but now i am stuck here for over a month and could not find how to solve it .. Please help .. When i do juju status it says : ...
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
0answers
187 views

openstack-dashboard login

I have successfully created a cloud using MAAS and juju from the documentation : https://help.ubuntu.com/community/UbuntuCloudInfrastructure Relation between dashboard and keystone successfully ...
0
votes
0answers
53 views

Juju status does not work with OpenStack

I've installed juju against folsom OpenStack. juju bootstrap works but juju status hangs - see log below. I see the management instance running but it has no key configured for ssh access. Also the ...
0
votes
0answers
48 views

Closing zookeeper sessionId in bootstraped node

JuJu made deploying of machines in easy way..BUT!!! once somthing goes wrong with the bootstrap node, it will be quit difficult to handle for some reasons!!! I got this problem when I was reading ...
0
votes
0answers
25 views

Error: Invalid options specification: options.staging.type

I am following the instruction in http://jujucharms.com/~juju-gui/precise/juju-gui but I am getting the following error. It looks like a string is exepect where a boolean is defined. $> juju ...