We've set up MAAS with 3 physical nodes. One is the controller node which is configured with a public IP visible from the outside world. The other 2 are on a private VLAN along with the cluster node. MAAS is managing DHCP. And we've installed juju on the cluster node. Now we want to deploy openstack on this setup. We followed the steps given in another post and chose a Multi-Install
and eth0
interface( where private IPs are configed and MAAS is handling DHCP). We came to a point where we see this prompt-
We are confused what to do here. If we allow the installer to proceed and create another DHCP, what does the MAAS DHCP do then . What will be its role? And the fact that the prompt warns us of collision between servers confuses us further.
Can someone guide us in the right direction
django.db.utils.IntegrityError: duplicate key value violates unique constraint "auth_user_username_key". Key (username)=(root) already exists.
Is it trying to create a new MAAS superuser? – Pavan Manjunath Oct 31 '14 at 23:39juju stat
itself fails like "ERROR cannot find network interface "lxcbr0": net: no such interface" – Pavan Manjunath Nov 01 '14 at 00:12cloud-install
has only the following optionscloud-install [-ciusha:r:]
How to check the version of the installer? I got the installer viasudo apt-get install cloud-installer
– Pavan Manjunath Nov 01 '14 at 03:02dpkg -l
to see what version you have – battlemidget Nov 01 '14 at 12:37