0
votes
1answer
11 views

Problem with node being “commissioning” and doesn't change to “ready”

I got a machine up and running 13.04. I followed the instruction and set up MAAS. Current state I need nodes to be in "ready" state, so that I can install juju with MAAS. However, the nodes are stuck ...
1
vote
1answer
23 views

MAAS JUJU still get bad archive mirror

I'm trying to install maas nodes by using the PXE BOOT method. I follow the maas wiki tutorial step by step. I get all node ready and juju bootstrap was great :) But I still get "bad archive mirror" ...
1
vote
1answer
17 views

Juju and MAAS: ERROR No matching node is available - with Ready nodes

I have four nodes in the "Ready" state, and I am still getting the following error when trying to bootstrap: ERROR No matching node is available. The server is running 13.04 with Juju 0.7. I have ...
2
votes
1answer
29 views

What environment do I need to deploy the virtual-maas charm?

I know this hasn't been released yet, but I'm trying to use it anyway. :) This README http://bazaar.launchpad.net/~virtual-maasers/charms/precise/virtual-maas/trunk/view/head:/README.md says that you ...
6
votes
2answers
131 views

How to configure MAAS to be able to boot virtual machines

I am running a virtual (kvm) MAAS/juju setup where most of the MAAS nodes (including MAAS master) are virtual, but some are also physical nodes. The physical Dell 1950 nodes configures automatically ...
4
votes
1answer
105 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: ...
2
votes
2answers
46 views

Can jitsu deploy multiple service units like juju's “add-unit” command?

EDIT: The essence of this question is: Can juju and/or jitsu do service co-location instead of having to use one node per service unit? Does jitsu have a way to specify more than one particular ...
1
vote
1answer
59 views

Can't connect to MAAS due to “Files does not exist: /var/www/maas” error

I have attempted to install MAAS on Ubuntu 12.04 LTS and 13.04, but on both I cannot connect to the region controller via a web browser for the post installation per the ...
1
vote
1answer
27 views

Can I use Juju/MAAS on VPSes?

I was wondering if I can setup MAAS on set of VPSes and manage them with Juju but I see no way to manualy install MAAS Node (is it even possible?). I know I'm missing core point in whole MAAS-game by ...
0
votes
1answer
35 views

Juju and MAAS: ERROR No matching node is available [duplicate]

I had created an environment w/ juju + MAAS, then destroyed it due to some misconfiguration. But then I re-commissioned a node (MAAS is showing the node as deployed) and now when I run juju -v ...
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 ...
2
votes
0answers
36 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
1answer
64 views

MAAS and Juju Post-Bootstrap Connection Error

I am working with a rather weird issue using MAAS and Juju where after the bootstrap, machine "0" has been successfully created, I cannot deploy any services issuing a simple juju deploy mysql. To ...
2
votes
1answer
637 views

How can I install Openstack Grizzly using Juju and MAAS?

I've noticed that the new release of Ubuntu 13.04 includes deployment capabilities for Openstack in an HA environment as well as integration of Ceph for volume and object storage. I can't yet find a ...
5
votes
0answers
75 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 ...
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 ...
0
votes
0answers
181 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
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 ...
2
votes
0answers
72 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 ...
1
vote
1answer
132 views

Howto perform OpenStack upgrade from Essex to Folsom on juju maas

Following the tutorial on https://help.ubuntu.com/community/UbuntuCloudInfrastructure i've set up a small OpenStack environment on juju and MAAS. One problem is that it only runs essex. To me it seems ...
3
votes
1answer
45 views

Does MaaS have any log?

Using following articles, Testing MAAS Ubuntu Cloud Infrastructure with MAAS and Juju I tried to setup Ubuntu Server 12.04's private cloud in a virtual environment provided by KVM and ...
1
vote
1answer
75 views

Why doesn't the nova-cloud-controller charm properly set up openstack networking?

I have an Ubuntu Quantal MAAS server and some computing nodes. I'm trying to set up an OpenStack cloud by following the Ubuntu Cloud Infrastructure walkthrough. Everything looks okay...I can bootstrap ...
0
votes
0answers
47 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 ...
1
vote
1answer
61 views

SSH bootstrap nodes

After a successful juju bootstrap, still to figure out how to ssh the nodes. The reason for this is because the juju status command shows that agent-state is not started in two nodes also with ...
2
votes
2answers
130 views

INFO Bootstrapping environment : ERROR No matching node is available

Is there a logic that maas server could not work well with juju? After creating the node and adding to MaaS. We could see the node passing to the Ready status..BUT!!, juju bootstrap never works ...
2
votes
1answer
69 views

Not able to run juju bootstrap : ERROR You are not allowed to start up this node

Trying to install MaaS server with juju using 12.10 ubuntu. MaaS was well installed with separate dhcp/dns server. Created then: ~/.juju/environments.yaml with the following content: juju: ...
4
votes
1answer
74 views

In a MAAS/juju setup, is it possible to deploy multiple charms (eg. mysql and wordpress) on one single MAAS node?

Well the headline basically says it all. I have a small testing environment running, and this question pops up. Not all charms need a whole node for them selves. Is it possible for me to deploy both ...
-1
votes
1answer
233 views

