Ubuntu Pastebin

Paste from ah at Thu, 7 Apr 2016 12:11:57 +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
root@maas61:~# juju deploy juju-gui --to=node0
Added charm "cs:trusty/juju-gui-52" to the model.
Deploying charm "cs:trusty/juju-gui-52" with the charm series "trusty".
root@maas61:~# 
root@maas61:~# 
root@maas61:~# juju status
[Services] 
NAME       STATUS  EXPOSED CHARM                 
juju-gui   unknown false   cs:trusty/juju-gui-52 

[Units]    
ID         WORKLOAD-STATUS JUJU-STATUS VERSION MACHINE PORTS PUBLIC-ADDRESS MESSAGE                                    
juju-gui/1 unknown         allocating          2                            Waiting for agent initialization to finish 

[Machines] 
ID         STATE   DNS INS-ID  SERIES AZ 
2          pending     pending trusty    

root@maas61:~# 
root@maas61:~# 
root@maas61:~# 
root@maas61:~# juju expose juju-gui --to=node0
error: flag provided but not defined: --to
root@maas61:~# juju expose juju-gui 
root@maas61:~# juju status
[Services] 
NAME       STATUS  EXPOSED CHARM                 
juju-gui   unknown true    cs:trusty/juju-gui-52 

[Units]    
ID         WORKLOAD-STATUS JUJU-STATUS VERSION MACHINE PORTS PUBLIC-ADDRESS MESSAGE                                    
juju-gui/1 unknown         allocating          2                            Waiting for agent initialization to finish 

[Machines] 
ID         STATE DNS INS-ID  SERIES AZ 
2          error     pending trusty    

root@maas61:~# 
Download as text