MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Prabakaran Chandrasekaran
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

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Junaid Ali
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,

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Prabakaran Chandrasekaran
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,

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Danilo Šegan
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