Results 1 to 4 of 4

Thread: Juju bootstrapping issue

  1. #1
    Join Date
    May 2015
    Beans
    1

    Juju bootstrapping issue

    I'm in the process of creating a private cloud for my College for research however, I have had little previous experience with networking. I have already configured MAAS and enlisted 8 nodes however when I attempt juju bootstrap I receive the following error:

    Failed to bootstrap environment: bootstrap instance started but did not change to Deployed state: instance <my instance> is started but not deployed.

    I'm wondering how to fix this... I am able to deploy nodes through the MAAS UI by selected Acquire and start node.

    My environment.yaml reads as follows:
    maas:
    type: maas
    maas-server: 'my-mass-server'
    maas-oauth: 'my-oauth'
    admin-secret: secret
    default-series: trusty
    authorized-keys-path: ~/.ssh/id_rsa.pub
    disable-network-management: true.

    Any ideas?

  2. #2
    Join Date
    May 2015
    Beans
    22

    Re: Juju bootstrapping issue

    Hi,

    Please refer to the following URLs -
    https://maas.ubuntu.com/docs/juju-quick-start.html
    http://askubuntu.com/questions/49000...ssh-into-nodes

    Hope this will help you.

  3. #3
    Join Date
    May 2016
    Beans
    4

    Re: Juju bootstrapping issue

    make sure you did not use any tabs in your yaml file--- yaml does not like that. Use spaces.

  4. #4
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Juju bootstrapping issue

    Old thread closed.

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
  •