Ubuntu Pastebin

Paste from Marco Ceppi at Wed, 7 Jun 2017 22:32:24 +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
marco@T430:~$ juju models --debug
18:29:27 INFO  juju.cmd supercommand.go:63 running juju [2.2-rc1 gc go1.8]
18:29:27 DEBUG juju.cmd supercommand.go:64   args: []string{"/snap/conjure-up/365/bin/juju", "models", "--debug"}
18:29:27 INFO  juju.juju api.go:67 connecting to API addresses: [35.185.85.250:17070 10.142.0.2:17070]
18:29:28 DEBUG juju.api apiclient.go:827 successfully dialed "wss://35.185.85.250:17070/api"
18:29:28 INFO  juju.api apiclient.go:598 connection established to "wss://35.185.85.250:17070/api"
18:29:30 DEBUG juju.api monitor.go:35 RPC connection died
18:29:30 INFO  juju.juju api.go:67 connecting to API addresses: [35.185.85.250:17070 10.142.0.2:17070]
18:29:31 DEBUG juju.api apiclient.go:827 successfully dialed "wss://35.185.85.250:17070/api"
18:29:31 INFO  juju.api apiclient.go:598 connection established to "wss://35.185.85.250:17070/api"
^C
marco@T430:~$ juju add-model test
Uploading credential 'google/admin/silph.io' to controller
Added 'test' model on google/us-east1 with credential 'silph.io' for user 'admin'
marco@T430:~$ juju models
^C
marco@T430:~$ juju status
Model  Controller      Cloud/Region     Version  SLA
test   silph.io-prod1  google/us-east1  2.2-rc1  unsupported

App  Version  Status  Scale  Charm  Store  Rev  OS  Notes

Unit  Workload  Agent  Machine  Public address  Ports  Message

Machine  State  DNS  Inst id  Series  AZ  Message

marco@T430:~$ juju show-model silph-web
^C
marco@T430:~$ juju show-model silph-web --debug
18:31:27 INFO  juju.cmd supercommand.go:63 running juju [2.2-rc1 gc go1.8]
18:31:27 DEBUG juju.cmd supercommand.go:64   args: []string{"/snap/conjure-up/365/bin/juju", "show-model", "silph-web", "--debug"}
18:31:27 INFO  juju.juju api.go:67 connecting to API addresses: [35.185.85.250:17070 10.142.0.2:17070]
18:31:27 DEBUG juju.api apiclient.go:827 successfully dialed "wss://35.185.85.250:17070/api"
18:31:27 INFO  juju.api apiclient.go:598 connection established to "wss://35.185.85.250:17070/api"
Download as text