Results 1 to 1 of 1

Thread: Unable to bootstrap Juju controller

  1. #1
    Join Date
    Oct 2006
    Beans
    21

    Angry Unable to bootstrap Juju controller

    Going through my build script that has worked many times before, I now can no longer bootstrap the Juju controller. Running the latest up to date 18.04, lxd at 3.0.1, juju at 2.4.1-bionic-amd64.

    Also created container after "lxd init" was done and tested. Container ran with out issue and was able to ping the internet from inside of container.

    Code:
    udeadmin@ude:~/openstack-on-lxd$ juju bootstrap --config config.yaml localhost lxd
    Since Juju 2 is being run for the first time, downloading latest cloud information.
    Fetching latest public cloud list...
    Your list of public clouds is up to date, see `juju clouds`.
    Creating Juju controller "lxd" on localhost/localhost
    Looking for packaged Juju agent version 2.4.1 for amd64
    To configure your system to better support LXD containers, please see: https://github.com/lxc/lxd/blob/mast...ction-setup.md
    Launching controller instance(s) on localhost/localhost...
     - juju-0ea207-0 (arch=amd64 mem=3.5G)
    Installing Juju agent on bootstrap instance
    Fetching Juju GUI 2.12.3
    Waiting for address
    Attempting to connect to 172.27.1.67:22
    Connected to 172.27.1.67
    Running machine configuration script...
    config.yaml
    Code:
    default-series: bionic  <--- tried with xenial too
    apt-http-proxy: http://172.27.1.1:8000

    Been this way all week. I have done everything I can think of. I used a snapshot from a VM that had worked many times a few weeks ago that now does not work. I updated the VM with out success. I even rebuilt a brand new VM with the same results.

    Something has changed on the Ubuntu side in the last week or so with either the default Juju agent, configuration script, or the hosted services.
    Last edited by slickymaster; July 26th, 2018 at 04:26 PM. Reason: Added code tags and normalised font

Tags for this Thread

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
  •