Ubuntu Pastebin

Paste from blahdeblah at Mon, 12 Jun 2017 03:20:03 +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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[master*]paulgear@peleg:/srv/branches/ntp-charms/ntp$ juju update-clouds
Fetching latest public cloud list...
Updated your list of public clouds with 1 cloud and 1 cloud region added:

    added cloud:
        - oracle
    added cloud region:
        - google/asia-southeast1
[master*]paulgear@peleg:/srv/branches/ntp-charms/ntp$ juju add-model --debug ntp-azure-westus azure/westus
13:18:17 INFO  juju.cmd supercommand.go:63 running juju [2.1.3 gc go1.8.1]
13:18:17 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "add-model", "--debug", "ntp-azure-westus", "azure/westus"}
13:18:17 INFO  juju.juju api.go:72 connecting to API addresses: [10.55.33.52:17070]
13:18:17 DEBUG juju.api apiclient.go:590 dialing "wss://10.55.33.52:17070/api"
13:18:19 DEBUG juju.api apiclient.go:593 successfully dialed "wss://10.55.33.52:17070/api"
13:18:19 INFO  juju.api apiclient.go:521 connection established to "wss://10.55.33.52:17070/api"
13:18:19 DEBUG juju.juju api.go:263 API hostnames unchanged - not resolving
13:18:19 INFO  cmd cmd.go:141 Adding contents of "/home/paulgear/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys
13:18:19 INFO  cmd cmd.go:141 Adding contents of "/home/paulgear/.ssh/id_rsa.pub" to authorized-keys
13:18:20 DEBUG juju.api monitor.go:35 RPC connection died
13:18:20 ERROR cmd supercommand.go:458 cloud "azure" not found
13:18:20 DEBUG cmd supercommand.go:459 (error details: [{github.com/juju/juju/cmd/juju/controller/addmodel.go:199: } {github.com/juju/juju/cmd/juju/controller/addmodel.go:292: } {cloud "azure" not found}])
[master*]paulgear@peleg:/srv/branches/ntp-charms/ntp$ juju clouds --debug
13:18:34 INFO  juju.cmd supercommand.go:63 running juju [2.1.3 gc go1.8.1]
13:18:34 DEBUG juju.cmd supercommand.go:64   args: []string{"juju", "clouds", "--debug"}
Cloud        Regions  Default          Type        Description
aws               14  us-east-1        ec2         Amazon Web Services
aws-china          1  cn-north-1       ec2         Amazon China
aws-gov            1  us-gov-west-1    ec2         Amazon (USA Government)
azure             24  centralus        azure       Microsoft Azure
azure-china        2  chinaeast        azure       Microsoft Azure China
cloudsigma         5  hnl              cloudsigma  CloudSigma Cloud
joyent             6  eu-ams-1         joyent      Joyent Cloud
oracle             5  uscom-central-1  oracle      
rackspace          6  dfw              rackspace   Rackspace Cloud
localhost          1  localhost        lxd         LXD Container Hypervisor
canonistack        2  lcy01            openstack   Openstack Cloud
google             5  us-west1         gce         Google Cloud Platform
maas-home          0                   maas        Metal As A Service

Try 'list-regions <cloud>' to see available regions.
'show-cloud <cloud>' or 'regions --format yaml <cloud>' can be used to see region endpoints.
'add-cloud' can add private clouds or private infrastructure.
Update the known public clouds with 'update-clouds'.

13:18:34 INFO  cmd supercommand.go:465 command finished
[master*]paulgear@peleg:/srv/branches/ntp-charms/ntp$ juju list-credentials
Cloud        Credentials
azure        paul.gear@canonical.com, paulgear-free-trial
canonistack  paulgear-canonistack
google       paulgear-juju
maas-home    maas-admin@maas-home
Download as text