Results 1 to 4 of 4

Thread: juju status -e maas -v i got Error details: no reachable servers

  1. #1
    Join Date
    Sep 2013
    Beans
    1

    juju status -e maas -v i got Error details: no reachable servers

    i installed maas server on ubuntu 12.4 and added 2 nodes on it and i made
    Code:
    juju bootstrap
    but when i try to get environment information using
    Code:
    juju status
    or trying to deploy any service i got the error massage

    Error details: no reachable servers

    does any one have any suggesting

  2. #2
    Join Date
    Nov 2013
    Beans
    2

    Re: juju status -e maas -v i got Error details: no reachable servers

    I'm getting this as well any one have a clue what it could be.

    It looks like its working fine then bam no reachable servers



  3. #3
    Join Date
    Nov 2013
    Beans
    2

    Re: juju status -e maas -v i got Error details: no reachable servers

    ok I thought I would give more details.

    maas is working I can spin up and down nodes from inside maas...
    Juju appears to be working. I can
    root@MAAS01:~# juju bootstrap -v
    and I get
    INFO juju supercommand.go:286 command finished

    but when I
    root@MAAS01:~# juju status -e maas

    I get:
    ERROR Unable to connect to environment "maas".
    Please check your credentials or use 'juju bootstrap' to create a new environment.

    Error details:
    no reachable servers

    --------------------------------
    other information you might need.
    -----------------------------------------------------
    my environment file is:
    root@MAAS01:~# nano /root/.juju/environments.yaml

    environments:
    maas:
    type: maas
    maas-server: 'http://172.16.0.11:80/MAAS'
    maas-oauth: 'the mass key from maas preferences'
    admin-secret: 'the super secret password for my root on the local box'
    default-series: precise
    authorized-keys-path: '/root/.ssh/id_dsa.pub'

    --------------------------------
    obviously the names have been changed to protect the not always so innocent.
    --------------------------------

    also I am running
    root@MAAS01:~# uname -a
    Linux MAAS01 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

    that is Ubuntu Server 13.10 in case you are not sure.
    root@MAAS01:~# maas version
    1.5.4

    root@MAAS01:~# juju version
    1.16.3-saucy-amd64
    --------------------------------

    the weirdest part about this whole things is that when I run the bootstrap command it stats the machine like it going to work but I can't get the status ... I can't deploy ... I and can't juju-quickstart... I think the issue is in the environment file but I can't figure out what I'm doing wrong and the docs are ... well kinda vague.

  4. #4
    Join Date
    Feb 2014
    Beans
    1

    Re: juju status -e maas -v i got Error details: no reachable servers

    I have the same problem here... DNS is working fine and I can ping all nodes through FQDNs.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •