I am trying to configure a setup with MAAS and Juju. I have MAAS configured with a rack + controller with 4 nodes that works perfectly, on another computer I want to install Juju and all connected in a class A network.
When executing the command “juju bootstrap maas-cloud” it throws the following error;
ERROR failed to bootstrap model: cannot start bootstrap instance: failed to acquire node: unexpected: ServerError: 500 Internal Server Error (list index out of range)
I’ve searched for the error and I can’t find it, any help or guidance would be appreciated.
Hi, thanks for replying, and sorry for the late reply, I’ve been busy at work.
This is what the terminal prints for me;
user@machine:~$ juju bootstrap maas-cloud
Creating Juju controller “maas-cloud-default” on maas-cloud/default
Looking for packaged Juju agent version 2.9.25 for amd64
Located Juju agent version 2.9.25-ubuntu-amd64 at https://streams.canonical.com/juju/tools/agent/2.9.25/juju-2.9.25-ubuntu-amd64.tgz
Launching controller instance(s) on maas-cloud/default…
ERROR failed to bootstrap model: cannot start bootstrap instance: failed to acquire node: unexpected: ServerError: 500 Internal Server Error (list index out of range)
user@machine:~$ juju deploy tiny-bash --debug
ERROR No controllers registered.
Please either create a new controller using “juju bootstrap” or connect to
another controller that you have been given access to using “juju register”.
user@machine:~$ juju add-machine hip-elf
ERROR No controllers registered.
Please either create a new controller using “juju bootstrap” or connect to
another controller that you have been given access to using “juju register”.
I don’t know what I’m doing wrong, I thought I understood the documentation but apparently not