Ubuntu Pastebin

Paste from dimitern at Wed, 4 Mar 2015 09:51: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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
environment: maas-trusty
machines:
  "0":
    agent-state: started
    agent-version: 1.23-alpha1.1
    dns-name: vm1.maas
    instance-id: /MAAS/api/1.0/nodes/node-1946960e-c164-11e3-8a4b-525400355a63/
    series: trusty
    containers:
      0/lxc/0:
        agent-state: started
        agent-version: 1.23-alpha1.1
        dns-name: 192.168.50.164
        instance-id: juju-machine-0-lxc-0
        series: trusty
        hardware: arch=amd64
      0/lxc/1:
        agent-state: started
        agent-version: 1.23-alpha1.1
        dns-name: 192.168.50.173
        instance-id: juju-machine-0-lxc-1
        series: trusty
        hardware: arch=amd64
    hardware: arch=amd64 cpu-cores=1 mem=512M tags=virtual
    state-server-member-status: has-vote
  "1":
    agent-state: started
    agent-version: 1.23-alpha1.1
    dns-name: vm0.maas
    instance-id: /MAAS/api/1.0/nodes/node-fc3bdec0-c163-11e3-84a7-525400355a63/
    series: trusty
    containers:
      1/kvm/0:
        agent-state: started
        agent-version: 1.23-alpha1.1
        dns-name: 192.168.122.18
        instance-id: juju-machine-1-kvm-0
        series: trusty
        hardware: arch=amd64 cpu-cores=1 mem=512M root-disk=8192M
      1/lxc/0:
        agent-state: pending
        dns-name: 192.168.50.117
        instance-id: juju-machine-1-lxc-0
        series: trusty
        hardware: arch=amd64
    hardware: arch=amd64 cpu-cores=1 mem=512M tags=virtual
services:
  ubuntu:
    charm: cs:trusty/ubuntu-1
    exposed: false
    units:
      ubuntu/0:
        agent-state: started
        agent-version: 1.23-alpha1.1
        machine: 0/lxc/0
        public-address: 192.168.50.164
      ubuntu/1:
        agent-state: started
        agent-version: 1.23-alpha1.1
        machine: 0/lxc/1
        public-address: 192.168.50.173
      ubuntu/2:
        agent-state: started
        agent-version: 1.23-alpha1.1
        machine: "1"
        public-address: vm0.maas
      ubuntu/3:
        agent-state: allocating
        machine: 1/lxc/0
        public-address: 192.168.50.117
      ubuntu/4:
        agent-state: started
        agent-version: 1.23-alpha1.1
        machine: 1/kvm/0
        public-address: 192.168.122.18
networks:
  maas:
    provider-id: maas
    cidr: 192.168.50.0/24
  maas-eth1:
    provider-id: maas-eth1
    cidr: 192.168.30.0/24
  maas-eth2:
    provider-id: maas-eth2
    cidr: 192.168.122.0/24
  vlan42:
    provider-id: vlan42
    cidr: 192.168.222.0/28
    vlan-tag: 42
  vlan1234:
    provider-id: vlan1234
    cidr: 192.168.242.0/28
    vlan-tag: 1234
Download as text