Hello Team,
I have installed MAAS and tried to setup MAAS. I am setting up virtual
machines to use as nodes with MAAS, and I have selected the power type as
virsh. After manually adding the machine(node), within few minutes of
commissioning process got failed stating “'Commissioning' timed out
Hi Parbakaran,
Make sure you have passwordless ssh-access from maas-user to the infra node.
I would suggest running these commands on maas-controller and try to
commission again:
$ sudo chsh -s /bin/bash maas
$ sudo su - maas
$ ssh-keygen -t rsa
$ ssh-copy-id @
$ exit
$ ssh-keygen -t rsa
Thanks,
Thanks for the reply Junaid !!
These below steps were already taken care of. I am able to run vm specific
commands like "virsh list" without using the the password. Still getting
commissioning failed ,
$ sudo chsh -s /bin/bash maas
$ sudo su - maas
$ ssh-keygen -t rsa
$ ssh-copy-id @
Thanks,
I've had this when networking configuration is inappropriate. A useful
debugging tool is using "virt-manager" to connect to the system running
VMs (use "qemu+ssh://username@hostname/system" as the URL to connect
to), and then look at the actual console while the VM is being
commissioned.
Cheers,
D