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'm experiencing MaaS using VirtualBox. I had the MaaS server installed fine based on the wiki. The VirtualBox VM has two network interfaces, eth0 for NAT, eth1 for Host Only.
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've installed MAAS and Openstack as guided by
https://wiki.ubuntu.com/ServerTeam/MAAS/
and
https://help.ubuntu.com/community/UbuntuCloudInfrastructure, however on step 5 it states:
if you are using this to deploy OpenStack on a IaaS for testing
purposes, the last step is to expose the services that should be made
available to outside requests, opening the required firewall ports in
the
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 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:
====================================================================================
ERROR 2012-11-26 09:05:09,041 maas.maasserver ################################ Exception: File not found ################################
159 ERROR 2012-11-26 09:05:09,
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.