Juju bootstrap, install
Posted
by
Robert G.
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Robert G.
Published on 2014-06-06T19:57:01Z
Indexed on
2014/06/10
9:41 UTC
Read the original article
Hit count: 422
I would like to test MAAS + JUJU + OpenStack (I followed the documentation on maas.ubuntu.org)
I already made a test environment:
- 1 MAAS server wich will also run JuJu
- 10 KVM servers for Openstack
The KVM servers are already in "ready" state in MAAS.
I would like to set up JuJu but i could not which is drives me crazy.
My environments.yaml:
environments:
maassrv:
type: maas
maas-server: 'http://${192.168.1.116}/MAAS/'
maas-oauth: 'my-key-from-maas'
authorized-keys-path: /root/.ssh/id_rsa.pub
admin-secret: 1234
default-series: trusty
When I run "juju status -e maassrv` :
ERROR Unable to connect to environment "maassrv".
Please check your credentials or use 'juju bootstrap' to create a new environment.
Error details:
environment "maassrv" not found
OK, it's right, so i should run juju bootstrap -e maassrv
:
ERROR environment "maassrv" not found
When i run the command without the -e switch:
error: no environment specified
So, I am stuck here, I already added the required ssh keys to maas too. I ran out of ideas why it isn't working.
© Ask Ubuntu or respective owner