Invalid host for SSH forwarding: ssh : Could not resolve hostname

Actually trying to insatll MaaS server with ubuntu 12.04 and JuJu. Once installed, tried to add a new node in mass gui. It seems WoL worked and OS was installed, the new node had been deployed and ...
6
votes
1answer
257 views

Is it possible to make OpenStack work with MaaS without involving Juju?

I have to machines, {machine-A: will be used as my Master MAAS server with OpenStack} and {machine-B [Quad Core/16GB RAM/8x HDD]: will be running a KVM where all my nodes will run on} Purpose I want ...
1
vote
1answer
80 views

Error while trying to run juju bootstrap

I was following the general how-to-install MAAS and after my nodes were successfully created, I went further to install juju to make openstack installation easy but then I get the following error: ...
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 ...
4
votes
3answers
298 views

Juju cannot deploy services with MAAS

I would like deploy one or more charms with juju on MAAS environments (without OpenStack). The environment of the MAAS Controller is Ubuntu 12.10 with 2 NICs. One of the NIC is connected to a external ...
6
votes
1answer
205 views

Creating block devices for openstack deployment using MAAS and juju (nova-volume deployment)

I'm currently trying to get a openstack deployment working by using MAAS with 9 nodes and juju. To do this I found this guide, working with ubuntu 12.04 LTS and followed it as good as I can. After a ...
1
vote
1answer
98 views

logging problem with juju bootstrap

I have trouble with using juju and maas with Ubuntu. I I ran command 'juju bootstrap', the following error was shown in /var/log/maas/maas.log: ...
2
votes
2answers
151 views

juju agent installation only through destroy and bootstrap

I have a working two node juju enabled MAAS that has the beginnings of hadoop installed. I got this working using the following steps: bootstrapping the environment adding a hadoop charm Once I ...
3
votes
2answers
222 views

How does juju expose work?

If I expose my service, for instance teamspeak server, on what address it will be running? On my server address? For example: my server has an address of 158.37.15.167. If I deploy teamspeak from my ...
1
vote
1answer
135 views

What should look like example network configuration for maas/juju?

I have still problem with configuring maas/juju. And I want to know what is best configuration(simplest) for maas/juju? If someone have graphic of it I will be happy.
1
vote
1answer
338 views

Juju bootstrap error tried all solutions with no success! Now what?

I need help with the juju bootstrap command. I'm following this guide which references this one juju specific. I followed the guide step by step but at the juju bootstrap command this is the error I ...
0
votes
1answer
103 views

After deploying services I get incorrect public address

I deployed wordpress and when I type juju status I receive this: public-adress: node-001185e6777fe When I found what is IP adress of this computer I tried type in web browser but I get 502 bad ...
3
votes
1answer
416 views

Juju services are not deploying correctly

Deploying a charm to your MAAS Now you're ready for the most exciting part: deploying a charm to your MAAS! juju deploy mysql MAAS will now allocate a node to Juju and Juju will deploy the ...
5
votes
1answer
112 views

Should all hosts be set to network boot at all times or after they have been registered and allocated as a service, should they boot to disk?

I really love the concept of MAAS underlying an OpenStack implementation, but there are a few questions about MAAS that I am not entirely clear on. Should all hosts be set to network boot at all ...
1
vote
3answers
316 views

ssh forwarding error

I have some issues regarding SSH and i am unable to solve . I have completed bootstrap and node status is 1 node allocated to maas, Now when i do juju status, it says invalid ssh key , hostname cannot ...
4
votes
1answer
200 views

Post Deploy MAAS cleanup

I have a mostly working MAAS cluster. I'm still learning juju, but while I'm doing that, I wanted to take this opportunity to do some clean-up tasks. Here are my goals: Configure ntp on the nodes. ...
2
votes
1answer
63 views

Can you limit which MAAS nodes can be used as part of a juju environment?

As examples, either based on node name or on system requirements?
0
votes
0answers
115 views

Is it possible to have juju use a MAAS server as the master node?

Or must juju randomly choose a node as the master from the list of available MAAS nodes?
2
votes
2answers
183 views

Is it possible to specify an image or list of packages to install on a per-node basis in MAAS?

Or, is this a job for juju instead?
1
vote
1answer
363 views

What username/password does MAAS assign to nodes?

When commissioning a new node, what username/password does MAAS assign to the node after the OS is installed?
2
votes
1answer
376 views

MaaS - juju boostrap and ssh not found

today I want to juju boostrap so I do ssh-keygen and get this Generating public/private rsa key pair. Enter file in which to save the key (/home/hsf/.ssh/id_rsa): key Enter passphrase (empty for no ...
2
votes
2answers
280 views

Juju error: “Bootstrap aborted because file storage is not writable…”

I have added two nodes in my maas and they both are in ready state. i have also created the file "environments.yaml" and entered the following lines in this file environments: maas: type: maas ...
2
votes
1answer
2k views

How do I fix a “Could not resolve hostname” Error in juju status?

I have my nodes in ready and one node in allocated to root stage , now when i bootstrap it gives success but when i do juju status it gives an error as below : juju bootstrap 2012-08-15 21:32:34,449 ...

1 2