I was able to install MAAS server using ubuntu 12.04. Then boot up nodes from he PXE. Then installed maas-precise-x86-64-commissioning through pxe.
Now the installation is done. but im unable to commission with the MAAS server. It does not show it as a node and neither im unable to add it manually and end up with following error.
I have installed a MaaS node that will act as the parent and I am trying to add additional nodes via the PXE boot. The nodes boot fine and get an image from the MaaS server but they only install the 32 bit version. They are 64bit machines and I would really like them to use the 64bit version of Ubuntu Precise.
I have added two nodes in my maas and they both are in ready state.
I installed maas and I was able to add nodes and they became in ready state.
I executed:
juju bootstrap
And then one of my nodes is waking up and I receive this message on server (after juju status):
http://i.stack.imgur.com/ESWd6.jpg
And this message is shown on node after it wakes up:
http://i.stack.imgur.com/QyfHj.jpg
I am doing this several times and each time I receive the
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 be found error. ..
Hello All,
I have installed ubuntu server 12.04 with MAAS. I get the node to start (the firsttime) and MAAS sees it. He starts the second time and starts full and shut down. when MAAS say READY i push the putton startup in MAAS but when the node starts i get an error "BAD ARCHIVE MIRROR" what can does i have to do about this.
Paul
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.
Set the video mode on the nodes.
Set the timezone on the nodes.
Are these juju tasks? Or is this better attacked by mounting the disk image on the MAAS host, and doing the configuration there?
In order to debug maas, I ran the following command:
$ cd /usr/share/pyshared/maas
$ sudo python manage.py runserver (IP):8888 --settings=maas.settings
After that, I typed the url 'http://(IP):8888/MAAS/' in a firefox browser.
Then the following error is shown:
A server error occurred.
I'm having trouble installing OpenStack in Ubuntu 12.04, for various reasons:
The official Ubuntu website recommends Juju and MAAS. However, this is a single node I am trying to get OpenStack installed on, and MAAS requires "two or more nodes" according to the docs.