Ubuntu Pastebin

Paste from kjackal at Thu, 16 Jun 2016 12:52:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
jackal@jackal-VGN-FZ11M:~/workspace/gogogo/src/github.com/juju/juju$ juju bootstrap local lxd --upload-tools                                                                 
Creating Juju controller "local" on lxd/localhost
Bootstrapping model "controller"
Starting new instance for initial controller
Launching instance
 - juju-55dca2-0d      
Building tools to upload (2.0-beta9.1-xenial-amd64)
Installing Juju agent on bootstrap instance
Preparing for Juju GUI 2.1.2 release installation
Waiting for address
Attempting to connect to 10.173.130.167:22
Attempting to connect to fd91:c645:8772:5459:216:3eff:fe78:ee8f:22
Logging to /var/log/cloud-init-output.log on remote host
Running apt-get update
Running apt-get upgrade
Installing package: curl
Installing package: cpu-checker
Installing package: bridge-utils
Installing package: cloud-utils
Installing package: cloud-image-utils
Installing package: tmux
Bootstrapping Juju machine agent
Starting Juju machine agent (jujud-machine-0)
Bootstrap agent installed
Waiting for API to become available: upgrade in progress (upgrade in progress)
Waiting for API to become available: upgrade in progress (upgrade in progress)
Waiting for API to become available: upgrade in progress (upgrade in progress)
Bootstrap complete, local now available.
jackal@jackal-VGN-FZ11M:~/workspace/gogogo/src/github.com/juju/juju$ juju deploy ubuntu --series=trusty
Added charm "cs:ubuntu-0" to the model.
Deploying charm "cs:ubuntu-0" with the user specified series "trusty".
jackal@jackal-VGN-FZ11M:~/workspace/gogogo/src/github.com/juju/juju$ juju --version
2.0-beta9-xenial-amd64
jackal@jackal-VGN-FZ11M:~/workspace/gogogo/src/github.com/juju/juju$ which juju
/home/jackal/workspace/gogogo/bin/juju
jackal@jackal-VGN-FZ11M:~/workspace/gogogo/src/github.com/juju/juju$ 
Download as text